packager
packager copied to clipboard
Rendering crash
trafficstars
Whenever I try to open my packaged project, it crashes and tells me the rendering process failed
Are you packaging it as an Electron app? If so, try using the "64-bit only" one:
I did do that and it helped. But is there any way to make it 32-bit as well? (electron application)
I did do that and it helped. But is there any way to make it 32-bit as well? (electron application)
No; a "32-bit or 64-bit" application is actually 32-bit only (there's just a compatibility layer in the OS to run 32-bit applications), so it only has access to a limited amount of RAM.