whoa there, pardner!
Your request has been blocked due to a network policy.
Try logging in or creating an account here to get back to browsing.
If you’re running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you’re supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.
You can read Reddit’s Terms of Service here.
if you think that we’ve incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.
when contacting us, please include your ip address which is: 95.214.216.211 and reddit account
[РЕШЕНО] Как исправить ошибки, связанные с Revit_NT_Revit.exe
Как правило, ошибки Revit_NT_Revit.exe возникают в результате повреждения, заражения или отсутствия исполняемого файла и обычно наблюдаются во время запуска Autodesk Revit Building 8.1 Trial. Обычно, установка новой версии файла EXE позволяет устранить проблему, из-за которой возникает ошибка. В некоторых случаях реестр Windows пытается загрузить файл Revit_NT_Revit.exe, который больше не существует; в таких ситуациях рекомендуется запустить сканирование реестра, чтобы исправить любые недопустимые ссылки на пути к файлам.
EXE используется форматом Windows Executable File, которые являются типами Исполнимые файлы. Revit_NT_Revit.exe для %%os%% и почти для всех версий операционной системы Windows можно скачать ниже. Если у нас нет необходимой копии версии Revit_NT_Revit.exe, вы можете просто нажать кнопку Request (Запрос), чтобы её запросить. В крайнем случае, если ниже отсутствует необходимая вам версия файла, вы всегда можете связаться с Autodesk.
Несмотря на то, что размещение соответствующего файла в надлежащем месте позволяет устранить большинство проблем, возникающих в результате ошибок, связанных с Revit_NT_Revit.exe, вам следует выполнить быструю проверку, чтобы однозначно в этом убедиться. Вы можете проверить результат, запустив приложение Autodesk Revit Building 8.1 Trial и проверить, появляется ли проблема.
Revit Error Revitworker.exe
Issue:
Does this error pop up when launching Revit?
Or does Revit fail to open, and this image pop up?
Causes:
1. The Revitworker.exe is set to “Run this program as administrator.”
2. Windows issues including:
• Missing or pending Windows updates
• Permissions issues
• Corrupted Windows Management Instrumentation service (WMI).
Solutions:
If the Revitworker.exe is running as administrator but the Revit process is not, it will cause issues with communication between the two. To test if this is happening, follow these steps:
1. Right click on the Revit icon from the Windows Start menu or from the Desktop icon.
2. Select “Run as Administrator”
*Note: if you are not an admin with admin rights, you will need to get your IT support to assist*
3. If Revit launches normally and the error is gone then it proves that the Revitworker is running as admin.
*Note: if the steps above (#1-3) do not fix the issue, please follow steps below to fix the Revitworker.
Revitworker Fix:
Once you have confirmed that the Revitworker is running as admin, the following steps will fix the issues.
1. Go to the Revit install directory located: C:\Program Files\Autodesk\Revit 20xx.
2. Right click on the Revitworker.exe and select “Properties.”
3. Click on the “Compatibility” tab.
4. Clear the “compatibility mode” and the “Run this program as an administrator.” Click “Apply” and then “Ok.”
5. Start Revit normally (not set with “Run as admin”).
Windows Issues:
• Go to search bar on task bar:
• Type in “system info” and hit enter.
• If the WMI is blank and states “Can’t Collect Information,” the computer has a windows issue.
Windows (WMI) Fix:
1. Open a blank Notepad and add the following:
@echo on
cd /d c:\temp
if not exist %windir%\system32\wbem goto TryInstall
cd /d %windir%\system32\wbem
net stop winmgmt
winmgmt /kill
if exist Rep_bak rd Rep_bak /s /q
rename Repository Rep_bak
for %%i in (*.dll) do RegSvr32 -s %%i
for %%i in (*.exe) do call :FixSrv %%i
for %%i in (*.mof,*.mfl) do Mofcomp %%i
net start winmgmt
goto End
:FixSrv
if /I (%1) == (wbemcntl.exe) goto SkipSrv
if /I (%1) == (wbemtest.exe) goto SkipSrv
if /I (%1) == (mofcomp.exe) goto SkipSrv
%1 /Regserver
:SkipSrv
goto End
:TryInstall
if not exist wmicore.exe goto End
wmicore /s
net start winmgmt
:End
2. Save the document as “WBEM_Fix.bat” in the C:\Autodesk folder.
3. Right click the BAT file and Run as Administrator.
4. A command prompt will appear and will perform several steps, let it run and do not close. Once it is done it will close on its own.
5. Reboot machine.
6. Start Revit again.
Windows Missing Important Updates Message Fix:
If your windows updates page says “Your device is missing important security and quality fixes” updates will need to be processed to get that error to go away. Go to the Windows search bar and type in “check for updates” and hit enter.
1. Click on “Check for updates.”
2. Let any updates that come up process.
3. If it needs to reboot, reboot when all items say, “Pending Reboot.”
4. Once the computer reboots, go back into the windows updates and run the “Check for updates” until the message “Your device is missing important security and quality fixes” goes away.
Permissions issues:
• Full folder control should be set for all “Users” on the C:\Users\Public\Public Documents\Autodesk folder.
• Full folder control should be set for all “Users” on the following registry key KEY_LOCAL_MACHINE\SOFTWARE\Autodesk.
• More information on this click here.
Warning! 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. 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. Additional information about the registry is also contained in the Help topics in the Microsoft Registry Editor.
How to create a Windows Batch file to solve the error “Revit Worker was not Found”.
We recently received a number of similar requests from different customer to solve the same problem. The software the customer use id Revit LT. The problem comes up when they start up Revit LT and the window looks like this:
The solution
And they assist you through the problem. The solution I found to work is to create a Windows batch file and run the it and then to reinstall Revit LT. However the article do not explain how to make a windows batch file.
Process to creating the batch file:
Right click on your Windows Desktop and create a text document.
Rename the text file to anything, perhaps “Revit Worker”.
Open the file in Notepad by just double clicking the file and if asked select Notepad to use to open the file. Paste the follow text from the Autodesk Support article into the text file:
sc config winmgmt start= disabled
net stop winmgmt /y
for /f %%s in (‘dir /b *.dll’) do regsvr32 /s %%s
sc config winmgmt start= auto
net start winmgmt
Close and Save the text file.
To create the batch file you need to firstly be able to see the .txt file extension after the name of your text file.
If you see it you can skip the following task. If not, then open either This PC icon on the desktop or Windows Explorer.
Then select the View tab and enable the ‘Show File Extensions’ option. Close the Window.
These steps will enable the display of the .txt file extension. Now to create the batch file you’ll need to rename the text file once again and change the file extension to .bat as shown.
The batch file has been created and you can now run this batch file. The only other thing to do is to uninstall Revit LT and install it again.