Alyx
Alyx
Update: All my drivers are updated, I ran `sfc /scannow` and DISM commands to fix my system files, but no luck...
I don't know how to make a crash dump. Also the game was never in the Program Files folder in the first place. For now I have temporarily replaced the...
Running into the same frustrating issue... setting the `executableName` to something different than `productName` should NOT be causing unintended behavior like this. Windows and Linux builds both work fine despite...
A simple way to reproduce this, configure your `package.json` as such: ```json { "name": "foo", "build": { "mac": { "executableName": "bar" } } } ```
Also running into the same issue, this is causing a fatal crash on all macOS versions for end users... See my last comment here: https://github.com/electron/electron/issues/34253#issuecomment-1669054462 for how to reproduce.
Any updates on this? This scenario can be found when loading in some types of obfuscated assemblies.