We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 going to the Estate, the AI crashes giving an AssertionError.
File "C:\Users\Ghost\Desktop\toontown-src-py3.0-master\toontown\distributed\ToontownInternalRepository.py", line 19, in getAvatarIdFromSender
return self.getMsgSender() & 0xFFFFFFFF AssertionError: func != nullptr at line 588 of panda/src/event/pythonTask.cxx
return self.getMsgSender() & 0xFFFFFFFF
AssertionError: func != nullptr at line 588 of panda/src/event/pythonTask.cxx
Is this a known issue? Or just a Python 3.8+ issue? I feel as if I've come across this bug on Python 2.8 before.
I've compiled the latest custom Panda3D and pointed my path to it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When going to the Estate, the AI crashes giving an AssertionError.
Is this a known issue? Or just a Python 3.8+ issue?
I feel as if I've come across this bug on Python 2.8 before.
I've compiled the latest custom Panda3D and pointed my path to it.
The text was updated successfully, but these errors were encountered: