http://bugs.winehq.org/show_bug.cgi?id=17916
Summary: Windows 64 bit exe Service unable to recognize internal process created Product: WineHQ Bugzilla Version: unspecified Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P1 Component: bugzilla-unknown AssignedTo: wine-bugs@winehq.org ReportedBy: yugandhar_bireddy@satyam.com
When windows 64 bit exe is started as service as follows: wine myappl.exe \Service
(The above application will internally create a process, a java executable running a class),am geetting the following error:
0014: KERNEL32.CreateProcessA(00000000,2b1efe0d4e50 "jre\bin\java.exe com.aa.em.ssi.server.MyWebServer") ret=140003b0e
Trying to load PE image for unsupported architecture (I386) 0014:Ret KERNEL32.CreateProcessA() retval=00000000 ret=140003be0 0014:Call KERNEL32.GetLastError() ret=140003b1f
Thanks, Yugandhar