Replies: 2 comments 5 replies
-
I think you have to check your system hardware compatibility at the first. Then check DirectX , Visual C++ and GPU drivers to be installed correctly. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have the same problem with Carla_0.9.12 but the previous version is running without any issues. Any idea what causes the problem? Windows 10 Enterprise |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Downloaded the 0.9.12 zip for Windows, unzipped it to E:\WindowsNoEditor, tried launching the CarlaUE4.exe directly, then by command prompt using -quality-level=Low, but always got the same error message (no output in terminal):
CarlaUE4-Win64-Shipping.exe - Application Error
The application was unable to start correctly (0xc0000142). Click OK to close the application.
I watched youtube videos and tried the commands in Administrator cmd:
for %i in (%windir%\system32*.dll) do regvr32.exe / s%i
for %i in (%windir%\system32*.ocx) do regsvr32.exe / s%i
My windows locale is English US. I have Python 3.9.7 installed. I ran pip on a couple of requirements.txt found in the PythonAPI folders (numpy is defninitely installed).
Any ideas what I'm doing wrong?
Edit: System is Core i5-3570, Radeon RX 570, 8 GB RAM, DirectX 12, Visual C++ redistributables from 2008 all the way to 2015-2019 (could the old ones be conflicting? They are all installed)
Beta Was this translation helpful? Give feedback.
All reactions