Actions
Emulator Issues #1496
closedOpenGL - Linux : invalid operation (causing slowdown?)
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- Use OpenGL plugin with default settings on Linux.
- Start GC emulation and get in game
- Observe terminal output
What is the expected output? What do you see instead?
The following message is printed a dozen times per second to console at the
same time when a slowdown occurs:
E[Video]: Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.cpp:522:
(CopyRenderTargetToTexture) OpenGL error 0x502 - invalid operation
Interestingly, running the Windows version of Dolphin natively or on Wine
on the same hardware, the emulation does neither slow down nor do these
errors appear.
What version of the product are you using? On what operating system?
r4357 on Ubuntu 9.04 64-bit
Please provide any additional information below.
This occurs regardless of the VSync setting as in issue 1279
Actions