Author Topic: Issues with gdb_types.script in revision 8217  (Read 6524 times)

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Issues with gdb_types.script in revision 8217
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Issues with gdb_types.script in revision 8217
« Reply #1 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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Issues with gdb_types.script in revision 8217
« Reply #2 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.

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Issues with gdb_types.script in revision 8217
« Reply #3 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Issues with gdb_types.script in revision 8217
« Reply #4 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) ?

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: Issues with gdb_types.script in revision 8217
« Reply #5 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