Author Topic: Crash: 0.3.x rev. 924 [Fixed rev. 931]  (Read 902 times)

mersinliali

  • Guest
Crash: 0.3.x rev. 924 [Fixed rev. 931]
« on: 13 November 2010, 15:39:47 »
Forgive me if that crash is fixed up to rev. 929. I haven't tested it yet.
Best regards,
Ali

(click to show/hide)



« Last Edit: 14 November 2010, 09:04:58 by mersinliali »

mersinliali

  • Guest
Re: Crash: 0.3.x rev. 924
« Reply #1 on: 13 November 2010, 16:45:34 »
I have just updated to rev. 929 and had the same crash report.

(click to show/hide)

The crash screenshot is similar to the previous one.
Regards...

hailstone

  • Local Moderator
  • Battle Machine
  • ********
  • Posts: 1,568
    • View Profile
Re: Crash: 0.3.x rev. 924
« Reply #2 on: 14 November 2010, 02:31:46 »
Clicking two mouse buttons at the same causes the crash. This is because there's an assert that requires there to be only one of a widget in the update list. Clicking two or more mouse buttons at the same time attempts to register an update for the widget before the previous update was carried out. I've changed it so that it will do nothing if it finds the widget is already in the update list. The crash does not occur for me now in revision 931 branch 0.3.x.

Please change the topic title to add [Fixed rev931] if you can confirm. Thanks.
Glest Advanced Engine - Admin/Programmer
https://sourceforge.net/projects/glestae/

mersinliali

  • Guest
Re: Crash: 0.3.x rev. 924 [Fixed rev. 931]
« Reply #3 on: 14 November 2010, 09:06:05 »
Thank you, Glest community...