GLBasic forum

Main forum => GLBasic - en => Topic started by: Kyo on 2015-Sep-08

Title: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-08
Hi Guys,
I have a problem with my Media Folder!

My Media folders it's to big to put it inside the app (105 MB).

If I leave the Media folder, inside the app, the game does not install and crashes!

But with external Media Folder the game start fine, but  appear all images in the gallery in Android phone (over 1.000 images, it's horrible  >:D)

I use SHOEBOX, for hide all Image files on Android phone, but in my Zopo ZP 900 it works well, but in my Samsung Note 4 the App crash (don't start).

Why?

I use for test the same APK and the same data.sbx!

Title: Re: Problem with SETSHOEBOX
Post by: MrTAToad on 2015-Sep-08
It sounds like the device is running out of memory during the decompression process.  I dont know whether all files are decompressed and then loaded or whether its just the required file.
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-08
Quote from: MrTAToad on 2015-Sep-08
It sounds like the device is running out of memory during the decompression process.  I dont know whether all files are decompressed and then loaded or whether its just the required file.

But in Galaxy S3, in Galaxy Tab 10 and other device work fine ... In Note 4 don't work ....
It's possible that the problem i 64 bit system????

No solution ...????
Title: Re: Problem with SETSHOEBOX
Post by: MrTAToad on 2015-Sep-08
It could also be due to the fact that its an external file.  Are you sure your media file is too big to be added to the apk ?
Title: Re: Problem with SETSHOEBOX
Post by: Ian Price on 2015-Sep-08
Have you read the info here - http://developer.android.com/google/play/expansion-files.html

Maybe your non-working machine is not downloading the extras? Or maybe it's not looking in the right place for them (path issue?) Why it works on one device and not another I have no idea. Does the non-working machine have enough RAM or space on the SD card?
Title: Re: Problem with SETSHOEBOX
Post by: spacefractal on 2015-Sep-08
im should take a look into this issue. Also shoebox is not a proctection and is easy to been extracted.

On Android. The shoebox file from APK needs to been copied into the internal memory, and then again extracted the file required. So here showbox is the way using with the expansion files, but im cant do that without a real project.

Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-09
I read yours answers and thank you to all .... but:

1) If I start the game without the Data.sbx the game start fine but without the gfx, music and sfx
2) If I put again the Data.Sbx the game crash (the problem it's the read of SBX)
3) The Data.sbx it's the same that I use in other android smartphone (work also on pc and Mac)
4) With compress PNG, the Data.sbx it's 80 MB, if I leave the files inside the app, the installation of app the app ilast for a very long time and at the end the game don't work

On play store there are games that are great over 1GB that install in few seconds and work perfectly!

For external OBB i don't know if the limit it's 50MB (i see game with external OBB over 100MB), but  my game download the external pack from my FTP directly on Download folder!

Sorry for my english!  :nw:
Title: Re: Problem with SETSHOEBOX
Post by: Kitty Hello on 2015-Sep-09
Can you get the console output somehow?
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-09
Quote from: Kitty Hello on 2015-Sep-09
Can you get the console output somehow?

Hi Kitty,
the error it's only on Galaxy Note 4, on PC, Mac and other device (32 Bit) work fine ..
how do I make a console output on smartphones?  :S
Title: Re: Problem with SETSHOEBOX
Post by: MrTAToad on 2015-Sep-09
You would need to install a log viewer on the offending Android machine, let it start before the program runs and then stop it at the end.  At which point you can post it here.
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-09
Quote from: MrTAToad on 2015-Sep-09
You would need to install a log viewer on the offending Android machine, let it start before the program runs and then stop it at the end.  At which point you can post it here.

Where can I find the log viewer? PlayStore??? Name of App???

------------------------------------------------------------------------

I download aLogCat and this is the result:

(http://i57.tinypic.com/2qvsa6p.png)

You want the .txt file?
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-10
No solution????  :nw:
Title: Re: Problem with SETSHOEBOX
Post by: Kitty Hello on 2015-Sep-11
Does not make sense to me. Do you own that device? Could you run the debug version?
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-11
Quote from: Kitty Hello on 2015-Sep-11
Does not make sense to me. Do you own that device? Could you run the debug version?

Yes it's mine.
OK now I test with Debug version ... Wait!

--------------------------------------------------

Ok tested in Debug mode ....


Title: Re: Problem with SETSHOEBOX
Post by: spacefractal on 2015-Sep-11
im cannot see where its actuelly crash, other than its a display issue im have not seen before.

So you must try to connect this problem device to your pc using the USB cable, and start start _logview.bat from this folder:
Compiler\platform\android\bin

Here its will also logout the internal log, what its trying to do, when you run the app.

Also there was a a another minor issue with the BLUETOOTH permission issue, which is fixed in a recent Android Extras release.

PS. Which device and android system is it on?

PPS. Shoebox is not a protection at all. Its might have crashed why its copied the big file to the internal memory. Using a big shoebox file inside a APK is not a good idea at all!
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-11
Quote from: spacefractal on 2015-Sep-11
im cannot see where its actuelly crash, other than its a display issue im have not seen before.

So you must try to connect this problem device to your pc using the USB cable, and start start _logview.bat from this folder:
Compiler\platform\android\bin

Here its will also logout the internal log, what its trying to do, when you run the app.

Also there was a a another minor issue with the BLUETOOTH permission issue, which is fixed in a recent Android Extras release.

PS. Which device and android system is it on?

PPS. Shoebox is not a protection at all. Its might have crashed why its copied the big file to the internal memory. Using a big shoebox file inside a APK is not a good idea at all!


you are right but:
1) if I leave the photos, music and sfx inside the app (80mb), installation is very long and at the end of installation the app crashes!
2) If I use external Media Folder, the app work fine, (the installation size of the app is 1,5 MB), but how do i download externally, all media files outside the application (1,372 files). Besides the images end up in the gallery! With only one files (.sbx) I solved my problem of external media (no images in gallery) and it's possible to download external to the app!

The .sbx not is inside but in Download directory (external to the apk)

My device it's Galaxy Note 4, QHD, 3 GB RAM, 32 GB ROM, Quad Core 2,7Ghz (32 Bit) with lollipop 5.1.1
In my other Device with KitKat the same game work fine!

I don't use Bluetooth in my game.
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-11
Quote from: spacefractal on Today at 04:36 pm
So you must try to connect this problem device to your pc using the USB cable, and start start _logview.bat from this folder:
Compiler\platform\android\bin
------------------------------------------------
Wait, I don't understand...

1) I attach my smartphone to my PC with USB cable
2) I compile (for android) the game (With editor in debug mode)
3) When the compiler end, I go to  Compiler\platform\android\bin (this Folder in PC or in Smartphone???)


however when I compiling on PC (Win 7) they don't install the app directly on smartphone, but I have to copy it by hand (copy/paste), and in my PC appear virtual HDD (which disappear only when I restart the system)
Title: Re: Problem with SETSHOEBOX
Post by: spacefractal on 2015-Sep-11
Do you uses Android Extras? Im thinks you uses a older version of Android Extras. Please update it to the newest version. Im wont support older versions or stock versions of glbasic v12 at all (which only uses Android 2.2 SDK). Im uses today Android 5.1 SDK.

Im fixed the long installation issue in Android Extras, so you no longer see the ... screen, which often crash on long installs. Now the media is copied when its want to uses it.

The folder on your PC, where you installed glbasic. There is a LOGVIEW bat command inside that, that can output log from the device directly on your PC. This log is important, so im can see what its happens internal.

Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-11
I have not added Android Extras!
If you tell me that the installation of the APP works well then I add it now!
I advice to use GLB V.12 or V.14 switch to? (although we do not know what are the differences)

This is the result of _LOGVIEW.bat
Code (glbasic) Select


V/glbasic (15003): attempting to copy asset: Media/Dialog/Alexia/ITA_1.txt
V/glbasic (15003): Media/Dialog/Alexia/ITA_1.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Alexia/ITA_1.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Alexia/ITA_1.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Alexia/ITA
_1.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Alexia/ITA_2.txt
V/glbasic (15003): Media/Dialog/Alexia/ITA_2.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Alexia/ITA_2.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Alexia/ITA_2.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Alexia/ITA
_2.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Alexia/ITA_3.txt
V/glbasic (15003): Media/Dialog/Alexia/ITA_3.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Alexia/ITA_3.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Alexia/ITA_3.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Alexia/ITA
_3.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Alexia/ITA_4.txt
V/glbasic (15003): Media/Dialog/Alexia/ITA_4.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Alexia/ITA_4.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Alexia/ITA_4.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Alexia/ITA
_4.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Alexia/ITA_5.txt
V/glbasic (15003): Media/Dialog/Alexia/ITA_5.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Alexia/ITA_5.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Alexia/ITA_5.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Alexia/ITA
_5.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Alexia/ITA_6.txt
V/glbasic (15003): Media/Dialog/Alexia/ITA_6.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Alexia/ITA_6.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Alexia/ITA_6.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Alexia/ITA
_6.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie
I/glbasic (15003): Media/Dialog/Charlie is a directory
V/glbasic (15003): created directory: /data/data/com.flinewstudios.fu/files/Medi
a/Dialog/Charlie, copying content...
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ENG_1.txt
V/glbasic (15003): Media/Dialog/Charlie/ENG_1.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ENG_1.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ENG_1.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/EN
G_1.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ENG_2.txt
V/glbasic (15003): Media/Dialog/Charlie/ENG_2.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ENG_2.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ENG_2.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/EN
G_2.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ENG_3.txt
V/glbasic (15003): Media/Dialog/Charlie/ENG_3.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ENG_3.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ENG_3.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/EN
G_3.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ENG_4.txt
V/glbasic (15003): Media/Dialog/Charlie/ENG_4.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ENG_4.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ENG_4.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/EN
G_4.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ENG_5.txt
V/glbasic (15003): Media/Dialog/Charlie/ENG_5.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ENG_5.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ENG_5.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/EN
G_5.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ENG_6.txt
V/glbasic (15003): Media/Dialog/Charlie/ENG_6.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ENG_6.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ENG_6.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/EN
G_6.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ESP_1.txt
V/glbasic (15003): Media/Dialog/Charlie/ESP_1.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ESP_1.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ESP_1.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/ES
P_1.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ESP_2.txt
V/glbasic (15003): Media/Dialog/Charlie/ESP_2.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ESP_2.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ESP_2.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/ES
P_2.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ESP_3.txt
V/glbasic (15003): Media/Dialog/Charlie/ESP_3.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ESP_3.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ESP_3.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/ES
P_3.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ESP_4.txt
V/glbasic (15003): Media/Dialog/Charlie/ESP_4.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ESP_4.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ESP_4.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/ES
P_4.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ESP_5.txt
V/glbasic (15003): Media/Dialog/Charlie/ESP_5.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ESP_5.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ESP_5.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/ES
P_5.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ESP_6.txt
V/glbasic (15003): Media/Dialog/Charlie/ESP_6.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ESP_6.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ESP_6.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/ES
P_6.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ITA_1.txt
V/glbasic (15003): Media/Dialog/Charlie/ITA_1.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ITA_1.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ITA_1.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/IT
A_1.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ITA_2.txt
V/glbasic (15003): Media/Dialog/Charlie/ITA_2.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ITA_2.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ITA_2.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/IT
A_2.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ITA_3.txt
V/glbasic (15003): Media/Dialog/Charlie/ITA_3.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ITA_3.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ITA_3.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/IT
A_3.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ITA_4.txt
V/glbasic (15003): Media/Dialog/Charlie/ITA_4.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ITA_4.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ITA_4.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/IT
A_4.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ITA_5.txt
V/glbasic (15003): Media/Dialog/Charlie/ITA_5.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ITA_5.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ITA_5.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/IT
A_5.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dialog/Charlie/ITA_6.txt
V/glbasic (15003): Media/Dialog/Charlie/ITA_6.txt is a file, reading...
V/glbasic (15003): Media/Dialog/Charlie/ITA_6.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dia
log/Charlie/ITA_6.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dialog/Charlie/IT
A_6.txt was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Dw_Upl.txt
V/glbasic (15003): Media/Dw_Upl.txt is a file, reading...
V/glbasic (15003): Media/Dw_Upl.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Dw_
Upl.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Dw_Upl.txt was wr
itten sucessfully
V/glbasic (15003): attempting to copy asset: Media/Menu
I/glbasic (15003): Media/Menu is a directory
V/glbasic (15003): created directory: /data/data/com.flinewstudios.fu/files/Medi
a/Menu, copying content...
V/glbasic (15003): attempting to copy asset: Media/Menu/Menu.txt
V/glbasic (15003): Media/Menu/Menu.txt is a file, reading...
V/glbasic (15003): Media/Menu/Menu.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Men
u/Menu.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Menu/Menu.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Score
I/glbasic (15003): Media/Score is a directory
V/glbasic (15003): created directory: /data/data/com.flinewstudios.fu/files/Medi
a/Score, copying content...
V/glbasic (15003): attempting to copy asset: Media/Score/Score_E.txt
V/glbasic (15003): Media/Score/Score_E.txt is a file, reading...
V/glbasic (15003): Media/Score/Score_E.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sco
re/Score_E.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Score/Score_E.txt
was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Score/Score_H.txt
V/glbasic (15003): Media/Score/Score_H.txt is a file, reading...
V/glbasic (15003): Media/Score/Score_H.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sco
re/Score_H.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Score/Score_H.txt
was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Score/Score_M.txt
V/glbasic (15003): Media/Score/Score_M.txt is a file, reading...
V/glbasic (15003): Media/Score/Score_M.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sco
re/Score_M.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Score/Score_M.txt
was written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Stages
I/glbasic (15003): Media/Stages is a directory
V/glbasic (15003): created directory: /data/data/com.flinewstudios.fu/files/Medi
a/Stages, copying content...
V/glbasic (15003): attempting to copy asset: Media/Stages/1.txt
V/glbasic (15003): Media/Stages/1.txt is a file, reading...
V/glbasic (15003): Media/Stages/1.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
ges/1.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Stages/1.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Stages/2.txt
V/glbasic (15003): Media/Stages/2.txt is a file, reading...
V/glbasic (15003): Media/Stages/2.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
ges/2.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Stages/2.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Stages/3.txt
V/glbasic (15003): Media/Stages/3.txt is a file, reading...
V/glbasic (15003): Media/Stages/3.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
ges/3.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Stages/3.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Stages/4.txt
V/glbasic (15003): Media/Stages/4.txt is a file, reading...
V/glbasic (15003): Media/Stages/4.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
ges/4.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Stages/4.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Stages/5.txt
V/glbasic (15003): Media/Stages/5.txt is a file, reading...
V/glbasic (15003): Media/Stages/5.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
ges/5.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Stages/5.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Stages/6.txt
V/glbasic (15003): Media/Stages/6.txt is a file, reading...
V/glbasic (15003): Media/Stages/6.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
ges/6.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Stages/6.txt was
written sucessfully
V/glbasic (15003): attempting to copy asset: Media/Start.txt
V/glbasic (15003): Media/Start.txt is a file, reading...
V/glbasic (15003): Media/Start.txt was read sucessfully
V/glbasic (15003): created file: /data/data/com.flinewstudios.fu/files/Media/Sta
rt.txt
V/glbasic (15003): /data/data/com.flinewstudios.fu/files/Media/Start.txt was wri
tten sucessfully
I/glbasic (15003): updating assets is done
I/glbasic (15003): finding font...
V/SDL     (15003): SDL audio: opening device
V/SDL     (15003): SDL audio: wanted stereo 16-bit 44.1kHz, 1024 frames buffer
V/SDL     (15003): SDL audio: got stereo 16-bit 44.1kHz, 3528 frames buffer
I/glbasic (15003): open sound: 44100 Hz 2 chan, buffers 1024, format -32752
I/glbasic (15003): Init Finalized
I/glbasic (15003): Rbow::SetScreen( 9999,9998)
I/SDL     (15003): [STUB] GL_SetSwapInterval
I/DEBUG   (  339): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *
**
I/DEBUG   (  339): Build fingerprint: 'samsung/trltexx/trlte:5.1.1/LMY47X/N910FX
XU1COH4:user/release-keys'
I/DEBUG   (  339): Revision: '12'
I/DEBUG   (  339): ABI: 'arm'
I/DEBUG   (  339): pid: 15003, tid: 15020, name: SDLThread  >>> com.flinewstudio
s.fu <<<
I/DEBUG   (  339): signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7ffff
fff
I/DEBUG   (  339):     r0 aec81617  r1 7fffffff  r2 80000000  r3 00000001
I/DEBUG   (  339):     r4 00000000  r5 00000000  r6 ae4fb200  r7 6f92d998
I/DEBUG   (  339):     r8 aec81be8  r9 b4835800  sl 00000000  fp aec815d4
I/DEBUG   (  339):     ip b35b94cc  sp aec815b0  lr b34f7f70  pc b6e3e002  cpsr
800d4430
I/DEBUG   (  339):
I/DEBUG   (  339): backtrace:
I/DEBUG   (  339):     #00 pc 00011002  /system/lib/libc.so (__memcpy_base+349)
I/DEBUG   (  339):     #01 pc 0008df6c  /data/app/com.flinewstudios.fu-1/lib/arm
/libmain.so (GFFileSystem::Read(void*, int)+352)
I/DEBUG   (  339):
I/DEBUG   (  339): Tombstone written to: /data/tombstones/tombstone_07


Title: Re: Problem with SETSHOEBOX
Post by: spacefractal on 2015-Sep-11
Android Extras with v12 and V14 (which include it), extras files from Apk on the fly and when required. Thus consume alots less internal memory. I'm simply won't support stock glbasic v12 without AE anymore.

The method to install it's is same with both v12 and v14. Checkout the download page on the main glbasic page.
Title: Re: Problem with SETSHOEBOX
Post by: Kyo on 2015-Sep-12
Quote from: spacefractal on 2015-Sep-11
Android Extras with v12 and V14 (which include it), extras files from Apk on the fly and when required. Thus consume alots less internal memory. I'm simply won't support stock glbasic v12 without AE anymore.

The method to install it's is same with both v12 and v14. Checkout the download page on the main glbasic page.
Ok!
Tomorrow I make a test with V14....
You know a simple method to crypt the images????
Title: Re: Problem with SETSHOEBOX
Post by: spacefractal on 2015-Sep-12
There is a slow way, by changing the colors in the image and would only works for png and bmp files (not jpg). Im will not post that code and ended newer used it anyway, due incompatible with some platforms. Im also thinks you are first to been concerned about it.

So in the end, im also have newer protected my images in any my games, even im tried too.

For text files howover, you can just crypt and encrypt them. This is very easy to do.

ALso The crash seen to been the game have tried to set the resolution 9999x9998 rather using the screen resolution. Its crashed on Rbow::SetScreen(9999,9998). Its should have setup the screen resolution, but its diddent do that. Im thinks this is something that is fixed in Android Extras too.