Missing icon in standalone

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
interactbooks
Posts: 65
Joined: Thu Oct 07, 2010 4:47 pm

Missing icon in standalone

Post by interactbooks » Mon May 09, 2011 6:24 am

Version 4.6.1 creating a standalone for MacOS results in an application with a missing icon even though the icns file is specified and is a valid file. Has anyone else run into this issue?

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Missing icon in standalone

Post by Mark » Mon May 09, 2011 1:04 pm

Hi interactbooks ,

You give very little information. E.g. how did you check that you are using a valid icon file and how/where did you specify this file? How did you make it?

Meanwhile, the most frequent reason for this problem is that the desktop database hasn't been updated. Open the terminal window, type "touch " (no quotes, including the space) and drag the standalone into the terminal window. Now type return. Does this solve the problem?

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

interactbooks
Posts: 65
Joined: Thu Oct 07, 2010 4:47 pm

Re: Missing icon in standalone

Post by interactbooks » Mon May 09, 2011 1:45 pm

Mark,

Thanks for the information, I followed your direction to update the desktop database and it is still not working. I am using an ICNS file that I used previously which worked with no problem. I also tried another ICNS file, right now I just can't seem to get an icon to appear and I'm wondering if this is due to some bug in the latest version of LiveCode. I reverted back to version 4.6 and the standalone is created with the icon, so there seems to be an issue with version 4.61, seems like a bug.

Regards,

Ezra

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Missing icon in standalone

Post by Mark » Mon May 09, 2011 1:52 pm

Hi Ezra,

Yes, looks like a bug to me. Sorry, I can't confirm it because I don't use 4.6.x (I'm waiting for a version without glitches like these).

Best regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply