Houdini 19 does not start with cgru 3.2.1

Post Reply
Juan3d
Posts: 4
Joined: Fri Oct 08, 2021 3:41 pm

Houdini 19 does not start with cgru 3.2.1

Post by Juan3d »

hi i'm having a problem with houdini 19
It does not start from the afanasy launcher with the cgru 3.2.1 version but 3.2.0 starts fine
maybe something changed in h19
I do not understand well what is happening


win 10
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Houdini 19 does not start with cgru 3.2.1

Post by timurhai »

Hi!
3.2.1 windows release moved on an new MSVC Python and Qt versions:
https://cgru.readthedocs.io/en/latest/c ... tml#v3-2-1
This is a most probably reason of a new error.

For now i do not have MS Windows and Houdini by hand.
You can play with these files:
https://github.com/CGRU/cgru/blob/maste ... python.cmd
https://github.com/CGRU/cgru/blob/maste ... oudini.cmd
May we should change environment initialization.

Try to remove this line first:
https://github.com/CGRU/cgru/blob/maste ... hon.cmd#L9

If keeper will not start after it, restore this line, and place

Code: Select all

set QT_QPA_PLATFORM_PLUGIN_PATH=
here:
https://github.com/CGRU/cgru/blob/maste ... ini.cmd#L3
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
Juan3d
Posts: 4
Joined: Fri Oct 08, 2021 3:41 pm

Re: Houdini 19 does not start with cgru 3.2.1

Post by Juan3d »

https://github.com/CGRU/cgru/blob/maste ... hon.cmd#L9

Removing this line worked great
thanks!
Post Reply