You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(node:27185) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
[27185:1226/123022.939019:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
And that's it, there's no way around that. Looks like that's the end of trying out the program.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: