Ticket #1006 (closed defect: worksforme)

Opened 20 months ago

Last modified 3 months ago

glDrawElements crash in CPatchRData::RenderBases

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

Description

Much to our regret we must report the program has encountered an error.

Please let us know at http://trac.wildfiregames.com/ and attach the crashlog.txt and crashlog.dmp files.

Details: unhandled exception (Access violation reading 0x2EC010A4)

Location: unknown:0 (?)

Call stack:

(error while dumping stack: No stack frames found)
errno = 0 (No error reported here)
OS error = 0 (no error code was set)

After playing just say a minute or so at most the above did appear in an error dialog. Using the latest autobuild (from 10409) and SVN version 10427, but according to Ben it's an error in the terrain rendering code so that shouldn't be the problem.

Attachments

crashlog.dmp (80.7 KB) - added by feneur 20 months ago.
crashlog.txt (11.8 KB) - added by feneur 20 months ago.

Change History

Changed 20 months ago by feneur

Changed 20 months ago by feneur

comment:1 Changed 20 months ago by historic_bruno

I've had this problem on a Windows XP laptop with Intel graphics, usually when moving the camera around. I suppose if it's a driver issue, there is an error condition we should be checking to prevent a crash (since it's an memory access violation).

comment:2 Changed 20 months ago by jan

Given right to left param pushing order, it looks like the rightmost one to glDrawElements (indices=0x2ec010b4) is bogus. Although this value depends on registers still being valid, I assume so because it is close to the value reported in the exception.

comment:3 Changed 17 months ago by historic_bruno

  • Summary changed from Crash during game to glDrawElements crash in CPatchRData::RenderBases

comment:4 Changed 17 months ago by historic_bruno

Got another report of this.

comment:5 Changed 15 months ago by historic_bruno

A very similar report.

comment:6 Changed 13 months ago by historic_bruno

Another one: #1399

comment:7 Changed 7 months ago by historic_bruno

Another report here.

comment:8 Changed 3 months ago by historic_bruno

  • Status changed from new to closed
  • Resolution set to worksforme

comment:9 Changed 3 months ago by historic_bruno

  • Milestone Backlog deleted
Note: See TracTickets for help on using tickets.