Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start app in MacOS #23

Closed
temperatio opened this issue Jun 1, 2019 · 7 comments
Closed

Can't start app in MacOS #23

temperatio opened this issue Jun 1, 2019 · 7 comments

Comments

@temperatio
Copy link

When I try to start app it close and save this crash file:

Process:               puppetry [5181]
Path:                  /Applications/puppetry.app/Contents/MacOS/puppetry
Identifier:            com.dsheiko.puppetry
Version:               1.0.10 (1.0.10)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           puppetry [5181]
User ID:               501

Date/Time:             2019-06-01 11:52:18.826 +0200
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Anonymous UUID:        1754D460-8A83-FD35-CF5B-F30A3CF47425

Sleep/Wake UUID:       61651721-445F-49D2-A88A-18997DC170E7

Time Awake Since Boot: 27000 seconds
Time Since Wake:       1000 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

Application Specific Information:
dyld: launch, loading dependent libraries

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

Binary Images:
       0x106341000 -        0x106341ff3 +com.dsheiko.puppetry (1.0.10 - 1.0.10) <22CA3711-E38C-376F-A0BC-DCD5F47D0BBC> /Applications/puppetry.app/Contents/MacOS/puppetry
       0x106e5d000 -        0x106ec76ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld

@dsheiko
Copy link
Owner

dsheiko commented Jun 2, 2019

Hmm, I just installed on my macOS High Sierra Version 10.13.6 - everything went fine
It looks like electron-builder generated ZIP happens to have problems on some configs:
electron-userland/electron-builder#3674
Actually when making brew cask (manually) I ran into issues with ZIP also.

@dsheiko
Copy link
Owner

dsheiko commented Jun 3, 2019

Please try puppetry-mac-uncompressed-v1.0.10.zip version of https://github.com/dsheiko/puppetry/releases/tag/v1.0.10
and let me know if it's fine on your side

@Istom1n
Copy link

Istom1n commented Jul 8, 2019

I had the same bug, but I solve it. Link for the explanation!

@dsheiko
Copy link
Owner

dsheiko commented Jul 8, 2019

Thanks. so the advice is to pack with Archive Utility?

@Istom1n
Copy link

Istom1n commented Jul 8, 2019

Yes, pack with the standard tool.

@Istom1n
Copy link

Istom1n commented Jul 16, 2019

I think this issue can be closed, and the problem was solved.

@dsheiko
Copy link
Owner

dsheiko commented Jul 16, 2019

thanks

@dsheiko dsheiko closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants