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]
#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


Messages In This Thread
RE: Castle of Illusion Starring Mickey Mouse [NPUB31099] - by tambre - 11-24-2015, 05:08 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)