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 2 years 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

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

0x3C50 avatar Apr 27 '24 21:04 0x3C50