Page 1 of 1

broken project file

Posted: Sun Apr 14, 2013 8:38 pm
by john-dev
hello,

i used to create a project the last two days, and now the project's file is broken.
there is no backup (of course), as soon as i open the projectfile, no matter if i use windows or os-x, livecode doenst respond to my mouse anymore, i can't even open the message box.
i reinstalled etc., there is no backup file since the file has been saved successfull..

is there anything like a fix livecode project tool or something?
using a hex editor, the file looks good...
i can upload the file if anyone has an idea, i would appreciate any help!

thanks,
john

Re: broken project file

Posted: Sun Apr 14, 2013 8:41 pm
by john-dev
i forgot to upload the error message, i receive sometimes... but usualy the program wont get this far.. (this happened after adding a https mp4 with an unsigned ssl cert, that was the moment livecode crashed)

Re: broken project file

Posted: Sun Apr 14, 2013 9:08 pm
by magice
Is there an openStack message that is calling for the mp4? If it is, you can open LC suppress messages in the development menu, and then try loading the file. This will prevent any messages from being sent when the stack opens, and let you change them.

Re: broken project file

Posted: Sun Apr 14, 2013 10:13 pm
by john-dev
Hm, i tried that but it didnt work out.. looks like i could make it by editing the the project file with a hex editor and change those https path's to http... weird, rly weird...
thanks anyway!

Re: broken project file

Posted: Sun Apr 14, 2013 10:15 pm
by john-dev
The error occured when i used the player object.
I am conencting to a remote system using http with accept unsigned ssl certificate enabled ( libUrlSetSSLVerification false)
Well the player doens't accept this setting, so he poped up "do you rly want to trust this site?"-window and the project file crashed to hell...