http://bugs.winehq.org/show_bug.cgi?id=23597 markk(a)clara.co.uk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markk(a)clara.co.uk --- Comment #3 from markk(a)clara.co.uk 2010-07-10 15:53:04 --- The setup.exe file appears to have been created by Visual Basic 3. It decompresses and runs pm_setup.ex_. I decompressed pm_setup.ex_ and ran it through a VB3 decompiler. Part of the code: l008C$ = Command$ ... Select Case Dir$(l008C$ + "*.ID", 0) Case "UK.ID" l00AE = 0 Case "USA.ID" l00AE = 1 Case Else GoTo L653C End Select ... L653C: MsgBox "This is not a valid copy of Pinball Mania!", 48, gv004E There is a file usa.id in the maniawin directory on the CD-ROM; that's the only *.id file in the directory. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.