Mephi00 / v-rising-wine-docker-image

MIT License
53 stars 31 forks source link

Server Crashes - Failed to Initialize SteamNetworking #6

Open JustinSomers opened 2 years ago

JustinSomers commented 2 years ago

Hi everyone, what all do I need to install on my Mac to get this running? I tried running it with just Docker, pulling the image and running it in docker-compose. However upon running it I get the following crash in my stack trace:

I am running macOS Monterey with a M1 Pro chip, so I'm curious to see if perhaps docker can't run it on this chipset?

v-rising  | dbus[123]: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file ../../../dbus/dbus-connection.c line 3544.
v-rising  | This is normally a bug in some application using the D-Bus library.
v-rising  | 
v-rising  |   D-Bus not built with -rdynamic so unable to print a backtrace
v-rising  | wine: Assertion failed at address 0000004000A41CE1 (thread 0028), starting debugger...
v-rising  | Waited for GameServer LogOn for over 30 seconds. Fatal error.
v-rising  | RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
v-rising  | 0x000000018050f71c ((<unknown>)) EntryPoint
v-rising  | 0x0000000180514843 ((<unknown>)) EntryPoint
v-rising  | 0x00000001804fdaed ((<unknown>)) EntryPoint
v-rising  | 0x0000000180ee63a9 ((<unknown>)) EntryPoint
v-rising  | 0x000000018098aaf4 ((<unknown>)) EntryPoint
v-rising  | 0x0000000002a6165a ((<unknown>)) 
v-rising  | 0x00000000027bd4a6 ((<unknown>)) 
v-rising  | 0x00000000033b8324 ((<unknown>)) 
v-rising  | 0x00000000018eb85d ((<unknown>)) 
v-rising  | 0x00000000021e9c29 ((<unknown>)) 
v-rising  | 0x0000000004719952 ((<unknown>)) 
v-rising  | 0x000000000471a5fc ((<unknown>)) 
v-rising  | 0x0000000001f78af3 ((<unknown>)) 
v-rising  | 0x0000000001ca08f6 ((<unknown>)) 
v-rising  | 0x00000000021f1d91 ((<unknown>)) 
v-rising  | 0x00000000024ff9db ((<unknown>)) 
v-rising  | 0x0000000000de018c ((<unknown>)) 
v-rising  | 0x0000000000caae39 ((<unknown>)) 
v-rising  | 0x00000001808c6028 ((<unknown>)) EntryPoint
v-rising  | 0x00000001808c9092 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180776639 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180777e27 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792e32 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792211 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180793f4d ((<unknown>)) EntryPoint
v-rising  | 0x00000001807928c3 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180794f99 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180795251 ((<unknown>)) EntryPoint
v-rising  | 0x000000018079dec3 ((<unknown>)) EntryPoint
v-rising  | 0x000000018078aadd ((<unknown>)) EntryPoint
v-rising  | 0x0000000180541223 ((<unknown>)) EntryPoint
v-rising  | 0x000000018054254b ((<unknown>)) EntryPoint
v-rising  | 0x00000001400011f2 ((<unknown>)) EntryPoint
v-rising  | <Missing stacktrace information>
v-rising  | 
v-rising  | Failed to initialize SteamNetworking
v-rising  | RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
v-rising  | 0x000000018050f71c ((<unknown>)) EntryPoint
v-rising  | 0x0000000180514843 ((<unknown>)) EntryPoint
v-rising  | 0x00000001804fdaed ((<unknown>)) EntryPoint
v-rising  | 0x0000000180ee63a9 ((<unknown>)) EntryPoint
v-rising  | 0x000000018098aaf4 ((<unknown>)) EntryPoint
v-rising  | 0x0000000002a6165a ((<unknown>)) 
v-rising  | 0x00000000027bd4a6 ((<unknown>)) 
v-rising  | 0x00000000018eb8a8 ((<unknown>)) 
v-rising  | 0x00000000021e9c29 ((<unknown>)) 
v-rising  | 0x0000000004719952 ((<unknown>)) 
v-rising  | 0x000000000471a5fc ((<unknown>)) 
v-rising  | 0x0000000001f78af3 ((<unknown>)) 
v-rising  | 0x0000000001ca08f6 ((<unknown>)) 
v-rising  | 0x00000000021f1d91 ((<unknown>)) 
v-rising  | 0x00000000024ff9db ((<unknown>)) 
v-rising  | 0x0000000000de018c ((<unknown>)) 
v-rising  | 0x0000000000caae39 ((<unknown>)) 
v-rising  | 0x00000001808c6028 ((<unknown>)) EntryPoint
v-rising  | 0x00000001808c9092 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180776639 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180777e27 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792e32 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792211 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180793f4d ((<unknown>)) EntryPoint
v-rising  | 0x00000001807928c3 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180794f99 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180795251 ((<unknown>)) EntryPoint
v-rising  | 0x000000018079dec3 ((<unknown>)) EntryPoint
v-rising  | 0x000000018078aadd ((<unknown>)) EntryPoint
v-rising  | 0x0000000180541223 ((<unknown>)) EntryPoint
v-rising  | 0x000000018054254b ((<unknown>)) EntryPoint
v-rising  | 0x00000001400011f2 ((<unknown>)) EntryPoint
v-rising  | <Missing stacktrace information>
v-rising  | 
v-rising  | Intentionally caused fatal error
v-rising  | RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
v-rising  | 0x000000018050f71c ((<unknown>)) EntryPoint
v-rising  | 0x0000000180514843 ((<unknown>)) EntryPoint
v-rising  | 0x00000001804fdaed ((<unknown>)) EntryPoint
v-rising  | 0x0000000180ee63a9 ((<unknown>)) EntryPoint
v-rising  | 0x000000018087d7c7 ((<unknown>)) EntryPoint
v-rising  | 0x00000001809adbe7 ((<unknown>)) EntryPoint
v-rising  | 0x00000000018eb8b2 ((<unknown>)) 
v-rising  | 0x00000000021e9c29 ((<unknown>)) 
v-rising  | 0x0000000004719952 ((<unknown>)) 
v-rising  | 0x000000000471a5fc ((<unknown>)) 
v-rising  | 0x0000000001f78af3 ((<unknown>)) 
v-rising  | 0x0000000001ca08f6 ((<unknown>)) 
v-rising  | 0x00000000021f1d91 ((<unknown>)) 
v-rising  | 0x00000000024ff9db ((<unknown>)) 
v-rising  | 0x0000000000de018c ((<unknown>)) 
v-rising  | 0x0000000000caae39 ((<unknown>)) 
v-rising  | 0x00000001808c6028 ((<unknown>)) EntryPoint
v-rising  | 0x00000001808c9092 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180776639 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180777e27 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792e32 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792211 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180793f4d ((<unknown>)) EntryPoint
v-rising  | 0x00000001807928c3 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180794f99 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180795251 ((<unknown>)) EntryPoint
v-rising  | 0x000000018079dec3 ((<unknown>)) EntryPoint
v-rising  | 0x000000018078aadd ((<unknown>)) EntryPoint
v-rising  | 0x0000000180541223 ((<unknown>)) EntryPoint
v-rising  | 0x000000018054254b ((<unknown>)) EntryPoint
v-rising  | 0x00000001400011f2 ((<unknown>)) EntryPoint
v-rising  | <Missing stacktrace information>
v-rising  | 
v-rising  | Crash!!!
v-rising  | SymInit: Symbol-SearchPath: '.;Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer;Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer;C:\windows;C:\windows\system32;SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 534, UserName: 'steam'
v-rising  | OS-Version: 6.1.0
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer.exe: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 2020.3.31.21687
v-rising  | C:\windows\system32\ntdll.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.1.7601.24059
v-rising  | C:\windows\system32\kernel32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.1.7601.17514
v-rising  | C:\windows\system32\kernelbase.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\UnityPlayer.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 2020.3.31.21687
v-rising  | C:\windows\system32\USER32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\gdi32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 10.0.0.0
v-rising  | C:\windows\system32\advapi32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\version.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\msvcrt.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 7.0.2600.2180
v-rising  | C:\windows\system32\ole32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 10.0.0.0
v-rising  | C:\windows\system32\rpcrt4.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\SHLWAPI.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.0.2800.1692
v-rising  | C:\windows\system32\shcore.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\SETUPAPI.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\SHELL32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.0.2900.6242
v-rising  | C:\windows\system32\OPENGL32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2082
v-rising  | C:\windows\system32\WINMM.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\msacm32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\OLEAUT32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.0.6001.18000
v-rising  | C:\windows\system32\IMM32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\WINHTTP.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\jsproxy.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\ws2_32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.5512
v-rising  | C:\windows\system32\bcrypt.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.0.6000.16386
v-rising  | C:\windows\system32\HID.DLL: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 10.0.0.0
v-rising  | C:\windows\system32\CRYPT32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.131.2600.1243
v-rising  | C:\windows\system32\api-ms-win-core-synch-l1-2-0.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-fibers-l1-1-1.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-localization-l1-2-1.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-winrt-l1-1-0.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\combase.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-com-l1-1-1.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-winrt-string-l1-1-0.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\winex11.drv: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 10.0.0.0
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\GameAssembly.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\IPHLPAPI.DLL: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\baselib.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-string-l1-1-0.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-datetime-l1-1-1.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-localization-obsolete-l1-2-0.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-core-sysinfo-l1-2-1.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\mmdevapi.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\winealsa.drv: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\api-ms-win-appmodel-runtime-l1-1-2.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer_Data\Plugins\x86_64\lib_burst_generated.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer_Data\Plugins\x86_64\fmodstudio.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 0.2.1.6
v-rising  | C:\windows\system32\wbem\wbemprox.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\winspool.drv: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | C:\windows\system32\dxgi.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.0.6000.16386
v-rising  | C:\windows\system32\wined3d.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 10.0.0.0
v-rising  | C:\windows\system32\rsaenh.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.2180
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer_Data\Plugins\x86_64\steam_api64.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.91.21.57
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\steamclient64.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.90.98.64
v-rising  | C:\windows\system32\imagehlp.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\PSAPI.DLL: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 5.1.2600.3264
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\tier0_s64.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.90.98.64
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\vstdlib_s64.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.90.98.64
v-rising  | C:\windows\system32\MSWSOCK.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 4.0.0.0
v-rising  | C:\windows\system32\Secur32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\netapi32.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\Kerberos.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\Wlanapi.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer_Data\Plugins\x86_64\stun_steamnetworking.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\dhcpcsvc.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: ''
v-rising  | C:\windows\system32\dbghelp.dll: (0000000000000000), size: 0 (result: 0), SymType: '-unknown-', PDB: '', fileVersion: 6.1.7601.17514
v-rising  | 
v-rising  | ========== OUTPUTTING STACK TRACE ==================
v-rising  | 
v-rising  | RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
v-rising  | 0x0000000180EE7265 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180EE687C ((<unknown>)) EntryPoint
v-rising  | 0x000000018087D7C7 ((<unknown>)) EntryPoint
v-rising  | 0x00000001809ADBE7 ((<unknown>)) EntryPoint
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 00000000018EB8B2)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 00000000018EB8B2)
v-rising  | 0x00000000018EB8B2 ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 00000000021E9C29)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 00000000021E9C29)
v-rising  | 0x00000000021E9C29 ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 0000000004719952)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 0000000004719952)
v-rising  | 0x0000000004719952 ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 000000000471A5FC)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 000000000471A5FC)
v-rising  | 0x000000000471A5FC ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 0000000001F78AF3)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 0000000001F78AF3)
v-rising  | 0x0000000001F78AF3 ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 0000000001CA08F6)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 0000000001CA08F6)
v-rising  | 0x0000000001CA08F6 ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 00000000021F1D91)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 00000000021F1D91)
v-rising  | 0x00000000021F1D91 ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 00000000024FF9DB)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 00000000024FF9DB)
v-rising  | 0x00000000024FF9DB ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 0000000000DE018C)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 0000000000DE018C)
v-rising  | 0x0000000000DE018C ((<unknown>)) (function-name not available)
v-rising  |   ERROR: SymGetSymFromAddr64, GetLastError: 'Module not found.' (Address: 0000000000CAAE39)
v-rising  |   ERROR: SymGetModuleInfo64, GetLastError: 'DLL initialization failed.' (Address: 0000000000CAAE39)
v-rising  | 0x0000000000CAAE39 ((<unknown>)) (function-name not available)
v-rising  | 0x00000001808C6028 ((<unknown>)) EntryPoint
v-rising  | 0x00000001808C9092 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180776639 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180777E27 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792E32 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180792211 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180793F4D ((<unknown>)) EntryPoint
v-rising  | 0x00000001807928C3 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180794F99 ((<unknown>)) EntryPoint
v-rising  | 0x0000000180795251 ((<unknown>)) EntryPoint
v-rising  | 0x000000018079DEC3 ((<unknown>)) EntryPoint
v-rising  | 0x000000018078AADD ((<unknown>)) EntryPoint
v-rising  | 0x0000000180541223 ((<unknown>)) EntryPoint
v-rising  | 0x000000018054254B ((<unknown>)) EntryPoint
v-rising  | 0x00000001400011F2 ((<unknown>)) EntryPoint
v-rising  | <Missing stacktrace information>
v-rising  | 
v-rising  | ========== END OF STACKTRACE ===========
v-rising  | 
v-rising  | A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in:
v-rising  |  * C:/users/steam/Temp/Stunlock Studios/VRisingServer/Crashes
JustinSomers commented 2 years ago

Further up in the stack trace I noticed this too:

v-rising  | 002b:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
rolandostar commented 2 years ago

I had the same issue when using volume bind, search for Unauthorized access on your log maybe (probably write permissions on the /saves folder)

Fixed it by using a docker volume instead.

On your docker compose:

version: '3.7'

services:
  vrising:
...
    volumes:
#      - type: bind
#        source: ./saves
#        target: /saves
      - vrisingsaves:/saves
...
...
volumes:
  vrisingsaves:
JustinSomers commented 2 years ago

Hmm, I switched to a docker volume with the following:

version: '3.7'

services:
  vrising:
    container_name: v-rising
    image: mephi00/v-rising-wine
    volumes:
      - ./saves:/saves

and it looks like the saves folder has read write access:

docker exec -it 63c18f33491a /bin/bash steam@63c18f33491a:~/steamcmd$ ls linux32 linux64 package public siteserverui steam steam.sh steamcmd.sh steam@63c18f33491a:~/steamcmd$ cd /saves/ steam@63c18f33491a:/saves$ ls -al total 4 drwxr-xr-x 3 steam steam 96 May 31 23:42 . drwxr-xr-x 1 root root 4096 Jun 1 23:57 .. drwxr-xr-x 3 steam steam 96 May 31 23:42 v1

JustinSomers commented 2 years ago

Do you have xquartz installed? Or do I need anything installed in addition to docker?

Also, what should does your save directory look like? I simply copied over my local saves into saves

image
rolandostar commented 2 years ago

Nothing else installed in addition to docker.

The r/w access might be related to this thread: https://stackoverflow.com/questions/34031397/running-docker-on-ubuntu-mounted-host-volume-is-not-writable-from-container

I also had success by creating a folder outside /root

volumes:
      - /data/opt/vrising:/saves
JHN38 commented 2 years ago

Hi,

I just wanted to add that I was also experiencing the crash because the container runs as the user steam and doesn't seem to have the permissions to write in the /saves folder from the start. I had to bind it to an /opt folder on the host and give that a chmod -R a+rw saves but ultimately it gets created under user 1000:1000 so a chown -R 1000:1000 saves works just as well. If anyone has a better fix I'm all ears.

Thanks,

Mephi00 commented 2 years ago

Do you have xquartz installed? Or do I need anything installed in addition to docker?

Also, what should does your save directory look like? I simply copied over my local saves into saves

image

I see the issue, you need to have your save files in the /saves/Saves folder. There the server will find the save files and use them (given there is write access).