Anything wrong with this patch?
Vitaliy Margolen
Monday, October 10, 2005, 1:49:35 PM, Vitaliy Margolen wrote:
This time remove automatically detected version. Wine defaults to win2k if there is no version defined.
Vitaliy Margolen
changelog: winecfg: Remove "Automatically detect windows version". Default to win2k.
Hi all,
i posted a bug report last friday (10/14) about a nice shoot'em up called Warblade, complaining at startup :
"err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to dispatch exception."
I searched the lists for other entries about this game, and found another bug reported (bug 1631), dealing with sound. At least, the game seemed to start some time ago!
My bug report is pretty incomplete, due to my lack of knowledge on wine debugging. Which switches should i use to provide a meaningful trace for it?
Regards, Sebastien
On Mon, 2005-10-17 at 10:33 +0200, sebastien.fievet@free.fr wrote:
Hi all,
i posted a bug report last friday (10/14) about a nice shoot'em up called Warblade, complaining at startup :
"err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to dispatch exception."
I searched the lists for other entries about this game, and found another bug reported (bug 1631), dealing with sound. At least, the game seemed to start some time ago!
My bug report is pretty incomplete, due to my lack of knowledge on wine debugging. Which switches should i use to provide a meaningful trace for it?
Since the program is complaining about seh you can do the following and attach the output to the bug report:
WINEDEBUG=+seh wine warblade &> /tmp/warblade_seh.log
Stephen