Wine problems with ntdll.dll running an Unity Server.

Questions about Wine on Linux
Locked
yFlix
Newbie
Newbie
Posts: 1
Joined: Thu Mar 17, 2022 8:04 am

Wine problems with ntdll.dll running an Unity Server.

Post by yFlix »

Hello,

recently I tried to run an Valheim Server on my Linux VPS. The Valheim Server files are windows, so I tried to use wine to emulate Windows.
I did this a while ago and it worked flaweless. Now, frew months later with a new VPS it suddenly doesn't work anymore.

I run the Server with

Code: Select all

xvfb-run wine valheim_server.exe
. XVFB to get a virtual Display because its needed.

When running it displays this:

Code: Select all

Mono path[0] = 'Z:/home/valheim/valheim_server_Data/Managed'
Mono config path = 'Z:/home/valheim/MonoBleedingEdge/etc'
Crash!!!
I looked at the Crash Report says that ntdll.dll caused an Access Violation:

Code: Select all

ntdll.dll caused an Access Violation (0xc0000005)
  in module ntdll.dll at 0033:7bc9ab24.
An wine also gives me this errors:

Code: Select all

wine: Unhandled page fault on read access to 0xc0006b7d8 at address 0x7bc9ab24 (thread 002b), starting debugger...
002d:err:seh:setup_exception stack overflow 1712 bytes in thread 002d eip 000000007bc9c2b9 esp 0000000000140f60 stack 0x140000-0x141000-0x240000
Im running wine at version 4.0 at Debian 4.19.

If there is anything more I need to share feel free to tell me.
And also Sorry if the Topic isn't that clean.

Grettings
Attachments
CrashLog.zip
Crash Log from Unity
(5.84 KiB) Downloaded 1297 times
Locked