-
-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev on Windows CreateProcess failed with error 193 (no message available) #223
Comments
same for me |
me either |
There is a workaround? |
To temporarily workaround try to roll back This allowed me to be able to get dev running again. |
Ok thanks @spriggsey! It works. |
I got the same problem. Rolling back worked however. |
@spriggsey solution works for me. thanks. |
I get this error too in 2.4.0 (2.3.1 works). |
same problem. same solution. |
Having this issue on 2.3.1 and 2.4.0 as well as 2.5.0. This is possibly because of another package?
Edit: I also tried reverting back to 2.2.1 which also didn't work. I think there is a third party lib or software conflicting with this. |
rolling back electron-webpack to 2.3.1 worked for me, thanks you @spriggsey 😉 |
Thanks! Works now. 👏 |
OS: Windows 10
Yarn: 1.12.1
NodeJs: 10.13.0
yarn compile and build work ok, but running yarn dev fails.
full stack of yarn dev:
Error: Renderer WDS exited with code 0
at ChildProcessManager.child.on.code (X:\App\node_modules\electron-webpack\src\dev\ChildProcessManager.ts:62:32)
at ChildProcess.emit (events.js:182:13)
at maybeClose (internal/child_process.js:962:16)
at Socket.stream.socket.on (internal/child_process.js:381:11)
at Socket.emit (events.js:182:13)
at Pipe._handle.close (net.js:606:12)
From previous event:
at X:\App\node_modules\graceful-fs\polyfills.js:285:20
at FSReqWrap.oncomplete (fs.js:155:5)
From previous event:
at startRenderer (X:\App\node_modules\electron-webpack\out\dev\WebpackDevServerManager.js:149:17)
at X:\App\node_modules\electron-webpack\src\dev\dev-runner.ts:43:7
at Generator.next ()
at runCallback (timers.js:705:18)
at tryOnImmediate (timers.js:676:5)
at processImmediate (timers.js:658:5)
From previous event:
at DevRunner.start (X:\App\node_modules\electron-webpack\src\dev\dev-runner.ts:32:14)
at X:\App\node_modules\electron-webpack\src\dev\dev-runner.ts:142:19
at Generator.next ()
From previous event:
at main (X:\App\node_modules\electron-webpack\out\dev\dev-runner.js:132:18)
at Object. (X:\App\node_modules\electron-webpack\src\dev\dev-runner.ts:145:1)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
at Function.Module._load (internal/modules/cjs/loader.js:529:3)
at Module.require (internal/modules/cjs/loader.js:636:17)
at require (internal/modules/cjs/helpers.js:20:18)
at runInDevMode (X:\App\node_modules\electron-webpack\src\cli.ts:35:3)
at Object._yargs.default.command.command.command.command.command.argv [as handler] (X:\App\node_modules\electron-webpack\src\cli.ts:13:71)
at Object.runCommand (X:\App\node_modules\yargs\lib\command.js:238:44)
at Object.parseArgs [as _parseArgs] (X:\App\node_modules\yargs\yargs.js:1059:30)
at Object.get [as argv] (X:\App\node_modules\yargs\yargs.js:1000:21)
at Object. (X:\App\node_modules\electron-webpack\src\cli.ts:8:1)
at Module._compile (internal/modules/cjs/loader.js:688:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:699:10)
at Module.load (internal/modules/cjs/loader.js:598:32)
at tryModuleLoad (internal/modules/cjs/loader.js:537:12)
The text was updated successfully, but these errors were encountered: