OSX 10.7 app corruption issue

J. Landman Gay jacque at hyperactivesw.com
Fri Jan 20 22:46:00 EST 2012


On 1/20/12 12:20 AM, Terry Judd wrote:
> Right - lot's of things appear to have gone missing from the corrupted app.
>
> The original file/folder structure looks like this...
>
> Curriculum Connect.app
> 	Contents
> 		MacOS
> 			revpdpprinter.bundle
> 			Externals
> 				revbrowser.bundle
> 				revdb.bundle
> 				revxml.bundle
> 				revzip.bundle
> 				Database_drivers
> 					dbmysql.bundle
> 					dbodbc.bundle
> 					dbsqlite.bundle
> 			Curriculum Connect (3.2 MB)
> 		Resources (lots of stuff in here)
> 		Info.plist
> 		PkgInfo
>
> but the corrupted copy looks like this...
>
> Curriculum Connect.app
> 	MacOS
> 		Curriculum Connect (2.1 MB)
> 	Info.plist
>
> Looks like a bomb has gone off in there.

That's really odd. Do you have any handlers that delete files? Could 
there be a path issue, so that your app's files are getting removed 
instead of the intended ones?

When your user said it ran fine in 10.6, was he running from a USB drive 
there too? If your scripts don't specifically account for external 
drives, the default folder will be the one containing your standalone 
inside the bundle. If you have any recursive file deletion handlers, 
that could be the cause. It's a long shot but it's all I can think of.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list