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

2 reports of "not working" on 920xt #17

Closed
warmsound opened this issue Apr 6, 2018 · 5 comments
Closed

2 reports of "not working" on 920xt #17

warmsound opened this issue Apr 6, 2018 · 5 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@warmsound
Copy link
Owner

Reported by users Hannu and Hugo Ojeda. Latter user on 1.5.3, including #16 fix.

Debug version of Crystal.prg, built for 920xt, attached, with debug.xml.
Archive.zip

Works in simulator. Suspected missing null check for ActivityMonitor.info field, but would like to confirm.

@warmsound warmsound added bug Something isn't working help wanted Extra attention is needed labels Apr 6, 2018
@warmsound warmsound self-assigned this Apr 6, 2018
@warmsound
Copy link
Owner Author

James Nguyen reports that there is no apparent crash (no CIQ_LOG.TXT generated), but only goal meters and move bar appear - nothing else on screen. This suggests a font problem.
unnamed

@warmsound
Copy link
Owner Author

@warmsound
Copy link
Owner Author

Hey warmsound,

I took a look at the code on GitHub and it looks like you've been exposed to a bug that we have seen here before. This is a device specific bug on the 920XT. I could not find the forum posts where we talked about it, but the 920Xt cannot properly render custom font resources using antialiasing. A popular workaround for this issue is to create a custom fonts.xml that only the 920XT uses. This can be defined in Junges, as a totally other font resource or, but creating a resources-920xt folder to house the resources specific to that device. Make sure to turn off antialiasing for that device and the fonts should display without issue. I apologize that this is not as well documented/it is as difficult as it is to track down bugs in the forums.

Thanks,

  • Coleman

@warmsound
Copy link
Owner Author

Non-antialiased font resources created for fr920xt: new resources-fr920xt folder, with own fonts/fonts.xml and symlinked fonts.

Merged to master in commit 3da1d7c.

Will check with James following release.

@warmsound
Copy link
Owner Author

There have been no further reports of issues on fr920xt since the above fix, so closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant