[Bug 14484] New: Unable to install Chaser, setup.exe segfaults
http://bugs.winehq.org/show_bug.cgi?id=14484 Summary: Unable to install Chaser, setup.exe segfaults Product: Wine Version: 1.1.1 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: burigufutsushide(a)gmail.com Created an attachment (id=14809) --> (http://bugs.winehq.org/attachment.cgi?id=14809) wine log using WINEDEBUG=+relay,+snoop Some system information: Wine version: wine-1.1.1 OS: Ubuntu 8.04 "Hardy Heron" Package installed from: http://wine.budgetdedicated.com Commandline: "wine /media/cdimage/setup.exe" Native DLLs used: msvcrt.dll Some investigation of the binary with PEiD 0.94 (http://www.peid.info/) identifies setup.exe as using "k.kryptor 5 -> r!sc" Changing winecfg settings, reported windows version seems to have no effect. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 Espen Rønnevik <burigufutsushide(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #14809|application/octet-stream |text/plain mime type| | -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 Valeriy Malov <jazzvoid(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jazzvoid(a)gmail.com --- Comment #1 from Valeriy Malov <jazzvoid(a)gmail.com> 2009-01-07 03:21:06 --- Same bug on 1.1.12, Gentoo amd64 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #2 from Valeriy Malov <jazzvoid(a)gmail.com> 2009-06-15 16:05:04 --- Bug still presents in 1.1.23 with clean prefix Can this be a trivial regression? Maybe I can help proving any more info? Game still worked as platinum after the installer got broke. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-06-15 18:29:54 --- (In reply to comment #2)
Bug still presents in 1.1.23 with clean prefix
Can this be a trivial regression? Maybe I can help proving any more info? Game still worked as platinum after the installer got broke.
Is there a version of wine where it worked? If not, it's not a regression. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #4 from Espen Rønnevik <burigufutsushide(a)gmail.com> 2009-06-17 04:54:20 --- I too would be very interested in hearing about any version of Wine where this worked, as I have found none myself. I have done some research on this and here is what I have come up with so far. As I said in the original report, the setup seems to be protected with what PEiD identified as "k.kryptor 5", but I have no idea if this is accurate. In any case, it works like this. Setup.exe is not the real executable, Setup.cab is. You can try this by letting wine execute the cab directly, it will appear to work but installation will fail and abort as the code is missing several pieces. Setup.exe is a obfuscated/self-modifying executable and "creates" itself first using exception handlers, then chain-loads setup.cab and restores the missing code in the "real" file by writing to process memory, finally the real setup is executed. I'm attaching another logfile, please let me know if there is more I can do to help solve this. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #5 from Espen Rønnevik <burigufutsushide(a)gmail.com> 2009-06-17 04:55:37 --- Created an attachment (id=21835) --> (http://bugs.winehq.org/attachment.cgi?id=21835) Log from wine-1.1.23 with WINEDEBUG=+snoop,+relay -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 Espen Rønnevik <burigufutsushide(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Espen Rønnevik <burigufutsushide(a)gmail.com> 2009-06-17 05:04:35 --- *** This bug has been confirmed by popular vote. *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #7 from Valeriy Malov <jazzvoid(a)gmail.com> 2009-06-17 14:20:47 --- I'm really sorry for misinformation, the working installer was from Russian retail CD. As for international (UK?) release, I found that Setup.cab is a normal executable binary, but it fails to detect CD-rom (even it's linked in dosdevices) during installation. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2010-01-04 12:17:15 --- This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.35 or newer) wine? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 --- Comment #9 from Valeriy Malov <jazzvoid(a)gmail.com> 2010-01-04 12:26:19 --- (In reply to comment #8)
This is your friendly reminder that there has been no bug activity for 6 months. Is this still an issue in current (1.1.35 or newer) wine?
Yes, it's still an issue in 1.1.35 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 Ronny Schmatzler <schmatzler(a)googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |schmatzler(a)googlemail.com --- Comment #10 from Ronny Schmatzler <schmatzler(a)googlemail.com> 2011-01-13 11:10:44 CST --- This bug can be closed. The game install and works fine on Wine 1.3.10 ;) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2011-01-13 12:31:32 CST --- Reported fixed. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=14484 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> 2011-01-21 13:43:23 CST --- Closing bugs fixed in 1.3.12. -- 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.
participants (1)
-
wine-bugs@winehq.org