-
Notifications
You must be signed in to change notification settings - Fork 17
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
Failure on MacOSX 10.9 #7
Comments
There are two issues with the current version. One is within mach_inject, check this out, it works for me: The other is (surprise!) that Finder has changed. Fortunately they are only method signature changes so the fix is straightforward. I can't post the fix now though, for Apple's beta software NDA. |
Good job, stackbear! I'm very pleased to hear that it will be easy to fix to work on 10.9. Thank you for your research, now waiting for the official release of 10.9. |
No problem. This is the least I can do. I really appreciate you put the whole thing together at the first place. Hopefully I can check in the fix in a month or so. |
Hi @stackbear , would you be able to post the fix now that 10.9 is out ? Dumping the headers of Finder 10.9, it seems that the signatures for overlay icons are the same except for some added functions that do tagging. Were you able to get overlay icons changed as well ? |
I would wish to. My day job is keeping me quite busy for the time being |
I added support for Mavericks. Now everything should work. |
@zerodivisi0n , I'm trying to get the overlay icons work on Mavericks. The old cold I was injecting no longer works. How do you systematically find out what function to intercept ? Have you had success with overlay icons on Mavericks ? |
Finder crashing in 10.9. Not sure what is going on, but I have the mach_inject and finder updates for Mavericks. Any insight as to what the issue could be? Been looking into it for a few days already. Thanks. Process: Finder [74937] Date/Time: 2014-09-25 12:33:06.645 -0500 Sleep/Wake UUID: 119571B3-DD81-49D6-87E9-9D1DC2E02AC1 Crashed Thread: 6 Exception Type: EXC_BAD_ACCESS (SIGSEGV) External Modification Warnings: Thread 0:: Dispatch queue: com.apple.main-thread Thread 1:: Dispatch queue: com.apple.libdispatch-manager Thread 2: Thread 3: Thread 4: Thread 5: Thread 6 Crashed: Thread 6 crashed with X86 Thread State (64-bit): Logical CPU: 0 Binary Images: External Modification Summary: VM Region Summary: REGION TYPE VIRTUAL |
I know its only developer preview 2 but it is failing on the injection command... not so much the injection methods... but the actual injection of a basic log statement is failing...
Ill try to find the time to discover why... together we can all get this resolved!
The text was updated successfully, but these errors were encountered: