err:sync:RtlpWaitForCriticalSection when running starbound_server.exe

Questions about Wine on Linux
Locked
Reiikz
Newbie
Newbie
Posts: 2
Joined: Sat Jun 26, 2021 3:00 pm

err:sync:RtlpWaitForCriticalSection when running starbound_server.exe

Post by Reiikz »

I am trying to run a game server for Starbound (https://starbounder.org/), First of is import to mention that starbound does have a linux server BUT said server has huge memory leak that is forcing us to pay for a ridiculously expensive hosting, I noticed that the win32 version of this server runs with no issue on windows, and yes only the win32 the 64 bit one has a known memory leak, and I tried running it with wine but when I do so, it kind of works but not fully, apparently threads get deadlocked. And no windows hosting are not an option for our budget.

here is the OS version I have tested it on: 4.19.0-17-amd64 #1 SMP Debian 4.19.194-1 (2021-06-10) x86_64 GNU/Linux
I've been using the debian packages for wine-staging from winehq.org

Code: Select all

wine --version
: wine-6.11 (Staging)

When the game server is loading up, the following error will show up a couple times on seemingly always the same stages:

Code: Select all

0108:err:sync:RtlpWaitForCriticalSection section 045A2EF0 "?" wait timed out in thread 0108, blocked by 0104, retrying (60 sec)
What happens on the game is terrain generation hangs and after a couple seconds and it will also cause general unstability, player will get randomly disconnected and such, this error pops out on the terminal each time that happens:

Code: Select all

0138:err:sync:RtlpWaitForCriticalSection section 2820FE80 "?" wait timed out in thread 0138, blocked by 0114, retrying (60 sec)
which I assume is the same thing just on a different thread.
I am running with the following environment variables (Changing either WINEESYNC or WINEFSYNC do nothing for the result, and I honestly have no idea what they're for):

Code: Select all

export WINE=/opt/wine-staging/bin/wine
export WINEARCH=win32
export WINEESYNC=0
export WINEFSYNC=0
export WINEPREFIX=$(realpath $(dirname $0)/pfx)
export WINEDLLOVERRIDES="api-ms-crt-conio-l1-1-0=n,b;api-ms-win-crt-heap-l1-1-0=n,b;api-ms-crt-locale-l1-1-0=n,b;api-ms-crt-math-l1-1-0=n,b;api-ms-crt-runtime-l1-1-0=n,b;api-ms-crt-stdio-l1-1-0=n,b;api-ms-crt-time-l1-1-0=n,b;atl100=n,b;atl110=n,b;atl120=n,b;atl140=n,b;concrtl140=n,b;msvcp100=n,b;msvcp110=n,b;msvcp120=n,b;msvcp140=n,b;msvcr100=n,b;msvcr110=n,b;msvcr120=n,b;msvcr140=n,b;ucrtbase=n,b;vcomp100=n,b;vcomp110=n,b;vcomp120=n,b;vcomp140=n,b;vcruntime140=n,b"
I separarted all the wine related log manually:

Code: Select all

wine: created the configuration directory '/home/reiikz/Starbound/win32/pfx'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.11 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0050:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0050:err:systray:initialize_systray Could not create tray window
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0040:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0040:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0048:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0048:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0048:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0048:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
0048:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x800736b7
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x800736b7
0048:err:ole:apartment_get_local_server_stream Failed: 0x800736b7
0048:err:ole:start_rpcss Failed to open RpcSs service
002c:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
002c:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0060:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0060:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
wine: configuration in L"/home/reiikz/Starbound/win32/pfx" has been updated.
00cc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 10049F78, 43) stub
00cc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5A4E4B68, 43) stub
00d8:err:sync:RtlpWaitForCriticalSection section 045A28B8 "?" wait timed out in thread 00d8, blocked by 00d4, retrying (60 sec)
00d0:err:sync:RtlpWaitForCriticalSection section 045A28B8 "?" wait timed out in thread 00d0, blocked by 00d4, retrying (60 sec)
00d0:err:sync:RtlpWaitForCriticalSection section 045A2378 "?" wait timed out in thread 00d0, blocked by 00d4, retrying (60 sec)
00d8:err:sync:RtlpWaitForCriticalSection section 045A2378 "?" wait timed out in thread 00d8, blocked by 00d4, retrying (60 sec)
00e0:err:sync:RtlpWaitForCriticalSection section 00D37B9C "?" wait timed out in thread 00e0, blocked by 00d8, retrying (60 sec)
00d8:err:sync:RtlpWaitForCriticalSection section 045A2EF0 "?" wait timed out in thread 00d8, blocked by 00d4, retrying (60 sec)
And here is the entire terminal output (keep in mind I closed the server using ctrl+c 'cause the way you close it is using the SIGINT signial you have to send that interrupt there is no other propper way of shutting it down):

Code: Select all

002c:fixme:winediag:LdrInitializeThunk wine-staging 6.11 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0070:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0070:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
0070:err:systray:initialize_systray Could not create tray window
00fc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 10049F78, 43) stub
00fc:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 5A4E4B68, 43) stub
[Info] Root: Preparing Root...
[Info] Root: Done preparing Root.
[Info] Root: Scanning for asset sources in directory '..\assets\'
[Info] Root: no runtime config file, creating new default runtime config
[Info] Root: Loaded Configuration in 0.0126053 seconds
[Info] Root: Scanning for asset sources in directory '..\mods\'
[Info] Root: Detected asset source named 'base' at '..\assets\packed.pak'
[Info] Root: Detected asset source named 'Futara's Dragon Pixel Full Bright Shader' at '..\mods\2422986190-45_1-contents.pak'
[Info] Root: Detected asset source named 'StardustLib' at '..\mods\764887546-68_1-contents.pak'
[Info] Root: Detected asset source named 'StarTech' at '..\mods\764888606-69_1-contents.pak'
[Info] Root: Detected asset source named 'Shuttlecraft' at '..\mods\1102394541-0_1-contents.pak'
[Info] Root: Detected asset source named 'saturnians' at '..\mods\1103027918-1_1-contents.pak'
[Info] Root: Detected asset source named 'NGFU' at '..\mods\792823395-70_1-contents.pak'
[Info] Root: Detected asset source named 'Elithian_Races_Mod' at '..\mods\850109963-71_1-contents.pak'
[Info] Root: Detected asset source named 'XS Mechs : Modular Edition (BETA)' at '..\mods\945707062-75_1-contents.pak'
[Info] Root: Detected asset source named 'xsmm_weapons' at '..\mods\958539829-78_1-contents.pak'
[Info] Root: Detected asset source named 'mkiotntworkshop' at '..\mods\1371648124-10_1-contents.pak'
[Info] Root: Detected asset source named 'kitsunerace' at '..\mods\1396610566-11_1-contents.pak'
[Info] Root: Detected asset source named 'Orcana' at '..\mods\729432341-57_1-contents.pak'
[Info] Root: Detected asset source named 'scriptedail' at '..\mods\947429656-76_1-contents.pak'
[Info] Root: Detected asset source named 'Felins' at '..\mods\729429063-56_1-contents.pak'
[Info] Root: Detected asset source named 'bk3k_inventory' at '..\mods\882900100-72_1-contents.pak'
[Info] Root: Detected asset source named 'FrackinUniverse' at '..\mods\729480149-59_1-contents.pak'
[Info] Root: Detected asset source named 'Avali' at '..\mods\729558042-60_1-contents.pak'
[Info] Root: Detected asset source named 'MorePlanetInfo' at '..\mods\1117007107-3_1-contents.pak'
[Info] Root: Detected asset source named 'Shuttlecraftdeployment' at '..\mods\1165402390-4_1-contents.pak'
[Info] Root: Detected asset source named 'Timeout Patch' at '..\mods\1170574488-5_1-contents.pak'
[Info] Root: Detected asset source named 'HLib' at '..\mods\1189065705-6_1-contents.pak'
[Info] Root: Detected asset source named 'handheldtorches' at '..\mods\914831600-73_1-contents.pak'
[Info] Root: Detected asset source named 'WTM_Reloaded' at '..\mods\1268222595-8_1-contents.pak'
[Info] Root: Detected asset source named 'Vulpes Race' at '..\mods\1307942879-9_1-contents.pak'
[Info] Root: Detected asset source named 'az-mechhelmremover' at '..\mods\942632292-74_1-contents.pak'
[Info] Root: Detected asset source named 'ikn_furnishing' at '..\mods\1417364378-14_1-contents.pak'
[Info] Root: Detected asset source named 'Elithian_Races_Mod_FU' at '..\mods\1429652829-15_1-contents.pak'
[Info] Root: Detected asset source named 'fuvillavali' at '..\mods\1432794738-16_1-contents.pak'
[Info] Root: Detected asset source named 'raceintros' at '..\mods\1455563291-17_1-contents.pak'
[Info] Root: Detected asset source named 'NinetyNineNinetyNineBlocks' at '..\mods\1474034898-18_1-contents.pak'
[Info] Root: Detected asset source named 'Shellguard Expansion ' at '..\mods\1563376005-19_1-contents.pak'
[Info] Root: Detected asset source named 'Green's Dye Suite' at '..\mods\1666272764-20_1-contents.pak'
[Info] Root: Detected asset source named 'The Angels of Starbound' at '..\mods\1686520464-21_1-contents.pak'
[Info] Root: Detected asset source named 'FU_ShellguardMech' at '..\mods\1686763043-22_1-contents.pak'
[Info] Root: Detected asset source named 'Bug Spawn Improvement' at '..\mods\957164903-77_1-contents.pak'
[Info] Root: Detected asset source named 'Garden Planet fix' at '..\mods\1761193918-24_1-contents.pak'
[Info] Root: Detected asset source named 'ANTRMPIQPatch1_4' at '..\mods\1772643711-25_1-contents.pak'
[Info] Root: Detected asset source named '3DPrinterReplacer' at '..\mods\1912091273-26_1-contents.pak'
[Info] Root: Detected asset source named '3DPrinterReplacerFU' at '..\mods\1913971705-27_1-contents.pak'
[Info] Root: Detected asset source named 'Futara's Dragon Race' at '..\mods\1958993491-28_1-contents.pak'
[Info] Root: Detected asset source named 'Spardan' at '..\mods\1983384790-29_1-contents.pak'
[Info] Root: Detected asset source named 'Gooey Armaments' at '..\mods\1988031630-30_1-contents.pak'
[Info] Root: Detected asset source named 'z4galacticdungeons' at '..\mods\2009744270-31_1-contents.pak'
[Info] Root: Detected asset source named 'Castlevania' at '..\mods\729584215-62_1-contents.pak'
[Info] Root: Detected asset source named 'Enhanced Storage' at '..\mods\731220462-64_1-contents.pak'
[Info] Root: Detected asset source named 'StardustLibPost' at '..\mods\764887546-68_2-post.pak'
[Info] Root: Detected asset source named 'StarryPlanet' at '..\mods\2157200368-37_1-contents.pak'
[Info] Root: Detected asset source named 'XRC_BETA_STARBOUND' at '..\mods\2010607826-33_1-Betabound v8.4.0a.pak'
[Info] Root: Detected asset source named 'z4galacticdungeonsmpi' at '..\mods\2010914574-34_1-contents.pak'
[Info] Root: Detected asset source named 'FUAvaliTriagePatch' at '..\mods\2052758462-35_1-contents.pak'
[Info] Root: Detected asset source named 'Ripto' at '..\mods\2118315215-36_1-contents.pak'
[Info] Root: Detected asset source named 'Better Guards, Guard Patrol Behavior, and Villager Wander Behavoir' at '..\mods\2466176346-49_1-contents.pa
k'
[Info] Root: Detected asset source named 'FUStarryPlanetsCompatibilityPatch' at '..\mods\2287046122-40_1-contents.pak'
[Info] Root: Detected asset source named 'frackin_xsmechs' at '..\mods\2348968660-41_1-contents.pak'
[Info] Root: Detected asset source named 'Arcana' at '..\mods\2359135864-42_1-contents.pak'
[Info] Root: Detected asset source named 'saturniansArcanaaddon' at '..\mods\2375350009-43_1-contents.pak'
[Info] Root: Detected asset source named 'The Starforge' at '..\mods\2431875552-46_1-contents.pak'
[Info] Root: Detected asset source named 'WingedFlight' at '..\mods\2433914920-47_1-contents.pak'
[Info] Root: Detected asset source named 'Rin's Armor' at '..\mods\2516154410-50_1-contents.pak'
[Info] Root: Detected asset source named 'Void's Set' at '..\mods\2520304930-51_1-contents.pak'
[Info] Root: Detected asset source named 'Item Frame v1.3' at '..\mods\729466018-58_1-contents.pak'
[Info] Root: Detected asset source named 'Nudity Overhaul' at '..\mods\729558708-61_1-contents.pak'
[Info] Root: Detected asset source named 'CompactCrops' at '..\mods\731044896-63_1-contents.pak'
[Info] Root: Detected asset source named 'Enhanced Matter Manipulator' at '..\mods\731465268-65_1-contents.pak'
[Info] Root: Detected asset source named 'Citybound' at '..\mods\742434873-66_1-contents.pak'
[Info] Root: Detected asset source named 'NonUniform' at '..\mods\743328719-67_1-contents.pak'
[Info] Root: Detected asset source named 'FUSAILModdedRaceSupport' at '..\mods\1411331676-13_1-contents.pak'
[Info] Root: Detected asset source named 'food_stack' at '..\mods\729427436-54_1-contents.pak'
[Info] Root: Detected asset source named 'skippable_cinematics' at '..\mods\729428037-55_1-contents.pak'
[Info] Root: Detected asset source named 'Avikan Vehicle Buff' at '..\mods\2415338687-44_1-contents.pak'
[Info] Root: Detected asset source named 'Project Redemption' at '..\mods\1397217904-12_1-contents.pak'
[Info] Root: Detected asset source named 'Redemption-MPI support' at '..\mods\2284284884-39_1-contents.pak'
[Info] Root: Detected asset source named 'Crew Member Buff' at '..\mods\2462146180-48_1-contents.pak'
[Info] Root: Detected asset source named 'Lombax' at '..\mods\2521834643-52_1-contents.pak'
[Info] Root: Detected asset source named 'FUBYOSModdedRaceSupport' at '..\mods\1194878261-7_1-contents.pak'
[Info] Root: Detected asset source named 'LombaxBYOSPatch' at '..\mods\2525503338-53_1-contents.pak'
[Info] Root: Detected asset source named 'RPG_Growth' at '..\mods\1115920474-2_1-contents.pak'
[Info] Root: Detected asset source named 'SmartCrew' at '..\mods\1732808640-23_1-contents.pak'
[Info] Root: Detected asset source named 'z4galacticdungeonsfrackin' at '..\mods\2009993372-32_1-contents.pak'
[Info] Root: Detected asset source named 'FU-Redemption integration patch' at '..\mods\2185949973-38_1-contents.pak'
[Info] Root: Detected unnamed asset source at '..\assets\user'
[Info] Loading assets from: '..\assets\packed.pak'
[Info] Loading assets from: '..\mods\2422986190-45_1-contents.pak'
[Info] Loading assets from: '..\mods\764887546-68_1-contents.pak'
[Info] Loading assets from: '..\mods\764888606-69_1-contents.pak'
[Info] Loading assets from: '..\mods\1102394541-0_1-contents.pak'
[Info] Loading assets from: '..\mods\1103027918-1_1-contents.pak'
[Info] Loading assets from: '..\mods\792823395-70_1-contents.pak'
[Info] Loading assets from: '..\mods\850109963-71_1-contents.pak'
[Info] Loading assets from: '..\mods\945707062-75_1-contents.pak'
[Info] Loading assets from: '..\mods\958539829-78_1-contents.pak'
[Info] Loading assets from: '..\mods\1371648124-10_1-contents.pak'
[Info] Loading assets from: '..\mods\1396610566-11_1-contents.pak'
[Info] Loading assets from: '..\mods\729432341-57_1-contents.pak'
[Info] Loading assets from: '..\mods\947429656-76_1-contents.pak'
[Info] Loading assets from: '..\mods\729429063-56_1-contents.pak'
[Info] Loading assets from: '..\mods\882900100-72_1-contents.pak'
[Info] Loading assets from: '..\mods\729480149-59_1-contents.pak'
[Info] Loading assets from: '..\mods\729558042-60_1-contents.pak'
[Info] Loading assets from: '..\mods\1117007107-3_1-contents.pak'
[Info] Loading assets from: '..\mods\1165402390-4_1-contents.pak'
[Info] Loading assets from: '..\mods\1170574488-5_1-contents.pak'
[Info] Loading assets from: '..\mods\1189065705-6_1-contents.pak'
[Info] Loading assets from: '..\mods\914831600-73_1-contents.pak'
[Info] Loading assets from: '..\mods\1268222595-8_1-contents.pak'
[Info] Loading assets from: '..\mods\1307942879-9_1-contents.pak'
[Info] Loading assets from: '..\mods\942632292-74_1-contents.pak'
[Info] Loading assets from: '..\mods\1417364378-14_1-contents.pak'
[Info] Loading assets from: '..\mods\1429652829-15_1-contents.pak'
[Info] Loading assets from: '..\mods\1432794738-16_1-contents.pak'
[Info] Loading assets from: '..\mods\1455563291-17_1-contents.pak'
[Info] Loading assets from: '..\mods\1474034898-18_1-contents.pak'
[Info] Loading assets from: '..\mods\1563376005-19_1-contents.pak'
0108:err:sync:RtlpWaitForCriticalSection section 045A28B8 "?" wait timed out in thread 0108, blocked by 0104, retrying (60 sec)
[Info] Loading assets from: '..\mods\1666272764-20_1-contents.pak'
[Info] Loading assets from: '..\mods\1686520464-21_1-contents.pak'
[Info] Loading assets from: '..\mods\1686763043-22_1-contents.pak'
[Info] Loading assets from: '..\mods\957164903-77_1-contents.pak'
[Info] Loading assets from: '..\mods\1761193918-24_1-contents.pak'
[Info] Loading assets from: '..\mods\1772643711-25_1-contents.pak'
[Info] Loading assets from: '..\mods\1912091273-26_1-contents.pak'
[Info] Loading assets from: '..\mods\1913971705-27_1-contents.pak'
[Info] Loading assets from: '..\mods\1958993491-28_1-contents.pak'
[Info] Loading assets from: '..\mods\1983384790-29_1-contents.pak'
[Info] Loading assets from: '..\mods\1988031630-30_1-contents.pak'
[Info] Loading assets from: '..\mods\2009744270-31_1-contents.pak'
[Info] Loading assets from: '..\mods\729584215-62_1-contents.pak'
[Info] Loading assets from: '..\mods\731220462-64_1-contents.pak'
[Info] Loading assets from: '..\mods\764887546-68_2-post.pak'
[Info] Loading assets from: '..\mods\2157200368-37_1-contents.pak'
[Info] Loading assets from: '..\mods\2010607826-33_1-Betabound v8.4.0a.pak'
[Info] Loading assets from: '..\mods\2010914574-34_1-contents.pak'
[Info] Loading assets from: '..\mods\2052758462-35_1-contents.pak'
[Info] Loading assets from: '..\mods\2118315215-36_1-contents.pak'
[Info] Loading assets from: '..\mods\2466176346-49_1-contents.pak'
[Info] Loading assets from: '..\mods\2287046122-40_1-contents.pak'
[Info] Loading assets from: '..\mods\2348968660-41_1-contents.pak'
[Info] Loading assets from: '..\mods\2359135864-42_1-contents.pak'
[Info] Loading assets from: '..\mods\2375350009-43_1-contents.pak'
[Info] Loading assets from: '..\mods\2431875552-46_1-contents.pak'
[Info] Loading assets from: '..\mods\2433914920-47_1-contents.pak'
[Info] Loading assets from: '..\mods\2516154410-50_1-contents.pak'
[Info] Loading assets from: '..\mods\2520304930-51_1-contents.pak'
[Info] Loading assets from: '..\mods\729466018-58_1-contents.pak'
[Info] Loading assets from: '..\mods\729558708-61_1-contents.pak'
[Info] Loading assets from: '..\mods\731044896-63_1-contents.pak'
[Info] Loading assets from: '..\mods\731465268-65_1-contents.pak'
[Info] Loading assets from: '..\mods\742434873-66_1-contents.pak'
[Info] Loading assets from: '..\mods\743328719-67_1-contents.pak'
[Info] Loading assets from: '..\mods\1411331676-13_1-contents.pak'
[Info] Loading assets from: '..\mods\729427436-54_1-contents.pak'
[Info] Loading assets from: '..\mods\729428037-55_1-contents.pak'
[Info] Loading assets from: '..\mods\2415338687-44_1-contents.pak'
[Info] Loading assets from: '..\mods\1397217904-12_1-contents.pak'
[Info] Loading assets from: '..\mods\2284284884-39_1-contents.pak'
[Info] Loading assets from: '..\mods\2462146180-48_1-contents.pak'
[Info] Loading assets from: '..\mods\2521834643-52_1-contents.pak'
[Info] Loading assets from: '..\mods\1194878261-7_1-contents.pak'
[Info] Loading assets from: '..\mods\2525503338-53_1-contents.pak'
[Info] Loading assets from: '..\mods\1115920474-2_1-contents.pak'
[Info] Loading assets from: '..\mods\1732808640-23_1-contents.pak'
[Info] Loading assets from: '..\mods\2009993372-32_1-contents.pak'
[Info] Loading assets from: '..\mods\2185949973-38_1-contents.pak'
[Info] Loading assets from: '..\assets\user'
[Info] Assets digest is d00350a8a7504bba71eafcda62c63c9c2ecb2400b8bd491fd7e4dd341ccdee52
[Info] Root: Loaded Assets in 9.87365 seconds
[Info] Root: Writing runtime configuration to '..\storage\starbound_server.config'
[Info] Root: Loaded NameGenerator in 9.99139 seconds
[Info] Root: Loaded PlantDatabase in 1.48272 seconds
[Info] Root: Loaded ProjectileDatabase in 1.59836 seconds
0100:err:sync:RtlpWaitForCriticalSection section 045A2378 "?" wait timed out in thread 0100, blocked by 0104, retrying (60 sec)
[Info] Root: Loaded MonsterDatabase in 4.87486 seconds
[Info] Root: Loaded NpcDatabase in 1.54576 seconds
[Info] Root: Loaded StagehandDatabase in 0.15125 seconds
[Error] Could not apply patch from file /vehicles/modularmech/modularmech.vehicle.patch in source: ..\mods\942632292-74_1-contents.pak.  Caused by: (
JsonPatchException) Could not apply patch to base. (JsonPatchException) Could not apply operation to base. (TraversalException) Could not find "armor
CosmeticOverrides" to remove
[Info] Root: Loaded VehicleDatabase in 0.200334 seconds
[Info] Root: Loaded PlayerFactory in 0.377413 seconds
0108:err:sync:RtlpWaitForCriticalSection section 045A2378 "?" wait timed out in thread 0108, blocked by 0104, retrying (60 sec)
[Info] Root: Loaded ObjectDatabase in 39.0606 seconds
[Info] Root: Loaded VersioningDatabase in 0.0501754 seconds
[Info] Root: Loaded EntityFactory in 28.6352 seconds
[Info] Root: Loaded ParticleDatabase in 0.513485 seconds
[Info] Root: Loaded ImageMetadataDatabase in 1.7e-06 seconds
[Info] Root: Loaded MaterialDatabase in 3.11567 seconds
[Info] Root: Loaded TerrainDatabase in 0.01205 seconds
[Info] Root: Loaded BiomeDatabase in 1.145 seconds
[Info] Root: Loaded LiquidsDatabase in 0.0282202 seconds
[Info] Root: Loaded StatusEffectDatabase in 0.426595 seconds
[Info] Root: Loaded DamageDatabase in 1.69366 seconds
[Info] Root: Loaded EffectSourceDatabase in 0.0461085 seconds
[Info] Root: Loaded FunctionDatabase in 0.397354 seconds
[Info] Root: Loaded TreasureDatabase in 26.3297 seconds
[Info] Root: Loaded DungeonDefinitions in 1.02289 seconds
[Info] Root: Loaded TilesetDatabase in 2.42e-05 seconds
[Info] Root: Loaded StatisticsDatabase in 0.0059429 seconds
[Info] Root: Loaded EmoteProcessor in 0.0001607 seconds
[Info] Root: Loaded SpeciesDatabase in 0.48892 seconds
[Info] Root: Loaded QuestTemplateDatabase in 0.919121 seconds
[Info] Root: Loaded AiDatabase in 0.0454501 seconds
[Info] Root: Loaded TechDatabase in 0.0677084 seconds
[Info] Root: Loaded CodexDatabase in 0.326514 seconds
[Info] Root: Loaded BehaviorDatabase in 2.60605 seconds
[Info] Root: Loaded DanceDatabase in 0.0046097 seconds
[Info] Root: Loaded SpawnTypeDatabase in 0.0571533 seconds
[Info] Root: Loaded RadioMessageDatabase in 0.0823579 seconds
0108:err:sync:RtlpWaitForCriticalSection section 045A2EF0 "?" wait timed out in thread 0108, blocked by 0104, retrying (60 sec)
[Error] Could not instantiate item '[mushroomgun, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs' 
(table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[biogun, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs' (tabl
e expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[gan_rinskatana-recipe, 1, {}]'. (ItemException) No such item 'gan_rinskatana-recipe'
0108:err:sync:RtlpWaitForCriticalSection section 045A2EF0 "?" wait timed out in thread 0108, blocked by 0104, retrying (60 sec)
[Error] Exception caught loading asset: /voidsplasmacleaver/assetmissing.png, (AssetException) No such asset '/voidsplasmacleaver/assetmissing.png'
[0] 4b14da
[1] 4b02c8
[2] 4c79bb
[3] 4bffc2
[4] 4bd4de
[5] 4c6dc3
[6] 4c6335
[7] 4c2f97
[8] 4c495b
[9] 4c4c6f
[10] 5cc048
[11] 5cc48c
[12] 5ccd72
[13] 57f3de
[14] 5d264a
[15] 939e02
[16] 5da682
[17] 5e26fb
[18] 5e3fa9
[19] 5e4f02
[20] 5e600e
[21] 5dbe56
[22] 78d9d4
[23] 792553
[24] 785586
[25] 788016
[26] 7861c6
[27] 79441a
[28] 792aba
[29] 78a324
[30] 78862c
[31] 797bab
[32] 78578b
[33] 787ceb
[34] 785fb9
[35] 7857fc
[36] 7851a4
[37] 793f03
[38] 4a841e
[39] 4a8ed2
[40] 4ade9c
[41] 7b62d970 BaseThreadInitThunk
[42] 7bc58e67 RtlUserThreadStart
[43] 7bc59520 RtlCreateUserThread
[Error] Could not instantiate item '[gan_voidsplasmacleaver, 1, {}]'. (AssetException) Error loading asset /voidsplasmacleaver/assetmissing.png
[Error] Could not instantiate item '[reaperassault, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs
' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[fuatropusgreataxe, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'p
airs' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[penumbriterocketlauncher, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #
1 to 'pairs' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[reaperrocket, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs'
 (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Exception caught loading asset: /weapons/rinssaber/assetmissing.png, (AssetException) No such asset '/weapons/rinssaber/assetmissing.png'
[0] 4b14da
[1] 4b02c8
[2] 4c79bb
[3] 4bffc2
[4] 4bd4de
[5] 4c6dc3
[6] 4c6335
[7] 4c2f97
[8] 4c495b
[9] 4c4c6f
[10] 5cc048
[11] 5cc48c
[12] 5ccd72
[13] 57f3de
[14] 5d264a
[15] 939e02
[16] 5da682
[17] 5e26fb
[18] 5e3fa9
[19] 5e4f02
[20] 5e600e
[21] 5dbe56
[22] 78d9d4
[23] 792553
[24] 785586
[25] 788016
[26] 7861c6
[27] 79441a
[28] 792aba
[29] 78a324
[30] 78862c
[31] 797bab
[32] 78578b
[33] 787ceb
[34] 785fb9
[35] 7857fc
[36] 7851a4
[37] 793f03
[38] 4a841e
[39] 4a8ed2
[40] 4ade9c
[41] 7b62d970 BaseThreadInitThunk
[42] 7bc58e67 RtlUserThreadStart
[43] 7bc59520 RtlCreateUserThread
[Error] Could not instantiate item '[gan_rinssaber, 1, {}]'. (AssetException) Error loading asset /weapons/rinssaber/assetmissing.png
[Error] Could not instantiate item '[gan_rinskatananosheathe-recipe, 1, {}]'. (ItemException) No such item 'gan_rinskatananosheathe-recipe'
[Error] Could not instantiate item '[hellfirespear, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs
' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[quietusgreataxe, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pai
rs' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[gan_rinskatanajustsheathe-recipe, 1, {}]'. (ItemException) No such item 'gan_rinskatanajustsheathe-recipe'
[Error] Could not instantiate item '[fuatropusgreataxe, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'p
airs' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[gan_rinskatana-recipe, 1, {}]'. (ItemException) No such item 'gan_rinskatana-recipe'
[Error] Could not instantiate item '[quietusgreataxe, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pai
rs' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[gan_voidsplasmacleaver, 1, {}]'. (AssetException) Error loading asset /voidsplasmacleaver/assetmissing.png
[Error] Could not instantiate item '[penumbriterocketlauncher, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #
1 to 'pairs' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[hellfirespear, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs
' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[reaperassault, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs
' (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[biogun, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs' (tabl
e expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[gan_rinssaber, 1, {}]'. (AssetException) Error loading asset /weapons/rinssaber/assetmissing.png
[Error] Could not instantiate item '[reaperrocket, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs'
 (table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Error] Could not instantiate item '[mushroomgun, 1, {}]'. (LuaException) Error code 2, [string "/scripts/util.lua"]:580: bad argument #1 to 'pairs' 
(table expected, got nil)
stack traceback:
        [C]: in ?
        [C]: in function '_ENV.pairs'
        [string "/scripts/util.lua"]:580: in field 'mergeTable'
        [string "/items/buildscripts/buildunrandweapon.lua"]:28: in function <[string "/items/buildscripts/buildunrandweapon.lua"]:6>
[Info] Root: Loaded ItemDatabase in 156.236 seconds
[Info] Root: Loaded CollectionDatabase in 117.474 seconds
[Info] Server Version 1.4.4 (windows i386) Source ID: 8cbe6faf22282659828a194e06a08999f213769e Protocol: 747
[Info] UniverseServer: Creating universe storage directory
[Info] UniverseServer: Acquiring universe lock file
[Info] UniverseServer: Loading settings
[Info] UniverseServer: Starting UniverseServer with UUID: c938727f001990191be492ca20583989
[Info] UniverseServer: listening for incoming TCP connections on 0.0.0.0:21025
[Info] UniverseServer: Connection received from: 192.168.122.1:58578
[Info] UniverseServer: Logged in account '<anonymous>' as player 'ReiikzDragon' from address 192.168.122.1
[Info] UniverseServer: Spawning player at ship
[Info] UniverseServer: Client 'ReiikzDragon' <1> (192.168.122.1) connected
[Info] UniverseServer: Loading client ship world ClientShipWorld:55eb066ef929b4a14583d113cd8cf029
[Info] Protected dungeonIds for world set to (65524)
[Info] UniverseServer: Warping player 1 to ClientShipWorld:55eb066ef929b4a14583d113cd8cf029
[Info] Flying ship for player 1 to new starter world
[Info] Searching for new randomized starter world
[Info] Universe flags set to (outpost_enhancedstorage)
0138:err:sync:RtlpWaitForCriticalSection section 2820FE80 "?" wait timed out in thread 0138, blocked by 0114, retrying (60 sec)
[Info] UniverseServer: Found randomized starter world at 428699109:330849953:-78801532:8
[Info] UniverseServer: Creating new system world at location (428699109, 330849953, -78801532)
[Info] UniverseServer: Creating celestial world 428699109:330849953:-78801532:8
[Info] Protected dungeonIds for world set to (65524)
[Info] Placing dungeon naturalcave
[Info] Placing dungeon at (1292, 675)
[Warn] Failed to place dungeon object: talljar1 direction: 0 position: (1095, 469)
[Warn] Failed to place dungeon object: woodencrate1 direction: 0 position: (1097, 469)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (1099, 469)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (1196, 490)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (1166, 502)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 0 position: (1250, 503)
[Warn] Failed to place dungeon object: prisongirderv direction: 1 position: (1300, 556)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (1240, 569)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (1240, 572)
[Warn] Failed to place dungeon object: metalbarrel1 direction: 1 position: (1319, 574)
[Info] Placing dungeon medic1
[Info] Placing dungeon at (1669, 675)
[Info] Protected dungeonIds for world set to (1, 65524)
[Info] Placing dungeon caveeentrance
[Info] Placing dungeon at (2637, 675)
[Info] Placing dungeon starterhouse
[Info] Placing dungeon at (281, 675)
[Info] UniverseServer: Arriving ship for player 1 at 428699109:330849953:-78801532:8
[Info] UniverseServer: Stopping idle world CelestialWorld:428699109:330849953:-78801532:8
^C0158:fixme:console:default_ctrl_handler Terminating process 20 on event 0
[Info] Interrupt caught!
reiikz@RZ-MAIN-KVM:~/Starbound/win32$ [Info] UniverseServer: Stopping UniverseServer
[Info] UniverseServer: Stopping TCP Server
[Info] UniverseServer: Client 'ReiikzDragon' <1> (192.168.122.1) disconnected for reason: ServerShutdown
[Info] Server shutdown gracefully
[Info] Root: Shutting down Root
00fc:fixme:ver:GetCurrentPackageId (00E9FE94 00000000): stub
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: err:sync:RtlpWaitForCriticalSection when running starbound_server.exe

Post by jkfloris »

It looks like there are quite a few 'mods' being loaded.
Does the server work without the mods?
Reiikz
Newbie
Newbie
Posts: 2
Joined: Sat Jun 26, 2021 3:00 pm

Re: err:sync:RtlpWaitForCriticalSection when running starbound_server.exe

Post by Reiikz »

The problem doesn't happen on windows with the same mods therefore is on wine to fix it if it was due to the mods, which is not, the same issue happens without them.
Locked