Description
I’m having issues starting the V Rising dedicated server using the Docker image
trueosiris/vrising.
The container pulls and installs the server successfully via SteamCMD, but the
server fails to launch when Wine starts the actual server executable.
The image was pulled on 2026-02-28.
Environment
- Docker image:
trueosiris/vrising:latest
- Host OS: Windows 11 (Docker Desktop)
- Docker Compose: yes
- Pull date: 2026-02-28
- Network mode: bridge
Docker Compose configuration
services:
vrising:
image: trueosiris/vrising
entrypoint: ["/bin/bash", "-c", "sed -i 's/\\r//g' /start.sh && exec /bin/bash /start.sh"]
environment:
- TZ=Europe/Paris
- SERVERNAME=Test
- WINEDEBUG=fixme-all
volumes:
- type: bind
source: ./server
target: /mnt/vrising/server
bind:
create_host_path: true
- type: bind
source: ./data
target: /mnt/vrising/persistentdata
bind:
create_host_path: true
ports:
- "9876:9876/udp"
- "9877:9877/udp"
network_mode: bridge
Logs
usermod: user 'docker' does not exist
Cleaning up logs older than 30 days
Updating V-Rising Dedicated Server files...
WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.
Success! App '1829350' fully installed.
Creating /mnt/vrising/persistentdata/20260228-1910-VRisingServer.log
Starting V Rising Dedicated Server with name Test
Starting Xvfb
Launching wine64 V Rising
0024:err:module:LdrInitializeThunk "UnityPlayer.dll" failed to initialize, aborting
0024:err:module:LdrInitializeThunk Initializing dlls for
L"Z:\\mnt\\vrising\\server\\VRisingServer.exe" failed, status c0000005
Please let me know if any additional information or logs are required.