Page 2 of 2
Re: C4D Crash and Refuse to Open
Posted: Sat Mar 14, 2020 2:59 pm
by donantonio99
Hi! What exactly helped you there? I got just the same issue, but with another DLL - Wintab32.dll. Please answer )
Re: C4D Crash and Refuse to Open
Posted: Wed Oct 28, 2020 6:14 pm
by franchus
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.
Re: C4D Crash and Refuse to Open
Posted: Sat Dec 12, 2020 4:05 am
by marcus1070
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
Re: C4D Crash and Refuse to Open
Posted: Mon Mar 22, 2021 10:06 am
by polygonface
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...
Re: C4D Crash and Refuse to Open
Posted: Tue Apr 27, 2021 8:18 am
by joandivins
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"