http://bugs.winehq.org/show_bug.cgi?id=14854
Summary: Semi-stub in RtlInitializeCriticalSectionEx() Product: Wine Version: 1.1.2 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: kai.mast@gmail.com
Created an attachment (id=15393) --> (http://bugs.winehq.org/attachment.cgi?id=15393) The console output after executing ICQ6
When trying to run ICQ 6 (www.icq.com), after importing some native DLLs, i am stuck with a semi-stub in the function RtlInitializeCriticalSectionEx() in ntdll. I would like this function to get implented so people can use this app (ICQ6).
I know there are alternatives like pidgin or kopete but first Wine is supposed to run win32 apps and ntdll is a critical component, second there are some problems with libpurple and the new OSCAR-Protocol, which ICQ6 uses.
http://bugs.winehq.org/show_bug.cgi?id=14854
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |-unknown
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-13 09:16:05 --- So what's the problem is with your program?
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #2 from Kai Mast kai.mast@gmail.com 2008-08-13 09:20:21 --- well i guess the app need thatt function to start up and therefore cannot be executed.
http://bugs.winehq.org/show_bug.cgi?id=14854
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-13 11:16:07 --- Importing "some native DLLs" makes this bug invalid.
http://bugs.winehq.org/show_bug.cgi?id=14854
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-08-13 11:16:18 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #5 from Kai Mast kai.mast@gmail.com 2008-08-13 11:29:48 --- sry i dont really understand where the problem is. Im just requesting to implent this function as i cant relplace the ntdll with a native one...
The "some native DLLs" wher msxml and ierutils if thats the problem.
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-13 11:43:23 --- (In reply to comment #2)
well i guess the app need thatt function to start up and therefore cannot be executed.
No this is not where the problem is. That is just one random message Wine prints.
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #7 from Kai Mast kai.mast@gmail.com 2008-08-13 11:59:11 --- what about the 2 last lines? NtQueryInformationToken() in ntdll and RegisterTraceGuidsW() in advapi.
at least RegisterTraceGuidsW() seems not to be implented yet.
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #8 from Austin English austinenglish@gmail.com 2008-08-13 12:04:35 --- (In reply to comment #7)
what about the 2 last lines? NtQueryInformationToken() in ntdll and RegisterTraceGuidsW() in advapi.
at least RegisterTraceGuidsW() seems not to be implented yet.
What is the exact problem with the program?
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #9 from Kai Mast kai.mast@gmail.com 2008-08-13 12:09:30 --- Oh right this could help. Im sorry i forgot to mention this.
A (error)message box pops up. "Failed to create application (Code: 9)"
http://bugs.winehq.org/show_bug.cgi?id=14854
--- Comment #10 from Kai Mast kai.mast@gmail.com 2008-08-13 15:06:07 --- I moved ole32.dll into my system32-folder and got a bug from another missing implementation so i openend another bug report: http://bugs.winehq.org/show_bug.cgi?id=14857