In all of my testing I was able to complete the initial installation of vortex but was unable to launch after the fact.
I have attempted to use separate vortex-setup-X.X.X.exe files with interesting results. Using the default download option for vortex-setup my logs are as follows:
Start monitoring process.
esync: up and running.
net.js:329
err = this._handle.open(fd);
^
Error: EINVAL: invalid argument, uv_pipe_open
at new Socket (net.js:329:26)
at createWritableStdioStream (internal/bootstrap/switches/is_main_thread.js:67:18)
at process.getStdout [as stdout] (internal/bootstrap/switches/is_main_thread.js:122:12)
at Object. (electron/js2c/browser_init.js:185:793)
at Object…/lib/browser/init.ts (electron/js2c/browser_init.js:185:3714)
at webpack_require (electron/js2c/browser_init.js:1:128)
at electron/js2c/browser_init.js:1:1200
at electron/js2c/browser_init.js:1:1267
at NativeModule.compileForInternalLoader (internal/bootstrap/loaders.js:277:7)
at NativeModule.compileForPublicLoader (internal/bootstrap/loaders.js:219:10) {
errno: -4071,
code: ‘EINVAL’,
syscall: ‘uv_pipe_open’
}
Monitored process exited.
Initial process has exited (return code: 256)
Exit with return code 256
Using version 1.5.11 resulted in:
[JAVASCRIPT ERROR WINDOW]
Uncaught Exception:
Error: EINVAL: invalid argument, uv_pipe_open
at new socket (node:net327:24)
at createWritableStudioStream (node:internal/bootstrap/switches/is_main_thread:72:18)
at process.getStdout [as stdout] (node:internal/bootstrap/switches/is_main_thread:123:12)
at C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\colors\lib\system\supports-colors.js:40:15
at Object. (C:\Program Files\Black Tree Gaming Ltd\Vortex\resources\app.asar\node_modules\colors\lib\system\supports-colors.js:61:3)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
at Object.Module._extensions.js (node:internal/modules/cjs/loader:1169:10)
at Module.load (node:internal/modules/cjs/loader:988:12)
at Module._load (node:internal/modules/cjs/loader:829:12)
at function.c._load (node:electron/js2c/asar_bundle:5:13331)
[LOGS WINDOW]
lutris-wrapper: Vortex Mod Manager
Started initial process 16942 from /home/gaige/.local/share/lutris/runners/wine/lutris-6.14-4-x86_64/bin/wine /home/gaige/Games/vortex-mod-manager/drive_c/Program Files/Black Tree Gaming Ltd/Vortex/Vortex.exe
Start monitoring process.
esync: up and running.
[248:0508/190540.918:ERROR:network_change_notifier_win.cc(227)] WSALookupServiceBegin failed with: 0
Using version 1.3.22 resulted in:
Start monitoring process.
net.js:314
err = this._handle.open(fd);
^
Error: EINVAL: invalid argument, uv_pipe_open
at new Socket (net.js:314:26)
at createWritableStdioStream (internal/process/stdio.js:179:18)
at process.getStdout [as stdout] (internal/process/stdio.js:28:14)
at Object. (electron/js2c/browser_init.js:5773:13)
at Object…/lib/browser/init.ts (electron/js2c/browser_init.js:5929:30)
at webpack_require (electron/js2c/browser_init.js:20:30)
at electron/js2c/browser_init.js:84:18
at electron/js2c/browser_init.js:87:10
at NativeModule.compile (internal/bootstrap/loaders.js:287:5)
at NativeModule.compileForPublicLoader (internal/bootstrap/loaders.js:222:8) {
errno: -4071,
code: ‘EINVAL’,
syscall: ‘uv_pipe_open’
}
Monitored process exited.
Initial process has exited (return code: 256)
Exit with return code 256
I am seeing this as a result of Java issues but I am unsure how to resolve the situation. All testing was done on a fresh installation of Lutris.