Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tales of Destiny 2
03-20-2015, 09:39 PM
Post: #16
RE: Tales of Destiny 2
It's going to be nearly impossible to help you without knowing what device and especially GPU you have.

If you have a Broadcom / VideoCore GPU, then you're basically screwed (sorry.) Apparently the drivers/GL support are so badly broken that it totally glitches out in this game. Recent changes may have made it glitch out differently:

https://github.com/hrydgard/ppsspp/issues/6232

I'm not sure which drivers this effects.

-[Unknown]
Find all posts by this user
Quote this message in a reply
03-22-2015, 06:57 AM
Post: #17
RE: Tales of Destiny 2
I'm on a Nexus 7 2012 edition with lollipop 5.1 installed. Latest git ver. has same resolution error plus sprites are green now.
Find all posts by this user
Quote this message in a reply
03-22-2015, 04:22 PM
Post: #18
RE: Tales of Destiny 2
It works fine on a Nexus 5 with render resolution at 1x. I'm not sure exactly what it's doing that's making other render resolutions not work. I know it uses some strange methods of blending and stuff, they may depend on it being at the same resolution the PSP was.

-[Unknown]
Find all posts by this user
Quote this message in a reply
03-22-2015, 07:30 PM
Post: #19
RE: Tales of Destiny 2
The black on higher render resolutions is caused by the viewport being outside the (implementation specific) range. So which resolutions work may depend on your video card and driver.

-[Unknown]
Find all posts by this user
Quote this message in a reply
03-23-2015, 07:27 AM
Post: #20
RE: Tales of Destiny 2
And that black thing should be resolved now. But the green thing, I don't know. Might be caused by your settings. Does it happen on desktops, only on mobile? What devices, aside from the Tegra 3 (Nexus 7 2012 = Tegra 3)?

-[Unknown]
Find all posts by this user
Quote this message in a reply
03-23-2015, 08:12 PM
Post: #21
RE: Tales of Destiny 2
Resolution is right now, tnx. But its still green. Everything is default except PSP is 1x.
[Image: 2l3wc1.png]
[Image: r9g2lz.png]
Find all posts by this user
Quote this message in a reply
04-07-2015, 09:09 PM (This post was last modified: 04-07-2015 10:18 PM by player594.)
Post: #22
RE: Tales of Destiny 2
Anyone else getting this issue?

I know there is a lot of revisions between this screenshot and latest but ver. but the color is right in this one. Don't know what changed.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
04-07-2015, 11:12 PM
Post: #23
RE: Tales of Destiny 2
https://github.com/hrydgard/ppsspp/compa...4-g3ef8c70

There were 485 changes between those two versions. That's a lot to look at, and since I can't reproduce the issue, I'll probably never find it. If I handed you a stack of 485 pages of text, and asked you to find a typo on just one line of one of those pages (that Word or etc. already had not found), would you be able to find it? Yeah, it's hard.

If you could test more versions and find the first version it started happening in, and the last version it did not happen again, it would make it a lot easier to find the typo.

But it looks like crazy blending problems to me so it might be a buggy driver, which may be harder to work around than just fixing a typo.

-[Unknown]
Find all posts by this user
Quote this message in a reply
04-08-2015, 07:10 AM
Post: #24
RE: Tales of Destiny 2
Where can I get a full list of compiled revs from bit hub. I use the orphis buildbot. It doesn't go back that far. I just happened to still have that build on my tablet.
Find all posts by this user
Quote this message in a reply
04-08-2015, 07:09 PM
Post: #25
RE: Tales of Destiny 2
The full list is here:
http://buildbot.orphis.net/ppsspp/index.php?m=fulllist

It should go back at least 500 commits.

-[Unknown]
Find all posts by this user
Quote this message in a reply
04-08-2015, 09:44 PM
Post: #26
RE: Tales of Destiny 2
OK after going back and searching, I found the last version with correct colors. V1.0.1-152 g9db4c5f
Find all posts by this user
Quote this message in a reply
04-08-2015, 10:50 PM
Post: #27
RE: Tales of Destiny 2
Okay, so it's probably the framebuffer fetch and therefore could very well be a buggy driver. Before this change we were using NV_shader_framebuffer_fetch, just not as often, so it's possible other things were broken too.

So, I guess we should just disable NV_shader_framebuffer_fetch on Tegra 3 devices. Wish I could tell more about what and why it's broken.

-[Unknown]
Find all posts by this user
Quote this message in a reply
04-08-2015, 11:52 PM
Post: #28
RE: Tales of Destiny 2
Anything I can do to help?
Find all posts by this user
Quote this message in a reply
04-09-2015, 12:13 AM
Post: #29
RE: Tales of Destiny 2
Well, I've created a pull to blacklist Tegra 3:
https://github.com/hrydgard/native/pull/267

I'm thinking it might not be strictly ordered or something. What's strange is, I don't know of any green that's used on the title screen except the current selection - the textures don't have green, the framebuffer is never drawn green, etc. So I have no idea where the green is actually coming from.

-[Unknown]
Find all posts by this user
Quote this message in a reply
04-09-2015, 01:04 AM
Post: #30
RE: Tales of Destiny 2
Its throughout the game.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: