Old self-compiled version does not work

Questions about Wine on Linux
Locked
joaopa
Newbie
Newbie
Posts: 2
Joined: Sat Jan 15, 2022 2:55 pm

Old self-compiled version does not work

Post by joaopa »

I am trying to do a regression test. I use ubuntu. So I created a lxc-container and installed bionic (focal does not install in container...)


Everything went fine. Wine version 7-0.rc6 runs .
But old version failed badly. For wine-6.0, I received these messages:

002c:fixme:virtual:NtQueryVirtualMemory (0xffffffff,0x6d780000,info_class=1000,0x6d79b000,8,(nil)) Unknown information class
002c:err:module:LdrInitializeThunk "ws2_32.dll" failed to initialize, aborting
002c:err:module:LdrInitializeThunk Initializing dlls for L"C:\\windows\\system32\\wineboot.exe" failed, status c0000142
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:virtual:NtQueryVirtualMemory (0xffffffff,0x6d780000,info_class=1000,0x6d79b000,8,(nil)) Unknown information class
0024:err:module:LdrInitializeThunk "ws2_32.dll" failed to initialize, aborting
0024:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program Files\\Raven\\SOF Demo\\SoF.exe" failed, status c0000142


How to fix them?

Thanks in advance
Locked