Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ironhead on August 09, 2012, 08:27:24 pm

Title: Issues with gdb_types.script in revision 8217
Post by: ironhead on August 09, 2012, 08:27:24 pm
I've just updated to svn revision 8217, now when I hit the 'Debug / Continue' button I get an error popup stating 'Script errors have occurred'.  When I hit 'Yes' to see the errrors, this is what I see:

Code
SquirrelFunction <> call failed
AN ERROR HAS OCCURRED [the index 'Register Type' does no exist]

CALLSTACK
*FUNCTION [RegisterTypes()] C:\codeblocks\trunk\src\output\share\codeblocks\scripts\gdb_types.script line [17]

LOCALS
[driver] USERPOINTER
[this] TABLE

Let me know if there is anything I can do if you need to debug this further.

Cheers,

Chris
Title: Re: Issues with gdb_types.script in revision 8217
Post by: oBFusCATed on August 09, 2012, 08:38:14 pm
Revert commit r8206 (see here http://svn.berlios.de/wsvn/codeblocks/?op=revision&rev=8206&peg=8206) recompile and see if there error has disappeared?
Title: Re: Issues with gdb_types.script in revision 8217
Post by: Jenna on August 09, 2012, 08:57:31 pm
Revert commit r8206 (see here http://svn.berlios.de/wsvn/codeblocks/?op=revision&rev=8206&peg=8206) recompile and see if there error has disappeared?
It will work.
I look into it.
Title: Re: Issues with gdb_types.script in revision 8217
Post by: ironhead on August 09, 2012, 10:14:07 pm
Revert commit r8206 (see here http://svn.berlios.de/wsvn/codeblocks/?op=revision&rev=8206&peg=8206) recompile and see if there error has disappeared?
It will work.
I look into it.

Confirmed, reverting that revision cleared the error.
Title: Re: Issues with gdb_types.script in revision 8217
Post by: Jenna on August 09, 2012, 11:33:42 pm
Revert commit r8206 (see here http://svn.berlios.de/wsvn/codeblocks/?op=revision&rev=8206&peg=8206) recompile and see if there error has disappeared?
It will work.
I look into it.

Confirmed, reverting that revision cleared the error.
Could you please try the newest trunk (svn r8219) ?
Title: Re: Issues with gdb_types.script in revision 8217
Post by: ironhead on August 10, 2012, 12:43:28 am
Could you please try the newest trunk (svn r8219) ?

r8219 fixes the issue.

Thank you for the quick fix!

Chris