model 2 in wine raspberry pi4

Questions about Wine on Linux
Post Reply
isidoro80
Level 2
Level 2
Posts: 19
Joined: Wed Aug 04, 2021 11:22 am

model 2 in wine raspberry pi4

Post by isidoro80 »

hello i have rpi4 linux 5.4.83-v7 arm i installa wine 5 winetricks and box86
some time ago I managed to get the model 2 emulator working in wine 5. now it doesn't work anymore and I get this error. I don't understand why. wine works with other model 1 emulators and other games. post the wine error log

Code: Select all

pi@retropie:~/model2/model2ver09 $ WINEPREFIX=/home/pi/wine5/wine /home/pi/wine5/wine-install/opt/wine-devel/bin/wine ./model2.exe
Box86 with Dynarec v0.3.5 266392e3 built on Mar 26 2024 00:00:02
Box86 with Dynarec v0.3.5 266392e3 built on Mar 26 2024 00:00:02
Box86 with Dynarec v0.3.5 266392e3 built on Mar 26 2024 00:00:02
0009:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA.
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0009:fixme:d3d:wined3d_swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
0009:fixme:d3d9:Direct3DShaderValidatorCreate9 stub
wine: Unhandled page fault on read access to FFFFFFFF at address 00000000 (thread 002b), starting debugger...
Box86 with Dynarec v0.3.5 266392e3 built on Mar 26 2024 00:00:02
winedbg detected, not launching it!
002b:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 8 216" (1359)
Read the Wine Developers Guide on how to set up winedbg or another debugger
isidoro80
Level 2
Level 2
Posts: 19
Joined: Wed Aug 04, 2021 11:22 am

Re: model 2 in wine raspberry pi4

Post by isidoro80 »

could it depend on the video driver? I installed mesa 19.3 perhaps the breakage of model 2 is due to a mesa update. How can I downgrade for test?
isidoro80
Level 2
Level 2
Posts: 19
Joined: Wed Aug 04, 2021 11:22 am

Re: model 2 in wine raspberry pi4

Post by isidoro80 »

I correct what was written. in the working configuration of model 2 with wine 5 I have the same mesa 1.93 drivers. I don't understand what causes this wine error: Unhandled page fault on read access to FFFFFFFF at address 00000000 (thread 002b), starting debugger...
isidoro80
Level 2
Level 2
Posts: 19
Joined: Wed Aug 04, 2021 11:22 am

Re: model 2 in wine raspberry pi4

Post by isidoro80 »

I solved the problem by changing the version of box86
Post Reply