Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when I load a dna file i get this #34

Closed
2 tasks
GabeTheReallyHappyDog48 opened this issue Apr 4, 2021 · 2 comments
Closed
2 tasks

when I load a dna file i get this #34

GabeTheReallyHappyDog48 opened this issue Apr 4, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@GabeTheReallyHappyDog48
Copy link

Describe the bug

Reproduction Steps

Expected behavior

Attachments

System Info

  • OS:
  • Command Line:
  • Source of resources
  • Panda Version:

Checklist

  • Did you read the entirety of the readme?
  • Did you check for duplicate issues?
@GabeTheReallyHappyDog48 GabeTheReallyHappyDog48 added the bug Something isn't working label Apr 4, 2021
@GabeTheReallyHappyDog48
Copy link
Author

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 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
@drewc5131
Copy link
Collaborator

Wanna try that again? Attach the full output from the console. also fill out the bug report properly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants