07-05-2012 09:41 AM
Been having trouble getting the simulator running, I get the warning about OpenGL/acceleration and then fledge crashes.
I thought I'd found the answer here: http://supportforums.blackberry.com/rim/board/mess
This is the whole file:
<?xml version="1.0" encoding="utf-8"?>
<fledge-profiles/>
Does anyone know what I can do to get graphics acceleration switched off in this instance?
Solved! Go to Solution.
07-05-2012 11:23 AM
So you can't even open the simulator to disable acceleration from the menu?
Did you try to copy/paste the BodyBuilder tag into the XML file?
07-05-2012 11:50 AM
To be honest, no, I'd not tried that but only because the XML was so sparse in the first place.
I gave it a shot and got the following error alert:
---------------------------
wxWidgets
---------------------------
Error: XML parsing error: 'junk after document element' at line 3
---------------------------
OK
---------------------------
07-18-2012 09:45 AM - edited 07-18-2012 09:52 AM
Could someone please post their fledge-profiles.conf file please? That way I can try it or alter it to try and get this working.
07-18-2012 11:24 AM
It's called "fledge-saved.conf" not "fledge-profiles.conf".
<?xml version="1.0" encoding="utf-8"?> <fledge-configuration> <GpsDialogue::current-location>Waterloo ON</GpsDialogue::current-location> <MainWindowSettings::x>-737</MainWindowSettings::x> <MainWindowSettings::y>0</MainWindowSettings::y> <DefaultNetworkManager::networks-3gpp> <network-3gpp name="Default 3G Network1"> <lac>0</lac> <mcc>302</mcc> <mcc-initials></mcc-initials> <mnc>1638</mnc> <name>Default 3G Network</name> <roaming>false</roaming> <rssi>-40</rssi> <type>EDGE</type> </network-3gpp> </DefaultNetworkManager::networks-3gpp> <DefaultNetworkManager::networks-wlan> <network-wlan name="Default WLAN Network2"> <bssid>74:ae:2f:c4:be:8c</bssid> <name>Default WLAN Network</name> <roaming>false</roaming> <rssi>-40</rssi> </network-wlan> </DefaultNetworkManager::networks-wlan> <GpsDialogue::locations> <location name="Conestoga Lake Conservation"> <altitude>0</altitude> <latitude>43.6775</latitude> <longitude>-80.7339</longitude> <numOfSatsViewed>1</numOfSatsViewed> </location> <location name="Waterloo ON"> <altitude>0</altitude> <latitude>43.4631</latitude> <longitude>-80.5207</longitude> <numOfSatsViewed>1</numOfSatsViewed> </location> </GpsDialogue::locations> <GpsDialogue::routes> <route name="Default Route"> <leg> <altitude>0</altitude> <anonymous>true</anonymous> <latitude>43.4631</latitude> <longitude>-80.5207</longitude> <numOfSatsViewed>4</numOfSatsViewed> <speed>655</speed> <speed-units>0</speed-units> </leg> <leg> <altitude>0</altitude> <anonymous>true</anonymous> <latitude>43.4746</latitude> <longitude>-80.5461</longitude> <numOfSatsViewed>4</numOfSatsViewed> <speed>655</speed> <speed-units>0</speed-units> </leg> <leg> <altitude>0</altitude> <anonymous>true</anonymous> <latitude>43.4765</latitude> <longitude>-80.5414</longitude> <numOfSatsViewed>4</numOfSatsViewed> <speed>655</speed> <speed-units>0</speed-units> </leg> <leg> <altitude>0</altitude> <anonymous>true</anonymous> <latitude>43.6775</latitude> <longitude>-80.7339</longitude> <numOfSatsViewed>4</numOfSatsViewed> <speed>655</speed> <speed-units>0</speed-units> </leg> </route> </GpsDialogue::routes> <DefaultNetworkManager::networks-cdma> <network-cdma name="Default CDMA Network2"> <name>Default CDMA Network</name> <nid>65535</nid> <roaming>false</roaming> <rssi>-40</rssi> <sid>8930</sid> <type>EVDO</type> </network-cdma> </DefaultNetworkManager::networks-cdma> <DialogueSettings::placements> <dialogue name="headset-connected"> <height>313</height> <width>204</width> <visible>false</visible> </dialogue> <dialogue name="texttospeech-dialogue"> <visible>false</visible> </dialogue> </DialogueSettings::placements> <BodyBuilder::opengl-acceleration>0</BodyBuilder:: opengl-acceleration> <global::dialogue-alwaysyes> <message>You are using the 'Reuse Simulator' option. You do not need to close the simulator to redeploy your application. Close anyway?</message> </global::dialogue-alwaysyes> <TouchscreenHelpDialogue::show-at-startup>false</T ouchscreenHelpDialogue::show-at-startup> <TextToSpeechDialogue::usesynth>true</TextToSpeech Dialogue::usesynth> </fledge-configuration>
07-18-2012 11:28 AM
07-18-2012 11:37 AM
According to msohm in the thread you linked to in your first post it's called "fledge-saved.conf"
I found it exactly where he/you said it would be.
I don't have a file called "fledge-profiles.conf" in that location.
07-18-2012 11:54 AM