AliYousuf / hedgewars

Automatically exported from code.google.com/p/hedgewars
GNU General Public License v2.0
0 stars 0 forks source link

Hedgewars engine crash in git 766aed20ce66e7801267bde6cbe11e7dabcd954c #841

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I was playing a fort game against the computer when suddenly Hedgewars crashed.

Version: Git commit 766aed20ce66e7801267bde6cbe11e7dabcd954c
OS: GNU/Linux

If you need more information, please write here.

Log:

An unhandled exception occurred at $0807315C :
EAccessViolation : Access violation
  $0807315C  DrawVisualGears,  line 221 of uVisualGears.pas
  $0807EDA4  DrawWorldStereo,  line 1424 of uWorld.pas
  $0807D31E  DrawWorld,  line 876 of uWorld.pas
  $0804B5A2  DoTimer,  line 99 of /home/wuzzy/src/hedgewars/hw/hw/hedgewars/hwengine.pas
  $0804BDAE  MainLoop,  line 287 of /home/wuzzy/src/hedgewars/hw/hw/hedgewars/hwengine.pas
  $0804C3F8  Game,  line 433 of /home/wuzzy/src/hedgewars/hw/hw/hedgewars/hwengine.pas
  $0804C76D  $main,  line 575 of /home/wuzzy/src/hedgewars/hw/hw/hedgewars/hwengine.pas

Heap dump by heaptrc unit
0 memory blocks allocated : 0/0
0 memory blocks freed     : 0/0
0 unfreed memory blocks : 0
True heap size : 0
True free heap : 0
Leaving PAGE_INGAME, entering PAGE_MULTIPLAYER
Object::disconnect: Unexpected null parameter
QCoreApplication::postEvent: Unexpected null receiver
libpng warning: iCCP: known incorrect sRGB profile

Original issue reported on code.google.com by almikes@aol.com on 30 Nov 2014 at 4:25

GoogleCodeExporter commented 8 years ago
Oh, and the engine crashed with exit code 217.

Original comment by almikes@aol.com on 30 Nov 2014 at 4:26

GoogleCodeExporter commented 8 years ago
Since the git commit is non-official, would you mind terribly providing the 
date the revision was committed too, so we have a general idea where it is?

Anyway, given the line number is probably vgtSplash (since uVisualGears hasn't 
changed much lately) I'm gonna go w/ this being related to Sheepluva's splash 
rework.
Perhaps invalid value for scale is sneaking in.

Original comment by kyberneticist@gmail.com on 30 Nov 2014 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by kyberneticist@gmail.com on 30 Nov 2014 at 3:19

GoogleCodeExporter commented 8 years ago
Thank you for this very important report.

Should be fixed by hg rf44ec13e3082309640d97532ddf55790405e6027 - and be in git 
clone by tomorrow. Can't predict the git revision though :/

Original comment by sheepyluva on 30 Nov 2014 at 5:25