Norio Nomura
Norio Nomura
Thanks all for testing on OS X 10.10.4 b4. I should write about my EasySIMBL usage here. The past two years, I have not used EasySIMBL on my Mac except...
When I forked EasySIMBL, another implementation was exists that using another injecting method. On that time, injecting dynamically was needed for some system processes(e.g. Finder, Dock I don't know `DYLD_INSERT_LIBRARIES`...
_SIMBL Agent.app_ is using `[[NSWorkspace sharedWorkspace]runningApplications]` for observing application launching. For injecting _EasySIMBL.osax_ to target application, _SIMBL Agent.app_ will wait until `isFinishedLaunching` of target application will be true as following:...
Hi @Orion98MC, Please try this workaround. https://github.com/norio-nomura/EasySIMBL/issues/4#issuecomment-28757225
That's strange, because EasySIMBL does not use kernel extensions..
Hi @sduttonusa, Could you show me crash logs? Crash logs exist in Console.app > User Diagnostic Reports in side bar. Thanks
Hi @sduttonusa, I check crash log. It seems some plugin has crashed in their initialization process. I have tested ColorfulSidebar 1.1 and it does not crash. Could you list plugins...
I have also tested ColorfulSidebar 1.1.1 and it does not crash.
Hi, You can change SIMBLLogLevel on EasySIMBL window. When SIMBLLogLevel will be set "Notice + Info + Debug", You will see debug logs in Console.app like as below. ``` 2013/10/29...