I just installed Wine from CVS using one of those GetWine scripts. When I try to run something, I always get: wine: Unhandled exception, starting debugger... err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x4028197d It doesn't matter what I run. What should I do? Thanks in advance.
"Z" == Z God zeldario@wanadoo.nl writes:
Z> I just installed Wine from CVS using one of those GetWine scripts. Z> When I try to run something, I always get: wine: Unhandled exception, Z> starting debugger... err:seh:EXC_DefaultHandling Unhandled exception Z> code c0000005 flags 0 addr 0x4028197d It doesn't matter what I Z> run. What should I do? Thanks in advance. Make sure you don't have old wine libraries on your system. At first glance your crash seems like a clash of versions for me.
Bye
Op zondag 8 juni 2003 22:14, schreef Uwe Bonnes:
Make sure you don't have old wine libraries on your system. At first glance your crash seems like a clash of versions for me.
I just uninstalled the release RPM, but I still get the error. Should I try to install the CVS manually? Is there any other way to have a serperate CVS and release install?
If this is on RH9, check you don't have LD_ASSUME_KERNEL set in the environment. Running `unset LD_ASSUME_KERNEL` before running Wine should suffice (unless wine in this case is actually a script).
On Sun, 2003-06-08 at 21:02, Z_God wrote:
I just installed Wine from CVS using one of those GetWine scripts. When I try to run something, I always get: wine: Unhandled exception, starting debugger... err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x4028197d It doesn't matter what I run. What should I do? Thanks in advance.
Op zondag 8 juni 2003 22:57, schreef Mike Hearn:
If this is on RH9, check you don't have LD_ASSUME_KERNEL set in the environment. Running `unset LD_ASSUME_KERNEL` before running Wine should suffice (unless wine in this case is actually a script).
I'm using SuSE 8.2. I'm using regwine (created by the GetWine script) to run CVS regular Wine. Running 'unset LD_ASSUME_KERNEL' anyway before running Wine didn't seem to fix.
On Mon, Jun 09, 2003 at 12:04:05AM +0200, Z_God wrote:
Op zondag 8 juni 2003 22:57, schreef Mike Hearn:
If this is on RH9, check you don't have LD_ASSUME_KERNEL set in the environment. Running `unset LD_ASSUME_KERNEL` before running Wine should suffice (unless wine in this case is actually a script).
I'm using SuSE 8.2. I'm using regwine (created by the GetWine script) to run CVS regular Wine. Running 'unset LD_ASSUME_KERNEL' anyway before running Wine didn't seem to fix.
Just download the SuSE 8.2 RPMs from SourceForge?
Ciao, Marcus
Op maandag 9 juni 2003 00:15, schreef Marcus Meissner:
Just download the SuSE 8.2 RPMs from SourceForge?
Yeah, I'm using those for the regular releases. I wanted to install both CVS Wine and a release, but that doesn't seem to be easy. I thought it would be as easy as with WineX. I have even installed several CVS versions WineX that all work great.