Opened 8 years ago

Closed 8 years ago

#3598 closed defect (fixed)

PatchRData.cpp(469): Assertion failed: "base + vsize*vsize < 65536"

Reported by: fabio Owned by: wraitii
Priority: Should Have Milestone: Alpha 19
Component: Core engine Keywords:
Cc: Patch:

Description

While testing the game with r17239 I got this failed assertion:

PatchRData.cpp(469): Assertion failed: "base + vsize*vsize < 65536"
Assertion failed: "base + vsize*vsize < 65536"
Location: PatchRData.cpp:469 (BuildIndices)

I attach the commands.txt, however I cannot reproduce the failure with it (tested on both standard and visual replays).

Attachments (1)

commands.txt (22.7 KB ) - added by fabio 8 years ago.

Download all attachments as: .zip

Change History (3)

by fabio, 8 years ago

Attachment: commands.txt added

comment:1 by elexis, 8 years ago

This error has been posted by trompetin17 on may 7th and I also had it on a18 once.

(00:48:14) trompetin17: PatchRData.cpp(469): Assertion failed: "base + vsize*vsize < 65536"
(00:48:15) trompetin17: Assertion failed: "base + vsize*vsize < 65536"

comment:2 by wraitii, 8 years ago

Owner: set to wraitii
Resolution: fixed
Status: newclosed

In 17240:

Fix an erroneous ENSURE in PatchRData and move it where it will be very slightly clearer. Fixes #3598

Note: See TracTickets for help on using tickets.