cachedDataRejected on electron when build to 32bit version
See original GitHub issueHey!
This is a great repo!
Unfortunately I have a problem, my electron program suppose to work on 32bit computers, but when I build my electron app with
electron-builder --win --ia32
in order to support 32bit computers, I got error when I try to run the app:
A JavaScript error occured in the main proccess
Uncaught Exception:
Error: Invalid or incompatible cached data (cachedDataRejected)
at Object.Module._extensions.<computed> [as .jsc]
........
when I build my app with electron-builder --win, it works fine. I did like the electron example in the repo.
please help
Issue Analytics
- State:
- Created 3 years ago
- Comments:12
Top Results From Across the Web
cachedDataRejected on electron when build to 32bit version
A JavaScript error occured in the main proccess Uncaught Exception: Error: Invalid or incompatible cached data (cachedDataRejected) at Object.
Read more >Creating 32 bit electron app on 64 bit Windows computer
This places Electron as developmental dependency using npm install --save-dev electron . Building on 64 bit Windows computer, this results in 64 ...
Read more >Building a custom 32-bit Node.js addon for Electron problem
I need to create a custom Node.js addon for Electron that wraps a c++ DLL. That was all working fine, until I found...
Read more >Windows on ARM - Electron
If your app runs with Electron 6.0.8 or later, you can now build it for Windows 10 on Arm. ... then it's really...
Read more >A Comprehensive Guide to Building and Packaging an ...
Building and Packaging an Electron App wasn't as straight forward as I ... So if you just wanted Mac x64, and Windows and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@OsamaAbbas thanks! 👍 🥇
Are you sure that the
.jsc
files were generated using the sameia32
electron binaries?