Crash in 1.1.18-6.1

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ProfessorTomoe
Newbie
Newbie
Posts: 3
Joined: Mon Mar 30, 2009 6:02 am

Crash in 1.1.18-6.1

Post by ProfessorTomoe »

Wine 1.1.18-6.1 is crashing under Arch Linux x86_64. An example of the crash happens when I run winecfg :
Any suggestions?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Crash in 1.1.18-6.1

Post by vitamin »

ProfessorTomoe wrote:Wine 1.1.18-6.1 is crashing under Arch Linux x86_64. An example of the crash happens when I run winecfg :
Any suggestions?
Don't paste that much text, use pastebins.

Obviously improperly compiled Wine.
ProfessorTomoe
Newbie
Newbie
Posts: 3
Joined: Mon Mar 30, 2009 6:02 am

Re: Crash in 1.1.18-6.1

Post by ProfessorTomoe »

vitamin wrote:Don't paste that much text, use pastebins.
Sorry - never heard of pastebins until you mentioned it. Thanks for the tip.
vitamin wrote:Obviously improperly compiled Wine.
The problem here is I'm not the one compiling it. I'm using the precompiled version from openSUSE via the Arch Linux user repository. They just made another build, and now I get the following crash:

http://pastebin.com/m6c012f24

If this is openSUSE's problem, what can I tell them so that they can get it fixed?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Crash in 1.1.18-6.1

Post by dimesio »

ProfessorTomoe wrote: The problem here is I'm not the one compiling it. I'm using the precompiled version from openSUSE via the Arch Linux user repository. They just made another build, and now I get the following crash:

http://pastebin.com/m6c012f24

If this is openSUSE's problem, what can I tell them so that they can get it fixed?
The link you posted is to the openSUSE 10.3 packages. They work fine with openSUSE 10.3, which is what I'm using. Perhaps the problem is that they weren't compiled for your distro in the first place.

The version up there right now is 1.1.18-7.1, so you might try that.
ProfessorTomoe
Newbie
Newbie
Posts: 3
Joined: Mon Mar 30, 2009 6:02 am

Re: Crash in 1.1.18

Post by ProfessorTomoe »

dimesio wrote:The link you posted is to the openSUSE 10.3 packages. They work fine with openSUSE 10.3, which is what I'm using. Perhaps the problem is that they weren't compiled for your distro in the first place.
I was expecting this response to pop up sooner or later. 8) I do realize this build is the openSUSE version. In fact, I maintain this package for the Arch Linux AUR (see http://aur.archlinux.org/packages.php?ID=16531 ). I "adopted" the package back in April of 2008 and have been maintaining it ever since.

Prior to 1.17, the openSUSE version worked flawlessly on Arch Linux x86_64. Versions since 1.17 have not worked so well, and I can't figure out why. That's the reason for this thread.
dimesio wrote:The version up there right now is 1.1.18-7.1, so you might try that.
That's the version I'm now using. I have made some progress - it seems that sourcing /etc/profile after the install lets wine itself run programs. Winecfg still crashes, albeit with a different error. Here's what I'm now getting:

http://pastebin.com/m503086b5

Any help would be greatly appreciated.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Crash in 1.1.18

Post by vitamin »

ProfessorTomoe wrote:Prior to 1.17, the openSUSE version worked flawlessly on Arch Linux x86_64. Versions since 1.17 have not worked so well, and I can't figure out why. That's the reason for this thread.
Exactly what I said - improperly compiled Wine.

You _HAVE TO_ compile Wine for your distro.
Locked