Dolphin, the GameCube and Wii emulator - Forums
Running homebrew - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Running homebrew (/Thread-running-homebrew)



Running homebrew - diego_pmc - 12-21-2009

I'm developing a small Homebrew app and I was tired of moving my SD card back and forth between the PC and the Wii so I installed Dolphin.

However when I run my app there are a lot of errors that pop up; this happens with most homebrew, but mine doesn't even start. I would like to know if there's something wrong with my code that I can fix. Here are the errors:

Quote:DSP Plugin: Dolphin DSP-HLE Plugin

---

DSPHLE: Unknown ucode (CRC = cc2d441) - forcing AXWii.

Try LLE plugin if this is homebrew.

---

iCacheJIT: Reading Opcode from d15ea58. Please report.

---

iCacheJIT: Reading Opcode from d15ea5c. Please report.

---

Zero OP - Error flattening 0d15ea5c op 00000000

---

DSP Plugin: Dolphin DSP-LLE Plugin

---

Failed to load DSP Rom : Sys/GC/dsp_rom.bin

---

Failed to load DSP Rom : Sys/GC/dsp_coef.bin

The app works fine when I run it on Wii.


RE: Running homebrew - shawnanastasio - 12-21-2009

is your app ending in .dol or .elf


RE: Running homebrew - diego_pmc - 12-21-2009

(12-21-2009, 08:43 AM)shawnanastasio Wrote: is your app ending in .dol or .elf

Both the .dol and .elf files give the same errors (the ones listed above).


RE: Running homebrew - James333 - 12-21-2009

Try with DSP_HLE plugin


RE: Running homebrew - diego_pmc - 12-21-2009

I did. Check first post for error reports on both LLE and HLE plugins.
BTW, my app reads all data from external files. Could this be a problem?