[Bug 10054] New: Hellgate: London refuses to launch
http://bugs.winehq.org/show_bug.cgi?id=10054 Summary: Hellgate: London refuses to launch Product: Wine Version: 0.9.47. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-advapi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: theconquerer(a)gmx.de Trying to launch Hellgate: Landon either with the launcher.exe or one of the hellgate_mp_dx{ver}_{arch}.exe only prints out 2 lines of fixme's and 1 windows error window. fixme:advapi:RegisterEventSourceW ((null),L"PDH"): stub Here the windows error message pops up: "The procedure could not be found in the DLL ." (The double blank after procedure and the blank behind DLL are as in the message. My guess is there normally should be the name of the missing procedure and af the DLL affected.) After accepting this with OK (only option) this fikme follows: fixme:advapi:DeregisterEventSource (0xcafe4242) stub -- 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=10054 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2007-10-16 06:11:51 --- Hello, please attach trace log (WINEDEBUG=+tid,+seh,+relay). Out of curiosity .. are you using inofficial beta version? The official game release (even public demo) is slated somewhere at 30.oct - 2.nov 2007. 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=10054 --- Comment #2 from Steffen Roßkamp <theconquerer(a)gmx.de> 2007-10-16 10:04:11 --- (In reply to comment #1) Yes, this was tested with the closed beta client of the game. -- 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=10054 --- Comment #3 from Steffen Roßkamp <theconquerer(a)gmx.de> 2007-10-16 10:08:43 --- Created an attachment (id=8605) --> (http://bugs.winehq.org/attachment.cgi?id=8605) Launch Log (+tid,+seh,+relay) of the x86 - DirectX9 Version of the game -- 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=10054 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2007-10-16 10:29:17 --- Created an attachment (id=8608) --> (http://bugs.winehq.org/attachment.cgi?id=8608) patch to provide kernel32!GetProcessHandleCount stub Hello, --- snip --- 0009:Call KERNEL32.GetProcAddress(7b820000,0089f71a "GetProcessHandleCount") ret=0035142d 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=0035142d 0009:Call user32.MessageBoxA(00000000,00351821 "The procedure could not be located in the DLL .",0035165f "Application error",00000010) ret=00350bd1 000b:trace:relay:init_debug_lists RelayExclude = L"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98" 000b:trace:relay:init_debug_lists RelayFromExclude = L"winex11.drv;user32;gdi32;advapi32;kernel32" 000b:Call KERNEL32.__wine_kernel_init() ret=7bc445e8 --- snip --- Looks like it needs some Windows XP/Vista specific API. Probably part of copy protection. Try the attached patch and report back. 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=10054 --- Comment #5 from Steffen Roßkamp <theconquerer(a)gmx.de> 2007-10-19 14:01:08 --- Created an attachment (id=8663) --> (http://bugs.winehq.org/attachment.cgi?id=8663) Run log of wine with patched kernel32 Please ignore my email, I got it running after I saw my mistake. After running Hellgate with the patched wine, the same error messages and Fixmes occured. I added the log of this run. Hellgate (at least in the beta) doesn't have any copy protection. As far as Flagship Studios (the makers of Hellgate) have informed us, the multi player part of the game will stay without copy protection after release as well. There might be some sort of copy protection for the single player part of the retail game. -- 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=10054 --- Comment #6 from andy <andy(a)fearcontrol.com> 2007-10-22 15:02:58 --- Created an attachment (id=8720) --> (http://bugs.winehq.org/attachment.cgi?id=8720) Wine console output, errors on version 07 Seems to be some kind of ALSA bug. Is reproducable. -- 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=10054 andy <andy(a)fearcontrol.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andy(a)fearcontrol.com --- Comment #7 from andy <andy(a)fearcontrol.com> 2007-10-22 15:06:02 --- I am having some ALSA problems with the game. Created an attachment: Wine console output, errors on version 07 -- 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=10054 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|wine-advapi32 |wine-kernel Resolution| |FIXED --- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-01 13:08:54 --- GetProcessHandleCount is now implemented (in GIT, will be part of 0.9.49). This bug is fixed. If you have other problems please open new bug. -- 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=10054 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-01-28 05:42:57 --- Closing all RESOLVED FIXED bugs older than four weeks. -- 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=10054 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |obfuscation Fixed by SHA1| |eb31959ab957be075a9a14fe317 | |17f981b33b2cc -- 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=10054 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|Other |x86 OS|other |Linux -- 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