WineVDM isn't working

Questions about Wine on Linux
Locked
User avatar
R3L14NT94
Level 1
Level 1
Posts: 9
Joined: Thu Nov 30, 2023 7:32 pm

WineVDM isn't working

Post by R3L14NT94 »

Hi, whats causing 'winevdm.exe' to fail when I've tried launching ThemePark World's setup program, I have the log from the terminal I hope this is sufficient.

Code: Select all

0360:err:environ:init_peb starting L"Z:\\adamlee\\tpworld\\Setup.exe" in experimental wow64 mode
0368:err:environ:init_peb starting L"Z:\\adamlee\\tpworld\\Autorun\\Autorun.exe" in experimental wow64 mode
[adamlee@ghettopirate-pc tpworld]$ 0370:err:environ:init_peb starting L"Z:\\adamlee\\tpworld\\Autorun\\si.img" in experimental wow64 mode
0378:err:environ:init_peb starting L"C:\\users\\adamlee\\Temp\\bfa6a9f.tmp" in experimental wow64 mode
0380:err:environ:init_peb starting L"C:\\windows\\syswow64\\winevdm.exe" in experimental wow64 mode
0380:fixme:wow:wow64_NtSetLdtEntries 0107 0488323f 0000f39c 0000 00000000 00000000: stub
0380:err:module:loader_init "krnl386.exe16" failed to initialize, aborting
0380:err:module:loader_init Initializing dlls for L"C:\\windows\\syswow64\\winevdm.exe" failed, status c0000005
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: WineVDM isn't working

Post by dimesio »

R3L14NT94 wrote: Mon Jul 15, 2024 6:39 pm

Code: Select all

0360:err:environ:init_peb starting L"Z:\\adamlee\\tpworld\\Setup.exe" in experimental wow64 mode

Code: Select all

0380:err:module:loader_init "krnl386.exe16" failed to initialize, aborting
Your Wine build is the new WoW64, which cannot run 16 bit programs. To run 16 bit programs you need 32 bit Wine, either alone or installed as part of the old WoW64 setup.
Locked