You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: 1
AssertionError Exception in Tk callback
Function: <function DNASerializer.loadSpecifiedDNAFile at 0x000001D852B1ED30> (type: <class 'function'>)
Args: ()
Traceback (innermost last):
File "C:\Panda3D-1.11.0-Py39-x64\Pmw\Pmw_2_0_0\lib\PmwBase.py", line 1760, in call
return self.func(*args)
File "C:\Users\Gabep\Downloads\OpenLevelEditor\toontown\leveleditor\DNASerializer.py", line 38, in loadSpecifiedDNAFile
DNASerializer.loadDNAFromFile(dnaFilename)
File "C:\Users\Gabep\Downloads\OpenLevelEditor\toontown\leveleditor\DNASerializer.py", line 79, in loadDNAFromFile
if node.getNumParents() == 1:
AssertionError: _error_type == ET_ok && other._error_type == ET_ok at line 826 of panda/src/pgraph/nodePath.cxx
GabeTheReallyHappyDog48
changed the title
when I load a dna file i get this Error: 1 AssertionError Exception in Tk callback Function: <function DNASerializer.loadSpecifiedDNAFile at 0x000001D852B1ED30> (type: <class 'function'>) Args: () Traceback (innermost last): File "C:\Panda3D-1.11.0-Py39-x64\Pmw\Pmw_2_0_0\lib\PmwBase.py", line 1760, in __call__ return self.func(*args) File "C:\Users\Gabep\Downloads\OpenLevelEditor\toontown\leveleditor\DNASerializer.py", line 38, in loadSpecifiedDNAFile DNASerializer.loadDNAFromFile(dnaFilename) File "C:\Users\Gabep\Downloads\OpenLevelEditor\toontown\leveleditor\DNASerializer.py", line 79, in loadDNAFromFile if node.getNumParents() == 1: AssertionError: _error_type == ET_ok && other._error_type == ET_ok at line 826 of panda/src/pgraph/nodePath.cxx
when I load a dna file i get this
Apr 4, 2021
Describe the bug
Reproduction Steps
Expected behavior
Attachments
System Info
Checklist
The text was updated successfully, but these errors were encountered: