1 |
1 |
1 |
|
yes |
I see the title screen and intro screen, but I can not see the game board, the game music is good! C:\Python27\python.exe C:/Users/TJ/Desktop/bouncer/bouncer/main.py Warning: pandac.PandaModules is deprecated, import from panda3d.core instead Known pipe types: wglGraphicsPipe (all display modules loaded.) :pnmimage:png(warning): iCCP: known incorrect sRGB profile Traceback (most recent call last): File "C:\Panda3D-1.10.0\direct\showbase\EventManager.py", line 46, in eventLoopTask self.doEvents() File "C:\Panda3D-1.10.0\direct\showbase\EventManager.py", line 40, in doEvents processFunc(self.eventQueue.dequeueEvent()) File "C:\Panda3D-1.10.0\direct\showbase\EventManager.py", line 97, in processEvent messenger.send(eventName, paramList) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send self.__dispatch(acceptorDict, event, sentArgs, foundWatch) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch method (*(extraArgs + sentArgs)) File "C:\Panda3D-1.10.0\direct\gui\DirectButton.py", line 103, in commandFunc self['command'](*self['extraArgs']) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send self.__dispatch(acceptorDict, event, sentArgs, foundWatch) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch method (*(extraArgs + sentArgs)) File "C:/Users/TJ/Desktop/bouncer/bouncer/main.py", line 307, in exitApp self.userExit() File "C:\Panda3D-1.10.0\direct\showbase\ShowBase.py", line 2816, in userExit self.exitFunc() File "C:/Users/TJ/Desktop/bouncer/bouncer/main.py", line 478, in __writeConfig page.makeDeclaration("difficulty", 0) TypeError: Arguments must match: make_declaration(const ConfigPage self, ConfigVariableCore variable, str value) make_declaration(const ConfigPage self, str variable, str value) :task(error): Exception occurred in PythonTask eventManager Traceback (most recent call last): File "C:/Users/TJ/Desktop/bouncer/bouncer/main.py", line 487, in main.run() File "C:\Panda3D-1.10.0\direct\showbase\ShowBase.py", line 3029, in run self.taskMgr.run() File "C:\Panda3D-1.10.0\direct\task\Task.py", line 514, in run self.step() File "C:\Panda3D-1.10.0\direct\task\Task.py", line 468, in step self.mgr.poll() File "C:\Panda3D-1.10.0\direct\showbase\EventManager.py", line 46, in eventLoopTask self.doEvents() File "C:\Panda3D-1.10.0\direct\showbase\EventManager.py", line 40, in doEvents processFunc(self.eventQueue.dequeueEvent()) File "C:\Panda3D-1.10.0\direct\showbase\EventManager.py", line 97, in processEvent messenger.send(eventName, paramList) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send self.__dispatch(acceptorDict, event, sentArgs, foundWatch) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch method (*(extraArgs + sentArgs)) File "C:\Panda3D-1.10.0\direct\gui\DirectButton.py", line 103, in commandFunc self['command'](*self['extraArgs']) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 326, in send self.__dispatch(acceptorDict, event, sentArgs, foundWatch) File "C:\Panda3D-1.10.0\direct\showbase\Messenger.py", line 411, in __dispatch method (*(extraArgs + sentArgs)) File "C:/Users/TJ/Desktop/bouncer/bouncer/main.py", line 307, in exitApp self.userExit() File "C:\Panda3D-1.10.0\direct\showbase\ShowBase.py", line 2816, in userExit self.exitFunc() File "C:/Users/TJ/Desktop/bouncer/bouncer/main.py", line 478, in __writeConfig page.makeDeclaration("difficulty", 0) TypeError: Arguments must match: make_declaration(const ConfigPage self, ConfigVariableCore variable, str value) make_declaration(const ConfigPage self, str variable, str value) |