carloslfu / figma-app-linux

Unofficial Figma desktop app rebuild for Linux users.
86 stars 4 forks source link

Javascript error upon running the App. #28

Open Cirelion opened 4 years ago

Cirelion commented 4 years ago

After a successfull installation I try to run the app. Upon executing the AppImage I get this error: A JavaScript error occurred in the main process Uncaught Exception: TypeError: Cannot read property 'origin' of undefined at Object.<anonymous> (/tmp/.mount_Figma-XyC1yq/resources/app.asar/window_manager.js:28:37) at Object.<anonymous> (/tmp/.mount_Figma-XyC1yq/resources/app.asar/window_manager.js:1186:3) at Module._compile (module.js:642:30) at Object.Module._extensions..js (module.js:653:10) at Module.load (module.js:561:32) at tryModuleLoad (module.js:504:12) at Function.Module._load (module.js:496:3) at Module.require (module.js:586:17) at require (internal/module.js:11:18) at Object.<anonymous> (/tmp/.mount_Figma-XyC1yq/resources/app.asar/updater.js:9:26)

How would I go about fixing this/am I doing something wrong?

Thanks in advance.