wzqcongcong/macSubstrate

Can't see the app on the menu bar

rppig opened this issue · 11 comments

rppig commented

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

me too

rppig commented

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.

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

@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

@wzqcongcong

/Library/macSubstrate/Frameworks/mach_inject_bundle.framework

this one is missing.

@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

/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

@wzqcongcong it's still not working.

  1. it's an empty file
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

nothing on the menu bar😂

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

it works now, thanks