-
Notifications
You must be signed in to change notification settings - Fork 7
Crashing on mac/Not working #19
Comments
Also I'm using MCPPPP-mac tar.gz |
Are there any mcpppp logs? they should be named MCPPPP-log.txt |
No there isnt any logs, i followed the instructions. |
Are you on M1 mac or intel? |
Intel i5. |
Thanks for reporting, it may take a while to find out what the issue is and how to fix it |
I will be patient, thanks! |
I am unable to replicate on M1 chip with MacOS Monterey (version 12.1) I think it might be because your OS is too old to run the application properly. The mac version is compiled on MacOS Big Sur (version 11), which has several changes over the version 10 MacOS such as Mojave and Catalina. Thus it is likely that MacOS versions before Big Sur will not work with the compiled releases. The source code may still be viable on any MacOS version. You will have to compile it yourself on your Mac to test this, however. |
Wait, so you mean I need to get the CLI version? |
No, you would need to compile it from source. Don’t worry though, it isn’t super hard as this has cmake now. |
Bit confused here, so I downloaded the source code... Now what do I do??? |
After downloading cmake and the source code,
I’ll probably make a tutorial or something in the future so it’s more clear |
For the 2nd step it says. Build directory does not exist, should I create it? Directory: /Users/account/Desktop/MCPPPP-0.5-1.7/build |
Yes create it |
Are you sure you downloaded mcpppp source code? Also it should be the latest commit not the release |
Oh, im gonna try that tommrow. I have to go for now. Thanks for the help |
Wait, how do you do that again? I forgot |
Go to the main project page, press the green |
Yes, it works. but what do i do with the cmake —build build? |
You open a terminal in the mcpppp directory and run that |
So I drag it into the terminal??? |
You have to open a terminal then |
quick tip: if you go into finder and find the directory that contains the mcpppp folder, you can right-click on the mcpppp folder and then select "copy" and then you can paste into your terminal cd command to get there |
Everything worked, however. It says it was built for macOS 11.6+ |
w h a t |
/Users/accountname/Desktop/MCPPPP-mac ; exit; |
damn |
Honestly I don't think I can help you anymore at this point... I'm completely clueless too |
Well, i just need a texture pack converted. |
generated something for macos 11 when I'm in 10.14 bruh |
Hang on… are you running the one you just built? It should be in build/bin and named MCPPPP-gui In the logs you sent, it was just on the desktop and it’s named MPPPP-mac instead |
Wait, if its in the thing in MCPPPP-master > build > bin there is nothing. |
Did you run cmake —build build? |
Here are the logs. -- Configuration Summary for FLTK 1.3.6 generated by CMake 3.22.1 -- -- The following OPTIONAL packages have not been found:
-- Static libraries will be built in /Users/username/Downloads/MCPPPP-master/build/lib/fltk/fltk-1.3.6/lib -- End of Configuration Summary -- -- Configuring done |
Did you configure and generate beforehand? |
Yeah. |
Can you try downloading this one |
Oh shoot I accedintily put my real name in.. |
username:~ username$ /Users/username/Desktop/MCPPPP-mac-1 ; exit; |
aaaaaaaaaaaaaaaa |
It seems like you put the Catalina version |
I think 10.15 is the earliest GitHub actions supports |
I'm on another Mac I don't really use, which has Big Sur 11.2
|
For whatever reason, macs can't open applications compiled with a later version of macos. The second one I sent you was built with 10.15, and the releases are built with 11.6. In the future they will be built with 10.15, I previously did not know macs had this issue. |
I assume the reason why Macs don't run applications compiled on newer MacOS is the same reason why the JVM doesn't run files compiled on newer Java versions, even if the code itself is perfectly compatible. |
A little update on this… the code has just been updated to c++20. Unfortunately the versions of Xcode on the macOS 10.15 machines are unable to compile it, so it will now need a requirement of macOS 11.6+ again |
Yup Can comfirm
|
Describe the bug
A crash happens when I open the file inside of bin > GNUSpraseFile.0 > MCPPPP-mac
Im not really good at code :(
I couldn't open the app once, this is my first time using it.
Screenshots
Look at logs
Important stuff
Resourcepack
I couldn't even open the application, and upload one.
Logs
Additional context
Nothing.
The text was updated successfully, but these errors were encountered: