KelvinShadewing / brux-gdk

Free runtime and development kit using SDL and Squirrel
GNU Affero General Public License v3.0
39 stars 20 forks source link

Bus error on OpenDingux #25

Open KelvinShadewing opened 3 years ago

KelvinShadewing commented 3 years ago

I have a successfully compiled build for OpenDingux, but when I run it, I get a bus error, and it closes immediately. Given what I've been told about bus errors, it's trying to access a piece of memory that is invalid or physically doesn't exist. Considering that RG350 only has 512mb of RAM, and I have no idea how much of that is actually accessible to the runtime, it may just be running out of memory. If anyone can verify this or see if there's anything else that may be causing the issue, I would appreciate it greatly.

Unfortunately, no logs are produced when this happens. All I can say is that it prints "Bus error" and then immediately closes. I had to run it over and over just to be able to read this because of how fast it flashes the message.