OpenToontownTools / OpenLevelEditor

An open sourced modernized version of Disney's in-house Toontown Online level editor used to create .dna files.
MIT License
57 stars 14 forks source link

Traceback #33

Closed GamerBoy563 closed 3 years ago

GamerBoy563 commented 3 years ago

Traceback (most recent call last): File "C:\Panda3D-1.11.0-py39-x64\python\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Panda3D-1.11.0-py39-x64\python\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master\ttle.py", line 258, in ToontownLevelEditor().run() File "E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master\ttle.py", line 146, in init self.le = LevelEditor.LevelEditor() File "E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master\toontown\leveleditor\LevelEditor.py", line 103, in init self.styleManager = LevelStyleManager(NEIGHBORHOODS, NEIGHBORHOOD_CODES) File "E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master\toontown\leveleditor\LevelStyleManager.py", line 21, in init self.createWallStyleAttributes() File "E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master\toontown\leveleditor\LevelStyleManager.py", line 169, in createWallStyleAttributes self.createWallStyleMenu(neighborhood, attribute.getDict())) File "E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master\toontown\leveleditor\LevelStyleManager.py", line 252, in createWallStyleMenu bounds = node.getBounds() AssertionError: !is_empty() at line 538 of panda/src/pgraph/nodePath.cxx

E:\Downloads\OpenLevelEditor-master\OpenLevelEditor-master>pause

NathanX-S commented 3 years ago

this provides no context as to how the.. crash? occured? and is literally just a traceback copy pasted

GamerBoy563 commented 3 years ago

Its not a crash it just happened when I loaded it

NathanX-S commented 3 years ago

loaded what? the program?

drewc5131 commented 3 years ago

Please follow the template when creating an issue. I am going to close this because theres no context.