[Bug 13345] New: Mr Robot: silently fails to start
http://bugs.winehq.org/show_bug.cgi?id=13345 Summary: Mr Robot: silently fails to start Product: Wine Version: 1.0-rc1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: Rincebrain(a)gmail.com On attempting to run the Mr Robot demo, wine immediately (<1 second) returns, having done nothing visually noticable. wineserver is no longer running silently in the background - the entire thing returns with no output. I can attach WINEDEBUG="+all", but I thought this would be too much to sift through (4 MB uncompressed). -- 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=13345 Rich <Rincebrain(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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=13345 --- Comment #1 from Lei Zhang <thestig(a)google.com> 2008-05-22 10:35:20 --- Is this the demo? http://www.moonpod.com/externaldownloads.php?f=InstallMrRobot.exe -- 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=13345 Rich <Rincebrain(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.moonpod.com/exter | |naldownloads.php?f=InstallMr | |Robot.exe --- Comment #2 from Rich <Rincebrain(a)gmail.com> 2008-05-22 13:47:20 --- Yes. -- 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=13345 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=13345 --- Comment #3 from Rich <Rincebrain(a)gmail.com> 2008-06-03 17:24:42 --- Still a problem in RC3. No change in behavior, no output. -- 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=13345 --- Comment #4 from Rich <Rincebrain(a)gmail.com> 2008-09-06 23:36:44 --- Created an attachment (id=15886) --> (http://bugs.winehq.org/attachment.cgi?id=15886) WINEDEBUG="+all" output on 1.1.4 -- 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=13345 --- Comment #5 from Rich <Rincebrain(a)gmail.com> 2008-09-06 23:37:05 --- Bug persists in 1.1.4. Attached is a log of WINEDEBUG="+all". -- 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=13345 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-09-07 05:16:42 --- Confirming. Interesting bit from +relay 0009:Starting process L"C:\\Program Files\\MrRobot\\MrRobot.exe" (entryproc=0xaf910d) 0009:Call KERNEL32.VirtualAlloc(00000000,00004b71,00001000,00000004) ret=00af907b 0009:Ret KERNEL32.VirtualAlloc() retval=00330000 ret=00af907b 0009:Call KERNEL32.VirtualFree(00330000,00000000,00008000) ret=00af90ac 0009:Ret KERNEL32.VirtualFree() retval=00000001 ret=00af90ac 0009:Call KERNEL32.ExitProcess(00000130) ret=00af6114 -- 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=13345 --- Comment #7 from Rich <Rincebrain(a)gmail.com> 2009-01-09 22:48:42 --- Still true in today's GIT [wine-1.1.12-395-gf9ed74a]. -- 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=13345 Rich <Rincebrain(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |kernel32 --- Comment #8 from Rich <Rincebrain(a)gmail.com> 2009-01-10 03:44:59 --- Incidentally - I just ran this program on 0.9.52 AMD64 Ubuntu Gutsy, up to date, and it failed in exactly the same way as every other version - contrary to the report on AppDB, so I have no idea what he was doing. [I tested with XP, 2000, NT 4, NT 3.5, Windows 3.0 and 3.1.] I think Wine falls over in loading the application before it even runs anything, so I wonder if someone with experience in the low-level app loading could take a look? Kicking over to kernel32 component, see what happens. -- 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=13345 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #9 from Anastasius Focht <focht(a)gmx.net> 2009-01-10 05:43:36 --- Hello, --- quote --- I think Wine falls over in loading the application before it even runs anything, so I wonder if someone with experience in the low-level app loading could take a look? --- quote --- Simple: Execryptor software protection, most likely some 2.x version. Although not duplicate of bug 14005 it falls into same problem category. Such bugs have very low priority. Regards -- 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=13345 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|kernel32 |-unknown -- 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=13345 --- Comment #10 from Rich <Rincebrain(a)gmail.com> 2009-01-23 05:47:26 --- Created an attachment (id=18927) --> (http://bugs.winehq.org/attachment.cgi?id=18927) Hack patch to fix problem -- 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=13345 Rich <Rincebrain(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #18927|0 |1 is obsolete| | --- Comment #11 from Rich <Rincebrain(a)gmail.com> 2009-01-23 05:50:16 --- (From update of attachment 18927) Bugger. Misclick, attach to wrong bug. -- 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=13345 --- Comment #12 from Rich <Rincebrain(a)gmail.com> 2009-01-24 02:36:01 --- Confirm that this is Execrypter's fault - it's reported that running the EXE with protection removed removes the problem, and renders the game semi-playable (the people testing it haven't played more than ~5m). Works pretty well, if only it ran in the first place. :P -- 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=13345 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |xerox_xerox2000(a)yahoo.co.uk Resolution| |FIXED --- Comment #13 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-11-10 14:48:21 --- This starts fine for me in current git. Looks like copy protection issue is fixed. If it still fails for you feel free to reopen this bug -- 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=13345 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2009-11-13 12:42:56 --- Closing bugs fixed in 1.1.33. -- 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