[09 Jan 2010] Cant open my designer file?

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

[09 Jan 2010] Cant open my designer file?

Post by Bugala »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 09 Jan 2010 00:13:58 -0000

This is extremely strange (and bad too).

I closed my designer project in working state about 4 hours ago.

Now i try to reopen it to designer, and i cant?

It says:

Code: Select all

Syntax Error in line
[quote]
[/quote]

(current parser line: 1521)!
what do i need to do to get it open again, or does this mean the whole project is lost? (i do luckily have backup copy but its missing some stuff, luckily not code thou)
Bugala
Posts: 1178
Joined: Sun Feb 14, 2010 7:11 pm

[09 Jan 2010] Re: Cant open my designer file?

Post by Bugala »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Sat, 09 Jan 2010 00:54:27 -0000

I got it working again, by deleting lines containing code that is executed at one page.

so basically it was just:

Code: Select all

code:
    " code..."
    " code..."
    " code..."
and i destroyed all but first two lines of those away, and after that it loaded again.

So does anyone have any explanation what did i do wrong there?

For obviously something was happening in that code that it didnt like.

But before i saved it, i tested it, and it was working fine.

I didnt even notice anything special in that line 1521 which was:

" numberofspecifictypekilledcounter[ enemy[wave][group][id].type ] = numberofspecifictypekilledcounter["

(that was part of the to be executed on page code i deleted)
Locked