MorsGames / sm64plus

A fork of sm64-port that focuses on QoL improvements and customizability.
https://mfgg.net/index.php?act=resdb&param=02&c=2&id=38190
456 stars 33 forks source link

icon.res file not recognized: File format not recognized #31

Closed Wtab closed 3 years ago

Wtab commented 3 years ago

When i was almost done making my compiled sm64plus folder, I ran to this error please help!

MorsGames commented 3 years ago

Did the error prevent you from compiling completely? Usually, it gives a warning but compiles well otherwise.

I think I messed up something while setting that up so I'll keep this issue up until I fix that.

Wtab commented 3 years ago

Sorry for late respond and yes it did.

MorsGames commented 3 years ago

Just follow what the faq is suggesting in that case until i find a fix

Wooty-B commented 3 years ago

I had trouble with this too, and am building for aarch64 on an LX2K workstation. I managed to compile it by editing the Makefile in the "sm64plus" project root by deleting the only reference to "icon.res". It then compiled successfully and the game runs solid.

It's possible @Wtab is running on ARM hardware as well and this may only affect ARM hosts. Thanks!

Wtab commented 3 years ago

Oh thanks.