Hello,
I would like to install Warmux for android manually :
http://www.wormux.org/phpboost/download/download-14+warmux-11-01-for-android.php
I install the APK.
I extract the data in the Warmux folder in my sdcard.
But I can't download the flag file because the link is dead :
http://download.gna.org/warmux/android/libsdl-DownloadFinished.flag
So when I start the game it try to download the data archive...
Can you correct the link please?
Thank you.
I would like to install Warmux for android manually :
http://www.wormux.org/phpboost/download/download-14+warmux-11-01-for-android.php
I install the APK.
I extract the data in the Warmux folder in my sdcard.
But I can't download the flag file because the link is dead :
http://download.gna.org/warmux/android/libsdl-DownloadFinished.flag
So when I start the game it try to download the data archive...
Can you correct the link please?
Thank you.
Just create a file named „libsdl-DownloadFinished.flag” with the content „http://download.gna.org/warmux/android/android-data-11.01.zip” and put it into the appropriate directory.
OK, thank you.
I do the 3 steps :
1)I install the APK :
$ ./adb install ../../warmux/Warmux-11.01.apk
2)I install the DATA :
$ pmount /dev/sdc1
$ mkdir /media/sdc1/Warmux
$ cp android-data-11.01.zip /media/sdc1/Warmux/
$ cp libsdl-DownloadFinished.flag /media/sdc1/Warmux/
$ cd /media/sdc1
$ unzip android-data-11.01.zip
$ cd -
$ pumount /media/sdc1
3)I configure the application
I run the game on my mobile phone.
I can choose between :
-Internal storage
-SD card
I choose SD Card (strange it tell me I have 0MB memory left on it, it's wrong)
I can choose between ;
-Arrow/joystick/dpad
-Trackball
-Nothing
I choose Arrow/joystick/dpad.
I can choose between :
-small
-medium
-big
I choose medium.
And I got an error :
"Sorry : the application Warmux closed. Thanks to try again."
Do you know why?
---
$ md5sum libsdl-DownloadFinished.flag
1d70525bf380f410faf343300a14a326 libsdl-DownloadFinished.flag
$ md5sum Warmux-11.01.apk
3174b048fe947d19ec0bdb295502ac85 Warmux-11.01.apk
Mobile phone : Sony Ericsson XPERIA X10 Mini pro (Android 2.1)
Edit by YuGiOhJCJ On 04/13/11 at 13h15
I do the 3 steps :
1)I install the APK :
$ ./adb install ../../warmux/Warmux-11.01.apk
2)I install the DATA :
$ pmount /dev/sdc1
$ mkdir /media/sdc1/Warmux
$ cp android-data-11.01.zip /media/sdc1/Warmux/
$ cp libsdl-DownloadFinished.flag /media/sdc1/Warmux/
$ cd /media/sdc1
$ unzip android-data-11.01.zip
$ cd -
$ pumount /media/sdc1
3)I configure the application
I run the game on my mobile phone.
I can choose between :
-Internal storage
-SD card
I choose SD Card (strange it tell me I have 0MB memory left on it, it's wrong)
I can choose between ;
-Arrow/joystick/dpad
-Trackball
-Nothing
I choose Arrow/joystick/dpad.
I can choose between :
-small
-medium
-big
I choose medium.
And I got an error :
"Sorry : the application Warmux closed. Thanks to try again."
Do you know why?
---
$ md5sum libsdl-DownloadFinished.flag
1d70525bf380f410faf343300a14a326 libsdl-DownloadFinished.flag
$ md5sum Warmux-11.01.apk
3174b048fe947d19ec0bdb295502ac85 Warmux-11.01.apk
Mobile phone : Sony Ericsson XPERIA X10 Mini pro (Android 2.1)
Edit by YuGiOhJCJ On 04/13/11 at 13h15
YuGiOhJCJ:
And I got an error :
"Sorry : the application Warmux closed. Thanks to try again."
The application hard-crashed, but seemed ok with the flag file (that I have restored). Are there files stdout.txt and/or stderr.txt in /media/sdc1/Warmux/ ?
Also note that I plan to release to the market the upcoming 11.04 version.
But if I'm not mistaken, your xperia mini has a 320x240 resolution. This will be too low to play warmux (in particular, control bar cropped), which requires 480x320 at least.
And I got an error :
"Sorry : the application Warmux closed. Thanks to try again."
The application hard-crashed, but seemed ok with the flag file (that I have restored). Are there files stdout.txt and/or stderr.txt in /media/sdc1/Warmux/ ?
Also note that I plan to release to the market the upcoming 11.04 version.
But if I'm not mistaken, your xperia mini has a 320x240 resolution. This will be too low to play warmux (in particular, control bar cropped), which requires 480x320 at least.
____________________
Whenever reporting a problem, please report the following information:
Whenever reporting a problem, please report the following information:
- Environment: Windows (XP/2000/Vista/Seven/...), Linux (Ubuntu Karmic/Mandriva/...), ...
- Context of the game: network/local game, normal/blitz mode, what you were doing, ...
- Frequency and reproducibility: crashes after 5 minutes of play, only after some action ...
No I don't have a stdout.txt and/or stderr.txt file :
$ ls /media/sdc1/Warmux/
android-data-11.01.zip data libsdl-DownloadFinished.flag locale
$ find /media/sdc1/Warmux/ -name "stdout.txt"
$ find /media/sdc1/Warmux/ -name "stderr.txt"
Any other idea why I got a crash?
$ ls /media/sdc1/Warmux/
android-data-11.01.zip data libsdl-DownloadFinished.flag locale
$ find /media/sdc1/Warmux/ -name "stdout.txt"
$ find /media/sdc1/Warmux/ -name "stderr.txt"
Any other idea why I got a crash?
Ah that's too bad, this means the crash occurs even before the core code starts.
I have published 11.04 on the market. It requires redownloading the whole 31MB data file though.
Among the benefits, I think I can receive more debugging info after a crash. In any case, depending on your language, you may find some tutorials on how to get the "logcat" output, for instance using this application. It should help me understand the problem.
I have published 11.04 on the market. It requires redownloading the whole 31MB data file though.
Among the benefits, I think I can receive more debugging info after a crash. In any case, depending on your language, you may find some tutorials on how to get the "logcat" output, for instance using this application. It should help me understand the problem.
____________________
Whenever reporting a problem, please report the following information:
Whenever reporting a problem, please report the following information:
- Environment: Windows (XP/2000/Vista/Seven/...), Linux (Ubuntu Karmic/Mandriva/...), ...
- Context of the game: network/local game, normal/blitz mode, what you were doing, ...
- Frequency and reproducibility: crashes after 5 minutes of play, only after some action ...
1 User online :: 0 Administrator, 0 Moderator, 0 Member and 1 Visitor
User online: No member online
User online: No member online
Answer
You aren't allowed to write in this category
Log in
Sign up










