[Bug 10039] New: F.E.A.R. Perseus Mandate demo fails to launch
http://bugs.winehq.org/show_bug.cgi?id=10039 Summary: F.E.A.R. Perseus Mandate demo fails to launch Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: ead1234(a)hotmail.com Created an attachment (id=8582) --> (http://bugs.winehq.org/attachment.cgi?id=8582) output in console When i try to launch the Demo of F.E.A.R. Perseus Mandate a dialog box pops up stating a security module cannot be activated. This program cannot be executed(7000). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk URL| |http://www.gamershell.com/do | |wnload_21382.shtml Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-10-15 16:12:37 --- confirming -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 --- Comment #2 from Anastasius Focht <focht(a)gmx.net> 2007-10-15 17:17:39 --- Created an attachment (id=8596) --> (http://bugs.winehq.org/attachment.cgi?id=8596) patch which adds missing registry key to keep securom 7.x happy Hello, yes securom 7.x problem, though only a small one (after recent process heap changes). See http://bugs.winehq.org/show_bug.cgi?id=7065#c24 for explanation. For short-circuit, I quote myself here: --- quote --- .. --- snip --- "A required security module can not be activated. This program cannot be executed (7000)" Error --- snip --- This error occurs when SecuROM has found one or more CD/DVD emulation tools running. Well thats not the case in wine. Further tracing/debugging shows that securom populates some registry keys: "HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi" ... and "HKEY_LOCAL_MACHINE\System\MountedDevices" ... The latter one does not exist. Simply creating the Key "MountedDevices" makes securom happy. --- quote --- Seems this information got lost, although part of my explanations :| Wine has to create this key by default! This is not a problem related to a single game but a builtin securom check. Attached is separated patch from my process-hack patch, which lets wine create this key. You need to rerun wineprefixcreate to update registry. Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 Andras Kovacs <andras(a)csevego.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andras(a)csevego.net --- Comment #3 from Andras Kovacs <andras(a)csevego.net> 2007-10-15 17:50:03 --- Later then it crashes with this output: fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x156fd8) : stub fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x156fd8) : stub fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x156fd8) : stub fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x156fd8) : stub fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x156fd8) : stub fixme:seh:check_no_exec No-exec fault triggered at 0x1b10007, enabling work-around fixme:d3d_draw:depth_copy Not supported with fixed up depth stencil fixme:d3d:IWineD3DQueryImpl_GetData >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glTestFenceNV @ query.c / 180 fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x156fd8) : stub fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x156fd8) : stub wine: Unhandled page fault on read access to 0x00000000 at address 0x4b9b44 (thread 000c), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x004b9b44). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:004b9b44 ESP:011cf51c EBP:0060fdb4 EFLAGS:00010246( - 00 -RIZP1) EAX:00000000 EBX:00000006 ECX:0060ed34 EDX:005f22d8 ESI:1022fdb0 EDI:00000009 Stack dump: 0x011cf51c: 1005d2b7 00000000 1022cd60 100a45fa 0x011cf52c: 00000001 00000000 100ab3f8 00000001 0x011cf53c: 00000001 1022cd60 100a58ec 00000006 0x011cf54c: 00000001 0000001b 1022cd60 100a5ae2 0x011cf55c: 00000001 1022cd60 00000001 00000005 0x011cf56c: 100acce0 00110001 011cf830 0000001b Backtrace: =>1 0x004b9b44 in fearxp2-demo (+0xb9b44) (0x0060fdb4) 2 0x0060fdb4 in fearxp2-demo (+0x20fdb4) (0x005fc5a4) 3 0x00588730 in fearxp2-demo (+0x188730) (0x00588720) 4 0xccccc300 (0x5fc5d4b8) 5 0x00000000 (0x00000000) This game works on windows with wined3d. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-10-16 00:56:20 --- Hi, thanks for looking. I'll send the patch to wine-patches, see if it gets in -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2007-10-16 06:20:56 --- Hello, that crash after my patch is probably wined3d related. Either change component category or make separate bug report (to let some wined3d guy have a look over that issue) In any case use WINEDEBUG=+tid,+seh,+d3d,+ddraw Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #6 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2007-10-18 03:33:28 --- I don't see anything in the backtrace above that indicates a d3d related problem, tbh. Ok, the last fixme written was a d3d fixme, but the EvictManagedResources stub is harmless. The glTestFenceNV error shouldn't occur, but it should not cause a crash either. The app is crashing inside its own code. A +d3d,+tid log will tell more. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 Bernhard Rohrer <graylion(a)sm-wg.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |graylion(a)sm-wg.net --- Comment #7 from Bernhard Rohrer <graylion(a)sm-wg.net> 2007-11-21 18:49:47 --- I am encountering this bug with Oblivion - Shivering isles and the fix suggested here does not work :( any other ideas? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 --- Comment #8 from Bernhard Rohrer <graylion(a)sm-wg.net> 2007-11-21 18:51:28 --- I am encountering this bug with Oblivion - Shivering isles and the fix suggested here does not work :( any other ideas? oh. wine version is 0.9.49 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10039 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 -- 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=10039 --- Comment #9 from Jeff Davis <heavensblade23(a)gmail.com> 2008-10-25 17:17:42 --- Created an attachment (id=16881) --> (http://bugs.winehq.org/attachment.cgi?id=16881) Console output including unhandled exception -- 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=10039 Jeff Davis <heavensblade23(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heavensblade23(a)gmail.com --- Comment #10 from Jeff Davis <heavensblade23(a)gmail.com> 2008-10-25 17:18:16 --- Still crashes with an unhandled exception as of 1.1.7. -- 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=10039 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-01-18 03:45:58 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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=10039 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #12 from Austin English <austinenglish(a)gmail.com> 2009-01-18 03:46:07 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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=10039 MatDivaret <pianoedjoe(a)free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pianoedjoe(a)free.fr --- Comment #13 from MatDivaret <pianoedjoe(a)free.fr> 2009-09-17 19:36:14 --- Still crashes with wine 1.1.29 -- 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=10039 qaridarium(a)googlemail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |qaridarium(a)googlemail.com --- Comment #14 from qaridarium(a)googlemail.com 2010-01-05 03:19:57 --- this bug is outdatet wine 1.1.35+catalyst9.12 runs the demo perfect! "F.E.A.R. Perseus Mandate demo fails to launch" this bug isn't anymore it installs perfect and it playes perfect! -- 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=10039 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2010-01-05 11:34:45 --- (In reply to comment #14)
this bug is outdatet wine 1.1.35+catalyst9.12 runs the demo perfect!
"F.E.A.R. Perseus Mandate demo fails to launch"
this bug isn't anymore it installs perfect and it playes perfect!
Fixed then. -- 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=10039 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:45:12 --- Closing bugs fixed in 1.1.36. -- 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=10039 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation Fixed by SHA1| |6befc98dba09aae816692da159b | |e4fb3431b2a57 Component|user32 |mountmgr.sys Version|unspecified |0.9.47. -- 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