Hi everybody,
First, I want to thank rice for this wonderfull video plugin.
But, I have a problem when I set "write Back & reload" in "N64 frame buffer emulation" and in "Rendering to texture emulation"!
I Have "g_pRender is NULL" message!
the error seems to come from these lines:
extern RecentCIInfo *g_uRecentCIInfoPtrs[3];
RecentCIInfo &p = *(g_uRecentCIInfoPtrs[0]);
CRender::GetRender()->DrawFrameBuffer(false, 0,0,p.dwWidth,p.dwHeight);
ClearFrameBufferToBlack();
in the graphicscontext.cpp ( I use 5.6.0 sources ).
I Have patch these lines like that:
if (CRender::IsAvailable())
{
extern RecentCIInfo *g_uRecentCIInfoPtrs[3];
RecentCIInfo &p = *(g_uRecentCIInfoPtrs[0]);
CRender::GetRender()->DrawFrameBuffer(false, 0,0,p.dwWidth,p.dwHeight);
ClearFrameBufferToBlack();
}
Just add a control but I don't know if it's a good idea or not but, I don't have this fuc... message
I hope that you help for you plugin ... and if you may release a rice video plugin 6.0.0d
PS: sorry for my bad english

I just french sorrrrryyyyyyy !