[Bug 35027] Euphoria needs unimplemented function KERNEL32.dll.CreateProcessInternalW

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 1 10:16:17 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=35027

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
            Version|unspecified                 |1.7.7
            Summary|unimplemented function      |Euphoria needs
                   |KERNEL32.dll.CreateProcessI |unimplemented function
                   |nternalW                    |KERNEL32.dll.CreateProcessI
                   |                            |nternalW

--- Comment #1 from Anastasius Focht <focht at gmx.net> 2013-12-01 10:16:17 CST ---
Hello,

--- snip ---
process  tid      prio (all id:s are in hex)
00000008 (D) D:\.game\CLOCKUP\EUPHORIA\euphoria_sc.exe
        00000009    0 <==
--- snip ---

looks like "Euphoria" from "Clock Up" (http://entacom.org/clockup/)
I spare you any further info ... definitely NSFW material - you don't want to
know that.

Source:
http://source.winehq.org/git/wine.git/blob/b6b9050d58d8baaea843c633f5968be9090214e4:/dlls/kernel32/kernel32.spec#l257

--- snip ---
256 # @ stub CreateProcessInternalA
257 # @ stub CreateProcessInternalW
258 # @ stub CreateProcessInternalWSecure
--- snip ---

It seems this is an undocumented internal helper.
Though the prototype is described in several blogs, similar to
CreateProcessA/W() with additional "user token" in and out parameters:

--- snip ---
BOOL WINAPI CreateProcessInternalW( HANDLE user_token, ... , PHANDLE new_token)
--- snip ---

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.



More information about the wine-bugs mailing list