wine on a chromebook

Questions about Wine on Linux
Locked
jonathanxpeers
Newbie
Newbie
Posts: 2
Joined: Tue Mar 15, 2022 4:39 am

wine on a chromebook

Post by jonathanxpeers »

Hi there

I have been using a hp chromeboook x2
HP Chromebook x2 Specs
Processor: Intel Core m3-7Y30.
RAM: 4GB.
Storage: 32GB.
Ports: Two USB-C, microSD, headphone jack.
Display: 12.3-inch, 2400 x 1600 pixel.
Battery: 48Wh, rated to 10.5 hours.
Dimensions: 11.5 x 8.32 x .33 inches.
Weight: 3.07 lbs. with keyboard; tablet 1.62 lbs.

for the last 3 year with no issues
sudo wine Applications/winbox64.exe
or
sudo wine Applications/winbox.exe

I have just upgrade to the new hp chromebook x2 11 and the above to comand are not working
Processor
Qualcomm Snapdragon 7c Compute Platform
8 core
Qualcomm Adreno 618 GPU
RAM & Storage
8GB RAM
64GB eMMc storage

do you think there may be an issues with the cpu ?

----------
jonathan@penguin:~$ sudo wine Applications/winbox64.exe ^C
jonathan@penguin:~$ 001e:err:ntdll:RtlpWaitForCriticalSection section 0x7beaf2c8 "loader.c: loader_section" wait timed out in thread 001e, blocked by 001b, retrying (60 sec)
001e:err:ntdll:RtlpWaitForCriticalSection section 0x7beaf2c8 "loader.c: loader_section" wait timed out in thread 001e, blocked by 001b, retrying (60 sec)
001e:err:ntdll:RtlpWaitForCriticalSection section 0x7beaf2c8 "loader.c: loader_section" wait timed out in thread 001e, blocked by 001b, retrying (60 sec)
001e:err:ntdll:RtlpWaitForCriticalSection section 0x7beaf2c8 "loader.c: loader_section" wait timed out in thread 001e, blocked by 001b, retrying (60 sec)
----------
jonathan@penguin:~$ sudo wine Applications/winbox32.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\\Applications\\winbox32.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 284" (1115)
Read the Wine Developers Guide on how to set up winedbg or another debugger
001e:err:ntdll:RtlpWaitForCriticalSection section 0x7beaf2c8 "loader.c: loader_section" wait timed out in thread 001e, blocked by 001b, retrying (60 sec)
--------------
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine on a chromebook

Post by dimesio »

Your original chromebook had an Intel CPU and your current one is ARM, so yes, the issue is your CPU. Wine does not do CPU emulation. https://wiki.winehq.org/ARM
Locked