Ticket #757 (closed defect: needsinfo)

Opened 2 years ago

Last modified 13 months ago

[NEEDS INFO] ERROR: CRenderer::EndFrame: GL errors occurred

Reported by: fabio Owned by:
Priority: Should Have Milestone:
Component: Core engine Keywords:
Cc:

Description

After starting a map with r9099 I got this mesa warning:

Mesa: User error: GL_INVALID_OPERATION in glCompressedTexImage2D
ERROR: CRenderer::EndFrame: GL errors occurred

Full output is attached.

I am no longer able to reproduce this however.

Attachments

mesa-error.txt (2.5 KB) - added by fabio 2 years ago.

Change History

Changed 2 years ago by fabio

comment:1 Changed 2 years ago by Philip

The spec allows GL_INVALID_OPERATION in lots of cases, and I can't think of anything specific we do that could cause it, so I don't think we can do anything without more information (e.g. a backtrace from the point where the error is reported). Has anyone else ever seen or reproduced an error like this?

comment:2 Changed 13 months ago by historic_bruno

  • Status changed from new to closed
  • Summary changed from ERROR: CRenderer::EndFrame: GL errors occurred to [NEEDS INFO] ERROR: CRenderer::EndFrame: GL errors occurred
  • Resolution set to needsinfo
  • Milestone Backlog deleted

comment:3 Changed 13 months ago by fabio

This may be a similar problem to #1382, probably there are other NPOT textures around. There should be a tool to automatically search those, or, maybe even better, a tool to convert them to POT when converting from png to dds.

Note: See TracTickets for help on using tickets.