-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi, I have recently (after a lot of trial and error) built Dic Engine for windows 10 64 bits. I am having some issues linking the GUI though. I keep getting these errors, when I run the electron scirpt.
Uncaught ReferenceError: require is not defined
at requires.js:1
global.js:19 Uncaught ReferenceError: os is not defined
at global.js:19
D:\dice\test\electron\resources\electron.asar\renderer\security-warnings.js:170 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
Policy set or a policy with "unsafe-eval" enabled. This exposes users of
this app to unnecessary security risks.
For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged.
(anonymous) @ D:\dice\test\electron\resources\electron.asar\renderer\security-warnings.js:170
utils.js:14 Uncaught ReferenceError: homeDir is not defined
at initialize_gui (utils.js:14)
at utils.js:8
at dispatch (jquery.min.js:3)
at r.handle (jquery.min.js:3)
Has the gui been configured for Linux? Or have I did something wrong?