flaithbheartaigh / ensymble

Automatically exported from code.google.com/p/ensymble
GNU General Public License v2.0
0 stars 0 forks source link

app with opengl is not working after using ensymble #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. package one of the open gl demos e.g: 3dcube.py gles_demo.py 
gles_simplecube.py etc pp
2. install the 3d.sis File on a Mobile, where pys60 2.x is installed
3. start that, and nothing happens.inside the "scripting shell" everything is 
ok.

What is the expected output? What do you see instead?
i expect a turning cube. but get a empty window, 0.5 sec later it terminates.

What version of the product are you using? On what operating system?
0.28 2009-01-30, part of the official pys60 version 2.0
Windows XP, Symbian 3rdFP2

Please provide any additional information below.
none opengl apps are running without any problems
eg my IGCLogger: http://sites.google.com/site/pys60software/

Please find a solution...

Thanks,
Thomas

Original issue reported on code.google.com by thomasth...@googlemail.com on 19 Jul 2010 at 8:07

GoogleCodeExporter commented 8 years ago
i tried to figure out where the app terminates.
it is this Line:
self.canvas = 
GLCanvas(redraw_callback=self.redraw,event_callback=self.event,resize_callback=s
elf.resize)

Original comment by thomasth...@googlemail.com on 19 Jul 2010 at 8:38