question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cachedDataRejected on electron when build to 32bit version

See original GitHub issue

Hey!

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:closed
  • Created 3 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
alonadocommented, Jan 12, 2021

@OsamaAbbas thanks! 👍 🥇

1reaction
OsamaAbbascommented, Jan 12, 2021

Are you sure that the .jsc files were generated using the same ia32 electron binaries?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found