Re: Dualis R20.1 Released!
Why does it always crash whenever I'm loading a ROM?
According to Windows, the problem is user32.dll.
Re: Dualis R20.1 Released!
Maybe this is the problem (quoted from Dualis FAQ)
Quote:
"I'm trying to run a binary and the emulator crashes"
This version of Dualis only supports ARM9 binaries. The emulator loads the binary into main memory starting at 0x2004000, and then excutes it from there.
Make sure you're not trying to run a binary containing code for the ARM7, or one that relies on being executed from ROM.
If it still doesn't work, then your code is probably relying on some feature which hasn't yet been implemented in Dualis.