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.

macOS Catalina doesn't support 32-bit executables and as result Wine cannot run Windows 32-bit applications too

See original GitHub issue

Prerequisites

Expected Behavior

yarn package-all does not end with ERR_ELECTRON_BUILDER_CANNOT_EXECUTE

Current Behavior

yarn package-all end ERR_ELECTRON_BUILDER_CANNOT_EXECUTE (cf full stacktrace here The dmg and zip packages are created but the app inside is not working. But the ./release/mac/ElectronReact.app is working. I couldn’t test for Windows.

Context - Your Environment

I don’t know if it happens in all Catalina’s mac, but I would think so.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
LucasAndradcommented, Dec 6, 2020

I solved this by changing the windows build config on package.json:

  "win": {
      "target": [
        {
          "target": "nsis",
          "arch": [
            "x64"
          ]
        }
      ]
    },
2reactions
amilajackcommented, Jan 22, 2020

No. One solution is to downgrade the macOS version that you’re using in CI. Apple is officially has officially dropped support for 32 bit executables.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to get Wine working on Catalina? - Ask Different
Also, note that obviously wine on macOS Catalina will be able to run only some 64-bit windows apps and all 32-bit windows app...
Read more >
How to Run 32-Bit Apps in macOS Catalina | PCMag
In almost every case, the Wine-based app won't run in Catalina. The easiest solution is to install Windows in Parallels Desktop or VMware...
Read more >
32-bit app compatibility with macOS High Sierra 10.13.4 and ...
Starting with macOS Catalina, 32-bit apps are no longer compatible with macOS. If you get an alert about a 32-bit app. You will...
Read more >
Run 32-bit Windows apps on Wine on 64-bit only Mac OSX ...
In this video we cover how to run Guild Wars, a 32-bit Windows application, on Wine for Mac OSX 10.15 Catalina which only...
Read more >
How to run 32 bit apps on macOS | How to install Parallels
In this video you can learn how to run 32-bit legacy Applications on any Mac. We do this by creating a virtual machine...
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