No thumbnails in Icon Menu

Anonymous

No thumbnails in Icon Menu

Anonymous
Not applicable

Good day

 

When I open the Icon Menu all of my components show up but without thumbnails. I saw a thread which mentioned the expected path and the actual path of the Icon Menu are not matching, after checking I can confirm they are the same. I will leave snips in this post. The same thread mentioned  a file named s2.dll which is also located in my icon path.

 

Along with this there is an issue with the Catalog Browser which I think is connected to the Icon Menu issue. When I try to open the Catalog Browser an error pops up saying "Could not find catalog database"

 

gilmarjdreki_0-1593093795852.png

gilmarjdreki_1-1593093814989.png

 

gilmarjdreki_2-1593093942542.png

 

gilmarjdreki_3-1593093970845.png

This shows up after I close the error message after trying to open the Catalogue Browser.

gilmarjdreki_4-1593094577103.png

These are my path settings.

 

 

0 Likes
Reply
405 Views
4 Replies
Replies (4)

vince.krueger
Advocate
Advocate

I am not used to seeing the full path in some of these settings.  The search paths normally handle this for me. (like for your 'Schematic Icon Menu File' I would normally expect to see only ACE_IEC-60617_MENU.DAT, not the rest also).

 

Have you tried selecting the ...MENU.DAT and press the Browse button?  That should take you directly to the location of the file.  If that does not do that then I would start looking at your paths and settings.

0 Likes

JeffatPrimex
Collaborator
Collaborator

Have you tried (findfile "default_cat.mdb") or (c:ace_find_file “default_cat.mdb” 3) ?

 

Best regards,
Jeff

0 Likes

Anonymous
Not applicable

Thank you for a good answer.

 

The first command returns this. The constant double slashes awake some suspicion the path does not match file explorer one. But it comes to mind that the path is supposed to contain double slashes in Autocad.

gilmarjdreki_0-1593425548618.png

The second command returns "null".

0 Likes

vince.krueger
Advocate
Advocate

In the properties only a single slash is used (but the return of find file should be in double slashes)

 

For the c:ace_find_file command, replace the 3 with a 19 and it should show you the directories searched if not found.

0 Likes