wzqcongcong / macSubstrate

Substrate for macOS
MIT License
411 stars 32 forks source link

Can't see the app on the menu bar #1

Closed rppig closed 7 years ago

rppig commented 7 years ago

there's nothing on the menu bar after launch the app

System version: 10.13 Hardware: MacBook Pro (13-inch, 2017, Four Thunderbolt 3 Ports)

Additional info:

  1. have already disabled SIP
  2. I can see macSubstrate's process is running from the activity monitor
hging commented 7 years ago

me too

rppig commented 7 years ago

It alerts me that macSubstrate is to trying to install a new helper tool every time when I quit the process and relaunch the app. But nothing happened after I entered the password.

wzqcongcong commented 7 years ago

I have found the root cause of invisible menu bar on 10.13, and will fix it later. Thanks!

wzqcongcong commented 7 years ago

@rppig Please check the following items after launched: /Library/macSubstrate/Frameworks/mach_inject_bundle.framework /Library/LaunchDaemons/com.gokustudio.macSubstrateHelper.plist /Library/PrivilegedHelperTools/com.gokustudio.macSubstrateHelper

Is there an item missed?

rppig commented 7 years ago

@wzqcongcong

/Library/macSubstrate/Frameworks/mach_inject_bundle.framework

this one is missing.

wzqcongcong commented 7 years ago

@rppig try the new version and send me 2 logs if still not work:

  1. log show --predicate 'process == "macSubstrate"' > ~/Downloads/macSubstrate.log
  2. /private/var/log/com.gokustudio.macSubstrateHelper.log
droid-Q commented 7 years ago

/Library/macSubstrate/Frameworks/mach_inject_bundle.framework this one still is missing.The menu bar doesn't work. dyld: Library not loaded: @rpath/mach_inject_bundle.framework/Versions/A/mach_inject_bundle Referenced from: /Library/PrivilegedHelperTools/com.gokustudio.macSubstrateHelper Reason: image not found

rppig commented 7 years ago

@wzqcongcong it's still not working.

  1. it's an empty file
  2. dyld: Library not loaded: @rpath/mach_inject_bundle.framework/Versions/A/mach_inject_bundle
    Referenced from: /Library/PrivilegedHelperTools/com.gokustudio.macSubstrateHelper
    Reason: image not found
Amosvista commented 7 years ago

nothing on the menu bar😂

wzqcongcong commented 7 years ago

https://github.com/wzqcongcong/macSubstrate/releases/tag/1.0.2 should work now. If it shows alert, relaunch the app to grant authorization again.

rppig commented 7 years ago

it works now, thanks