Decoda News Update - Decoda 1.07 released

MaxMax Technical Director, Unknown Worlds Entertainment Join Date: 2002-03-15 Member: 318Super Administrators, Retired Developer, NS1 Playtester, Forum Moderators, NS2 Developer, Constellation, Subnautica Developer, Pistachionauts, Future Perfect Developer
edited November 2007 in Decoda
Please post comments on the topic Decoda News Update - <a href="http://www.unknownworlds.com/decoda/2007/11/decoda_1_07_released" target="_blank">Decoda 1.07 released here</a>

Comments

  • digzdigz be still, maggot Join Date: 2002-05-07 Member: 588Members, NS1 Playtester, Forum Moderators, Constellation
    Liar. <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" />
  • TeknogreboTeknogrebo Join Date: 2007-10-30 Member: 62771Members
    edited November 2007
    Great new update. A couple of nice new features. I have unfortunately found another crash bug though. It occurs when I try and add a table to the watch window. It's really wierd as I had quite a complex table set up which I could debug, found out I needed to make some changes to the structure, which started off the crash, then during the process of investigating what was causing the crash have found out that if I do something as simple as: local t = {} and try and put a watch on it, the crash happens. All very strange and intensly annoying. <img src="style_emoticons/<#EMO_DIR#>/sad-fix.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad-fix.gif" />

    Is there a way of rolling back a version?
  • madmarkmadmark Join Date: 2007-11-16 Member: 62931Members
    I don't know if this is a bug in Decoda, or I have been lucky for a long time doing this, but...

    ONLY when running the project from the debugger, it crashes on loading a block from memory.

    IF I change the following:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if (0 != luaL_loadbuffer(m_pLuaState, LuaCommand.c_str(), LuaCommand.size(), NULL))<!--c2--></div><!--ec2-->TO:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if (0 != luaL_loadbuffer(m_pLuaState, LuaCommand.c_str(), LuaCommand.size(), "navilua"))<!--c2--></div><!--ec2-->All is well.

    I'm off the block now, but I thought someone might like to see this.
  • MaxMax Technical Director, Unknown Worlds Entertainment Join Date: 2002-03-15 Member: 318Super Administrators, Retired Developer, NS1 Playtester, Forum Moderators, NS2 Developer, Constellation, Subnautica Developer, Pistachionauts, Future Perfect Developer
    <!--quoteo(post=1660800:date=Nov 16 2007, 10:01 AM:name=madmark)--><div class='quotetop'>QUOTE(madmark @ Nov 16 2007, 10:01 AM) <a href="index.php?act=findpost&pid=1660800"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I don't know if this is a bug in Decoda, or I have been lucky for a long time doing this, but...

    ONLY when running the project from the debugger, it crashes on loading a block from memory.

    IF I change the following:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if (0 != luaL_loadbuffer(m_pLuaState, LuaCommand.c_str(), LuaCommand.size(), NULL))<!--c2--></div><!--ec2-->TO:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->if (0 != luaL_loadbuffer(m_pLuaState, LuaCommand.c_str(), LuaCommand.size(), "navilua"))<!--c2--></div><!--ec2-->All is well.

    I'm off the block now, but I thought someone might like to see this.<!--QuoteEnd--></div><!--QuoteEEnd-->
    That definitely sounds like a bug. Decoda uses the final parameter for a bunch of things and most likely there's somewhere in there that has issue with NULL being passed in. We'll fix that for the next patch, thanks for reporting it.
Sign In or Register to comment.