Paul Kashofer
Paul Kashofer
My suggestion instead of `telnetServer.stop();` ``` Runnable rStop = new Runnable() { public void run() {telnetServer.stop();} }; new Thread(rStop).start(); ```
In the examples I can now load a jar via FileChooser directly from browser. Also an url-link is implemented that loads the jar from different link, but works only internally....
No. After adding a git repo and selecting "refresh" the whole window is frozen for a minute. I can not select anything. On version alpha2 you see the rotating dots,...
By the way: When adding a new repository via git, the window is too small. I can only see Cancel/Finish, when resizing the frame.
Here the exception below. The executable (wine and wineserver) is existing, and executable. Exception Xenon 2: [ERROR] org.phoenicis.multithreading.ControlledThreadPoolExecutorService (l.64) - Cannot run program "/home/wine/.Phoenicis/engines//wine/dos_support-linux-x86/4.0/bin/wineserver": error=2, Datei oder Verzeichnis nicht gefunden...
Same exception on Dreamscapes(2): [ERROR] org.phoenicis.multithreading.ControlledThreadPoolExecutorService (l.64) - Cannot run program "/home/wine/.Phoenicis/engines//wine/upstream-linux-x86/5.0.1/bin/wine" (in directory "/home/wine/.Phoenicis/containers/wineprefix/Dreamscapes2"): error=2, Datei oder Verzeichnis nicht gefunden at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) at run(Unnamed:477:18045-18066) at run(Unnamed:172:5961-6051) at...
Hint in console inside flatpak container below. Seems it has anything to do with 32bit lib? sh-5.0$ **file /home/wine/.Phoenicis/engines//wine/dos_support-linux-x86/4.0/bin/wineserver** /home/wine/.Phoenicis/engines//wine/dos_support-linux-x86/4.0/bin/wineserver: ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV),...
@plata I was now able to get it running. But my flatpak-issue is different from your dosbox-issue. I had to change the freedesktop dependencies back to 18.08 (from 19.08) -...
I had still **Compat.i386** 18.08 installed instead 19.08. So the whole **i386-linux-gnu** folder was empty. Flatpak makes no noise, just starts a broken incomplete app. Also I can uninstall the...
Not sure, I still have a Problem with GL now. Can install, but not run apps. And when executing `flatpak uninstall --unused` then flatpak wants to uninstall Compat.i386 again. Only...