Hi,
I tried to experiment a bit with my Chromebook and installed the Linux Dev Env. There, I downloaded the sources for wine and compiled it manually (--enable-win64). This went fine so far and I am able to run things like winecfg, wine control, etc.
But every time, I try to start an installation on a program, the following error occurs:
0138:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
0138:err:wow:load_64bit_module failed to load dll c0000135
I can't find the reason and unfortunately I can't find any solution on google either.
Is anyone able to help me on that to get wine running correctly?
Thanks in advance.
Wine on Chromebook Linux Env
-
- Newbie
- Posts: 2
- Joined: Tue Mar 15, 2022 4:39 am
Re: Wine on Chromebook Linux Env
Hi there
I get the same isasue
HP Chromebook x2 11-da0013dx
https://support.hp.com/ie-en/document/c07773362
has it not got something to do with the "Microprocessor Qualcomm® Snapdragon™ 7c compute platform"
-----------------------------
jonathan@penguin:~$ wine winbox.exe
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
002b:err:environ:run_wineboot boot event wait timed out
002b:err:module:__wine_process_init L"Z:\\home\\jonathan\\winbox.exe" not supported on this system
jonathan@penguin:~$
-----------------------------
jonathan@penguin:~$ sudo wine winbox.exe
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
000f:err:service:process_send_command receiving command result timed out
0009:err:module:__wine_process_init L"Z:\\home\\jonathan\\winbox.exe" not supported on this system
jonathan@penguin:~$ No protocol specified
wine: Unhandled page fault on read access to 0000000000000000 at address 0000000000000000 (thread 000f), starting debugger...
000f:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 14 208" (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
jonathan@penguin:~$
-----------------------------
Thank you
I get the same isasue
HP Chromebook x2 11-da0013dx
https://support.hp.com/ie-en/document/c07773362
has it not got something to do with the "Microprocessor Qualcomm® Snapdragon™ 7c compute platform"
-----------------------------
jonathan@penguin:~$ wine winbox.exe
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
002b:err:environ:run_wineboot boot event wait timed out
002b:err:module:__wine_process_init L"Z:\\home\\jonathan\\winbox.exe" not supported on this system
jonathan@penguin:~$
-----------------------------
jonathan@penguin:~$ sudo wine winbox.exe
it looks like wine32 is missing, you should install it.
as root, please execute "apt-get install wine32"
000f:err:service:process_send_command receiving command result timed out
0009:err:module:__wine_process_init L"Z:\\home\\jonathan\\winbox.exe" not supported on this system
jonathan@penguin:~$ No protocol specified
wine: Unhandled page fault on read access to 0000000000000000 at address 0000000000000000 (thread 000f), starting debugger...
000f:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 14 208" (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
jonathan@penguin:~$
-----------------------------
Thank you
Re: Wine on Chromebook Linux Env
A lot of installation programs are 32-bit.
Did you also compile the 32-bit part of Wine?
https://wiki.winehq.org/Building_Wine#Shared_WoW64
Did you also compile the 32-bit part of Wine?
https://wiki.winehq.org/Building_Wine#Shared_WoW64
Re: Wine on Chromebook Linux Env
Hi,
thanks for the hint. I missed that. I did it now as written down in the article, but sadly the message is the same, it just starts up the installation process now (which is a slightly better situation):
00fc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000006CFE40
00fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:imm:ImeSetActiveContext (0x177b50, 1): stub
0024:fixme:imm:ImmReleaseContext (0000000000010052, 0000000000177B50): stub
0104:fixme:imm:ImeSetActiveContext (0x15c680, 0): stub
0104:fixme:imm:ImmReleaseContext (0000000000020032, 000000000015C680): stub
0128:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
0128:err:wow:load_64bit_module failed to load dll c0000135
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FDB0
Installation via wine control and selecting the exe file results in the same (installer starting, but ending right after):
0104:fixme:imm:ImeSetActiveContext (0x161430, 1): stub
0104:fixme:imm:ImmReleaseContext (0000000000010054, 0000000000161430): stub
010c:fixme:imm:ImeSetActiveContext (0x15c6c0, 0): stub
010c:fixme:imm:ImmReleaseContext (0000000000020032, 000000000015C6C0): stub
0124:fixme:imm:ImeSetActiveContext (0x15bd80, 1): stub
0124:fixme:imm:ImmReleaseContext (0000000000010092, 000000000015BD80): stub
0134:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000006CFE40
0134:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0130:fixme:imm:ImeSetActiveContext (0x1778e0, 1): stub
0130:fixme:imm:ImmReleaseContext (00000000000200E0, 00000000001778E0): stub
0148:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
0148:err:wow:load_64bit_module failed to load dll c0000135
0130:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FDB0
thanks for the hint. I missed that. I did it now as written down in the article, but sadly the message is the same, it just starts up the installation process now (which is a slightly better situation):
00fc:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000006CFE40
00fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:imm:ImeSetActiveContext (0x177b50, 1): stub
0024:fixme:imm:ImmReleaseContext (0000000000010052, 0000000000177B50): stub
0104:fixme:imm:ImeSetActiveContext (0x15c680, 0): stub
0104:fixme:imm:ImmReleaseContext (0000000000020032, 000000000015C680): stub
0128:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
0128:err:wow:load_64bit_module failed to load dll c0000135
0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FDB0
Installation via wine control and selecting the exe file results in the same (installer starting, but ending right after):
0104:fixme:imm:ImeSetActiveContext (0x161430, 1): stub
0104:fixme:imm:ImmReleaseContext (0000000000010054, 0000000000161430): stub
010c:fixme:imm:ImeSetActiveContext (0x15c6c0, 0): stub
010c:fixme:imm:ImmReleaseContext (0000000000020032, 000000000015C6C0): stub
0124:fixme:imm:ImeSetActiveContext (0x15bd80, 1): stub
0124:fixme:imm:ImmReleaseContext (0000000000010092, 000000000015BD80): stub
0134:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00000000006CFE40
0134:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0130:fixme:imm:ImeSetActiveContext (0x1778e0, 1): stub
0130:fixme:imm:ImmReleaseContext (00000000000200E0, 00000000001778E0): stub
0148:err:module:load_wow64_ntdll failed to load L"\\??\\C:\\windows\\syswow64\\ntdll.dll" error c0000135
0148:err:wow:load_64bit_module failed to load dll c0000135
0130:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011FDB0
Re: Wine on Chromebook Linux Env
Additionally, I think i will give up at this point as the debugging is not worth the bonus I get from getting it working.
So thanks for the help.
So thanks for the help.