Skip to main content
Solved

Module 'acad/ACAD' is unavailable for use with this FME edition (after upgradet 2024.2 to 2025.0


omerseyfettin
Contributor
Forum|alt.badge.img+8

This monring i upgrade FME version 2024.2 to last version FME 2025.0 and after upgrade i start my workbench which include “Bentley Microstation V8” reader. FME give a message “Module 'acad/ACAD' is unavailable for use with this FME edition” why ? I resarch old topic in the Community some body had some problem at 2022. But no body give any solution way for fixed this problem. Also i found acad.dll in C:\Program Files\FME\plugins\acad. 

What is real problem ?  

Note: After uptdate FME i am uninstall Autocad Map program from my computer. Think couldnt any relation maybe, because the Autocad differntly program.

Best answer by daveatsafe

Hi ​@omerseyfettin,

I think you need to shorten the PATH. You don’t need to have the FME folders in there - FME will append them when needed. However, to append them, the PATH must be short enough to have room for the addition(s).

View original
Did this help you find an answer to your question?

13 replies

evieatsafe
Safer
Forum|alt.badge.img+18
  • Safer
  • March 10, 2025

Please try re-installing FME 2025.0 on your computer. FME and AutoCAD Map 3D share some DLLs that may have been deleted when AutoCAD was uninstalled. Reinstalling FME should fix this! If you continue to have this issue, please submit a support case for us to look into further :)


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 10, 2025

Hi Evie, Actually I know if I re-install 2025.0 fix the Acad.dll problem. During send the topic I was suspect vhy I got that message. For reason I wrote the on my message a note about uninstall Autocad. But i couldn't think FME used Autocad DLL’s ( is another product). So now I am afraid some different problems about new verison Of FME. Reason allready I am working on a project which must be delivered in short time. After delivery project of course i will do it.

Thank you interested.


evieatsafe
Safer
Forum|alt.badge.img+18
  • Safer
  • March 10, 2025

Hi ​@omerseyfettin interesting. Could you provide your whole log file and attach it to this thread? I’m wondering if there is anything else going on. happy to help :)


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 11, 2025

Hi again ​@evieatsafe already i deleted the log file. Delivered Project sample part waiting comments from owner, so i will send finished log file next time.


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 11, 2025

Dear ​@evieatsafe 

To day i accepted your recomment and reinsall 2025.0 verison. So i got again same error which i wrote before as “Module 'acad/ACAD' is unavailable for use with this FME edition”. After that i tried update which allready use Microstation V8 type reader. I got two error message as attached picture. Both of files already in the C:\Program Files\FME\Plugins folder. So i attached the log file with pictures. Please check it.

 


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • March 13, 2025

Hi ​@omerseyfettin,

From the information in the log file, it appears the ACAD module is not fully loading. I also noticed that FME is not able to add the the System PATH due to its length, which may interfere with loading DLLs.

Please remove all the existing FME and Autodesk related paths from the System PATH, and any others that you can do without. With the smaller PATH, FME will be able to add its required folders temporarily to the beginning, ensuring it has access to all its DLLs.


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 15, 2025

FME asks me to add the file path during installation but cannot. Therefore, I added it manually. However, since the path length exceeds 2047 characters, it causes problems while working. Even after giving this message, version 2022.2 finds acad.dll. You can find the 2022.2 log and path screenshot in the attachment. (Although I wrote a similar message yesterday, it was not displayed in the forum.)

 


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 15, 2025

Wy my posts are not directly shown on forum ? Why you need moderator check ?


mark2atsafe
Safer
Forum|alt.badge.img+43
omerseyfettin wrote:

Wy my posts are not directly shown on forum ? Why you need moderator check ?

Sorry about that. It’s an automatic spam filter that should - so we are told - become better at its job as it learns more about our community. We’ve only just got past a recent spam epidemic, so I’m reluctant to turn it off. 


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 20, 2025
omerseyfettin wrote:

FME asks me to add the file path during installation but cannot. Therefore, I added it manually. However, since the path length exceeds 2047 characters, it causes problems while working. Even after giving this message, version 2022.2 finds acad.dll. You can find the 2022.2 log and path screenshot in the attachment. (Although I wrote a similar message yesterday, it was not displayed in the forum.)

 

Dear ​@daveatsafe  I'm still waiting for your comment on my last message. Do you have any other ideas other than reinstalling version 2025.0?


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • Best Answer
  • March 20, 2025

Hi ​@omerseyfettin,

I think you need to shorten the PATH. You don’t need to have the FME folders in there - FME will append them when needed. However, to append them, the PATH must be short enough to have room for the addition(s).


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 20, 2025

Dear ​@daveatsafe I understand what you mean. FME cannot add more than 2047 characters to the path. However, the same problem exists in 2024.2.3, although it says it cannot find acad.dll at first, but then it searches and finds it and works. You can see this information in the log file I sent. I manually added it to the top of the path as a test. If the algorithm that adds the path in FME checks the length and skips it if it is more than 2047 characters, this algorithm needs to be reviewed. Because paths generally consist of lines that programs automatically add during installation, and deleting any of them may prevent another program or tool from working. Therefore, instead of the path shortening suggestion, I think it would be more appropriate for code writers to edit the path variable of FME.


omerseyfettin
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • March 22, 2025

Dear ​@daveatsafe finaly, i deleted the fme path from enviroments. Later I shortened the path and reinstall 2025.0 now it working normaly. However, instead of solving this problem in this way, FME can be coded to read a longer path. I would like you to note this as well. Thanks for your support

 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings