-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black Screen on Asus TF700 and NEXUS10 #65
Comments
This black screen problem seems to appear on every android device with high resolutions, like nexus10. Perhaps some parameters of cocos2d could be adjusted to work with such high resolutions? |
It seems that the screen only goes black if you start the app in portrait mode CCDirector.sharedDirector().setLandscape(false);, landscape mode works fine. This is true for my app (which is always in portrait mode) but also the cocos2d-test scripts. At the moment i don't know how to fix this. Anyone has an idea? |
this prolbem is appera in htc butterfly |
you should set orientation in androidManifest.xml but not in the code. 2013/1/16 tianzc notifications@github.com
|
i tried,but doesn't work |
This works for me. But I don't know exactly why :) It seems that cocos2d fails if the screen resolution is to high. But if I set the screen size manually with this function it works and I can use the whole device resolution anyway. The "setScreenSize" only seems to fix some internal things in cocos2d so that it works in all resolutions. At the moment I don't have the time to dig deeper in this problem. |
According to what you said,it doesn't work change
to problem is resolve,but i don't know why? Is it does not support3D? |
It might be because texture max size is 1024 for height and width? 2013/1/16 tianzc notifications@github.com
|
it doesn't works,too |
Solution to above mentioned problem is: It works! |
Several users reported problems with my Apps on a Asus TF700. Update: AND Nexus10
The game starts, but the screen is black. But it seems the game is running. If they touch the black screen, where normally the start button would be, they see the replaceScene animation, but only on one half of the screen, the other half is black, after the replaceScene is finished the screen goes fully black again.
I don't have a TF700 to investigate this error and Asus refused my mail request to lend me a test device for a few days.
Has anyone an idea whats wrong with this device?
The text was updated successfully, but these errors were encountered: