Tutorial Others Playing On Linux - Tutorials, Tools And Help

5.00 star(s) 3 Votes

nerogaf

Member
Aug 23, 2019
469
285
Greetings to You all!
Concerning the game "The Agnietta: Healer and the Cursed Dungeon":

https://f95zone.to/threads/the-agnietta-healer-and-the-cursed-dungeon-v1-05-b-flat.72868/

Graphical issue: empty black and white spaces.
What is the cause of these problems?
Gratitude for the potential assistance!

My configuration:
I) APU: AMD Ryzen 3 3200G;
II) GPU: AMD Radeon RX 6600;
III) OS: Linux Mint 21.2;
IV) Kernel: 6.5.12-x64v3-xanmod1;
V) WINE: 8.21 Staging.


AGNIETTA_BLACK+WHITE_ISSUES_0.jpg


AGNIETTA_BLACK+WHITE_ISSUES_1.jpg


AGNIETTA_BLACK+WHITE_ISSUES_2.jpg


AGNIETTA_BLACK+WHITE_ISSUES_3.jpg


AGNIETTA_BLACK+WHITE_ISSUES_4.jpg
 
Last edited:

MrBlack ✌

Member
Jun 4, 2017
221
177
Greetings to You all!
Concerning the game "The Agnietta: Healer and the Cursed Dungeon":

https://f95zone.to/threads/the-agnietta-healer-and-the-cursed-dungeon-v1-05-b-flat.72868/

Graphical issue: empty black and white spaces.
What is the cause of these problems?
Gratitude for the potential assistance!

My configuration:
I) APU: AMD Ryzen 3 3200G;
II) GPU: AMD Radeon RX 6600;
III) OS: Linux Mint 21.2;
IV) Kernel: 6.5.12-x64v3-xanmod1;
V) WINE: 8.21 Staging.
Maybe I'm late, but have you tried Proton instead of Wine?
I add Games with issues into my Steam Library. There's a button in the lower left corner to add non-steam games. The in the Game's Setting one can enable the compatibility layer Proton. Usually I start with Proton Experimental. But I had games, that started better with another Proton version from the dropdown list.
 

Arikania

Active Member
Feb 10, 2023
650
226
How to fix RPGM games that show this?

Screenshot from 2024-01-14 04-10-38.png


Btw, I too mostly use Proton to play games that aren't native to Linux. I made me a prefix with all accesories and tools installed for that purpose, and added the game itself to my Steam Library.
 

MrBlack ✌

Member
Jun 4, 2017
221
177
Another solution for games requiring case-insensitive filesystem, .
How do I install it?
I've cloned it into my home folder with gh repo clone puigru/fuzzyfs and I also installed FUSE with sudo apt install fuse
Then I tried just make, but got errors:

Code:
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fuse' found
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fuse' found
gcc -O2 -Wall -Werror fuzzyfs.c    -o fuzzyfs
fuzzyfs.c:27:10: fatal error: fuse.h: Datei oder Verzeichnis nicht gefunden*
   27 | #include <fuse.h>
      |          ^~~~~~~~
compilation terminated.
make: *** [Makefile:7: fuzzyfs] Fehler 1**
* File or Folder not found
** Error 1

What do I have to edit, install and/or run?
 

Flugelbozz

Member
Nov 12, 2018
180
145
How do I install it?
I've cloned it into my home folder with gh repo clone puigru/fuzzyfs and I also installed FUSE with sudo apt install fuse
Then I tried just make, but got errors:

Code:
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fuse' found
Package fuse was not found in the pkg-config search path.
Perhaps you should add the directory containing `fuse.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fuse' found
gcc -O2 -Wall -Werror fuzzyfs.c    -o fuzzyfs
fuzzyfs.c:27:10: fatal error: fuse.h: Datei oder Verzeichnis nicht gefunden*
   27 | #include <fuse.h>
      |          ^~~~~~~~
compilation terminated.
make: *** [Makefile:7: fuzzyfs] Fehler 1**
* File or Folder not found
** Error 1

What do I have to edit, install and/or run?
since it's fuse.h, you might be missing the devpkg. try finding libfuse-dev
 
  • Like
Reactions: MrBlack ✌

fasefive

Newbie
Apr 27, 2019
75
53
hey guys can anyone help me get Honey Select 2 working?

the launcher works, then you try change language to english, then when you press start some "Bpinex"? launcher is meant to popup but it doesnt, then the game starts in Japanese - it seems the game does work apart from that but i dont know Japanese o_O
 

Mitsuna

Active Member
Jun 21, 2019
518
680
hey guys can anyone help me get Honey Select 2 working?

the launcher works, then you try change language to english, then when you press start some "Bpinex"? launcher is meant to popup but it doesnt, then the game starts in Japanese - it seems the game does work apart from that but i dont know Japanese o_O
You should probably add winhttp to the native dll overrides otherwise it won't be loaded. If it doesn't help, there might be something wrong with your BepInEx copy.
 

fasefive

Newbie
Apr 27, 2019
75
53
You should probably add winhttp to the native dll overrides
thanks I added that after finding this guide, got it into english now, the game menus work but get a white screen when the scene is starting, seems to be a common issue even mentioned in the FAQ but cant fix it after trying the suggestions

 
Jul 28, 2019
233
157
I found a game running "Bakin":



I can't seem to get it to work. Seems to be a relatively new engine I think. While I appreciate anyone taking a crack at it, I am sort of posting this for visibility. Could become more popular in the future. It is cheaper than RPG Maker if I am not mistaken. Below is an example game:

https://f95zone.to/threads/the-outpost-v0-1-1-hotfix-xiegoblog.188715/
Replying here rather than in game thread for greater visibility.

Try launching the game to run through steam via the terminal/command line. That should provide a bunch of feedback which might contain a hint about what is going wrong if we're lucky. The command to use is most easily found by inspecting the shortcut created by steam (either edit it and copy the command line or open it with a text editor and copy the exec line). In should look something like this:
Code:
steam steam://rungameid/12345678
although the number will be different. Copy the text from the terminal after attempting to run and post here (spoiler if long, and you might want to edit out any personal details) and maybe myself or someone else can spot something relevant.
 

fomi

Newbie
Sep 8, 2019
41
25
Sorry for the late response. The following is what I get within my terminal:


steam.sh[290582]: Running Steam on linuxmint 21.1 64-bit
steam.sh[290582]: STEAM_RUNTIME is enabled automatically
setup.sh[290652]: Steam runtime environment up-to-date!
steam.sh[290582]: Steam client's requirements are satisfied
tid(290726) burning pthread_key_t == 0 so we never use it


It seems like it does not give any details I think. After I see the above text, A window will pop up for a second with the name of the game, then crash. System monitor does not show any processes for the game after that either (I checked out of curiosity).
 
Jul 28, 2019
233
157
Okay. Taking a stab in the dark here but could you try:

DRI_Prime=1 steam steam://rungameid/12345678

(In case steam is trying to launch the game with your iGPU.) Make sure you are using GE-Proton.
 

fomi

Newbie
Sep 8, 2019
41
25
Switched the compatibility over to GE-Proton (was set to experimental). Same results.
 

fomi

Newbie
Sep 8, 2019
41
25
I found this:



It's a long shot, but it appears that "Nahimic" is a software tool from MSI, if my search was accurate. I happen to use an MSI motherboard, perhaps I have something related in the background?
 

Arikania

Active Member
Feb 10, 2023
650
226
I'm a Linux Manjaro user.

I had an MSI motherboard a while ago, lots of issues with it. The repair man that I sent for told me that MSI is a brand of motherboards that they see particularly many issues with. I now have an ASUS board.

Next to watching what happens in the terminal, you could study the output of dmesg, or run the game through strace to see which system calls are invoked with which arguments.
 
5.00 star(s) 3 Votes