Leeous/gmod-addon-tool

Loading...

Opened this issue · 4 comments

Hi, trying to edit an already publish addon, but have the following issue,
Basically the button just says "Loading..." and doesn't change, CTRL+SHIFT+I reports this:

Uncaught Error: Cannot find module 'electron-connect'
Require stack:
- C:\Users\Ryan\AppData\Local\Programs\gmod-addon-tool\resources\app.asar\index.html
    at Module._resolveFilename (internal/modules/cjs/loader.js:798)
    at Function../lib/common/reset-search-paths.ts.Module._resolveFilename (reset-search-paths.ts:41)
    at Module._load (internal/modules/cjs/loader.js:691)
    at Function.Module._load (electron/js2c/asar.js:748)
    at Module.require (internal/modules/cjs/loader.js:853)
    at require (internal/modules/cjs/helpers.js:74)
    at index.html:6

Could you link your console log by clicking on the settings cog ⚙️ and then "View Console Log"?

Console log button reports that it cannot open the log.txt file because it does not exist

Windows cannot find
'C:\Users\Ryan\AppData\Local\Programs\gmod-addon-tool\resources\app.asar/log.txt'.
Make sure you've typed the name correctly, then try again.

I would suggest downloading the portable version, this error seems to be due with how I built the installer, looking into it now. 😉