layday / instawow

World of Warcraft add-on manager CLI and GUI
GNU General Public License v3.0
165 stars 9 forks source link

The application “instawow-desktop.app” can’t be opened. #54

Closed KDederichs closed 4 years ago

KDederichs commented 4 years ago

Hey, I just downloaded the Mac Gui version (0.5.0) and I'm getting that error: The application “instawow-desktop.app” can’t be opened. Anything I have to do on my end to open the app?

layday commented 4 years ago

If you're using a third-party zip tool, can you try unzipping the app using the built-in Archive Utility? It sounds like either instawow-desktop.app/MacOS/instawow or instawow-desktop.app/MacOS/instawow-desktop is not executable. You can also try running chmod +x instawow-desktop.app/MacOS/instawow* from the command line.

KDederichs commented 4 years ago

I did use the default one but chmod +x instawow-desktop.app/Contents/MacOS/instawow* did allow it to start. It immedialy crashes with this though:

Process:               instawow-desktop [46157]
Path:                  /Applications/instawow-desktop.app/Contents/MacOS/instawow-desktop
Identifier:            org.instawow.instawow-desktop
Version:               0.5.0 (0.5.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           instawow-desktop [46157]
User ID:               501

Date/Time:             2020-10-11 15:34:00.364 +0200
OS Version:            Mac OS X 10.15.7 (19H2)
Report Version:        12
Anonymous UUID:        A478AA4E-4C1C-A3FA-BB37-EE41934D7812

Time Awake Since Boot: 13000 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

ID   Vend/Dev
b900 67df1002
Seconds Ago   ID   Type
    13000.0   b900 Attach

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/Electron Framework.framework/Electron Framework
  Referenced from: /Applications/instawow-desktop.app/Contents/MacOS/instawow-desktop
  Reason: no suitable image found.  Did find:
    /Applications/instawow-desktop.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: file too short
    /Applications/instawow-desktop.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: stat() failed with errno=1

Binary Images:
       0x10e0ef000 -        0x10e116ff3 +org.instawow.instawow-desktop (0.5.0 - 0.5.0) <5CF444E6-280A-33A3-87FF-B56A6B4EC25C> /Applications/instawow-desktop.app/Contents/MacOS/instawow-desktop
       0x111197000 -        0x111228f47  dyld (750.6) <1D318D60-C9B0-3511-BE9C-82AFD2EF930D> /usr/lib/dyld

Model: iMac19,1, BootROM 1037.140.50.0.0, 8 processors, 8-Core Intel Core i9, 3,6 GHz, 64 GB, SMC 2.46f12
Graphics: kHW_AMDRadeonPro580XItem, Radeon Pro 580X, spdisplays_pcie_device, 8 GB
Graphics: kHW_AMDRadeonRX580Item, Radeon RX 580, spdisplays_pcie_device, 8 GB
Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, 16ATF2G64HZ-2G6E3
Memory Module: BANK 1/ChannelA-DIMM1, 16 GB, DDR4, 2667 MHz, Micron, 16ATF2G64HZ-2G6E3
Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, Micron, 16ATF2G64HZ-2G6E3
Memory Module: BANK 3/ChannelB-DIMM1, 16 GB, DDR4, 2667 MHz, Micron, 16ATF2G64HZ-2G6E3
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Feb 28 2020 15:24:56 version 9.30.357.35.32.5.47 FWID 01-9ce4adf3
Bluetooth: Version 7.0.6f7, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
PCI Card: Radeon RX 580, sppci_displaycontroller, Thunderbolt@134,0,0
PCI Card: pci1002,aaf0, sppci_audiodevice, Thunderbolt@134,0,1
Serial ATA Device: APPLE HDD ST2000DM001, 2 TB
USB Device: USB 3.1 Bus
USB Device: Cintiq 27QHDT Hub
USB Device: Cintiq 27QHDT Hub
USB Device: Cintiq 27QHDT Hub
USB Device: Hub
USB Device: Intenso Speed Line
USB Device: Corsair Gaming K70 LUX RGB Keyboard
USB Device: Hub
USB Device: cyberJack RFID basis
USB Device: Mooltipass
USB Device: FaceTime HD Camera (Built-in)
USB Device: AT2020USB+
USB Device: Cintiq 27QHDT Hub
USB Device: ExpressKey Remote
USB Device: Single RS232-HS
USB Device: Cintiq 27QHD Tablet
USB Device: Cintiq 27QHDT Hub
USB Device: Cintiq 27QHDT Hub
USB Device: Razer Naga 2014
Thunderbolt Bus: iMac, Apple Inc., 47.4
Thunderbolt Device: Core X, Razer, 1, 33.1
layday commented 4 years ago

That reads as though parts of the app are missing - either the ZIP file's corrupted or it's not being extracted properly. You could try redownloading the ZIP file and see if that fixes it or, better yet, downloading the DMG from the latest pre-release.

KDederichs commented 4 years ago

The version distributed in the DMG works without problems 👍

layday commented 4 years ago

Great! Thanks for your patience - future versions will be distributed in the DMG format.