| Product(s): | MicroStation | ||
| Version(s): | 25.00.xx.xx | ||
| Environment: | N\A | ||
| Area: | Open/Save | ||
| Subarea: | Performance |
MicroStation and related Bentley design products may intermittently fail to start or stop while running. The cause is that some external process has deleted the AddInLoader1.0 folder required by Bentley desktop products.
A typical failure would be:
It could affect any PowerPlatform based product.
The KeepAddinFld application will prevent the AddInLoader1.0 folder from being deleted by other processes while MicroStation is running.
Click on this link to download the files, MicroStation Files - Fix for Fatal Error "Could not create a .ma file for an Addin" - Communities
2. Alternatively, you can discover which process is improperly deleting the required AddInLoader1.0 folder by doing the following steps.
Use ProcMon to gather dump files for further analysis
Actions
Gather usual system information. In a command prompt enter
systeminfo | clip
Paste the results into the e-mail response and format the text with a mono-space font like Consolas or Courrier to make it easier to read.
Use ProcessMonitor to monitor file access. In this case we monitor activity in the AddInLoader1.0 folder
To monitor access to files in the AddInLoader1.0 folder, we can specify the files in the folder using the Process Monitor utility.
Steps…
Run Process Monitor
%USERPROFILE%\Downloads\ProcessMonitor\Procmon64.exe /noconnect
The /noconnect option prevents Process Monitor from collecting events before filters are established. We are establishing maximal filtering consistent with recording the information that we need without overwhelming and negatively impacting the user’s computer.
6. The next steps add in filters to collect only those operation involving the folder path “AddInLoader1.0
Add filter:
Click the Add button
Allow ProcMon to run in the background until error occurs again. You can minimize the ProcMon window.
Once error has occurred go to ProcMon’s File>Save and save a .pml file. Please send that file to your Bentley support representative. You can compress the file to reduce storage space and transmission time.