Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: alumiso on February 23, 2016, 05:04:22 pm

Title: ERROR HAS OCCURED [the index 'C99StrictOn' does not exist]
Post by: alumiso on February 23, 2016, 05:04:22 pm
Hi folks,
this drive me crazy on my new CodeBlocks IDE - 19.01, SDK 1.29.0 on relase 16.01 rev 10702 ...if i open codeblocks and want to make an Console applikation in c.
After project titel

SquirrelFunction<> call failed
AN ERROR HAS OCCURED [the index 'C99StrictOn' does not exist]

CALLSTACK
*FUNCTION [SetupProject()] C:\Users\Administrator\AppData\Roaming\CodeBlocks\share\codeblocks/templates/wizard/console/wizard.script line [126]

LOCALS
[project] INSTANCE
[this] TABLE
Title: Re: ERROR HAS OCCURED [the index 'C99StrictOn' does not exist]
Post by: oBFusCATed on February 23, 2016, 08:34:50 pm
This file is not part of the cb installation. It is in your home folder and it is modified/added by you.
Just remove it or fix it, but we cannot do anything about it.
Title: Re: ERROR HAS OCCURED [the index 'C99StrictOn' does not exist]
Post by: stahta01 on February 23, 2016, 11:54:18 pm
The solution is to move, rename, or delete this file C:\Users\Administrator\AppData\Roaming\CodeBlocks\share\codeblocks/templates/wizard/console/wizard.script. You edited the Script in the past and the changes no longer work.

Tim S.