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

Text bug on Android #2287

Closed
MoNTE48 opened this issue Feb 11, 2015 · 26 comments
Closed

Text bug on Android #2287

MoNTE48 opened this issue Feb 11, 2015 · 26 comments
Labels
Android Blocker The issue needs to be addressed before the next release. Bug Issues that were confirmed to be a bug

Comments

@MoNTE48
Copy link
Contributor

MoNTE48 commented Feb 11, 2015

I test last commit. All text is simply mad: on the screen jump letters values html-color (# 532654 example) and so on. It is impossible to describe. Just get Minetest Android and see for yourself!

@nerzhul
Copy link
Member

nerzhul commented Feb 11, 2015

Can you tell me how you compile minetest for Linux, my documentation isn't complete or wrong, i'll test it.

@MoNTE48 MoNTE48 closed this as completed Feb 11, 2015
@MoNTE48 MoNTE48 reopened this Feb 11, 2015
@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 11, 2015

Lol, sorry.

cd build/android
make release -j12 ;)

I tested previously commit - all good work.
I dev MultiCraft fork fo Android :)

@nerzhul
Copy link
Member

nerzhul commented Feb 12, 2015

I see, it's difficult to compile it on FreeBSD at this time (makefile errors).

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 12, 2015

I use Ubuntu 13.10

@nerzhul
Copy link
Member

nerzhul commented Feb 12, 2015

on linux it's not a problem, i just need to build it on FreeBSD because it's my jenkins (and it build APK java applications, but i need to find the problem with minetest)

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 12, 2015

U can use virtual box? On FreeBSD build android appis very bad idea.

@nerzhul
Copy link
Member

nerzhul commented Feb 12, 2015

It works very well for tests and i use it for building testing and deploying applications on google play store :)

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 12, 2015

@nerzhul , OK, wait your test and fix bug ;)

@nerzhul
Copy link
Member

nerzhul commented Feb 12, 2015

At this time i don't have time for fixing compilation on Android, i'm working on networking, which is a most important part

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 12, 2015

Bad news...

@Zeno-
Copy link
Contributor

Zeno- commented Feb 12, 2015

@MoNTE48 Do you have any suggestions how it could be fixed?

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 12, 2015

@Zeno- , no, sorry.I do not write on C++. :(

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 14, 2015

Look this (Note 4. Activate Shaders and see bug).
screenshot_2015-02-14-17-37-24

On Galaxy S1 all text invisible!!! And I all button don't press.

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 19, 2015

Pls, confirm this bug!

@nanepiwo
Copy link

If you post a compiled version, I can confirm/deny the bug on a Motorola X, Android 4.4

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Feb 19, 2015

I can open a thread in the forum and create a repository of regular build. Ok?

@Zeno- Zeno- added Android Bug Issues that were confirmed to be a bug Medium priority labels Mar 1, 2015
@Zeno-
Copy link
Contributor

Zeno- commented Mar 2, 2015

This is hopefully fixed by commit aefe807

@Zeno-
Copy link
Contributor

Zeno- commented Mar 5, 2015

Confirmed by @est31 and myself. The problem seems to have gotten worse.

Difficult to bisect because not all commits build on Android.

Edit
Note: In the screenshot above the strings are not NUL-terminated correctly. This should have been fixed but things have gotten worse

@Zeno- Zeno- added Blocker The issue needs to be addressed before the next release. and removed High priority labels Mar 5, 2015
@est31
Copy link
Contributor

est31 commented Mar 6, 2015

I have bisected the issue to these commits, but couldn't exclude more commits, as I can't build inside. Thats why I opened #2436 to fix this in the long term. About screenshots, I'm getting:
1whqgrxu

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Mar 6, 2015

You have to remember, but the problem does not occur on all devices. On my Galaxy Note 4, Galaxy Note Edge galaxy S5 and everything works fine! But on the Galaxy Note Pro, Galaxy S1 and many other phones problem.

@est31
Copy link
Contributor

est31 commented Mar 6, 2015

Zeno has reported that the problem only occurs when you have another locale set. Monte, do you have non-english locales on the devices that work?

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Mar 6, 2015

@est31, On Android, never worked a specific locale! Nevertheless, I tried to make the English language on the phone and run the game. The situation has not changed, unfortunately.

@MoNTE48
Copy link
Contributor Author

MoNTE48 commented Mar 6, 2015

@Zeno- ! The first screenshot shows Note 4! Your correction (in your repository) fixes the problem on it. On other devices, the problem remained.

@Warr1024
Copy link
Contributor

Warr1024 commented Mar 6, 2015

screenshot_2015-03-06-15-59-56

I'm able to reproduce the problem on my Samsung Galaxy Tab 2 10.1" (GT-P5113) running Android 4.2.2 build JDQ39.P5113UEUCMK3. The junk text is different (though always junk) each time the application is launched, i.e. kill the activity in the task manager. I tried building both e9eda2b and 7993a40 with very similar results. Built using Debian Wheezy 64-bit.

Editing textboxes pops up the editor as before, but text entered into the editor ends up displaying as junk or blank when committed into the form. Opening the same form elements does not round-trip the text just entered. Buttons and tabs don't appear to do anything.

@Warr1024
Copy link
Contributor

Warr1024 commented Mar 6, 2015

Commit 84c367b DOES work for me, on the same tablet as I described above.

@Zeno-
Copy link
Contributor

Zeno- commented Mar 7, 2015

Fixed :)

5698e2b

@Zeno- Zeno- closed this as completed Mar 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Blocker The issue needs to be addressed before the next release. Bug Issues that were confirmed to be a bug
Projects
None yet
Development

No branches or pull requests

6 participants