Sauerworld Forum

Sauerbraten Talk => Tech Talk => Topic started by: kas1e on January 29, 2021, 11:40:51 AM

Title: PowerPC port of latest Cube2
Post by: kas1e on January 29, 2021, 11:40:51 AM
@All
I tried to port the latest Cube2 to some obscure os called AmigaOS4, which is based on Big-Endian PowerPC 32bit CPU from old times.

Now, while code fully builds and links, and I can run the game and have a menu, once I choose any map and it starts loads, it just stuck on the loading of any map at the moment when loading "Packages/models/mrfixit/hudguns/fist". And nothing else happens. No freeze, no lockup just nothing happens. In the log file is found, all files in place, but just nothing happens.

I assume that it can be some big-endian reading-data issues that just left unnoticed as not so many tests it on big-endian for some time.

Can anybody point me out how to debug it and where to look next?

Thanks!