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
I'm trying to display a web page from a local html file. When i pass to method UltralightView#loadURL(String) URL with scheme file://, this message prints to the standard error stream and program execution interrupts:
terminate called after throwing an instance of 'std::runtime_error'
what(): Thread not attached to JVM
URLs with the http:// and https:// schemes works fine.
Thanks!
The text was updated successfully, but these errors were encountered:
Same problem here. http:// and https:// work mostly fine (apart from a deadlock in some cases, which i also don't understand), but loading a file:// throws this exception
I'm trying to display a web page from a local html file. When i pass to method
UltralightView#loadURL(String)
URL with schemefile://
, this message prints to the standard error stream and program execution interrupts:URLs with the
http://
andhttps://
schemes works fine.Thanks!
The text was updated successfully, but these errors were encountered: