C4D Crash and Refuse to Open
Moderators: ChrisHekman, aoktar
- donantonio99
- Posts: 7
- Joined: Wed Jun 21, 2017 4:21 pm
Hi! What exactly helped you there? I got just the same issue, but with another DLL - Wintab32.dll. Please answer )
Same wintab32.dll error here. It is totally annoying and it makes it impossible to work. Just a theory... do you have a tablet? what brand? I read a guy on Reddit saying the Huion tablet driver made c4d crash, I have uninstalled and disconnected my tablet and will keep you posted on the result.
- marcus1070
- Posts: 45
- Joined: Mon Nov 07, 2011 3:14 pm
- Location: Brisbane - AU
- Contact:
donantonio99 wrote:Hi! What exactly helped you there? I got just the same issue, but with another DLL - Wintab32.dll. Please answer )
franchus wrote:Same wintab32.dll error here. It is totally annoying and it makes it impossible to work. Just a theory... do you have a tablet? what brand? I read a guy on Reddit saying the Huion tablet driver made c4d crash, I have uninstalled and disconnected my tablet and will keep you posted on the result.
Same problem here.. i uninstalled the software and deleted the wintab32.dll from system32.. and at the same time the problem is gone!.. i was needed to restart windows to open c4d again but was not necessary this time, 4d instantly opened after deleting it
- Win 10 Pro 64bit
- 64gb Ram
- RTX 3090
- RTX 2080
- Nvidia driver version: 516.94
- Cinema 4d r25
- Plugin version Studio+ 2022.1(r7)
http://www.marcusrizzo.com
- 64gb Ram
- RTX 3090
- RTX 2080
- Nvidia driver version: 516.94
- Cinema 4d r25
- Plugin version Studio+ 2022.1(r7)
http://www.marcusrizzo.com
- polygonface
- Posts: 13
- Joined: Sat Jun 13, 2015 11:24 am
A way whole day gone with this and finally got here. The issue exists with Huion Kamvas 22 as well. Sudden freezes on different projects and tabs, when opening the material editor, octane settings, sending into picture viewer etc. Also with different octane versions, like the latest 4 and the 2020 version as well. After wintab32.dll was deleted, everything is got back to normal. Thank all of you! UPDATE: When dll is deleted, the pressure sensitivity of the pen is off, so it's a bit annoying...
- joandivins
- Posts: 1
- Joined: Sun Jul 12, 2015 5:30 pm
Hi,
I'd the same problem years ago.
I had to make a .bat to rename the wintab32.dll to wintab32_.dll...
So I have a WintabON.bat and a wintabOFF.bat (I use the OFF to work on C4D and Octane) and when I have to change to a program that use the wintab like Zbrush I execute the ON bat.
That's the only way I managed to make huion work with Octane... Hope some day Huion or Octane don't use the wintab32.dll to work...
This is the easy tex to make this .bat:
@echo off
ren "wintab32.dll" "wintab32_.dll"
I'd the same problem years ago.
I had to make a .bat to rename the wintab32.dll to wintab32_.dll...
So I have a WintabON.bat and a wintabOFF.bat (I use the OFF to work on C4D and Octane) and when I have to change to a program that use the wintab like Zbrush I execute the ON bat.
That's the only way I managed to make huion work with Octane... Hope some day Huion or Octane don't use the wintab32.dll to work...
This is the easy tex to make this .bat:
@echo off
ren "wintab32.dll" "wintab32_.dll"