Last week, I was getting a lot of crashes while trying to render in Karma, it was the blue screen of death errors, and when I open a blank Houdini session and go to Solaris, it'd display this error.
I have since deleted all Houdini versions and installed fresh.
How can I get rid of this error?
Here's the full error msg:
There is an error in the Scene Graph Details script.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.751/houdini/python_panels/SceneGraphDetails.pypanel", line 24, in onCreateInterface
toolutils.safe_reload(panel)
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.751/houdini/python3.10libs\scenegraphdetails\panel.py", line 451, in __init__
decomposexforms = self.prefs.getPref(
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.751/houdini/python3.10libs\husdui\prefs.py", line 335, in getPref
prefs = self._getPrefs()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.751/houdini/python3.10libs\husdui\prefs.py", line 319, in _getPrefs
self._prefs = json.load(f)
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.751\python310\lib\json\__init__.py", line 293, in load
return loads(fp.read(),
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.751\python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.751\python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.751\python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)