Hi everyone ! I need help to understand a wine message that occurs when Prince of persia Sands of time crash. But first my setup : Karmic koala / Wine freshly installed with some direct3D tweaks / Radeon X800. And here's the last message once PoP crashed : Code: fixme:d3d:IWineD3DDeviceImpl_UpdateSurface >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from glTexSubImage2D @ device.c / 5470 fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub fixme:d3d9:Direct3DShaderValidatorCreate9 stub r300VertexProgUpdateParams:Params exhausted What is the meaning of "r300VertexProgUpdateParams:Params exhausted" ? Thanks everyone !
didli wrote:> What is the meaning of "r300VertexProgUpdateParams:Params exhausted" ?That's a message from your display driver. It ran out of a resource that it needs to do something Wine asked it to do. Try a different video driver. Consider upgrading your video card (unless it's a laptop... then you're out of luck :(). Chip
didli wrote:> What is the meaning of "r300VertexProgUpdateParams:Params exhausted" ?That the video driver/video card does not support features required by Wine to run this game. Or you have a buggy driver.
Charles Davis wrote:> That's a message from your display driver. It ran out of a resource that it needs to do something Wine asked it to do. > Try a different video driver. Consider upgrading your video card > ChipThanks everyone. So I guess I will not running PoP Sands of time with my current setup ? I think it is strange to be able to play PoP in Windows with a X700 mobility but not with an X800 in Ubuntu. I've done some more research and found out that next mesa git could solved this problem. I will give it one more try next update. Nevertheless, thanks again for your help !!