http://bugs.winehq.org/show_bug.cgi?id=8639
Summary: Visual Pinball crashes Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Keywords: download Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
I was looking at bug http://bugs.winehq.org/show_bug.cgi?id=5213 It crashes for me too, but in a different way, and i used a newer version (version 8) so i decided to file a new bug
Just before the crash there's
0009:Call KERNEL32.MultiByteToWideChar(00000000,00000000,006d2ec8 "Sub Table1_KeyDown(ByVal keycode)\r\r\tIf keycode = Plung erKey Then\r\t\tPlunger.PullBack\r\tEnd If\r\r\tIf keycode = LeftFlipperKey Then\r\t\tLeftFlipper.RotateToEnd\r\t\tPlaySound "FlipperUp"\r\tEnd If\r \r\tIf keycode = RightFlipperKey Then\r\t\tRightFlipper.RotateToEnd\r\r\t\tPlaySound "Fli"... ,ffffffff,006d32f8,00000420) ret=00409b54 0009:Ret KERNEL32.MultiByteToWideChar() retval=00000000 ret=00409b54
Maybe the string is too long, and wine can't handle this?