Crash after Hot Fix #9.3
Hey there,
after the latest update today the server crashes on startup.
I would add the crash log, but i don't know where i can find C:/users/root/Temp/Stunlock Studios/VRisingServer/Crashes inside the container.
The container itself prints this stack trace:
vrising-1 | ========== OUTPUTTING STACK TRACE ==================
vrising-1 |
vrising-1 | 0x00000001817F1C3E (unityplayer) EntryPoint
vrising-1 | 0x00000001800592E7 (unityplayer) EntryPoint
vrising-1 | 0x00007F211D7D6224 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211CB0BD1B (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211CB0E5B0 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211D99BC19 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211D90E3BB (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211D99BC19 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211D90E3BB (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211D9151A4 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F211D99BC19 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F2117B2A326 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00007F2117B29DC9 (gameassembly) il2cpp_object_get_size
vrising-1 | 0x00000001805AD2A3 (unityplayer) EntryPoint
vrising-1 | 0x00000001805AD33F (unityplayer) EntryPoint
vrising-1 | 0x00000001805AD7A3 (unityplayer) EntryPoint
vrising-1 | 0x00000001807F87CB (unityplayer) EntryPoint
vrising-1 | 0x00000001807FB17B (unityplayer) EntryPoint
vrising-1 | 0x00000001807FE2A1 (unityplayer) EntryPoint
vrising-1 | 0x00000001807FE69B (unityplayer) EntryPoint
vrising-1 | 0x00000001400011F2 (vrisingserver) EntryPoint
vrising-1 | 0x000000007B62C6C9 (kernel32) EntryPoint
vrising-1 | 0x000000007BC583C3 (ntdll) EntryPoint
vrising-1 |
vrising-1 | ========== END OF STACKTRACE ===========
I already repulled the image and deleted the server volume folder. Is there any chance that you have a look into this?
Is this docker-on-windows?
if not you could docker compose exec -it vrising /bin/bash -c 'find / -iname "crashes" -type d'
It is a linux server and i tried running your command but got this message:
no configuration file provided: not found
In addition it seems that this error is related to the save file. After the patch yesterday the server automatically created a new world which loaded without any problems. After copying the autosave to the new folder structure (v3 to v4) the error came back.
So i don't know, if it is even possible for you, to fix this.