drawcode / oolongengine

Automatically exported from code.google.com/p/oolongengine
0 stars 0 forks source link

OpenGLESExt.h missing, Skeleton2 not running on Device #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The latest revisions 139 and 140 have introduced several problems. 
First, OpenGLESExt.h is missing, but is included by Textures.mm.
Second, most of the examples reference the EAGLView.h/.m in the wrong folders 
(since there are 
separate ES1 and ES2 folders now).
Even after fixing the references, I can not get Skeleton2 to run on the device 
(Skeleton1 works, 
Skeleton2 works in the simulator). Looking into the console I see the following 
error:

Assertion failed: (au != __null), function m_deallocator, file 
/Users/matthias/Documents/iPhone 
Dev/Engines/oolongengine/Oolong Engine2/Examples/Renderer/01 
Skeleton2/../../../Utility/MemoryManager/mmgr.cpp, line 1460.

This happens every single time I start the example.

Original issue reported on code.google.com by mbuchet...@gmail.com on 19 Jul 2009 at 10:28

GoogleCodeExporter commented 9 years ago
Just making it official :-)

Original comment by jay...@gmail.com on 19 Jul 2009 at 11:03

GoogleCodeExporter commented 9 years ago
Check Revisions 141 (For the simple readdition of the OpenGLESExt.h) and 142 
(for the
addition of all of the project files.)

Everything should be working properly with the original device, now.

As per Skeleton2 not running on the actual device, Hopefully I'll be able to get
working on that this afternoon.  I'll update here as soon as I can reproduce the
issue at hand.

Alan Green!

Original comment by atgr...@gmail.com on 20 Jul 2009 at 9:10

GoogleCodeExporter commented 9 years ago
Check out r. 144.  I'm closing this ticket as per the information located 
there.  If
there are any questions, feel free to re-open the tiket or shoot me an e-mail.  
I'm
changing the message to "Fixed" because of the changes to the .project files (as
opposed to "WontFix" which is probably more appropriate given the current state 
of
Skeleton2).

Original comment by atgr...@gmail.com on 22 Jul 2009 at 9:57