You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling a native method _nMakeFromFile from Typeface class causes an Access Violation. (Typeface.java 142).
It's happening regardless of file and path.
The issue arises when trying to create a Scene from Examples.
Scene requires initialization of static final Typeface iter (Scene.java 7).
I can't reproduce it, unfortunately. Can you debug it a little? Does it point to the right file? Does that file exists? You can do that by modifying Scene.java and replacing file function with this:
Calling a native method
_nMakeFromFile
from Typeface class causes an Access Violation. (Typeface.java 142).It's happening regardless of file and path.
The issue arises when trying to create a Scene from Examples.
Scene requires initialization of
static final Typeface iter
(Scene.java 7).Log file:
hs_err_pid512.log
The text was updated successfully, but these errors were encountered: