Gentoo Archives: gentoo-amd64

From: Mike Doty <kingtaco@g.o>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Wine/Office97 in 32-bin chroot
Date: Sun, 28 Nov 2004 05:18:10
Message-Id: 1101619090.764.22.camel@koala
In Reply to: [gentoo-amd64] Wine/Office97 in 32-bin chroot by Robert S
1 On Sun, 2004-11-28 at 15:58 +1100, Robert S wrote:
2 > I'm trying to set up M$ Office97 in a 32-bin chroot on gentoo-amd64. It
3 > seems to work OK when I set it up on an Athlon XP system. When I try to
4 > run the Office setup I get:
5 >
6 > wine m:setup.exe
7 > wine: Unhandled exception (thread 000c), starting debugger...
8 >
9 > I can't find any debug output. If I run winedbg, I get the same thing with
10 > no debug output.
11
12 'man wine' tells us:
13 WINEDEBUG
14 Turns debugging messages on or off. The syntax of the variable is
15 of the form [class][+/-]channel[,[class2][+/-]channel2].
16
17 Examples:
18
19 WINEDEBUG=warn+all
20 will turn on all warning messages (recommended for debugging).
21
22 so,
23
24 $ export WINEDEBUG="warn+all"
25 $ wine m:setup.exe
26
27 should help you find the problem.
28 --
29 Mike Doty
30 kingtaco@g.o
31 Gentoo Developer
32 GPG key - http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xA797C7A7

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-amd64] Re: Wine/Office97 in 32-bin chroot Robert S <robert_s@×××××××××××.au>