This add-on cannot be validated.Please contact the distrib..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-09-19
02:12 PM
- last edited on
2023-08-07
11:03 AM
by
Doreena Deng
I get this message "This add-on cannot be validated. Please contact the distributor." when I try to add the Dll_test example from APIDevKit_10_22.exe into Archicad 10.
The exaple compiles just fine with VS2003 and I use a student version of Archicad.
Are the example supposed to run directly or must i modify anything first?
The FAQ says something about the MDID but i don't really understand what thats all about.
/Jesper
- Labels:
-
Add-On (C++)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-09-19 07:38 PM
That message is normal.
Please read:
Your addons will only run when AC is started in demo mode until you obtain an MDID.
Regards,
Karl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2006-09-20 09:09 AM
I believed that the student version and demo version were the same thing

/Jesper
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2007-09-14 10:01 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-10-05 09:31 AM
Is there any chance that I should NOT use the Windows Add-On Manager to generate LocalIDs for Mac add-ons?
Because the Add-On Manager on my Mac does not start and I generate the LocalIDs with the Windows one located in devkit\Support\Tools\Win\AddOn Management and after generating a dozen of IDs I still receive "This add-on cannot be validated. Please contact the distributor." One of these IDs is working in one of my addons but I need another ID for my other addon and all of them seem to be invalid.
I have a valid DEVELOPER ID and AUTHORIZATION KEY from Graphisoft.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-10-05 09:59 AM
This system seem to be very picky about valid numbers. I ussualy struggle with it as well.
Have you tried retyping Dev ID and LocalID instead of copy paste? In some cases it seem to make diffrence for ID generator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-10-05 10:10 AM


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-10-05 12:29 PM
n.mihaylov wrote:They are file compatible, so you are safe to use the Windows version, just transfer and open the XML file created on Mac.
Hi guys,
Is there any chance that I should NOT use the Windows Add-On Manager to generate LocalIDs for Mac add-ons?
Because the Add-On Manager on my Mac does not start and I generate the LocalIDs with the Windows one located in devkit\Support\Tools\Win\AddOn Management and after generating a dozen of IDs I still receive "This add-on cannot be validated. Please contact the distributor." One of these IDs is working in one of my addons but I need another ID for my other addon and all of them seem to be invalid.
I have a valid DEVELOPER ID and AUTHORIZATION KEY from Graphisoft.
Could you please send me the Mac crash report?
Best, Akos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-10-05 12:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-10-05 01:39 PM
n.mihaylov wrote:Yeah, that's the one. Two ways to solve this:
Akos wrote:Hi Akos,
Could you please send me the Mac crash report?
Best, Akos
I am new to Mac but I think this is it.
1. Copy the "Geometry.framework" from the Support/Frameworks folder to Support/Tools/OSX/Support. After that it still may crash, but if you take a look at the crash report, you'll find lines like:
Keep copying those frameworks what you see there.
2. The programmer's way: create a new symbolic link to Support/Frameworks folder instead of copying the frameworks.
Open a new Terminal window, then change the directory to the folder containing AddOnAdmin:
cd Support/Tools/OSX/ rm -rf Support ln -s ../../Frameworks Support