Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Afonin-Anthony opened this issue Mar 31, 2024 · 1 comment
Open

Comments

@Afonin-Anthony
Copy link

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!

@0x3C50
Copy link

0x3C50 commented Apr 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants