Segmentation fault: 11

Questions about Wine on macOS.
Locked
The_SamminAter
Level 3
Level 3
Posts: 52
Joined: Sun Sep 09, 2018 6:16 pm

Segmentation fault: 11

Post by The_SamminAter »

When trying to use wine on macOS Mojave (10.14.x), I get the following error:

Code: Select all

Segmentation fault: 11
I just installed Wine Devel 5.3 on this computer, and initially tried to run winecfg.

To try to fix this, I've deleted ~/.wine, but doing so had no effect.

Is this a problem in Wine Devel 5.3? If not, is there anything that I can do to solve this?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Segmentation fault: 11

Post by Gcenx »

Just checking but your running the Winehq release correct?

So using “wine winecfg” just give you a segfault 11 error now matter what you do?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Segmentation fault: 11

Post by Gcenx »

Tested a build from source and confirmed the issue also here is the bug report https://bugs.winehq.org/show_bug.cgi?id=48689

A fix was committed already that should have resolved the issue for Wine-5.4, now to go add the patch into my custom Port files
The_SamminAter
Level 3
Level 3
Posts: 52
Joined: Sun Sep 09, 2018 6:16 pm

Re: Segmentation fault: 11

Post by The_SamminAter »

Great, do you know when 5.4, or maybe 5.3.1 will be out to fix this?
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Segmentation fault: 11

Post by Gcenx »

We lightly won’t see a Wine-5.3.1 considering, you could try requesting a package rebuild with the patch applied for the macOS packages as all Wine-5.3 packages are affected.

Wine is usually released every two weeks then a day or two depending for packages to get built and uploaded.
Wine-5.3 was February 28th so the release should be marked March 13th.
Locked