[Bug 23597] Installer says "this is not a valid copy of Pinball Mania"

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 10 15:53:04 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23597


markk at clara.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markk at clara.co.uk




--- Comment #3 from markk at 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.



More information about the wine-bugs mailing list