Thank you @claudio.chaverri.sievert the list you provided is helpful for checking and reporting errors.
Hi @cao
One or more of the following lines are found in the journal file recorded by Revit prior to the program closing:
- DBG_WARN: failed to open message_queue named 'Session#####_P0MasterQueue' because The system cannot find the file specified.: line 203 of NOBLE\ManageWorkerServices.cpp
- DBG_WARN: failed to create message_queue named 'Session####_P0MasterQueue' because boost::interprocess_exception::library_error: line 203 of NOBLE\ManageWorkerServices.cpp
Causes:
There is a missing or incorrect registry key.
Solution:
Set the correct value for the affected registry key
Note:
- (Problems caused by improperly editing the Windows registry could render your computer operating system unusable.)
Microsoft provides a wealth of critical information that you need to know about the registry in the Microsoft Knowledge Base at http://support.microsoft.com.
- Use the Microsoft® Registry Editor only at your own risk and only after backing up the registry as well as the system.dat and user.dat files as outlined for your operating system in the Microsoft Knowledge Base and in the related solution, TS66513. Additional information about the registry is also contained in the Help topics in the Microsoft Registry Editor.
Steps to follow:
- Run REGEDIT from the Start menu and then browse to the following key:
HKEY_LOCAL_MACHINE->Software->Microsoft->Windows->CurrentVersion->Explorer->Shell Folders
- Verify that the following key exists (within Shell Folders):
Common AppData
- If the key does not exist create it (Right click -> New -> String Value)
- If the key exists (including having just created it from the step above) verify it contains the following Data (Right Click Modify):
C:\ProgramData
- After making changes in the registry, reboot the system and retest.
Please mark this response as "Accept as Solution" if it answers your question to benefit other users looking for similar solutions. Kudos gladly accepted.