| Issue 64: | launcher.py and start.py fail to initialize after connecting to an external display | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. On launching start.py after connecting an external display(Projector) What is the expected output? What do you see instead? instead of launching the application in fullscreen mode it will give the following error in terminal:- [INFO ] Fbo will use hardware Framebuffer [INFO ] listening for Tuio on 127.0.0.1:3333 address /tuio/2Dcur not found [’/tuio/2Dcur’, ‘,sifffffff’, ‘set’, 4196, 0.99028271436691284, 0.99447876214981079, 0.0, 0.0, 0.0, 0.25896400213241577, 0.26424592733383179] address /tuio/2Dcur not found [’/tuio/2Dcur’, ‘,sifffffff’, ‘set’, 4197, 0.91564416885375977, 0.0015337467193603516, 0.0, 0.0, 0.0, 0.20375803112983704, 0.283855140209198] address /tuio/2Dcur not found [’/tuio/2Dcur’, ‘,sifffffff’, ‘set’, 4198, 0.6736406683921814, 0.17588652670383453, 0.0, 0.0, 0.0, 0.13947767019271851, 0.19464081525802612] address /tuio/2Dcur not found [’/tuio/2Dcur’, ‘,sifffffff’, ‘set’, 4199, 0.91771852970123291, 0.81626927852630615, 0.0, 0.0, 0.0, 0.063753962516784668, 0.079132288694381714] address /tuio/2Dcur not found [’/tuio/2Dcur’, ‘,siiii’, ‘alive’, 4196, 4197, 4198, 4199] address /tuio/2Dcur not found [’/tuio/2Dcur’, ‘,si’, ‘fseq’, 0] [INFO ] Leaving application in progress… Traceback (most recent call last): File “start.py”, line 148, in runTouchApp() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pymt/mtpyglet.py”, line 477, in runTouchApp pymt_evloop.run() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pyglet/app/carbon.py”, line 51, in run self._setup() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pyglet/app/__init__.py”, line 153, in _setup window.dispatch_pending_events() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pyglet/window/carbon/__init__.py”, line 665, in dispatch_pending_events self._recreate_immediate() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pyglet/window/carbon/__init__.py”, line 463, in _recreate_immediate self._create() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pyglet/window/carbon/__init__.py”, line 549, in _create _aglcheck() File “/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- packages/pyglet/window/carbon/__init__.py”, line 1365, in _aglcheck raise CarbonException(cast(agl.aglErrorString(err), c_char_p).value) pyglet.window.carbon.CarbonException: invalid fullscreen drawable What version of the product are you using? On what operating system? pymt 0.2 on Mac OS X 10.5.6 Please provide any additional information below. works perfectly when i run it in windowed mode but doesn't work in fullscreen mode
Jul 28, 2009
Please provide more info about this.
Aug 29, 2009
Unable to have more info about this, can't fix it :/
Status:
Invalid
|
Owner: txprog
Labels: Component-Core