Search found 1846 matches

by WinterMute
Fri May 17, 2024 2:32 pm
Forum: Bug Reports
Topic: All builds on macOS broken
Replies: 2
Views: 295

Re: All builds on macOS broken

I've managed to track down the issue and implemented a fix that works for now. macOS users should be able to update and get a working devkitARM (r64-3). Apologies for the inconvenience.
by WinterMute
Mon May 06, 2024 12:20 pm
Forum: GBA Development
Topic: arm-none-eabi-gcc error: no iconv implementation on MSYS2
Replies: 3
Views: 169

Re: arm-none-eabi-gcc error: no iconv implementation on MSYS2

I presume this has something to do with one or more of the decomp projects? If not then, being honest, I'd recommend using UTF-8 rather than sjis. This command line appears to work with the linux & macOS toolchains where I end up with this in the generated assembly .ascii "\202\240\202\240\...
by WinterMute
Tue Apr 30, 2024 1:00 pm
Forum: Gamecube/Wii Development
Topic: Unable to Build Nintendont
Replies: 7
Views: 1382

Re: Unable to Build Nintendont

Glad to help. Thanks for giving me the opportunity to help and thanks for coming back to say the help was useful.
by WinterMute
Wed Apr 24, 2024 2:57 pm
Forum: 3DS Development
Topic: My CMake project doesn't make a 3dsx executable
Replies: 2
Views: 783

Re: My CMake project doesn't make a 3dsx executable

Hi, i'm new to using the devkitPro toolchain, devkitPro is not a toolchain. devkitPro is us - the people who create and maintain the tools and libraries used to create homebrew. The toolchain being used here is devkitARM, one of the 3 toolchains we currently maintain. Don't try to include devkitPro...
by WinterMute
Fri Apr 19, 2024 4:04 pm
Forum: 3DS Development
Topic: How to get the mac address of the console
Replies: 3
Views: 831

Re: How to get the mac address of the console

Thank you for the reply! It appears to soru, however, that the result of your method just returns 0's while using nwm::SOC actually works The code Stary posted above prints the mac address on my 3DS. I can only assume that you've misunderstood the function in some way but obviously we can't tell un...
by WinterMute
Fri Apr 19, 2024 12:48 pm
Forum: Bug Reports
Topic: devkitPro 3.0.3 Windows 10 Installer Error
Replies: 1
Views: 452

Re: devkitPro 3.0.3 Windows 10 Installer Error

This isn't failing to acquire keys, the error message is a WKD protocol failure with fallback, it's harmless. I really don't have any idea why msys-2.0.dll is not being found later. I don't think gpg can run without it so it seems like it's getting deleted somewhere else. The only real advice I have...
by WinterMute
Wed Apr 17, 2024 7:10 pm
Forum: Bug Reports
Topic: How often Docker containers gets refreshed?
Replies: 3
Views: 586

Re: How often Docker containers gets refreshed?

I did also mean to say the devkitPPC docker was refreshed this afternoon.
by WinterMute
Wed Apr 17, 2024 5:41 pm
Forum: Bug Reports
Topic: devkitPro toolchain install issues on Windows 11 using graphical installer v3.0.3
Replies: 5
Views: 601

Re: devkitPro toolchain install issues on Windows 11 using graphical installer v3.0.3

Apologies for the inconvenience. The most recent msys2 bundle update went a little wrong but has now been fixed. Delete your devkitpro folder and msys-2.10.0.1.7z if it still exists then run the installer again.
by WinterMute
Wed Apr 17, 2024 4:02 pm
Forum: Bug Reports
Topic: How often Docker containers gets refreshed?
Replies: 3
Views: 586

Re: How often Docker containers gets refreshed?

Dockers get updated as needed and often depend on what we have in process. We tend to lag the dockers a bit to make sure there aren't any silly bugs in recent releases and also if we have plans for library updates in following days we may delay rather than updating for each library as it happens. Th...