ultralight-java-reborn icon indicating copy to clipboard operation
ultralight-java-reborn copied to clipboard

UltralightView#loadURL(String) causes an std::runtime_error

Open Afonin-Anthony opened this issue 1 year ago • 1 comments

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!

Afonin-Anthony avatar Mar 31 '24 01:03 Afonin-Anthony