Rank: Advanced Member Groups: Member
Joined: 1/15/2015 Posts: 48
|
Hello EO,
I need a little assistance with this error.
System.Exception: Failed to create child process, Win32 Error: 193 at EO.Internal.ji.a(Exception A_0, Boolean A_1) at EO.Internal.ji.a(Int32 A_0, String A_1, Boolean A_2) at EO.Internal.ji.b(String A_0, Boolean A_1) at EO.Internal.ji.f..ctor(ji A_0, String A_1, String A_2) at EO.Internal.ji.a(j A_0, a0g A_1, String A_2, String A_3) at EO.Internal.ji.a(Boolean& A_0, String[] A_1, String A_2, String A_3, String A_4, String A_5) at EO.Internal.ji.a(String[] A_0, String A_1, String A_2, String A_3, String A_4) at EO.Internal.ji.o.c() at EO.Internal.ji.o.f() at EO.Internal.ji.o() at EO.Internal.ji.a(Boolean& A_0, String[] A_1, String A_2, String A_3, String A_4, String A_5) at EO.Internal.ji.a(String[] A_0, String A_1, String A_2, String A_3, String A_4) at EO.Internal.aqh.a(String A_0, String A_1) at EO.Internal.awk.f() at EO.WebEngine.Engine.Start() at EO.Internal.awk.b() at EO.Internal.cm..ctor(WebView A_0) at EO.WebBrowser.WebView.x() at EO.WebBrowser.WebView.b(IntPtr A_0, Boolean A_1) at EO.WebBrowser.WebView.Create(IntPtr hWnd) at EO.WebBrowser.WinForm.WebControl.a(Object A_0)
Any idea?
EO.WebBrowser Version = 16.2.72.0
Thanks for your awesome support.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
EO.WebBrowser dynamically creates child process at runtime. This occurs when the exe file used to create the child process is being tampered or corrupted. Please check if you have enabled eowp.exe. If you have, please make sure that file is the same as in your installation folder.
Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 1/15/2015 Posts: 48
|
I am so sorry for the confusion. I should have mentioned I am using the following:
EO.Base.Runtime.InitWorkerProcessExecutable(path);
The path points to a folder in the %localappdata% directory.
This seems to work great on many machines, but we have a couple machines that are crashing because of that error. No anti-virus on the machines.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Error code 193 means "invalid exe format". This means the exe file has been tampered. So make sure you check whether the exe file on the failing machine are exactly the same as the exe file on the working maching and is accessible to your application.
Thanks
|