Its crashing when trying to look at the score of Mini slug. Others work fine.
Anyone else having that?
Okay, I fixed the bug. I didn't build it for the Pandora yet, but I could reproduce it at university, fixed it and will compile and submit the new version in the evening or tomorrow.
The problem was, that minislug uses the whole top 500 and is 50950 byte long. However I tried to put this to this buffer:
//skeezix saves the top500. So 100 byte should be enough...
char buffer[50001]; Yeah... Nobody will EVER need more than 50KB of buffer
I use 100 KB now. This should be enough for EVER!
Greetings,
Ziz