Author Topic: Dynamic font randomly don't show properly  (Read 66229 times)

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #60 on: August 22, 2013, 04:06:49 PM »
So what's going on with this bug? still hapenning.  :o

It'll be fix soon? this is the only con for using dynamic fonts right now.

PS: screenshot attached from AfterEarth mobile game with the issue present on version 2.6.5.

kimsama

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 9
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #61 on: August 23, 2013, 12:38:51 AM »
I've posted a patch to fix the problem at the following link:

https://gist.github.com/kimsama/6315839


I've tested that patch with LG Optimus-G and checked it works fine.

It would be appreciated if there is anyone who dare test that patch and let me know the result.

And any feedbacks are welcome.

Thanks to @myevan_ for providing the patch.  :)
« Last Edit: August 23, 2013, 01:35:14 AM by kimsama »

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #62 on: August 23, 2013, 01:16:34 PM »
I've posted a patch to fix the problem at the following link:

https://gist.github.com/kimsama/6315839


I've tested that patch with LG Optimus-G and checked it works fine.

It would be appreciated if there is anyone who dare test that patch and let me know the result.

And any feedbacks are welcome.

Thanks to @myevan_ for providing the patch.  :)

It's another script? or should I replace some NGUI script?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #63 on: August 23, 2013, 02:13:51 PM »
Just try pulling the latest, jeldrez.

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #64 on: August 23, 2013, 03:16:58 PM »
Nothing new happens, still the same issue.

For now, we are working with textures fonts, but I'd really like to change it back to dynamic ones.
« Last Edit: August 23, 2013, 03:24:58 PM by jeldrez »

gdeglin

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 3
  • Posts: 18
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #65 on: August 23, 2013, 05:36:11 PM »
I've posted a patch to fix the problem at the following link:

https://gist.github.com/kimsama/6315839


I've tested that patch with LG Optimus-G and checked it works fine.

It would be appreciated if there is anyone who dare test that patch and let me know the result.

And any feedbacks are welcome.

Thanks to @myevan_ for providing the patch.  :)

This is working for me!

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #66 on: August 24, 2013, 12:56:59 PM »
@jeldrez: There was another commit with more changes last night.

kimsama

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 9
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #67 on: August 25, 2013, 08:14:43 PM »
This is working for me!

Thanks for the testing!

By the way, what's the model of the device you've test?


« Last Edit: August 25, 2013, 08:24:44 PM by kimsama »

kimsama

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 9
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #68 on: August 25, 2013, 08:18:31 PM »
It's another script? or should I replace some NGUI script?

@jeldrez

I'm not a user of NGUI-pro, so the version of NGUI I've used it is v2.6.4 from AssetStore.

And yes, the patch needs modifying of the existing NGUI script code.

Could you tell me what's the model of the device you've tested?



kimsama

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 9
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #69 on: August 25, 2013, 08:23:51 PM »
I've posted a patch to fix the problem at the following link:

https://gist.github.com/kimsama/6315839


I've tested that patch with LG Optimus-G and checked it works fine.

It would be appreciated if there is anyone who dare test that patch and let me know the result.

And any feedbacks are welcome.

Thanks to @myevan_ for providing the patch.  :)

We've tested several android devices which are known has the font problems and checked that the problem has gone.

The device models what we've tested are below:

 - Optimus Vu
 - Optimus Vu2
 - Optimus LTE3
 - Galaxy S2 LTE
 - Galaxy S3 LTE
 - Galaxy Note


boofcpw

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 30
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #70 on: August 26, 2013, 12:13:14 AM »
@kimsama

Would you be able to upload the changed files for me? I dont have developer access, but would like to test the code on the 6 devices I have.
Thanks

kimsama

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 9
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #71 on: August 26, 2013, 02:11:10 AM »
@kimsama

Would you be able to upload the changed files for me? I dont have developer access, but would like to test the code on the 6 devices I have.
Thanks


Just download the patch file from the following:

https://gist.github.com/kimsama/6315839

Then, apply it to the NGUI 2.6.4. (You don't need to have pro version, just a standard version from AssetStore is ok)

That's all.


jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #72 on: August 26, 2013, 04:35:24 PM »
@jeldrez: There was another commit with more changes last night.
Thanks, but nothing happens with the latest version, I just try it today and I've the same result.

Probably it's a mess in the project or I something else... I don't know, but doesn't make me feel secure about future games using dynamic fonts.

jeldrez

  • Sr. Member
  • ****
  • Thank You
  • -Given: 8
  • -Receive: 4
  • Posts: 352
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #73 on: August 26, 2013, 04:39:42 PM »

Just download the patch file from the following:

https://gist.github.com/kimsama/6315839

Then, apply it to the NGUI 2.6.4. (You don't need to have pro version, just a standard version from AssetStore is ok)

That's all.
How do I apply the patch, I just put it on the NGUI folder? I have this file "ngui-2.6.4-dynamic-fonts-fix.patch".

dkozlovtsev

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 35
    • View Profile
Re: Dynamic font randomly don't show properly
« Reply #74 on: August 27, 2013, 09:56:29 AM »
Bug is still present =(
Reproducible on IPad mini