Debian Wine 7 not starting farming simulator 2019 dedicated server

Questions about Wine on Linux
Locked
lukesoft76
Level 2
Level 2
Posts: 14
Joined: Fri Jan 21, 2022 5:34 pm

Debian Wine 7 not starting farming simulator 2019 dedicated server

Post by lukesoft76 »

I have tested debian bullseye with winehq repository to install wine 7.
Each time the wine64 is used to start a dedicated server, i get the following error messages:

wine64 LS19Server/dedicatedServer.exe
Config file: Z:/home/ls19/LS19Server/dedicatedServer.xml
GIANTS Dedicated Server/8.0.3.0
Initializing mod download manager... 0100:fixme:ver:GetCurrentPackageId (000000000323FE10 0000000000000000): stub
00f8:err:seh:call_stack_handlers invalid frame 00000000001B0D14 (0000000002F02000-0000000003000000)
00f8:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.

My System:
i5-11400T
64GB RAM
Debian 11 (bullseye)

I assume that i miss something while the installation.

Kind regards,
L.
lukesoft76
Level 2
Level 2
Posts: 14
Joined: Fri Jan 21, 2022 5:34 pm

Re: Debian Wine 7 not starting farming simulator 2019 dedicated server

Post by lukesoft76 »

So i did further tests:

I upgraded system to "bookworm" and also wine to staging.
Unfortunately, it does not change something.
The dedicated server starts but dies right afterwards:

config file: Z:/home/ls19/LS19Server/dedicatedServer.xml
GIANTS Dedicated Server/8.0.0.0
Initializing mod download manager... 0110:fixme:ver:GetCurrentPackageId (0000000000F5FE10 0000000000000000): stub
0108:err:seh:call_stack_handlers invalid frame 00000000001B8514 (0000000000C22000-0000000000D20000)
0108:err:seh:NtRaiseException Exception frame is not in stack limits => unable to dispatch exception.

What else shall be provided by me to gain further information?
Regards,
Luke
lukesoft76
Level 2
Level 2
Posts: 14
Joined: Fri Jan 21, 2022 5:34 pm

Re: Debian Wine 7 not starting farming simulator 2019 dedicated server

Post by lukesoft76 »

i digged in the problem some further:

WINPREFIX=~/LS19Dedi wine64 LS19Server/dedicatedServer.exe
001e:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114
wine: Call from 0x7bc7c990 to unimplemented function ntoskrnl.exe.RtlPcToFileHeader, aborting
wine: Unimplemented function ntoskrnl.exe.RtlPcToFileHeader called at address 000000007BC7C990 (thread 0018), starting debugger...
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
0033:fixme:dbghelp:elf_search_auxv can't find symbol in module
000f:err:service:process_send_command service protocol error - failed to read pipe r = 0 count = 0!
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"nsiproxy" failed to start: 1053
000f:err:service:process_send_start_message pipe connect failed
000f:fixme:service:scmdatabase_autostart_services Auto-start service L"NDIS" failed to start: 1053
0009:fixme:virtual:NtQueryVirtualMemory (0xffffffffffffffff,0x39c380000,info_class=1000,0x39c38d000,8,(nil)) Unknown information class
Config file: Z:/home/ls19/LS19Server/dedicatedServer.xml
GIANTS Dedicated Server/8.0.3.0
Initializing mod download manager... 003a:fixme:ver:GetCurrentPackageId (0x87fd80 (nil)): stub
0038:err:seh:call_stack_handlers invalid frame 432a14 (0x562000-0x660000)
0038:err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.

Does anyone have an idea?
lukesoft76
Level 2
Level 2
Posts: 14
Joined: Fri Jan 21, 2022 5:34 pm

Re: Debian Wine 7 not starting farming simulator 2019 dedicated server

Post by lukesoft76 »

Btw. the dedicated server is correctly running with 6.0.2 on a Debian buster.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Debian Wine 7 not starting farming simulator 2019 dedicated server

Post by jkfloris »

I can't reproduce the problem.
How did you install Wine?
lukesoft76
Level 2
Level 2
Posts: 14
Joined: Fri Jan 21, 2022 5:34 pm

Re: Debian Wine 7 not starting farming simulator 2019 dedicated server

Post by lukesoft76 »

Wine is installed via apt as depicted on the WINE debian wiki page.
Including multiarch!
Locked