Can't open winmips64.exe with wine

Questions about Wine on macOS.
Locked
stivengj
Newbie
Newbie
Posts: 1
Joined: Fri Oct 18, 2024 2:22 pm

Can't open winmips64.exe with wine

Post by stivengj »

I am trying to run winmips64.exe (Winmips simulator) with wine-stable but it gives me the following error:

Code: Select all

0024:err:environ:run_wineboot failed to start wineboot c00000e5
0024:err:environ:init_peb starting L"Z:\\Users\\stiven\\Desktop\\winmips64\\winmips64.exe" in experimental wow64 mode
Killed: 9
I know wine can run this program, because I now people who are able to run the program on their mac. I have an intel macOS Ventura. Is there anything I can do?

I installed wine-stable with brew:

Code: Select all

brew install wine-stable
Locked