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 run mvn install and then try to run ./launcher which is my launcher's executable, which worked before.
But now it just closes with following
May 18, 2019 4:00:04 PM fxlauncher.Launcher launchAppFromManifest
INFO: Show whats new dialog? true
terminate called after throwing an instance of 'std::system_error'
what(): Enable multithreading to use std::thread: Operation not permitted
Aborted (core dumped)
And I have no idea what could be causing this.
fxlauncher.jar works flawlessly tho.
uname: Linux lifeordeath-pc 4.19.36-1-MANJARO #1 SMP PREEMPT Sat Apr 20 22:05:46 UTC 2019 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
I run
mvn install
and then try to run./launcher
which is my launcher's executable, which worked before.But now it just closes with following
And I have no idea what could be causing this.
fxlauncher.jar works flawlessly tho.
uname:
Linux lifeordeath-pc 4.19.36-1-MANJARO #1 SMP PREEMPT Sat Apr 20 22:05:46 UTC 2019 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: