[Bug 10407] New: TrackMania Nations fails due serveral unimplemented functions
http://bugs.winehq.org/show_bug.cgi?id=10407 Summary: TrackMania Nations fails due serveral unimplemented functions Product: Wine Version: CVS/GIT Platform: PC-x86-64 URL: http://www.trackmanianations.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: greg87(a)online.de wine: Call from 0x7b8442f0 to unimplemented function ntoskrnl.exe.IoCreateUnprotectedSymbolicLink, aborting wine: Call from 0x7b8442f0 to unimplemented function ntoskrnl.exe.ExInitializeZone, aborting wine: Call from 0x7b8442f0 to unimplemented function ntoskrnl.exe.ExInterlockedAddLargeInteger, aborting wine: Call from 0x7b8442f0 to unimplemented function ntoskrnl.exe.IoCreateSynchronizationEvent, aborting wine: Call from 0x7b8442f0 to unimplemented function ntoskrnl.exe.ExInitializeResourceLite, aborting Next showstopper is for sure the starforce protection... -- 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=10407 Stefan Dösinger <stefandoesinger(a)gmx.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger(a)gmx.at --- Comment #1 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2007-11-11 05:57:52 --- The problem you see *is* the starforce protection -- 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=10407 --- Comment #2 from Gregor Münch <greg87(a)online.de> 2007-11-11 06:05:02 --- Yeah I know. The functions are surely needed to load the modules. But even if the functions are implemented, its not sure that starforce works without to do something "internal" in wine. (For which bug 3260 is) -- 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=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2007-11-11 06:54:47 --- Hello, stubbing out such stuff won't work. I noticed a number of ntoskrnl stubs posted recently to wine-patches ... useless that won't lead to anything. The last time I made an attempt for StarForce and GameGuard, I had to add about 50+ API to ntoskrnl and hal to get it partly running. And yes, most of the used kernel driver api need *workable* implementation and not stubs ... In the end even that was not enough due to design problems in wine. 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=10407 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-11 10:33:56 --- No need separate bugs for StarForce. There is already one. This stuff is on par with GameGuard (at least as far as what it does inside the kernel). It would be really hard to impossible to get this stuff to work. Stubbing _any_ function in the kernel is not acceptable - things will just break later. *** This bug has been marked as a duplicate of bug 3260 *** -- 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=10407 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-11 10:34:05 --- Closing dup -- 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=10407 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED Component|-unknown |ntoskrnl Version|unspecified |0.9.49. Fixed by SHA1| |a4ee9f2d20f10792c9c01e5fa8c | |e3928a44125c7 Keywords| |download, obfuscation Status|CLOSED |RESOLVED Summary|TrackMania Nations fails |TrackMania Nations: |due serveral unimplemented |StarForce v3 kernel driver |functions |service 'sfhlp02' crashes | |on unimplemented function | |ntoskrnl.exe.IoCreateSynchr | |onizationEvent --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, separating/de-duplicating bug reports from StarForce 3.x meta bug 3260 https://source.winehq.org/git/wine.git/commitdiff/a4ee9f2d20f10792c9c01e5fa8... ("ntoskrnl.exe: Add a stub for IoCreateSynchronizationEvent.") Introduced in wine-1.4 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zgold550(a)gmail.com --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 11208 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark_k(a)iname.com --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 23474 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 15939 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|TrackMania Nations: |StarForce v3 kernel driver |StarForce v3 kernel driver |service 'sfhlp02' crashes |service 'sfhlp02' crashes |on unimplemented function |on unimplemented function |ntoskrnl.exe.IoCreateSynchr |ntoskrnl.exe.IoCreateSynchr |onizationEvent |onizationEvent | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amlopezalonso(a)gmail.com --- Comment #10 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 15862 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.4. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10407 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.trackmanianation |https://web.archive.org/web |s.com/ |/20210715125120/https://dl. | |4players.de/f1/pc/trackmani | |asunrise/tmsunrisedemo_setu | |p.exe -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla