broken project file

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
john-dev
Posts: 8
Joined: Sun Apr 14, 2013 3:38 pm

broken project file

Post by john-dev » Sun Apr 14, 2013 8:38 pm

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

john-dev
Posts: 8
Joined: Sun Apr 14, 2013 3:38 pm

Re: broken project file

Post by john-dev » Sun Apr 14, 2013 8:41 pm

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)
Attachments
error.jpg

magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: broken project file

Post by magice » Sun Apr 14, 2013 9:08 pm

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.

john-dev
Posts: 8
Joined: Sun Apr 14, 2013 3:38 pm

Re: broken project file

Post by john-dev » Sun Apr 14, 2013 10:13 pm

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!

john-dev
Posts: 8
Joined: Sun Apr 14, 2013 3:38 pm

Re: broken project file

Post by john-dev » Sun Apr 14, 2013 10:15 pm

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...

Post Reply