patchfox icon indicating copy to clipboard operation
patchfox copied to clipboard

Very low-level level error when opening the app

Open achou11 opened this issue 1 year ago • 0 comments

Opening Patchfox via commandline and I see this error. Seems to prevent the app from working at all

Error: dlopen(/var/folders/3d/jpg9p2yn0t918hwkw50yrfxh0000gn/T/.org.patchfox.desktop.qZ8GWo, 1): no suitable image found.  Did find:
	/var/folders/3d/jpg9p2yn0t918hwkw50yrfxh0000gn/T/.org.patchfox.desktop.qZ8GWo: mach-o, but wrong architecture
	/private/var/folders/3d/jpg9p2yn0t918hwkw50yrfxh0000gn/T/.org.patchfox.desktop.qZ8GWo: mach-o, but wrong architecture
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:5:2039)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:829:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at load (/Applications/Patchfox.app/Contents/Resources/app.asar/node_modules/leveldown/node_modules/node-gyp-build/index.js:20:10)
    at Object.<anonymous> (/Applications/Patchfox.app/Contents/Resources/app.asar/node_modules/leveldown/binding.js:1:43) {
  code: 'ERR_DLOPEN_FAILED'

Patchfox version: 2022.9.2-alpha OS: macOS 11.6.8 (Big Sur), Intel arch

achou11 avatar Sep 09 '22 20:09 achou11