socketsupply / union-app-studio

Like Codepen, but for native apps!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't start up

Haroenv opened this issue · comments

Uncaught Exception:
TypeError: Path must be a string. Received undefined
    at assertPath (path.js:7:11)
    at Object.join (path.js:1211:7)
    at Object.<anonymous> (/private/var/folders/6k/6s3j_ths2s715kn3v1_0yfz00000gp/T/AppTranslocation/A7E7536B-7FB6-4313-9BF1-00967BABD12D/d/Scratches.app/Contents/Resources/app.asar/index.js:20:18)
    at Object.<anonymous> (/private/var/folders/6k/6s3j_ths2s715kn3v1_0yfz00000gp/T/AppTranslocation/A7E7536B-7FB6-4313-9BF1-00967BABD12D/d/Scratches.app/Contents/Resources/app.asar/index.js:70:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Object.<anonymous> (/private/var/folders/6k/6s3j_ths2s715kn3v1_0yfz00000gp/T/AppTranslocation/A7E7536B-7FB6-4313-9BF1-00967BABD12D/d/Scratches.app/Contents/Resources/electron.asar/browser/init.js:171:8)

This is from the latest release on GitHub (0.0.4)

screen shot 2018-01-22 at 09 40 14

screen shot 2018-01-22 at 09 40 55

(slightly different error message opened twice)

Agh, thank you! This should be fixed in the latest release - https://github.com/0x00A/scratches/releases/tag/0.0.5

Yep, starts up now 🙌