DC37 / Super-Mario-Paint

Super Mario Paint - A remake of the music composer in Mario Paint (1992)
MIT License
162 stars 24 forks source link

Issues with arrangement feature on Mac #60

Closed sandrew444 closed 1 month ago

sandrew444 commented 1 year ago

I noticed a couple of issues when playing around with Super Mario Paint on Mac. The first issue, the more pressing one, is that whenever I save an arrangement and then later try to load it, no songs are included in the arrangement. The issue does not occur when I use Windows. After testing, the following error popped up in the console after creating a song "test 1", saving it to an arrangement, and then re-loading the arrangement:

Screen Shot 2022-11-29 at 9 35 17 PM

The actual file path of the song is "/Users/phantomtaco123/Desktop/SMP1/Songs/test 1.txt", while the error is trying to read "/Users/phantomtaco123/Desktop/SMP1/Songs\test 1]MarioPaint.txt".

The second issue is that clicking on a song in an arrangement makes a message pop up saying "Not a valid song file" and will not load the song. I received the below error in the console after I added the song "test 1" to an arrangement and then clicked on it:

Screen Shot 2022-11-29 at 9 37 49 PM

If helpful, my current OS is macOS Ventura 13.0.1 and I am using Java Version 8 Update 351. No idea if Mac functionality is a priority, but figured it should be put out there. Thank you!