![]() |
2010-12-18
, 14:58
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#911
|
![]() |
2010-12-18
, 15:00
|
|
Posts: 1,918 |
Thanked: 3,118 times |
Joined on Oct 2010
@ My pants
|
#912
|
The Following User Says Thank You to ammyt For This Useful Post: | ||
![]() |
2010-12-18
, 19:53
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#913
|
Another thing, before I create an icon, I always check if the game can run through a terminal execution (often in root). But with Angry BIrds, it's a bad idea : it creates "settings.lua" and "highscores.lua" files with unappropriate permissions for non-root user and it makes that the game can't start anymore for a non-root user (it is always possible to fix this issue by a "chmod" command).
The Following User Says Thank You to javispedro For This Useful Post: | ||
![]() |
2010-12-18
, 20:42
|
Posts: 75 |
Thanked: 13 times |
Joined on Oct 2010
|
#914
|
![]() |
2010-12-18
, 21:10
|
|
Posts: 170 |
Thanked: 53 times |
Joined on Jun 2010
@ Sweden
|
#915
|
@javispedro : I am sorry, I didn't know the real issues before, thanks. I did it only because I was too lazy to open another terminal after my "chmod +rwx" on the executable file
.
@Leon4 : Did you try to run Angry Birds from a terminal to see what is the error message ?
![]() |
2010-12-18
, 21:27
|
Posts: 75 |
Thanked: 13 times |
Joined on Oct 2010
|
#916
|
![]() |
2010-12-18
, 21:56
|
|
Posts: 170 |
Thanked: 53 times |
Joined on Jun 2010
@ Sweden
|
#917
|
Are you sure, in your "/home/use/com.rovio.angrybirdsseasons/data/scripts" directory, you have the following files ?
gamelogic.lua
loadlist.lua
particles.lua
starLimits.lua
If those files exist on your phone, are you sure they have appropriate permissions ?
![]() |
2010-12-18
, 22:13
|
Posts: 75 |
Thanked: 13 times |
Joined on Oct 2010
|
#918
|
![]() |
2010-12-18
, 22:23
|
|
Posts: 170 |
Thanked: 53 times |
Joined on Jun 2010
@ Sweden
|
#919
|
Very strange...
Maybe you can try this :
chmod 777 /home/use/com.rovio.angrybirdsseasons/data/scripts/*
Can you also check your files size ?
(for example, "du /home/use/com.rovio.angrybirdsseasons/data/scripts/gamelogic.lua" should return you 416 KB)
![]() |
2010-12-19
, 06:11
|
Posts: 58 |
Thanked: 28 times |
Joined on Nov 2010
|
#920
|
a tryed thah it says: no such file or directory...
i checked the gamelogic.lua it has 411KB not 416KB what does that mean?