Okay this appears to be an NWJS issue. If you are feeling adventurous, could you help me out with trying the following on your computer and see if it fixes the problem. I was able to reproduce it and fix it by doing the following:
The blacklist/blocklist problem can be solved by doing the following:
- Open the Hypnospace Outlaw install folder
- Open package.nw (it's a zip file in disguise, you don't have to unzip it)
- Edit the package.json file inside - you'll see "--ignore-gpu-blacklist", go ahead and replace it with "--ignore-gpu-blocklist"
- Save the .json file, go back to the .nw file and if it asks you to update the file because it has been modified in an external application, go ahead and click "Update" and then close the .nw file
The NWJS-specific issues may be solved like so:
- Download a newer version of NWJS (currently Hypnospace uses 0.49.0), I recommend trying 0.52.0 or 0.51.2:
https://dl.nwjs.io/
If you're trying 0.52.0, for example, you'd want to download this file "nwjs-v0.52.0-linux-x64.tar.gz" - Open the Hypnospace install folder. Delete everything EXCEPT FOR"
- package.nw
- the data folder
- package.nw
- Open the NWJS file you downloaded
- Copy over the following files/folders:
- swiftshader
- locales
- lib
- v8_context_snapshot.bin
- resources.pak
- nw_200_percent.pak
- nw_100_percent.pak
- nw
- nacl_helper_bootstrap
- nacl_helper
- icudtl.dat
- swiftshader
- Rename "nw" to "HypnOS"
- In terminal, use the following command:
chmod a+x HypnOS - Try running ./HypnOS from terminal