Bug?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kubapet
Newbie
Newbie
Posts: 2
Joined: Tue Mar 18, 2008 4:57 pm

Bug?

Post by kubapet »

Hi, at first sorry for my english..

I had installed wine 0.9.57 (i386) on debian sid x64 with --force-architecture... it didn't worked. So I installed version 0.9.44 again, but it stil doesn't work. Strangely, it has worked before I did this changes..

I'm getting errors like this when I try to run whatever application:

err:seh:setup_exception stack overflow 48 bytes in thread 0009 eip f7d17e1d esp 7fc70fd0 stack 0x7fc71000-0x7fd80000

Does somebody know what can be wrong?
Thanks
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Bug?

Post by austin987 »

On Tue, Mar 18, 2008 at 5:08 PM, kubapet <[email protected]> wrote:
Hi, at first sorry for my english..

I had installed wine 0.9.57 (i386) on debian sid x64 with --force-architecture... it didn't worked. So I installed version 0.9.44 again, but it stil doesn't work. Strangely, it has worked before I did this changes..

I'm getting errors like this when I try to run whatever application:

err:seh:setup_exception stack overflow 48 bytes in thread 0009 eip f7d17e1d esp 7fc70fd0 stack 0x7fc71000-0x7fd80000

Does somebody know what can be wrong?
Thanks
See http://wiki.winehq.org/WineOn64bit
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Bug?

Post by L. Rahyen »

On Tuesday March 18 2008 22:08:55 kubapet wrote:
I had installed wine 0.9.57 (i386) on debian sid x64 with
--force-architecture... it didn't worked. So I installed version 0.9.44
again, but it stil doesn't work. Strangely, it has worked before I did this
changes..

I'm getting errors like this when I try to run whatever application:

err:seh:setup_exception stack overflow 48 bytes in thread 0009 eip f7d17e1d
esp 7fc70fd0 stack 0x7fc71000-0x7fd80000

Does somebody know what can be wrong?
Try this with 0.9.57:

mv ~/.wine{,.backup}
wineprefixcreate
wine notepad

Now, does it work for you? And of course you can try to install and run
applcation you typically use with clean WINE prefix and see if they will work
after above commands.
Feel free to ask for farther help if you still have problems.
kubapet
Newbie
Newbie
Posts: 2
Joined: Tue Mar 18, 2008 4:57 pm

Didn't helped

Post by kubapet »

Hi, I've tryed to compile wine as described in that howto, but got this error:
The X11 driver is missing. Check your build!

So I installed back some version from repositary.. and It still doesn't work, when I type wineprefixcreate I got the same error:
err:seh:setup_exception stack overflow 16 bytes..
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Bug?

Post by austin987 »

On Thu, Mar 20, 2008 at 12:34 PM, kubapet <[email protected]> wrote:
Hi, I've tryed to compile wine as described in that howto, but got this error:
The X11 driver is missing. Check your build!

So I installed back some version from repositary.. and It still doesn't work, when I type wineprefixcreate I got the same error:
err:seh:setup_exception stack overflow 16 bytes..

Run:
$ ./configure --verbose

and settle any missing dependencies
Dan Kegel

Bug?

Post by Dan Kegel »

On Thu, Mar 20, 2008 at 10:36 AM, Austin English
<[email protected]> wrote:
Run:
$ ./configure --verbose

and settle any missing dependencies
See also http://wiki.winehq.org/Recommended_Packages

You might try 'apt-get build-dep wine'; see
http://www.debian.org/doc/manuals/apt-h ... ng.en.html

I don't use build-dep myself, for no good reason; instead,
I wrote shell scripts to grab (nearly) all the needed dependencies,
e.g. http://kegel.com/wine/gutsy.sh
You might try that if all else fails, though it's for Ubuntu rather than debian.
- Dan
Locked