packager icon indicating copy to clipboard operation
packager copied to clipboard

Rendering crash

Open BrohmMolich opened this issue 2 years ago • 3 comments
trafficstars

Whenever I try to open my packaged project, it crashes and tells me the rendering process failed

BrohmMolich avatar Jun 13 '23 10:06 BrohmMolich

Are you packaging it as an Electron app? If so, try using the "64-bit only" one: image

supersonico avatar Jun 13 '23 15:06 supersonico

I did do that and it helped. But is there any way to make it 32-bit as well? (electron application)

BrohmMolich avatar Jun 14 '23 12:06 BrohmMolich

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.

CST1229 avatar Jun 14 '23 13:06 CST1229