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

Crash changing windows #40

Closed
hunterboppen opened this issue Jun 21, 2022 · 1 comment
Closed

Crash changing windows #40

hunterboppen opened this issue Jun 21, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@hunterboppen
Copy link

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 "C:\Users\hunte\Downloads\OpenLevelEditor-master (1)\OpenLevelEditor-master\ttle.py", line 261, in
ToontownLevelEditor().run()
File "C:\Panda3D-1.11.0-Py39-x64\direct\showbase\ShowBase.py", line 3316, in run
self.taskMgr.run()
File "C:\Panda3D-1.11.0-Py39-x64\direct\task\Task.py", line 535, in run
self.step()
File "C:\Panda3D-1.11.0-Py39-x64\direct\task\Task.py", line 489, in step
self.mgr.poll()
File "C:\Users\hunte\Downloads\OpenLevelEditor-master (1)\OpenLevelEditor-master\toontown\leveleditor\PieMenu.py", line 91, in pieMenuTask
self.performAction(self.initialState)
File "C:\Users\hunte\Downloads\OpenLevelEditor-master (1)\OpenLevelEditor-master\toontown\leveleditor\PieMenu.py", line 41, in performAction
self.action(value)
File "C:\Users\hunte\Downloads\OpenLevelEditor-master (1)\OpenLevelEditor-master\toontown\leveleditor\LevelStyleManager.py", line 969, in setCurrent
messenger.send('select
' + self.name, [self._current])
File "C:\Panda3D-1.11.0-Py39-x64\direct\showbase\Messenger.py", line 336, in send
self.__dispatch(acceptorDict, event, sentArgs, foundWatch)
File "C:\Panda3D-1.11.0-Py39-x64\direct\showbase\Messenger.py", line 421, in __dispatch
result = method (*(extraArgs + sentArgs))
File "C:\Users\hunte\Downloads\OpenLevelEditor-master (1)\OpenLevelEditor-master\toontown\leveleditor\LevelEditor.py", line 2068, in setWindowCount
self.DNATarget = self.createWindows()
File "C:\Users\hunte\Downloads\OpenLevelEditor-master (1)\OpenLevelEditor-master\toontown\leveleditor\LevelEditor.py", line 1707, in createWindows
newDNAWindows.setWindowCount(self.getCurrent('window_count'))
TypeError: arguments do not match any function overload

@hunterboppen hunterboppen added the bug Something isn't working label Jun 21, 2022
@drewc5131
Copy link
Collaborator

Please follow proper report format.

@drewc5131 drewc5131 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2022
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