About Store Forum Documentation Contact



Post Reply 
Some tutorials freeze on Lion OS?
Author Message
Ryan Offline
Member

Post: #1
Some tutorials freeze on Lion OS?
Hi, Esenthel looked great so I downloaded it, but i can only get some of the tutorials to run after compilation on my mac, others (generally more complex full screen examples) cause the computer to freeze on the white loading screen. This also happens when I try to open the "Tutorials" app.

Any help would be great appreciated, I would love to check out the capabilities of this engine before buying!

Thanks
Ryan
okay, not sure if this is related, but on the minimap tutorial demo the program crashes at startup due to this line in the template.h header file..


T2(KEY,DATA) DATA* Map<KEY,DATA>::operator()(C KEY &key) {return (DATA*)_Map::operator()(&key);}
(This post was last modified: 01-11-2012 09:57 PM by Ryan.)
01-11-2012 09:04 PM
Find all posts by this user Quote this message in a reply
Desul Offline
Member

Post: #2
RE: Some tutorials freeze on Lion OS?
The Esenthel wiki says that when working on a mac, you should not use fullscreen.

http://www.esenthel.com/wiki/index.php?title=Mac

Not sure if that will fix it, but worth a shot!
01-11-2012 10:16 PM
Find all posts by this user Quote this message in a reply
Wireframe Offline
Member

Post: #3
RE: Some tutorials freeze on Lion OS?
Is this problem just in debug-mode or too in release-mode?
01-11-2012 10:52 PM
Find all posts by this user Quote this message in a reply
Ryan Offline
Member

Post: #4
RE: Some tutorials freeze on Lion OS?
guessing I'm working in debug mode, how do you change the mode?
01-12-2012 01:42 AM
Find all posts by this user Quote this message in a reply
Ryan Offline
Member

Post: #5
RE: Some tutorials freeze on Lion OS?
they still don't seem to work when D.full is set to false & the screen size is 600x800
"EXC_BAD_ACCESS"
(This post was last modified: 01-12-2012 02:58 AM by Ryan.)
01-12-2012 02:52 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Some tutorials freeze on Lion OS?
Thank you, I will check the tutorials on Lion.

It would be helpful if you list some of the tutorials that are not working (preferrably with screens of debug call stack visible).

And provide your system configuration.

Thank you so much
01-12-2012 12:22 PM
Find all posts by this user Quote this message in a reply
Ryan Offline
Member

Post: #7
RE: Some tutorials freeze on Lion OS?
New macbook pro - Processor 2 GHz Intel Core i7, Memory 4 GB 1333 MHz DDR3, Graphics AMD Radeon HD 6490M 256 MB

I have just tried the '21 - Physical Clothing.ccp' demo and line 46 causes it to crash, even when full screen is off, I can give you more examples if you like, simpler demos will work though, such as the input one.
01-12-2012 03:09 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #8
RE: Some tutorials freeze on Lion OS?
currently Mac uses Bullet physics engine which does not support physical clothing, this will be changed when I add physx 3.1 support

although it should not crash, so thanks for reporting, I will check this.
01-13-2012 03:50 PM
Find all posts by this user Quote this message in a reply
Post Reply