Xpl0itU / WiiUDownloader

Allows to download encrypted wiiu files from nintendo's official servers
GNU General Public License v3.0
696 stars 16 forks source link

v2.41 breaks macOS support #89

Closed sladewatkins closed 2 months ago

sladewatkins commented 3 months ago

Just an FYI, on Mac14,7 (MacBook Pro 2022, Apple M2, 16GB RAM) running macOS 14.4.1 (Sonoma), version 2.41's dependencies and go updates completely broke macOS support. Reverting to version 2.40 fixes the problem.

sladewatkins commented 2 months ago

Still broken on version 2.52, released two days ago.

Xpl0itU commented 2 months ago

It works for me just fine, what exactly happens?

sladewatkins commented 2 months ago

It opens, and then immediately crashes, that's literally it. There's no way to fix it except for downgrading to version v2.40, which solves the problem. Not sure what's going on here...

Xpl0itU commented 2 months ago

Hmm, do you have homebrew installed in your mac? If so, try running brew install gtk+3 and run WiiUDownloader again and see if it crashes

sladewatkins commented 2 months ago

Okay, interesting. gtk+3 was already installed, so I just removed it and installed it again. No problems now as far as I can tell.

For those who may run into this from Google or something, here's how I fixed it:

Sorry for the noise, @Xpl0itU. Appreciate you pointing that out though, I didn't even think of this.

Xpl0itU commented 2 months ago

Good you fixed it, maybe you had an outdated gtk+3 version, closing this now