livecode file corrputed, need help

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
infantilo
Posts: 12
Joined: Sat Aug 10, 2013 5:16 pm

livecode file corrputed, need help

Post by infantilo » Fri Nov 29, 2013 7:40 pm

Hi,
hope thats the right place for my thread.
I've corrupted my livecode file by editing it with notepad.
i could not load the project in livecode anymore, because i've had an typemismatch (

Code: Select all

if $1 in "" then
instead of

Code: Select all

if $1 is ""
in card open and it always raised an script error and didnt let me save it anymore. So i tried to change the "in" to "is" in notepad and now i can't open the file in livecode anymore.
could anyone help me with that?
MANY thanks for your help!


P.S.: yes, i've learned my lesson and will do backups more often from now on
Last edited by infantilo on Fri Nov 29, 2013 9:02 pm, edited 1 time in total.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: livecode file corrputed, need help

Post by Klaus » Fri Nov 29, 2013 7:54 pm

Hi infantilo,

I'm afraid you're out of luck!

Since stacks are in binary format you saved them back to text format
and now neither you nor we can revocer it.

Maybe RunRev can do this, maybe not, you could ask: support@runrev.com


Best

Klaus

infantilo
Posts: 12
Joined: Sat Aug 10, 2013 5:16 pm

Re: livecode file corrputed, need help

Post by infantilo » Fri Nov 29, 2013 9:02 pm

thanks for reply!

ok...this is what "learning by doing" means...

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: livecode file corrputed, need help

Post by Klaus » Fri Nov 29, 2013 9:10 pm

Yep :D

At least you can recover all the scripts with a text editor!

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: livecode file corrputed, need help

Post by Simon » Fri Nov 29, 2013 11:54 pm

Hi infantilo,
Just for the future, if you click on that envelope icon in the menu bar you can stop all scripts from running. Just do it before you open your stack and then you can make repairs to your scripts.

If that wasn't your problem, just ignore me :)

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

Post Reply