http://bugs.winehq.org/show_bug.cgi?id=18709
Summary: Breakout crashes:System.OverflowException: Value was either too large or too small for a Decimal Product: Wine Version: 1.1.22 Platform: PC URL: http://www.gielow-home.de/home/download/breakout_xna.e xe OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
I'm testing a few more XNA games. The nice thing is they give a very clear description of what went wrong when they crash, like this one Breakout:
Unhandled Exception: System.InvalidOperationException: There is an error in XML document (12, 81). ---> System.OverflowException: Value was either too large or too small for a Decimal. at System.Decimal.Compare(Decimal d1, Decimal d2) at System.Decimal.op_LessThan(Decimal d1, Decimal d2)
Corresponding log gives:
0009:Call oleaut32.VarDecCmp(0032e974,0032e964) ret=7a2c43ed 0009:Ret oleaut32.VarDecCmp() retval=00000000 ret=7a2c43ed 0009:Call oleaut32.VarDecCmp(0032e974,0032e964) ret=7a2c43ed 0009:Ret oleaut32.VarDecCmp() retval=8002000a ret=7a2c43ed 0009:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0032e850) ret=78158 dd3 0009:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b844453 ip=7b844453
Running with native oleaut32 makes the game start and run just fine. If you need any logs just tell me, and i'll attach them.
http://bugs.winehq.org/show_bug.cgi?id=18709
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-04 01:27:34 --- Created an attachment (id=22161) --> (http://bugs.winehq.org/attachment.cgi?id=22161) stupid hack to work around the crash
this bug also seems present in every .net 3.5 app. stupid hack works around the bug.
http://bugs.winehq.org/show_bug.cgi?id=18709
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet
http://bugs.winehq.org/show_bug.cgi?id=18709
Hib Eris hib@hiberis.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hib@hiberis.nl
http://bugs.winehq.org/show_bug.cgi?id=18709
--- Comment #2 from Hib Eris hib@hiberis.nl 2009-07-07 07:09:48 --- I had a similar problem running candle.exe from the Windows Installer Toolkit. Guided by Louis' stupid hack, I made a patch for it and send it to the mailing list.
http://www.winehq.org/pipermail/wine-patches/2009-July/075516.html
It solves my problems with candle.exe. Louis, could you check if this patch solves your problem as well?
http://bugs.winehq.org/show_bug.cgi?id=18709
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-07-08 05:29:28 ---
I made a patch for it and send it to the mailing list.
http://www.winehq.org/pipermail/wine-patches/2009-July/075516.html
It solves my problems with candle.exe. Louis, could you check if this patch solves your problem as well?
Yes, it's fixed. nice job Hib.
http://bugs.winehq.org/show_bug.cgi?id=18709
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2009-07-17 12:29:38 --- Closing bugs fixed in 1.1.26.
http://bugs.winehq.org/show_bug.cgi?id=18709
ElGonzo elgonzo@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |elgonzo@gmx.net