|
2011-04-08
, 20:03
|
Posts: 301 |
Thanked: 275 times |
Joined on Dec 2010
|
#52
|
|
2011-04-18
, 14:21
|
Posts: 13 |
Thanked: 6 times |
Joined on Mar 2011
|
#55
|
Still can't get the game to run, throws the exception "Cannot initialize context"
I managed to get this game to run before, but I had to reflash my phone because I screwed up my filesystem. And now I get this error, not sure what's diffrent. Both on 2.6.28.10power46 with CSSU installed.
The Following User Says Thank You to StingerID4 For This Useful Post: | ||
|
2011-05-04
, 21:04
|
Posts: 204 |
Thanked: 423 times |
Joined on Jan 2011
|
#56
|
apt-get install libsdl-mixer1.2=1:1.2.6-5+0m5
echo libsdl-mixer1.2 hold | dpkg --get-selections
The Following User Says Thank You to hxka For This Useful Post: | ||
|
2011-05-05
, 09:55
|
|
Posts: 304 |
Thanked: 266 times |
Joined on Apr 2011
@ Apeldoorn area, Netherlands
|
#57
|
|
2011-06-02
, 10:21
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2011
|
#58
|
The problem of game crashing when launched from menu is in package libsdl-mixer1.2 from extras.
To restore original one, type as root:
Code:
apt-get install libsdl-mixer1.2=1:1.2.6-5+0m5
To prevent upgading to extras version with apt-get upgrade:
Code:
echo libsdl-mixer1.2 hold | dpkg --get-selections
|
2011-06-02
, 10:29
|
Posts: 130 |
Thanked: 24 times |
Joined on Jan 2011
|
#59
|
|
2011-09-28
, 13:46
|
Posts: 18 |
Thanked: 0 times |
Joined on May 2010
|
#60
|
still doesnt work on my phone
when i type: apt-get install libsdl-mixer1.2=1:1.2.6-5+0m5
it says:
libsdl-mixer1.2 is already the newest version.
it doesnt start from the terminal either
I managed to get this game to run before, but I had to reflash my phone because I screwed up my filesystem. And now I get this error, not sure what's diffrent. Both on 2.6.28.10power46 with CSSU installed.