Project

General

Profile

Actions

Emulator Issues #3014

closed

r5749 coused black texture and invisible walls in The Calling (Wii Game)

Added by IcemanSRB almost 14 years ago.

Status:
Fixed
Priority:
Normal
Category:
GFX
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?
1.Play game The Calling
2.r5748 graphic is perfect,r5749 completely broken.

What is the expected output? What do you see instead?
http://img295.imageshack.us/f/calling.jpg/
Dolphin version with the problem? Other Dolphin version without the
problem?
i narrowed down the revision which coused problem,and its 5749,viewport.
32-bit or 64-bit and any other build parameters?
x64 build
OS version and versions of tools/libraries used?
Win7

Actions #2

Updated by BhaaL almost 14 years ago

  • Status changed from New to Accepted
Actions #3

Updated by skidau over 13 years ago

Please retest this against r6327 or newer.

Actions #4

Updated by iceman4love77 over 13 years ago

Uhh,it looks like i was wrong in one thing.
I just retested everything from beginning,and it appears that only OPENGL was having walls Correctly,dx9 or dx11 does not have walls under any settings!That includes r5478
So only OpenGL was OK!

by doing same tests i tested against newest revisions r6496 and its gone completely not even OpenGL doesnt have walls,with testing beck i traced it to really comes from r5749 but only OpenGL changes broke the walls ,dx never had them...strange.

Actions #5

Updated by iceman4love77 over 13 years ago

i found the problem
i don't understand this properly
but changing the line 834 in Renderer.cpp of opengl from:

((color >> 24) & 0xFF) / 255.0f

To

(alphaEnable ? ((color >> 24) & 0xFF) / 255.0f : 1.0f)

fix missing walls and texture under open gl in latest svn.

Actions #6

Updated by rodolfoosvaldobogado over 13 years ago

please try r6501 in all the plugins and let me know the results

Actions #7

Updated by iceman4love77 over 13 years ago

it works perfectly under all plugins ,game got walls beck now,thank you

http://yfrog.com/bfscap181j

this can be closed now.

Actions #8

Updated by rodolfoosvaldobogado over 13 years ago

  • Status changed from Accepted to Fixed
Actions #9

Updated by rodolfoosvaldobogado over 13 years ago

could anyone test ir r6517 afect this issue?

Actions #10

Updated by NeoBrainX over 13 years ago

  • Status changed from Fixed to Accepted

Reopening, since the changes which fixed this issue got reverted.

Actions #11

Updated by NeoBrainX over 13 years ago

Please check again with r6635.

Actions #12

Updated by NeoBrainX over 13 years ago

uhm, since I still haven't got a response: Try again with at least r6669 and with DX9.

Actions #13

Updated by iceman4love77 over 13 years ago

i am sorry i am in "crazy" world :-) will test right now.

Actions #14

Updated by iceman4love77 over 13 years ago

i have to report that i just tried r6686
-walls are ok BUT
-emulator is completely nuts
first there is new problem with EFB scale,when i first time enter the game graphic is split to half and doubled,i cant explain better look at picture,it begins at middle of screen,lower half is somehow reflection of i don't know which part but its reflection,then i open graphic plugin and switch to any other EFB scale close/reopen graphic plugin and switch beck graphic turns to normal.

-but then there is some strange flashes game randomly gets some crazy colors just for second like when u fiddle with cable for monitor.gets all purple/red-ish

-and last thing is that game has lost its sharp look.for some reason all objects are somehow not clear,but it appear that's general problem with emulator not just this game.

Actions #15

Updated by iceman4love77 over 13 years ago

Yes i see now,reflection is actually reflection of object on left side of your mouse position and its also zoomed,walls are better then before actually ,before when u come too close to wall it would become transparent now its nice solid wall.

Actions #16

Updated by NeoBrainX over 13 years ago

Erm, what about now?
Did you enable format change emulation btw?

Actions #17

Updated by Billiard26 about 11 years ago

  • Status changed from Accepted to Fixed
  • Issue type set to Bug
  • Category set to gfx

It seems the issue originally mentioned here was fixed.
The new issues (if there are any) are not apparent.

Please post a new issue if these new problems still exist in recent revisions.

Actions

Also available in: Atom PDF