Sign up

Pages: 1 2

Re: Critical Error

On Fri, 31 May 2019 12:30:30 GMT, Ron Tarrant wrote:

Now I'm just working on how to stop the "couldn't load font" errors. From what I've found so far, this may be a problem with the application not waiting long enough between loading one font and the next? I don't know. I thought that stuff would be asynchronous. I don't really care if the fonts don't load as long as it's not spitting out those errors.

So, I'm currently looking at how to conditionally load the fonts based on whatever reason it's failing... which so far has eluded me.

Another interesting tidbit...

On Linux, that whole "couldn't load font" thing doesn't happen.

Re: Critical Error

On Fri, 31 May 2019 13:16:19 GMT, Ron Tarrant wrote:

On Linux, that whole "couldn't load font" thing doesn't happen.

And even on Windows, even though it spits out "couldn't load font" errors, the fonts are still loaded and rendered.

Another debugging hooks thing, perhaps?

Pages: 1 2