soupday / CCiC-Blender-Pipeline-Plugin

Python plugin for CC4 and iClone8 to re-import character exports from CC3/CC4 Blender Tools auto-setup add-on.
GNU General Public License v3.0
98 stars 15 forks source link

"CC/IC Plug-in and Blender Add-on versions do not match" error in Blender 4.2 #59

Open EthanP22 opened 3 weeks ago

EthanP22 commented 3 weeks ago

Hello, having some issues with the plug-in. I updated blender to 4.2, now the plug in isn't working. I updated the plug-in to v.2.1.6 in blender and have the latest version of CC4 installed. But when I run the GoB I get the error below in blender

CC/IC Plug-in and Blender Add- on versions do not match! Blender add - on version v.2.1.6 CC/iC plug-in version: *Compatible plug-in versions ['2.1.6']

I've tried manually installing the add on into CC4 and Blender I've completely reinstalled CC4 to try and fix it. Can you please let me know how I can fix this? Thank you.

soupday commented 3 weeks ago

Are you running 2.1.6 in CC4 too?

Are there any errors in the Console log in CC4: Menu - Script > Console Log

EthanP22 commented 3 weeks ago

I believe so, I tried to manually install it following the instructions on the github page at first and that didn't work so I tried to completely re-install CC4 and that didn't work either. Here's what the console log from CC4 says. Thank you for your quick response, sorry mine is late I had to wait to get off work.

using Blender Executable Path: C:/Program Files (x86)/Steam/steamapps/common/Blender/blender.exe Using Datalink Folder: C:/Users/Ethan/AppData/Local/Temp/CharacterCreator4Temp/Data Link using Blender Executable Path: C:/Program Files (x86)/Steam/steamapps/common/Blender/blender.exe Using Datalink Folder: C:/Users/Ethan/AppData/Local/Temp/CharacterCreator4Temp/Data Link Using project name: CC4 - ToothFairy Service timer started Listening on TCP *:9333 Using DataLink Project Path: C:\Users\Ethan\AppData\Local\Temp\CharacterCreator4Temp\Data Link\CC4 - ToothFairy Writing Blender Launch Script: C:\Users\Ethan\AppData\Local\Temp\CharacterCreator4Temp\Data Link\CC4 - ToothFairy\go_b.py Launching Blender...

New Avatar Export, Fbx Exporting Avatar FBX: C:\Users\Ethan\AppData\Local\Temp\CharacterCreator4Temp\Data Link\CC4 - ToothFairy\imports\ToothFairy\ToothFairy.fbx Exporting with current animation: 0 - 1 Incoming connection received from: 127.0.0.1:1803 Hello Received Connected to: Blender 4.2.0 Using file path: C:\Users\Ethan\AppData\Local\Temp\CharacterCreator4Temp\Data Link\CC4 - ToothFairy *Error: Client socket receive:recv failed! -> ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None) Service timer stopped Closing Client Socket Closing Server Socket C:\Users\Ethan\AppData\Local\Temp\CharacterCreator4Temp\Data Link\CC4 - ToothFairy\imports\ToothFairy\ToothFairy.json C:\Users\Ethan\AppData\Local\Temp\CharacterCreator4Temp\Data Link\CC4 - ToothFairy\imports\ToothFairy\ToothFairy.fbx

soupday commented 3 weeks ago

*Error: Client socket receive:recv failed!

That's interesting!

I changed those error messages quite some time ago. That's from version 2.0.8 of the plug-in.

My guess is you have another older version in the OpenPlugin folder that's causing problems. Clean them all out and just install the latest.

EthanP22 commented 3 weeks ago

That worked! Thank you so much!