Advertisement

Load byte code failed part2

Started by June 25, 2010 11:26 AM
1 comment, last by hoboaki 14 years, 5 months ago
Hi.
I found as_restore bug, again.

Revision
r604

Compiler
MSVC8

script code
class HogeManager{    HogeManager()    {        array< Hoge >@ hogeArray;    }};class Hoge {};

When my application save and load byte code with this code, assertion failed.

Message
Assertion failed: ot, file ..\..\source\as_restore.cpp, line 1299


Please investigate.
Fixed in revision 605 (and hopefully permanently). Thanks.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Advertisement
I confirmed that this bug was fixed at r606.
Thank you very much!

This topic is closed to new replies.

Advertisement