.dll file. In most cases, these issues are caused by a corrupt preferences folder, a graphics driver problem, a third-party plugin, a missing Microsoft Visual C++ runtime, an outdated BIOS, security software, etc.Before you start: check your system requirements Running Cinema 4D on an operating system version below the minimum for your release can cause it to fail to start or experience unexpected behavior. Confirm your system meets the requirements before troubleshooting further:
- Windows: Cinema 4D 2025.3 and later require Windows 10 version 22H2 or a newer Windows release. If you are on an older Windows 10 build, update Windows first, then retry. See Cinema 4D 2025.3+ Issues on Windows: Here's What Changed.
- macOS: Each Cinema 4D release has a minimum supported macOS version. Running it on an older macOS version than your release supports can stop it from launching. Confirm your macOS version against the requirements for your release.
Full system requirements by release:
- System Requirements for Maxon Products (current Cinema 4D release and other Maxon software)
- Cinema 4D System Requirements (R25 - 2026) (older releases, R25 through 2026)
Click each step below to expand and reveal its contents.
Step 1: Preference reset test
A corrupt or incompatible file in the preferences folder is one of the most common reasons Cinema 4D crashes, freezes, fails to launch, or behaves unexpectedly. Testing with clean default preferences is a quick way to confirm whether the issue is coming from the Cinema 4D preferences folder, and the method below is fully reversible as long as you rename the folder instead of deleting it. Close Cinema 4D first (if it's open), and follow the steps for your operating system below.
Windows
- Press the Windows key + R to open the Run box.
- In the Run box, type
%appdata%and press Enter.
The percent signs around the word are part of the command (not a typo, they tell Windows to open the hidden AppData\Roaming folder, where Cinema 4D stores its preferences). A File Explorer window will open showing the folder's contents. - In the AppData\Roaming folder, look for a "Maxon" folder, right-click on it, choose Rename, and rename it to "Maxon_old".
Do not delete this folder, since renaming keeps a backup you can restore later. - Launch Cinema 4D again. It will build a fresh, clean set of preferences automatically.
macOS
- In Finder, click the Go menu in the menu bar at the top of the screen.
- Hold down the Option key. A Library entry appears in the menu. With the Option key still held, click Library.
- Open the Preferences folder. The full path is /Users/USERNAME/Library/Preferences.
- In the Preferences folder, look for a "Maxon" folder, right-click on it, choose Rename, and change it to "Maxon_old".
Do not delete it, since renaming keeps a backup you can restore later. - Launch Cinema 4D again. It will build a fresh, clean set of preferences automatically.
What the test tells you, and what to do next
- If Cinema 4D now starts and behaves normally, something in your Cinema 4D preferences was the cause. You can either revert to your original settings and try to find the preference file/folder causing the issue (Option A below) or start fresh with the newly created folder (Option B).
- If Cinema 4D is still having issues, your preferences were not the cause. Move on to Step 2: Update your graphics card drivers. If you want your original settings back first, use Option A to restore them.
Either way, you need to decide what to do with the leftover Maxon_old folder:
Option A: Recover your original settings (and find the bad preference file/folder if the rename fixed your issue)
To restore your original Maxon folder:
- Close Cinema 4D.
- Return to the same location:
- Windows:
%appdata% - macOS:
/Users/USERNAME/Library/Preferences
- Windows:
- Delete the newly created Maxon folder.
- Rename Maxon_old back to Maxon.
If the rename fixed your issue earlier, restoring will bring the problem back. To keep most of your settings AND identify the specific preference file at fault, continue with the "Follow-up to Option 2: Troubleshooting the preference folder" section in I'm having issues with Cinema 4D, what can I do? That procedure walks you through bisecting the restored folder to find the culprit.
Option B: Start fresh
If you do not need your old settings, just delete the Maxon_old folder and continue using the newly created clean preferences.
Step 2: Update your graphics card drivers
Cinema 4D and Redshift rely heavily on the graphics card. An outdated or corrupt graphics driver is one of the most frequent causes of crashes, freezes, viewport glitches, and render errors, whether at launch or while you are working.
- Identify your graphics card. Right-click the Start button, choose Device Manager, and expand Display adapters.
- Download the latest driver directly from the manufacturer, not from Windows Update:
- NVIDIA: NVIDIA Driver Downloads
- AMD: AMD Drivers and Support
- Intel: Intel Download Center
- During installation, choose the clean-install option for your card. This removes leftover files from the previous driver that can cause crashes:
- NVIDIA: Choose the Custom (Advanced) install option, then tick Perform a clean installation.
- AMD: In the AMD Software installer, click Additional Options and tick Factory Reset, which removes all previous AMD driver versions before installing.
- Restart your computer and try launching Cinema 4D again.
Using a laptop with two graphics cards? Many laptops have both a low-power integrated graphics chip (graphics built into the CPU) and a dedicated NVIDIA or AMD card. If Windows hands Cinema 4D the integrated chip, it can crash, show a blank viewport, or run very slowly. Our dedicated guide walks through forcing Cinema 4D onto the correct card:
Advanced: fully remove the driver with DDU (Display Driver Uninstaller)
Download DDU from an official source:
-
Display Driver Uninstaller (Guru3D) (the long-standing official distribution, recommended)
- Display Driver Uninstaller (Wagnardsoft, the developer)
Step 1: Download and extract DDU
Download DDU from one of the links above and run the downloaded file. It extracts the DDU application into its own folder.
Step 2: Boot into Safe Mode
For the cleanest removal, run DDU in Safe Mode:
- Press the Windows key + R to open the Run dialog.
- Type
msconfigand press Enter to open System Configuration. - Go to the Boot tab.
- Tick Safe boot and select Minimal.
- Click OK, then Restart to boot into Safe Mode.
Step 3: Set the system to return to Normal Mode
While in Safe Mode, set Windows to start normally again afterward, because DDU restarts the computer when it finishes:
- Press the Windows key + R, type
msconfig, and press Enter. - On the Boot tab, untick Safe boot.
- Click OK, then choose Exit without Restart.
Step 4: Run DDU
- Still in Safe Mode, open the DDU folder you extracted earlier.
- Run
Display Driver Uninstaller.exe. - Click Options in the top right.
- Under the advanced options, tick Prevent downloads of drivers ("Windows Updates") when..., then click Close. This stops Windows from automatically reinstalling an old "recommended" driver after the restart.
- From the device-type drop-down on the right, select GPU.
- From the drop-down just below it, select your graphics vendor (NVIDIA, AMD, or Intel).
- Click Clean and restart. DDU removes the driver completely and the computer restarts automatically.
Step 5: Reinstall the driver
After DDU finishes and the system reboots, download and install the latest driver for your card from the manufacturer links earlier in this step.
Step 3: Install the Microsoft Visual C++ Redistributable
Cinema 4D depends on the Microsoft Visual C++ runtime. If those runtime files are missing or were never installed, Windows can report an error about a missing .dll file (commonly an MSVCP file), and Cinema 4D may fail to start or experience unexpected behavior.
The fastest way to fix this is the small installer tool attached to this article. It installs every Microsoft Visual C++ Redistributable (2005 through the latest 2015 to 2022 release, both 32-bit and 64-bit) in one step, so you do not have to track each one down by hand.
Recommended: use the one-click installer tool
- Download install_vcredist.bat from the attachments at the bottom of this article.
- Close Cinema 4D if it is open.
- Right-click the downloaded
install_vcredist.batfile and choose Run as administrator. - Windows may show a "Security Warning" pop-up. The file is safe: Click "Run" to continue.
- A User Account Control (UAC) window will open: Click "Yes" to continue.
- A command prompt window will open and install all the Redistributables (may take 1-3 minutes)
When complete, you will see:
:: All Visual C++ Redistributables installed successfully!
Press any key to continue . . .
- Press any key to close the window and restart your computer.
- After your computer boots up, try launching Cinema 4D again.
winget is not recognized, use the manual method below instead.Manual method: download from Microsoft
- Go to Microsoft's official Visual C++ download page:
https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist - Download the latest Microsoft Visual C++ Redistributable for Visual Studio 2015 to 2022.
- Install both the x64 and the x86 versions, even on a 64-bit system. Cinema 4D and some of its components can require either one.
- Restart your computer and try launching Cinema 4D again.
The manual download only provides the current 2015 to 2022 runtime. If an older Cinema 4D version reports a missing redistributable from an earlier year, the one-click tool above is the better option since it covers every version.
.dll file from a "DLL download" website. These files are a common source of malware and the wrong version will cause further instability. Always install the complete official Microsoft Visual C++ Redistributable package above. If a specific DLL error still appears afterward, use the known-good copies from your own Cinema 4D installation as described in Step 4.Related articles for specific DLL errors If Windows names a specific file in the error, these guides cover the exact fix:
Step 4: Restore Cinema 4D's runtime libraries from the install folder
If Windows still reports a missing or corrupt .dll file after Step 3 (for example, a message naming MSVCP140.dll, vcruntime140.dll, libmmd.dll, or svml_dispmd.dll), you can repair it using the copies that ship inside your own Cinema 4D installation.
Close Cinema 4D, then:
- Open File Explorer (the folder icon on the taskbar, or press Windows key + E).
-
Click the address bar at the top, type the path below, and press Enter. Replace 2026 with the version you have installed:
C:\Program Files\Maxon Cinema 4D 2026\resource\libs\win64 -
Select these seven files. Hold the Ctrl key and click each one so they are all highlighted at the same time:
libmmd.dllmsvcp110.dllmsvcp120.dllmsvcp140.dllmsvcr120.dllsvml_dispmd.dllvcruntime140.dll
Do not select
win_thumbnail.dll. That file has a different purpose and is not needed for this fix. - Right-click any one of the highlighted files and choose Copy (or press Ctrl + C).
-
Click the address bar again, type the following, and press Enter:
C:\Windows\System32 - Right-click an empty area in this folder and choose Paste (or press Ctrl + V).
- Windows will ask for administrator permission to copy into this folder. Click Continue.
- Windows may report that files with these names already exist. Choose Replace the files in the destination. Replacing them ensures any corrupt copies are overwritten with the correct versions.
- Restart your computer and launch Cinema 4D again.
Step 5: Test without third-party plugins
Third-party plugins load while Cinema 4D is starting and stay active while you work, so a broken or incompatible plugin can crash Cinema 4D at launch, freeze it during use, or cause errors when you open certain projects or use specific features. Cinema 4D loads plugins from three different places, and a complete test means temporarily moving each one aside. Close Cinema 4D, then:
-
Move the application plugins folder to your desktop:
- Windows:
C:\Program Files\Maxon Cinema 4D <version>\plugins - macOS:
/Applications/Maxon Cinema 4D <version>/plugins
- Windows:
-
Move the preferences plugins folder to your desktop:
- Windows:
%appdata%\Maxon\Maxon Cinema 4D <version>_********\plugins - macOS:
/Users/USERNAME/Library/Preferences/Maxon/Maxon Cinema 4D <version>_********/plugins
- Windows:
-
Move
plugins.jsonto your desktop if it exists.
For context: any custom plugin paths you set in Edit > Preferences > Plugins are stored in aplugins.jsonfile at the root of the preferences folder above. The file is only present if a custom plugin path was added. - Launch Cinema 4D.
If Cinema 4D now starts, a plugin was the cause. Restore the application and preferences plugins folders one at a time, then add plugins back in small batches and restart Cinema 4D after each batch until the crash or unexpected behavior returns. The last batch you added contains the problem plugin. If you re-add every plugin from those two folders without the issue coming back, the problem plugin is in your custom plugin path: put plugins.json back, then add the plugins from that custom path back in small batches the same way until the issue returns.
The related article linked above walks through this isolation process in even more detail, including how to narrow down to the exact preference file at fault.
Step 6: Repair Windows system files with SFC and DISM
If Windows' own system files are damaged, shared components that Cinema 4D needs can be unstable. The built-in System File Checker (SFC) scans and repairs these files. No download is needed, this tool is already part of Windows.
- Close Cinema 4D.
- Click the Start button and type
cmd. - In the results, right-click Command Prompt and choose Run as administrator. Click Yes on the Windows permission prompt.
-
In the black window, type the following exactly and press Enter:
sfc /scannow - Wait for the scan to reach 100%. This can take 10 to 15 minutes. Do not close the window while it runs.
- Read the result:
- "Windows Resource Protection did not find any integrity violations." Your system files are healthy. The crash is not caused by Windows file corruption, so move on to the next step.
- "...found corrupt files and successfully repaired them." Restart your computer and try launching Cinema 4D again.
- "...found corrupt files but was unable to fix some of them." Continue to the DISM step below, then run SFC again.
If SFC could not repair everything, run DISM to repair the underlying Windows image, then run SFC one more time. In the same administrator window, run each command and let it finish before running the next:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
The DISM command needs an internet connection and can take 10 to 20 minutes. When both commands have finished, restart your computer and try Cinema 4D again.
Step 7: Repair or reinstall Cinema 4D
If none of the steps above help, the Cinema 4D installation itself may be incomplete or damaged. Reinstalling is the most reliable way to replace any missing or corrupt program files.
Uninstall the affected version
- Open the Maxon App and go to the Products tab.
- Find Cinema 4D in the list. Click the three-dot menu on the right side of the Cinema 4D row, then choose Uninstall.
- If you have more than one version of Cinema 4D installed, the Uninstall Cinema 4D dialog will ask which version to remove. Select the version that is crashing, then click Uninstall.
- Restart your computer once the uninstall finishes.
Reinstall Cinema 4D
- Open the Maxon App again and return to the Products tab.
- On the Cinema 4D row, click the small download (install) icon next to the Launch button.
- In the Cinema 4D Releases dialog that opens, find the version you want and click Install next to it.
- Wait for the download and install to complete, then launch Cinema 4D.
Prefer a standalone installer? The Maxon App is the easiest way to install or reinstall Cinema 4D, but standalone installers are also available:
- Maxon Downloads (current Cinema 4D release only)
- Where can I download the previously released updates / builds of Cinema 4D? (current & older releases)
Step 8: Update your motherboard BIOS / UEFI firmware
In some cases, an outdated motherboard BIOS or UEFI firmware can cause Cinema 4D to crash, freeze, or experience other unexpected behavior. BIOS updates ship fixes for CPU compatibility, memory handling, and how the system initializes the graphics card, all of which Cinema 4D depends on. Updating to the latest stable BIOS for your hardware can resolve these otherwise difficult-to-diagnose issues.
Identify your hardware
- Press the Windows key, type
System Information, and open it. - Look at the BaseBoard Manufacturer and BaseBoard Product fields. These tell you who made your motherboard and which model it is. Also note the BIOS Version/Date field, which shows the version currently installed.
- For a prebuilt PC (Dell, HP, Lenovo, ASUS, Acer, etc.), look up your machine by its Service Tag, Serial Number, or model on the manufacturer's support page instead. The BIOS lives there.
Update the BIOS
- Go to the support page for your motherboard manufacturer (or your PC manufacturer for a prebuilt) and find your model.
- Compare the latest available BIOS version with the one currently installed. If yours is older, download the latest stable release.
- Follow the manufacturer's instructions exactly. Most modern boards offer an in-BIOS updater (for example ASUS EZ Flash, MSI M-Flash, Gigabyte Q-Flash, ASRock Instant Flash), which is the safest method. Prebuilt PCs usually provide a Windows-based updater (Dell Command Update, HP Support Assistant, Lenovo Vantage, MyASUS).
- Do not turn the computer off or unplug it during the update. The system will restart on its own when the update is finished.
- Once the update is complete, launch Cinema 4D again.
Step 9: Check antivirus and security software
On very rare occasions, antivirus and endpoint security tools flag a Cinema 4D file as suspicious and quarantine or block it. When a required file is blocked, Cinema 4D can crash on launch or fail during specific operations. This is uncommon, but it is worth checking if the steps above have not helped.
- Open your antivirus software and check its quarantine or protection history for anything related to Cinema 4D or Maxon. Restore any Cinema 4D files it has removed.
- Add an exclusion for the Cinema 4D installation folder, by default
C:\Program Files\Maxon Cinema 4D <version>. - Temporarily disable the antivirus and try launching Cinema 4D once to confirm whether it is the cause. Turn protection back on afterward.
- If a file was quarantined, reinstall Cinema 4D after adding the exclusion so the missing file is replaced cleanly.
Still having issues? Collect logs and contact support
If Cinema 4D is still crashing, freezing, failing to start, or experiencing unexpected behavior after the steps above, the support team will need your system report and log files to investigate. The Maxon Support Tool gathers everything automatically, so there is no need to hunt for log files yourself.
- Download and run the Maxon Support Tool for your operating system. See How to use the Maxon Support Tool to easily gather logs for Maxon Support for download links and step-by-step Windows and macOS instructions.
- Once you have the log folder, zip it and attach it to a support ticket.
Comments
0 comments
Article is closed for comments.