[Bug 41509] New: Trouble synchronizing with winelib applications invoked with CreateProcess

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 12 16:43:19 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=41509

            Bug ID: 41509
           Summary: Trouble synchronizing with winelib applications
                    invoked with CreateProcess
           Product: Wine
           Version: 1.9.20
          Hardware: x86
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: javier--fqu3sqxsVIm7PkQvPySPMwTV4r0Nxk at jasp.net
      Distribution: ---

There are issues when starting an application compiled with winegcc. Get an
invoker that calls CreateProcess (example:
https://bugs.winehq.org/attachment.cgi?id=20876) and compile a "Hello, world!"
with winegcc as the invoked program.

The process handle returned by CreateProcess is invalid because of bug #18335.
If compiled as a fake module (set output to hello.exe.fake, then rename to
hello.exe) to get a PE, CreateProcess works, but direct invocation with wine
(wine hello.exe) fails because hello.exe.so is not searched in the current
folder, only in the system folder.

-- 
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