-
Notifications
You must be signed in to change notification settings - Fork 627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cemu crashes without a stack trace or any debugging related files when using ui to enable interpreter #1223
Comments
Proper PPC stack traces can only be generated if Cemu is running in interpreter mode (by setting game profile CPU mode to interpreter or launch Cemu with |
The stack trace i'm looking at is one for Cemu, not the application running. Is there a way to get one for the application or is that out of scope for Cemu? |
What I said applies. It should print two stack traces, one for Cemu and another one for the PPC application running within it (if it is the PPC code that causes the crash) |
that is not true sadly, looking at logs you get a bunch of PPC info and the Cemu Stack trace. |
There is a PPC stack trace and a Cemu stack trace in this log. If you update to latest Cemu then the PPC stack trace will display symbols if they are available. |
Unfortunately the latest version of Cemu crashes skylanders superchargers
at the title screen.
…On Thu, 1 Aug 2024 at 5:16 PM, Exzap ***@***.***> wrote:
There is a PPC stack trace and a Cemu stack trace in this log. If you
update to latest Cemu then the PPC stack trace will display symbols if they
are available.
—
Reply to this email directly, view it on GitHub
<#1223 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGCR7I4VIWELCCZG2DZYGCDZPHOGJAVCNFSM6AAAAABIKHCK7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRSGIZDIMJYHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Cemu 2.1 has fixed SSC for some people and I happen to be one of the lucky ones. Confirmed that i get a stack trace now. However, it only works with --force-interpreter and the ui options dont' work |
I wanted to update this again, Turns out Cemu does not generate a PPC stack trace when it should be all the time. It has consistently not worked the last 5 times but before that it was fine? I am able to do this using my physical WiiU but i use Cemu as a convenience tool. |
Cemu will print a PPC stack trace if the crash actually happened during the execution of game code. If it crashes within Cemu's code it will print It would also really help if you actually posted logs and told us what you are trying to do |
Current Behavior
Cemu crashes without printing a stack trace
Expected Behavior
A stack trace should be printed in log.txt
Steps to Reproduce
Grab the latest release of Cemu
Crash a game
Observe the log.txt
System Info (Optional)
OS: Windows 10
GPU: RTX 2070 Super
Emulation Settings (Optional)
No response
Logs (Optional)
log.txt
Homebrew I am working on which is crashing (it will be missing files so it won't crash the same way mine does, but it has the same missing stacktrace behavior)
ReflectionMetaDumperWiiU.zip
The text was updated successfully, but these errors were encountered: