Jump to content

conceptr980

Member
  • Posts

    155
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by conceptr980

  1. Did you apply what dennis mentioned ??

    On the other hand,  Copy the following files from WS\Binaries\Win64 to root directory and start the server in order for the server to work:

    steamclient.dll
    steamclient64.dll
    tier0_s.dll
    tier0_s64.dll
    vstdlib_s.dll
    vstdlib.s64.dll
  2. Im trying to create a python script with cpu priority switcher using the following:

    ThisService.Priority = int(ThisService.Variables["CPUPriority"]);

    ThisService.Save()
    ThisService.Configure()

     

    Its not working by switching cpu priority in tcadmin for some reason.

    Variable Options in CPUPriority are:

    • Normal
    • AboveNormal
    • High

     

    The variable of priority is taken from:

    https://docs.tcadmin.com/customizations/scripts/script-objects/this-service/#properties

     

    Advice would be appreciated

  3. After some debugging .. it appears that -queryport in the commandline paramater causes the server to stop responding plus some commandline paramaters is outdated based on this config.

     

    On the other hand, using the following commandline would solve most of the issues and server will start and shows in both community list and join via ip but players stats in the panel will no longer works due to -queryport is not set in the commandline paramater and cannot be set for the mean time unless the devs decides to add it in the future releases:

     

    -publiclobby -port=$[Service.GamePort] -publicip=$[Service.IpAddress] -publicport=$[Service.GamePort] -players=$[Service.Slots] -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -logformat=text

     

    Myth Busted

  4. 2 hours ago, crunkinshoe said:

    The game now requires that a query port be set which is different than the game port.

    Did you test it with tcadmin config query protocol and it works ?? screenshot would be recommended if you could

  5. 1 hour ago, Jimmy-CS said:

    Has anyone found a suitable workaround for ServerJars being offline?

    I also second the Forge suggestion. There seems to be no other automated method to pull server versions of various mods right now.

    Everyone who is using and relying on TCAdminCrons is struggling for a while now. Besides, no ETA for serverjars yet which is being a serious automation issue for providers.

  6. 2 hours ago, REDRUM said:

    I keep getting the below, server crashes right away. I had it running but had to reinstall some stuff so now I cannot seem to get it. Any suggestions?

    Status
    Running (PID 0)

    Try to set the config to run as: "unique operating system user for each server" then either reinstall the server or repair server permissions

     

    Screenshot 2024-03-19 at 22-30-06 POT - Ark Survival Ascended.png

  7. 4 hours ago, hz32 said:

    Does anyone have a  config with working query.

    The config shared here is working well. Just change the Query Protocol: Palworld

    Notes:

    - Make sure your TCadmin is updated to version: 2.0.190.0

    - Make sure the Game Port is the same as Query Port

    Screenshot 2024-02-04 at 20-54-49 POT - Palworld.png

    Screenshot 2024-02-04 at 20-57-09 POT - Palworld.png

  8. I believe your config requires further small modification as following:

     

    * you havnt specified custom port in the config and you dont need it

    * -publicport in the startup commandline argument could be the same as -port:

    -port=$[Service.GamePort] -publicport=$[Service.GamePort]

     

    As i see in most of the docs that -publicport is 8211 which is the game default port.

     

    On the other hand, i see some users using -log -nosteam at the end of the commandline but not sure if it take effects.

     

  9. 4 hours ago, Dennis said:

    WHMCS still supports PHP 7.4 (even the newer versions). The module is compatible with PHP 8.1 - you just need to update the module. The module was updated in January.

    You can see information about the module (along with a download link) here: https://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Download

    After re-downloading the module and testing it, i would like to confirm that it is compatible with php8.1 and working without issues. I was using the old version thats why it was giving some errors.

     

    Myth Busted 😎

  10. 2 hours ago, Dennis said:

    WHMCS still supports PHP 7.4 (even the newer versions). The module is compatible with PHP 8.1 - you just need to update the module. The module was updated in January.

    You can see information about the module (along with a download link) here: https://help.tcadmin.com/TCAdmin2_advanced_module_for_WHMCS#Download

    Thanks for the update. I probably missed that out due to no page for changelog and version tracking in tcadmin page for the module which would be a good idea though. Ill give it a shot and revert back.

    Thx

  11. Yes

    The behavior of the module with php8.1 looks normal within whmcs in term of functionality. Meanwhile, whmcs main cron.php checks for all with its daily check and it fails when it comes to tcadmin mvc with an error related to symfony if im not mistaken.

     

    I remember i saw in the whmcs road map as it mentions that from the next whmcs release, php7.4 will be completely not supported so tcadmin module must starts moving towards php8.1 otherwise it will completely dies in the next whmcs release.

×
×
  • 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