Openbor executable crashes wine

Questions about Wine on macOS.
Locked
cardogar
Newbie
Newbie
Posts: 2
Joined: Thu Jan 31, 2019 5:53 pm

Openbor executable crashes wine

Post by cardogar »

Dear colleagues,

When executing the the openbor game Marvel Infinity War (https://gamejolt.com/games/marvel-infinity-war/201435) wine crashes.

I have attached the log file.

Other openbor games work fine, I guess the problem is that specific openbor engine.

Any help would be much appreciated!

Thanks!
Attachments
backtrace.txt.zip
(5.15 KiB) Downloaded 143 times
thatubuntuguy
Level 2
Level 2
Posts: 13
Joined: Wed Feb 06, 2019 11:37 am

Re: Openbor executable crashes wine

Post by thatubuntuguy »

Hi,
Usually from my experience things don't work well under Win10 mode, so try switching to Win7, and if it doesn't work then please post the full terminal output of running application from the terminal itself.
To change the windows version:

Code: Select all

WINEPREFIX=yourwineprefix winetricks winecfg
And you will see a popup and option to change windows in drop down.

Hope this is of some help.
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Openbor executable crashes wine

Post by Gcenx »

thatubuntuguy wrote:Hi,
Usually from my experience things don't work well under Win10 mode, so try switching to Win7, and if it doesn't work then please post the full terminal output of running application from the terminal itself.
To change the windows version:

Code: Select all

WINEPREFIX=yourwineprefix winetricks winecfg
And you will see a popup and option to change windows in drop down.

Hope this is of some help.
I agree here why select Win10, stick to the default of Win7.

However unless winetricks is installed using homebrew along with wine that won't help, plus that command seems more like you mean;

Code: Select all

WINEPREFIX=yourwineprefix wine winecfg
Locked