Open FrankieFalzon opened 1 year ago
edit package.json in the root directory, change the line
"start": "npm run build && electron ./dist/main.js"
to
"start": "npm run build && electron --in-process-gpu ./dist/main.js"
@nilbuz unfortunatelly is not working. npm start fail with this change. best
I was very interested in this program, it sounded very promising, and I wanted to try it out very much, but it looks like I have to give up on trying to run it. I tried on Windows Virtual Machine and several Ubuntus (16, 20), even a Pie. Finally, after many versions, one Ubuntu ran it, after hours of updates and upgrades, installing and fixing and updating NPM and Nodejs, NPM electron, others... It finally ran. But the graphics below the sample was missing and there was the error about the font.
A hint here suggested to open the file main.ts and change "sandbox: true" to "sandbox: false" - that made the error disappear, but now there is another one.
And that's it, there's no way around that. Looks like that's the end of trying out the program.