jflatt
|
2011-04-25
, 23:47
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#2161
|
The Following User Says Thank You to jflatt For This Useful Post: | ||
|
2011-04-26
, 00:38
|
Posts: 136 |
Thanked: 14 times |
Joined on Feb 2011
|
#2162
|
Solved.
If any game seems to get stuck with "Initializing device unique ID", then check to make sure your bluetooth is on in the phone. I did an strace and also looked through the libsdlpre.so and found out that the messages tries to create a unique device id by reading /dev/random if it cannot get the id from the device bluetooth configuration and reading /dev/random is extremely slow.
Also strace revealed some invalid paths in /media/cryptofs - fixed it with symlinks.
qiet72.
|
2011-04-26
, 00:47
|
Posts: 136 |
Thanked: 14 times |
Joined on Feb 2011
|
#2163
|
|
2011-04-26
, 04:43
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#2165
|
|
2011-04-26
, 05:34
|
Posts: 136 |
Thanked: 14 times |
Joined on Feb 2011
|
#2166
|
guys i'm having a small problem with angry birds rio, it just won't launch, it crashes at the start, i did reinstall it but with no luck, so i'm guessing this might be the save file or something like that, i installed the game in a .deb format, and it was working perfectly .
any solutions guys ??
thanks .
The Following User Says Thank You to shuraizo For This Useful Post: | ||
|
2011-04-26
, 10:00
|
|
Posts: 311 |
Thanked: 376 times |
Joined on Nov 2010
@ Hungary
|
#2167
|
try running this in terminal (don't use root)
/usr/bin/angrybirdsrio
And post the output here
I'm also unable to open this now (used to be able to open it) after rovio screen it crashes
I get this error
EXCEPTION : failed to open settings.lua for writing
Seems like something is screwing up the /usr folder..
And it's not just me i guess.. some of my friends also have this problem..
Does cssu have something to do with this?
I think it's the only major update recently..
|
2011-04-26
, 11:20
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#2168
|
guys i'm having a small problem with angry birds rio, it just won't launch, it crashes at the start, i did reinstall it but with no luck, so i'm guessing this might be the save file or something like that, i installed the game in a .deb format, and it was working perfectly .
any solutions guys ??
thanks .
preenv cd /path/to/com.rovio.angrybirdsrio ./angrybirdsrio
root preenv desktopgen /path/to/com.rovio.angrybirdsrio/appinfo.json exit
|
2011-04-26
, 11:23
|
|
Posts: 397 |
Thanked: 241 times |
Joined on Mar 2010
@ Melbourne, Australia
|
#2169
|
Solved.
If any game seems to get stuck with "Initializing device unique ID", then check to make sure your bluetooth is on in the phone. I did an strace and also looked through the libsdlpre.so and found out that the messages tries to create a unique device id by reading /dev/random if it cannot get the id from the device bluetooth configuration and reading /dev/random is extremely slow.
Also strace revealed some invalid paths in /media/cryptofs - fixed it with symlinks.
qiet72.
|
2011-04-26
, 23:19
|
Posts: 136 |
Thanked: 14 times |
Joined on Feb 2011
|
#2170
|
Did you actualy check settings.lua? Try chmod 777 settings.lua to it (after navigating to its folder)!
@elie-7 & shuraizo
AFAIK, this is a problem due to AB Rio using relative file/folder paths instead of absolute. I first encountered it when trying to run the game from my home dir (i.e. /home/user) even though game was installed on /home/user/games/com.rovio.......... The error that is given is that it can't find somedir/somefile.lua (which is the giveaway really).
So, try this in xterm:
If everything runs okay, create the icon using preenv in xterm (also shown in the wiki):Code:preenv cd /path/to/com.rovio.angrybirdsrio ./angrybirdsrio
Code:root preenv desktopgen /path/to/com.rovio.angrybirdsrio/appinfo.json exit