Graphics Acceleration Error in BlackBerry Simulator

本小妞迷上赌 提交于 2019-12-05 13:49:32
lewisrm

I develop with Blackberry SDK for Eclipse (plugin) and I appeared the same problem.

I solved by adding the line <BodyBuilder::opengl-acceleration>0</BodyBuilder::opengl-acceleration> in file fledge-settings.conf found in the following directory C: \ eclipse \ plugins \ net.rim.ejde . componentpack7.1.0_7.1.0.10 \ components \ simulator

If this line exists only change the value that is between the tags <> value <> to 0.

Shams Sheikh

Try the following:

Navigate to the folder where eclipse has installed. In my case it has installed on desktop. ie C:\Users\Username\Desktop\eclipse\ After this navigate to the plugin folder -> Blackberry Installed SDK folder -> Components -> Simulator. Then try to search for file fledge-settings.conf . Open this using Notepad or any editor. Add the below line

<BodyBuilder::opengl-acceleration>0</BodyBuilder::opengl-acceleration>

before </fledge-configuration> tag.

Path to navigate fledge-settings.conf file:

C:\Users\Username\Desktop\eclipse\plugins\net.rim.ejde.componentpack7.1.0_7.1.0.10\components\simulator

More info

Turn off Graphics Acceleration. For BlackBerry Torch 9800 simulator, where to find turning off option (red marker) is shown in following image. Try something like that on your simulator.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!