Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android version 1.10 crash #14

Closed
elraro opened this issue Nov 22, 2017 · 7 comments
Closed

Android version 1.10 crash #14

elraro opened this issue Nov 22, 2017 · 7 comments

Comments

@elraro
Copy link

elraro commented Nov 22, 2017

Hello. I test last version of jamme android from jkhub and i get a crash. Android 7.1

jamme.TXT

@entdark
Copy link
Owner

entdark commented Nov 22, 2017

It does not display "assets1.pk3", does that file exist?

@elraro
Copy link
Author

elraro commented Nov 22, 2017

Yes, the 4 files, from 0 to 3

@entdark
Copy link
Owner

entdark commented Nov 22, 2017

For some reason the file "assets1.pk3" is not listed among other files that the game is loading:

11-22 01:13:05.136 7153 7182 I jaMME : Current search path:
11-22 01:13:05.136 7153 7182 I jaMME : /storage/emulated/0/jk3/base/assets3.pk3 (16 files)
11-22 01:13:05.136 7153 7182 I jaMME : /storage/emulated/0/jk3/base/assets2.pk3 (62 files)
11-22 01:13:05.136 7153 7182 I jaMME : /storage/emulated/0/jk3/base/assets0.pk3 (15346 files)
11-22 01:13:05.136 7153 7182 I jaMME : /storage/emulated/0/jk3/base

And then it fails on loading shader files:

11-22 01:13:06.276 7153 7182 I jaMME : Error:
11-22 01:13:06.276 7153 7182 I jaMME : ERROR: no shader files found
11-22 01:13:06.276 7153 7182 I jaMME : ERROR: no shader files found

Shader files are stored inside "assets1.pk3".
Can you check if the "assets1.pk3" file is not corrupted? The file size is 652 819 562 bytes (622 MB).
And try to replace it.

@elraro
Copy link
Author

elraro commented Nov 22, 2017

e17ee714ce9632f401960abb1b22fa4a assets0.pk3
3f47006dde61f171769666f31065a34c assets1.pk3
961ad372c3cd73075d70ba71a497b89e assets2.pk3
71c2edf5a30135d4aa921bf6259946ee assets3.pk3

md5 of the files, can you please check it?

@entdark
Copy link
Owner

entdark commented Nov 22, 2017

They match.
Maybe "assets1.pk3" does not have "read" permission?
Since you are on Android 7.1, check if you gave special permissions manually given in the app properties.

@elraro
Copy link
Author

elraro commented Nov 25, 2017

Yeah, now works! :)

There is keyboard or something?

@entdark
Copy link
Owner

entdark commented Nov 25, 2017

It's not a playable version, but it will have some minor keyboard support in the next version.
That version is designed for spectating only - just to hang around on servers.
The soft keyboard for chatting is supported, read the tutorial: https://jkhub.org/topic/6208-8-how-to-use-jamme-on-android/
P.S.: if you type "+forward" in the console then your player will move forward constantly, you may just use the screen as a touchpad for rotating camera. "-forward" to cancel.

@entdark entdark closed this as completed Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants