Skip to content

Doesn't build on linux #128

@Verontrix

Description

@Verontrix

Feral's launcher for WarhammerIII doesn't allow uses to change the order that mods are loaded in.. And appears to load them alphabetically (Which doesn't work).

Anyhow, tried to build this, doesn't build on linux (arch) I get this error:

An unhandled rejection has occurred inside Forge:
Error: Compilation errors in the main process: assets by status 106 MiB [cached] 59 assets
cached modules 48.5 MiB [cached] 1263 modules
runtime modules 5.6 KiB 10 modules

WARNING in ./node_modules/chokidar/lib/fsevents-handler.js 9:13-32
Module not found: Error: Can't resolve 'fsevents' in '/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/chokidar/lib'
 @ ./node_modules/chokidar/index.js 15:24-57
 @ ./src/ipcMainListeners.ts 61:0-32 922:23-37 944:25-39 957:20-34 983:22-36
 @ ./src/index.ts 38:0-71 78:4-22 98:27-45 99:4-30 100:4-55 107:14-32 126:4-25 129:4-25 130:10-30 130:32-58 131:10-30 131:32-58 158:4-28 158:29-47 168:16-34 185:12-30 186:12-30 187:12-30 188:12-30 192:14-32 205:25-43 219:8-26 220:10-40 220:44-70 221:6-30

WARNING in ./src/appConfigFunctions.ts 119:58-65
Should not import the named export 'version' (imported as 'version') from default-exporting module (only default export is available soon)
 @ ./src/ipcMainListeners.ts
 @ ./src/index.ts 38:0-71 78:4-22 98:27-45 99:4-30 100:4-55 107:14-32 126:4-25 129:4-25 130:10-30 130:32-58 131:10-30 131:32-58 158:4-28 158:29-47 168:16-34 185:12-30 186:12-30 187:12-30 188:12-30 192:14-32 205:25-43 219:8-26 220:10-40 220:44-70 221:6-30

WARNING in ./src/index.ts 163:75-82
Should not import the named export 'version' (imported as 'version') from default-exporting module (only default export is available soon)

1 warning has detailed information that is not shown.
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.

ERROR in unable to locate '/home/verontrix/Projects/Remotes/WH3-Mod-Manager/temp/schema.js' glob

webpack 5.98.0 compiled with 1 error and 3 warnings in 24896 ms
at cb (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/@electron-forge/plugin-webpack/dist/WebpackPlugin.js:165:43)
    at finalCallback (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compiler.js:500:32)
    at /home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compiler.js:524:13
    at Hook.eval [as callAsync] (eval at create (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:15:1)
    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/Hook.js:18:14)
    at onCompiled (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compiler.js:522:21)
    at /home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compiler.js:1350:17
    at Hook.eval [as callAsync] (eval at create (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/Hook.js:18:14)
    at /home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compiler.js:1346:33
    at finalCallback (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compilation.js:2938:11)
    at /home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compilation.js:3251:11
    at Hook.eval [as callAsync] (eval at create (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:6:1)
    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/Hook.js:18:14)
    at /home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/webpack/lib/Compilation.js:3244:38
    at eval (eval at create (/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/tapable/lib/HookCodeFactory.js:33:10), <anonymous>:17:1)

I was initially confused by WARNING in ./node_modules/chokidar/lib/fsevents-handler.js 9:13-32 Module not found: Error: Can't resolve 'fsevents' in '/home/verontrix/Projects/Remotes/WH3-Mod-Manager/node_modules/chokidar/lib' @ ./node_modules/chokidar/index.js 15:24-57 But have since determined that it is merely a warning and not an error. (A warning that shouldn't exist, chokidar had performed a check to see if the system was darwin before attempting an include, but I digress.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions