Jump to content

Dennis

Administrator
  • Posts

    1,881
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Dennis

  1. Dennis

    Ram Problem

    Alex, does that only happen on Windows Server 2019? Server 2016 seems to not be leaking memory.
  2. This was fixed in the latest release of TCAdmin :-)
  3. PayPal links are also not allowed. It wasn't a few months back when a user had posted it in his signature, at least. It also says that in the rules, section 5. I could see why it would be a fine thing to have in posts. Soon(-ish) there will be some changes to the forum, and I'll see if I can remember to discuss this with Luis at the time.
  4. Just for TCAdmin for now. I'll see if I can find out why it's not working without access to the server itself.
  5. If you want, I can take a look at it. I'll need temporary admin access to your TCAdmin installation. Send me an email using this link: https://clientforums.tcadmin.com/sendmessage.php?do=mailmember&u=14887
  6. Do you see an error if you open the web console while the server is started?
  7. Also, make sure that you're not upgrading your master server from the command line. That will not make any changes to the database, which could be why you're facing issues now. Updates should be done through TCAdmin.
  8. Are you on Windows or Linux?
  9. Have you setup the configuration file correctly in TCAdmin? You need to set the setting to the corresponding variable.
  10. Mods from the Steam Workshop?
  11. Dennis

    MVC Dark Theme

    Try clearing everything inside the /Cache folder.
  12. I created a new config and set this as the 'App ID': 294420 -beta latest_experimental
  13. It must mean that you've created the database user with the incorrect permissions to the database. Whether you setup the database and user through MySQL Workbench, phpMyAdmin or CLI is the same - it's just a matter of preference :-)
  14. Because that is the only way to do it. You will need to create the database before you can use it :-)
  15. Are you sure MySQL is running? You'll need to manually install and configure a MySQL server.
  16. Dennis

    MVC Theme

    That looks hella cool! I might use this as inspiration once I get time to mess with MVC again..
  17. No worries! :-) Also, be aware that the serverconfig.xml file will be overwritten by a default one on Steam Updates. You can work around this issue by creating a custom config file using '-configfile=customconfig.xml' in the commandline.
  18. I wasn't talking about the TCAdmin config file. I was talking about the server config file (the one that configures the game server itself). 2019-09-02T09:28:27 0.135 ERR Error parsing configfile: 2019-09-02T09:28:27 0.135 EXC unexpected end of file. Current depth is 1 Line 72, position 243. There's your problem. 7 Days to Die simply can't start if there's errors or invalid entries in the game config. Try to post your serverconfig here.
  19. I know you found the answer to your problem, but documentation is nice for other people :-) You have the following options: - https://help.tcadmin.com/Frequently_Asked_Questions#Configure_the_website_on_port_80 - https://help.tcadmin.com/Configure_the_TCAdmin_website_to_run_with_Nginx#Change_the_default_ports
  20. Paste the entire log. Most obvious to me would be that the config file might have deprecated settings included.
  21. It's only on 20-30% for a short period of time, right? When the server is successfully started, the CPU goes back to normal, or is that not how it's showing for you?
  22. Sure. Create a .bat file with the following: java -Xmx1024M -jar BuildTools.jar --rev %1 xcopy spigot-%1.jar D:\Path\To\minecraft\TCA.Mods\spigot.jar* /Y xcopy spigot-%1.jar D:\Path\To\minecraft\TCA.Updates\spigot.jar* /Y xcopy spigot-%1.jar D:\Path\To\minecraft\TCA.Updates\spigot-%1.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\TCA.Mods\craftbukkit.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\TCA.Updates\craftbukkit.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\TCA.Updates\craftbukkit-%1.jar* /Y xcopy spigot-%1.jar D:\Path\To\minecraft\spigot.jar* /Y xcopy CraftBukkit\target\craftbukkit-%1-R0.1-SNAPSHOT.jar D:\Path\To\minecraft\craftbukkit.jar* /Y The script is used like on Linux: "UpdateSpigot.sh 1.14.4" will download and build v. 1.14.4.
  23. Hi! You will need to edit the command line. From there, you should change the Xmx value.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use