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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Castle of Illusion Starring Mickey Mouse [NPUB31099]
#41
Shows black screen with rpcs3-ReleaseLLVM-5feba39f


I guess it's caused by some bug.

Code:
E {rsx::thread} Surface color buffer: Unsupported surface color format (0xd)


Attached Files
.7z   RPCS3.7z (Size: 31.78 KB / Downloads: 90)
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#42
Some issue with colors, but it shows intro a bit faster and for me about + 0,1 fps

rpcs3-ReleaseLLVM-ec000519


Attached Files Thumbnail(s)
       

.7z   RPCS3.7z (Size: 8.33 KB / Downloads: 70)
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#43
Which interpreters ? I only have a black screen here with dx12 and GL.
Reply
#44
(10-18-2015, 09:44 PM)vlj Wrote: Which interpreters ? I only have a black screen here with dx12 and GL.

As you can see from the log, he used PPU Interpreter 2 and SPU recompiler. Also ran at 1280x720 with OpenGL, with none of the write/read buffer options on.
Reply
#45
That broken colors was fixed in the last buids but infinity loop still existing.

Code:
HLE: W {PPU[0x1] Thread (main_thread)[0x00580e00]} cellSysutil: cellSysutilGetSystemParamInt(id=0x112(ID_ENTER_BUTTON_ASSIGN), value=*0xd00fe150)
RSX: W {rsx::thread} surface: 640x360
RSX: W {rsx::thread} surface: 1280x720
RSX: W {rsx::thread} surface: 640x360
RSX: W {rsx::thread} surface: 1280x720
RSX: W {rsx::thread} surface: 1280x720
RSX: W {rsx::thread} surface: 640x360
RSX: E {rsx::thread} Surface color buffer: Unsupported surface color format (0xd)
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#46
In DX12 builds it crashes after this exception almost right after starting.

Code:
RSX: E {rsx::thread} file Emu\RSX\D3D12\D3D12Formats.cpp line 331 : Wrong color surface format

Code:
In file Emu\RSX\D3D12\D3D12Formats.cpp line 331 --->
DXGI_FORMAT get_color_surface_format(u8 format) noexcept
{
    switch (format)
    {
    case CELL_GCM_SURFACE_A8R8G8B8: return DXGI_FORMAT_R8G8B8A8_UNORM;
    case CELL_GCM_SURFACE_F_W16Z16Y16X16: return DXGI_FORMAT_R16G16B16A16_FLOAT;
    }
    unreachable("Wrong color surface format");
}

This function in
Code:
rpcs3/Emu/RSX/GCM.h ---> CELL_GCM_SURFACE_A8R8G8B8          = 8

I doubt this value wrong but maybe somebody have a clue anyway.


Attached Files
.7z   RPCS3.7z (Size: 6.71 KB / Downloads: 79)
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#47
(11-24-2015, 11:53 AM)notq Wrote: In DX12 builds it crashes after this exception almost right after starting.

Code:
RSX: E {rsx::thread} file Emu\RSX\D3D12\D3D12Formats.cpp line 331 : Wrong color surface format

Code:
In file Emu\RSX\D3D12\D3D12Formats.cpp line 331 --->
DXGI_FORMAT get_color_surface_format(u8 format) noexcept
{
    switch (format)
    {
    case CELL_GCM_SURFACE_A8R8G8B8: return DXGI_FORMAT_R8G8B8A8_UNORM;
    case CELL_GCM_SURFACE_F_W16Z16Y16X16: return DXGI_FORMAT_R16G16B16A16_FLOAT;
    }
    unreachable("Wrong color surface format");
}

This function in
Code:
rpcs3/Emu/RSX/GCM.h ---> CELL_GCM_SURFACE_A8R8G8B8          = 8

I doubt this value wrong but maybe somebody have a clue anyway.

Could you try adding
Code:
LOG_ERROR("Color surface format: 0x%X", format);
right before the switch(format)? So we a developer could see what unimplemented surface format it's using, and hopefully implement it.
Reply
#48
In this case i need to study how to compiling the build with that added String. Last time i tried it was not succeed by me because of dependencies. It will be much faster by anyone else. Anyway i will try another time.
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply
#49
I can't reproduce I still have a black screen here
Reply
#50
(11-24-2015, 08:06 PM)vlj Wrote: I can't reproduce I still have a black screen here

Do you trying DX12 or OpenGL render ?
GIGABYTE GA-Z170X-GAMING 3, i7-7700K (4,5 ghz), 16 GB - 3200, MSI GTX 1080 Ti, Win 8.1 - 64 bit
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)