Page 1 of 1

Houdini 19 does not start with cgru 3.2.1

Posted: Thu Dec 16, 2021 7:01 pm
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

Re: Houdini 19 does not start with cgru 3.2.1

Posted: Sat Dec 18, 2021 3:40 pm
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

Re: Houdini 19 does not start with cgru 3.2.1

Posted: Mon Dec 20, 2021 8:48 pm
by Juan3d
https://github.com/CGRU/cgru/blob/maste ... hon.cmd#L9

Removing this line worked great
thanks!