jorio/CroMagRally

Errors trying to run on RG552

Smashman4 opened this issue · 6 comments

Continuing from out conversation in the other issue. I get an error every time I try to launch it on my RG552. I added what you wanted me too and it added an extra line to the previous error Highlighted below.
Screen Shot 2022-07-29 at 8 22 00 PM

jorio commented

In Main.cpp, please add SDL_LogSetAllPriority(SDL_LOG_PRIORITY_DEBUG); at the top of Boot() and post a new log (just the text, not an image, please)

Was able to get it to boot, but the screen only shows solid colors. The music and controls work fine though.

Here is the log for that:
Log.txt

Edit: Sorry, not sure how to add the proper formatting for log files.

jorio commented

What did you do to get it to boot?
Can you see any meshes even if they're not textured?
You can skip the menus by launching the game with --track 1

I used some libs provided to me by a dev in the Amberelec discord with a modified shell script attached below.
Cro-Mag Rally.txt

I don't see any Meshes or any graphics. Just a solid colored screen like this:
8DBD593D-2B14-49CC-80CF-D3236ED68D21

This is now working on the 552 via the Jelos operating system after we upgraded to the Panfrost + Mesa graphics drivers.

jorio commented

Awesome!