-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Thousand Land | Not Rendering Correctly #1026
Comments
I used debug build to get an output that might be useful |
@Triticum0 you'll need to enable the nv2a tracing via the monitor rather than the debug define (the tracing now contains all of the interesting information). You can do |
Also when using Debug from the code actually useful? Should I never enable it and use trace-event from now on |
It's expected that it slows things down, though in my experience it usually isn't enough to make things that unresponsive. You may be have better performance if you pipe the output directly to a file rather than to a console, but it probably also depends on the specifics of your machine and OS.
|
I don't see anything that jumps out at me in the log file. The unhandled commands look like the usual set, I do see some uses of stride:0 in positions and textures so this could be similar to #686 (maybe there are more nuances to the behavior than expected?). |
Yeah I think it's a bug, my hardware better spec than yours I'm getting sub 1 fps on Windows something happen that shouldn't |
Any fixes ? |
If there were any fixes they'd be in a PR linked to this bug. I don't think any of contributors have this game, so likely nobody is looking at it. |
This comment was marked as spam.
This comment was marked as spam.
Hopefully this extra info can help somewhat. Since this game is from the same company, decided to do a little test using an older version of Xemu that included some PRs (#365) that can fix part of the Otogi graphical issues. That makes the ingame graphics appear in Thousand Land too instead of a white screen as described in the bug and still present on latest Xemu release. Not perfect but maybe some of those PRs not included yet might make it playable. |
Thanks, don't know why I never thought to test it with that PR, probably because it never got merged. @abaire seems like the fix was simple. Yeah. @Enkak thanks for testing it not sure if I ever get around to retesting it on the masters+Otogi fix as I stopped testing Xemu as the project has stopped updating to a point where it is not worth the effort testing the games. Solniz should add to the PR and will link to the Otogi Issue. Also forgot how to make a custom build from Git so can't help you there either. |
@Enkak could you send the build of xemu please? i tried compiling but it just didnt work... |
Not sure if that is against the rules or dev wishes. Anyway at the moment I don't have the computer with me the next two weeks so can only do it after. |
okay thank you :) until then im just going to keep trying to compile it without errors or crashes, until youll have your computer with you edit: im stupid what i edited in xemu was completely wrong so when i tried to compile it thats why it always crashed :| |
do you have your computer with you yet? |
Hi. Please find attached the older version of Xemu and see how it goes. |
it works!! thank you so much :DD |
So, no more graphical glitches ? Thanks @Enkak |
Title
https://xemu.app/titles/46530003/#Thousand-Land
Bug Description
Once you reach in game, everything is rendering in white, you can hardly tell what is going on
Expected Behavior
The ingame graphics should be rendering correctly like this:
xemu Version
0.7.28
System Information
Windows 11
Intel i7-10875H
RTX 2080 8GB
512.95
Additional Context
No response
The text was updated successfully, but these errors were encountered: