Anto65 Posted July 16, 2025 Share Posted July 16, 2025 3 minutes ago, arsradu said: Yeah, I wasn't sure whether or not that was for me. Also, I wasn't sure which setting you were talking about. But yeah, that fixed it. Thank you. There are pictures in the spoiler... anyway it's good that you solved it Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837295 Share on other sites More sharing options...
arsradu Posted July 16, 2025 Share Posted July 16, 2025 20 minutes ago, Anto65 said: There are pictures in the spoiler... anyway it's good that you solved it Aaaand now I know why I didn't see them. They were hidden screenshots. So yeah, they flew under the radar. I saw them now. But well, I already fixed it. :)) But yeah, good to know. Thank you, Anto! 3 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837296 Share on other sites More sharing options...
Gradou Posted July 17, 2025 Share Posted July 17, 2025 It's from me or is it normal that it doesn't work by activating the wifi of the Fenvi card? Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837313 Share on other sites More sharing options...
miliuco Posted July 17, 2025 Share Posted July 17, 2025 1 hour ago, Gradou said: It's from me or is it normal that it doesn't work by activating the wifi of the Fenvi card? It's as expected, not working yet. Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837321 Share on other sites More sharing options...
laobamac_yyds Posted July 19, 2025 Author Share Posted July 19, 2025 OCLP-Mod successfully obtained macOS signature and notarization, no longer requiring access to any source. 20250719 Best regards. 7 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837396 Share on other sites More sharing options...
robi62 Posted July 20, 2025 Share Posted July 20, 2025 hi guys been busy for a while. Is there a mod already in English??? I downloaded last version from GitHub but still in Chinese??? Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837445 Share on other sites More sharing options...
miliuco Posted July 20, 2025 Share Posted July 20, 2025 @robi62 Yes. But the multilingual branch. Do you know how to do it without compiling? 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837474 Share on other sites More sharing options...
robi62 Posted July 20, 2025 Share Posted July 20, 2025 49 minutes ago, miliuco said: @robi62 Yes. But the multilingual branch. Do you know how to do it without compiling? Nope I do not 😢 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837478 Share on other sites More sharing options...
miliuco Posted July 20, 2025 Share Posted July 20, 2025 @robi62 This works for me. Terminal app: Python 3.11 installed by brew Clone @laobamac_yyds repo to local disk: gh repo clone https://github.com/laobamac/OCLP-Mod Change to the local repo in Terminal: cd OCLP-Mod Set multilingual as working branch: git checkout multilingual Change wxpython line in the requirements.txt file (remove all but wxPython) Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp) Run: python3 OCLP-Mod-GUI.command 3 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837482 Share on other sites More sharing options...
Max.1974 Posted July 21, 2025 Share Posted July 21, 2025 (edited) Thanks @miliuco and @laobamac_yyds Spoiler Edited July 21, 2025 by Max.1974 4 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837496 Share on other sites More sharing options...
miliuco Posted July 21, 2025 Share Posted July 21, 2025 @Max.1974 You can have it in English too. 3 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837497 Share on other sites More sharing options...
Max.1974 Posted July 21, 2025 Share Posted July 21, 2025 Thanks my friend !! 😉 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837499 Share on other sites More sharing options...
robi62 Posted July 21, 2025 Share Posted July 21, 2025 (edited) 11 hours ago, miliuco said: @robi62 This works for me. Terminal app: Python 3.11 installed by brew Clone @laobamac_yyds repo to local disk: gh repo clone https://github.com/laobamac/OCLP-Mod Change to the local repo in Terminal: cd OCLP-Mod Set multilingual as working branch: git checkout multilingual Change wxpython line in the requirements.txt file (remove all but wxPython) Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp) Run: python3 OCLP-Mod-GUI.command Hi I get this error???? I fixed that one but still not working ERROR: wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl is not a supported wheel on this platform. Edited July 21, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837503 Share on other sites More sharing options...
robi62 Posted July 21, 2025 Share Posted July 21, 2025 (edited) (oclp) user@users-MacBook-Pro OCLP-Mod % python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt ERROR: wxPython-4.2.2-cp311-cp311-macosx_10_10_universal2.whl is not a supported wheel on this platform. So this is my problem Im in Sequoia I think I need to run in in Tahoe Im going to do that now😊 Edited July 21, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837513 Share on other sites More sharing options...
robi62 Posted July 21, 2025 Share Posted July 21, 2025 (edited) nope same error in Tahoe I think one of guys that got it working will have to upload their OC mod folder for me😀 I think it works for you guys coz probably you have Xcode installed. Edited July 21, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837527 Share on other sites More sharing options...
deeveedee Posted July 21, 2025 Share Posted July 21, 2025 @robi62 I remember seeing similar errors once when building OCLP from source. Google or ChatGPT or your favorite search / AI for the answer. There are multiple ways to resolve. 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837538 Share on other sites More sharing options...
robi62 Posted July 21, 2025 Share Posted July 21, 2025 (edited) 3 hours ago, deeveedee said: @robi62 I remember seeing similar errors once when building OCLP from source. Google or ChatGPT or your favorite search / AI for the answer. There are multiple ways to resolve. well I looked but no answer for my error anyway I can always translate the text if I don't understand it but I believe the problem is in the mod. Edited July 21, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837556 Share on other sites More sharing options...
miliuco Posted July 21, 2025 Share Posted July 21, 2025 (edited) @robi62 The trick is already posted: Change wxpython line in the requirements.txt file (remove all but wxPython) Without this you get error. Edited July 21, 2025 by miliuco 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837558 Share on other sites More sharing options...
robi62 Posted July 21, 2025 Share Posted July 21, 2025 (edited) 11 hours ago, miliuco said: @robi62 The trick is already posted: Change wxpython line in the requirements.txt file (remove all but wxPython) Without this you get error. I did that does not work 🙄 Edited July 22, 2025 by robi62 1 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837559 Share on other sites More sharing options...
miliuco Posted July 21, 2025 Share Posted July 21, 2025 Okay, I’m out. Later I’ll try to get a compiled app. 1 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837560 Share on other sites More sharing options...
miliuco Posted July 22, 2025 Share Posted July 22, 2025 @robi62 I've tried compiling the application but I can't finish the process, with an error related to the "fat binary platform”. I've tried with Python installed from Brew and also as a standalone package outside of Brew. So I can't send you the application. @laobamac_yyds will try to get the multilingual mod as app or pkg so anyone can use it. We'll have to wait. 1 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837587 Share on other sites More sharing options...
robi62 Posted July 22, 2025 Share Posted July 22, 2025 (edited) 1 hour ago, miliuco said: @robi62 I've tried compiling the application but I can't finish the process, with an error related to the "fat binary platform”. I've tried with Python installed from Brew and also as a standalone package outside of Brew. So I can't send you the application. @laobamac_yyds will try to get the multilingual mod as app or pkg so anyone can use it. We'll have to wait. No worries thanks for trying. Edited July 22, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837588 Share on other sites More sharing options...
deeveedee Posted July 22, 2025 Share Posted July 22, 2025 (edited) @robi62 and @miliuco I just built with no issues. I've never built OCLP-Mod before (and don't use it), but my Python 3.11 build environment that I use for OCLP "official" works for OCLP-Mod. When I ran into the errors reported, I simply searched for them and made the corrections to my build environment. Hope that helps. EDIT: A couple of things that I remember changing: Don't install Python with brew - use Python 3.11 from python.org Change "universal2" in OCLP-Mod-GUI.spec to "x86_64" Edited July 22, 2025 by deeveedee 4 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837597 Share on other sites More sharing options...
robi62 Posted July 22, 2025 Share Posted July 22, 2025 (edited) 40 minutes ago, deeveedee said: @robi62 and @miliuco I just built with no issues. I've never built OCLP-Mod before (and don't use it), but my Python 3.11 build environment that I use for OCLP "official" works for OCLP-Mod. When I ran into the errors reported, I simply searched for them and made the corrections to my build environment. Hope that helps. EDIT: A couple of things that I remember changing: Don't install Python with brew - use Python 3.11 from python.org Change "universal2" in OCLP-Mod-GUI.spec to "x86_64" omg I thought was going well as it starts downloading the requirement text with out error but some different error came up ??? pythonerror.txt Edited July 22, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837600 Share on other sites More sharing options...
robi62 Posted July 22, 2025 Share Posted July 22, 2025 (edited) 4 hours ago, deeveedee said: @robi62 and @miliuco I just built with no issues. I've never built OCLP-Mod before (and don't use it), but my Python 3.11 build environment that I use for OCLP "official" works for OCLP-Mod. When I ran into the errors reported, I simply searched for them and made the corrections to my build environment. Hope that helps. EDIT: A couple of things that I remember changing: Don't install Python with brew - use Python 3.11 from python.org Change "universal2" in OCLP-Mod-GUI.spec to "x86_64" Which version of OS did you use to do it?? Edited July 22, 2025 by robi62 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/10/#findComment-2837616 Share on other sites More sharing options...
Recommended Posts