-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add compatibility for macOS 10.15 #123
Comments
Added system mounting for any macOS version >= 10.15 Fixes #123
Julian, thank you very much for addressing the problem with 10.15. I´ve got a mid2010 MacBookPro with a Catalina Patch and if I´m running your app it tells me that the GPU Fix failed. I´m not in programming :( any advice how I can fix the problem. Will there be a 0.6.2 of git hub that fixes the problem? Thank you very much for all your work Axel |
@slalomier This is not released yet, I'm running into some compatibility issues with the version of the framework I'm using. In the meantime, you still can open the terminal app, and execute the command below before launching the patch :
Thanks, |
Julian,
Works like a charm!
Thank you very much!
Axel
… Am 12.11.2019 um 09:11 schrieb Julian Poidevin ***@***.***>:
@slalomier <https://github.com/slalomier> This is not released yet, I'm running into some compatibility issues with the version of the framework I'm using. In the meantime, you still can open the terminal app, and execute the command below before launching the patch :
sudo mount -uw /
Thanks,
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#123?email_source=notifications&email_token=ANXAJNT32W5RYN3OCCJFPOLQTJQL7A5CNFSM4JHZ5ZMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZMRRI#issuecomment-552782021>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ANXAJNWWNXUVQD3RM2JCXDDQTJQL7ANCNFSM4JHZ5ZMA>.
|
@julian-poidevin I have the same laptop and same issue but when I try the code it works perfectly. Thank you so much Cheers, |
I really have to thank you, thank you so much for your help, thanks to you I can use my macbook pro !! Could you indicate where I can buy the capacitor for replacement and permanent correction of the problem? (sorry for english from google translator) |
@gabrielverasm : I'm sorry, I don't have this information, you should find searching this forum thread : https://forums.macrumors.com/threads/gpu-kernel-panic-in-mid-2010-whats-the-best-fix.1890097/#post-23312990 |
For the caps go to Louis Rossmans website and learn how to do it there as well https://www.youtube.com/watch?v=nCVPH0xuNBI&list=PLkVbIsAWN2lsHdY7ldAAgtJug50pRNQv0 <https://www.youtube.com/watch?v=nCVPH0xuNBI&list=PLkVbIsAWN2lsHdY7ldAAgtJug50pRNQv0>
…On Apr 26, 2020, at 2:03 PM, Gabriel Veras ***@***.*** ***@***.***>> wrote:
I really have to thank you, thank you so much for your help, thanks to you I can use my macbook pro !! Could you indicate where I can buy the capacitor for replacement and permanent correction of the problem? (sorry for english from google translator)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#123 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMDF7PNNRUN3TZMNTZM6YPLROSOQXANCNFSM4JHZ5ZMA>.
|
Hello, Big Sur working? Thanks |
Hello I don't get your question. If you are asking if it's working, yes it does. |
does it work in macook pro mid 2012 with mac os catalina 10.15.7? |
No sorry |
I mean sudo mount -uw / doesn't work |
@michcio19 Oh damn, what a misunderstanding. I thought you were not speaking english fluently and you tried to ask if I was sure my patch was working. I didn't know about the new macOS name at the time 😂. As I can see on this reddit thread, you may not have to mount the disk anymore. If you still have issues, I would suggest trying theses alternatives :
A full thread about the issue can also be found here : https://forums.macrumors.com/threads/gpu-kernel-panic-in-mid-2010-whats-the-best-fix.1890097/#post-23312990 |
On macOS 10.15, when executing the command :
MBPMid2010_GPUFix/mainwindow.cpp
Line 727 in cfe45c3
The terminal throws the error "Read-only file system". As suggested here, this can be fixed using :
sudo mount -uw /
before removing the kext.This command should be executed before operations on kext on any macOS version >= 10.15
The text was updated successfully, but these errors were encountered: