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.