This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Debugger issue
#1
Every time I try to do a step by step debug and I get to an sc call I get this error

Code:
[E : DisAsmFrame Thread]: GetCurrentPPUThread: bad thread

Why does it do that? can it be fixed?
#2
so, I checked into it a little bit and I see that when the interpreter is executing a syscall it tries to get the current thread, but when I do it with the step button it get the thread of the disassembler and it sees that its not a ppu thread so it throws the exception.
if there is a better way to get the current ppu thread it should be used
#3
well that's because the syscalls start from 1 and not from 0
what did you try to run? is it one of the elfs from the repository or did you compile something yourself?
#4
thanks, this issue will be fixed in next revision


Forum Jump:


Users browsing this thread: 1 Guest(s)