elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

Win10 failure to load, ENOENT renderer\fastlist.exe #193

Closed vaneseltine closed 1 year ago

vaneseltine commented 3 years ago

Didn't see anything alarming from the install and a clean run, but the only thing I get in the Illthorn window is

image

This is all from a fresh install of node and illthorn.

PS C:\Users\vanes\projects\illthorn> yarn install
yarn install v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "win32" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "win32" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
info electron-installer-debian@3.1.0: The platform "win32" is incompatible with this module.
info "electron-installer-debian@3.1.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info electron-installer-redhat@3.2.0: The platform "win32" is incompatible with this module.
info "electron-installer-redhat@3.2.0" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@2.2.1: The platform "win32" is incompatible with this module.
info "fsevents@2.2.1" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning " > linkifyjs@2.1.9" has unmet peer dependency "jquery@>= 1.11.0".
warning " > linkifyjs@2.1.9" has unmet peer dependency "react@>= 0.14.0".
warning " > linkifyjs@2.1.9" has unmet peer dependency "react-dom@>= 0.14.0".
[4/4] Building fresh packages...
Done in 11.59s.

Console output is clean:

PS C:\Users\vanes\projects\illthorn> yarn start
yarn run v1.22.10
$ ENV=dev electron-forge start
✔ Checking your system
✔ Locating Application
✔ Preparing native dependencies
✔ Compiling Main Process Code
✔ Launch Dev Servers
✔ Compiling Preload Scripts
✔ Launching Application

Webpack Output Available: http://localhost:9016

webpack built 6211b5ec2bf4494c9b19 in 3176ms

¯\(ツ)

ondreian commented 3 years ago

We should probably update the version of electron we are using now.