BUG? MyGUI 3.2 AutoAlpha controller try use deleted widgets

Sord

13-03-2012 22:18:24

Program crahs after MyGUI tried use deleted widget (asking alpha value). After setting all auto alpha off works well. Also there wasn't problem in 3.0.1 with same code. Bug? Need more information?

Altren

14-03-2012 07:06:02

Could you post your code, that use such controller and cause crash?

Sord

14-03-2012 09:30:34

Error examlpe:

Unhandled exception at 0x5b0c2ffe (MyGUIEngine_d.dll) in Bullet Ogre.exe: 0xC0000005: Access violation reading location 0x0000000c.


Code: http://www.filedropper.com/advancedogreframework
Check MenuState, GameState and PauseState. Because autoalpha is hard coded controller(?) and for user it's just one line in layout file I put whole part of my project there.

I don't know is it controller or what make crash but if you go to GameState and then just press esc (PauseState) it crash. There are autoalpha on in MainMenu.layoyt and if you put that off it works.