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:
  • 6 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sonic CD [NPUB30624]
#11
So....it's happend! Now, Sonic CD is launch intro!
Reply
#12
Pnkie666, same...Please, use in the next time "Search" (
(Я надеюсь, ты понял Wink)
Reply
#13
(04-21-2014, 09:18 PM)AlexAltea Wrote: Merged with the older thread. Wink

By the way, what's the difference with your previous video?

it work without pressing "resume".
Reply
#14
Presented an interesting behavior with the current version!
You can proceed with emulation to the main menu screen, but with a black screen and may accompany it by rsx debugger.

This error texture observed in the previous version:
Code:
[E: RSXThread] GLTexture :: Init () -> glTexImage2D: OpenGL error 0x0501

Resulted in this error now:
Code:
[E : RSXThread]: Init tex error: Bad tex format (0x84 | linear | 0x0)

Hear the sounds of button commands.

This error was displayed after choosing the game character by pressing the X button.
Code:
[W : PPU[1] Thread (CPUThread)[0x00e25010]]: cellPamf warning: cellPamfReaderGetNumberOfSpecificStreams(pSelf=0xd0010410, streamType=21)
[E : PPU[1] Thread (CPUThread)[0x00e25010]]: Exception: GetMemFromAddr(0x0)
Thereafter, no further updates in the log.


The initial opening screen with the logo of Sega continues loading normally.
log file:
Sonic CD [NPEB-00787]


Attached Files Thumbnail(s)
   
Reply
#15
Hey

I have implemented the "CELL_GCM_TEXTURE_R5G6B5" into GLGSRender.h

Code:
case CELL_GCM_TEXTURE_R5G6B5:
        {                                        
            glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tex.GetWidth(), tex.GetHeight(), 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels);
            checkForGlError("GLTexture::Init() -> glTexImage2D");
            
            break;
        }

Intro is loading ... than the Main Screen appear ... but it has strange colors
   
Reply
#16
when implementing the

Code:
case CELL_GCM_TEXTURE_R5G6B5:
        {                                        
            glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tex.GetWidth(), tex.GetHeight(), 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels);
            checkForGlError("GLTexture::Init() -> glTexImage2D");
            //glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_SWIZZLE_A, GL_ONE);
            break;
        }

it gaves me a very strange picutre
   
Reply
#17
can you add this code on github?
Reply
#18
(05-14-2014, 02:30 PM)element Wrote: when implementing the

Code:
case CELL_GCM_TEXTURE_R5G6B5:
        {                                        
            glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, tex.GetWidth(), tex.GetHeight(), 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels);
            checkForGlError("GLTexture::Init() -> glTexImage2D");
            //glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_SWIZZLE_A, GL_ONE);
            break;
        }

it gaves me a very strange picutre

If the game didn't display that before your code addition, then please make a pull request! It looks completely fine, just some minor color format issue, trivial probably.
Asus N55SF, i7-2670QM (~2,8 ghz under typical load), GeForce GT 555M (only OpenGL)
Reply
#19
wrong colors probably mean that color format is wrong...
Reply
#20
Yeah, no red and probably green instead of blue.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)