My name is Haijo.
21 years old. I live in the Netherlands. 🇳🇱
I’m a computer enthusiast, libre software and video games.
I tend to prefer indie games and retro games.
(“retro” at least being games that were released for systems older than I am)
Privacy advocate. Anti big tech/FAANG.
Music from the late 20th century is better than most newer music.
Writing code in ANSI C. (aka C89 or C90)
Most streaming services suck.
This server is running on an ‘old’ computer I used to play minecraft on around 2013, 2014.
My Jung personality type is ISTP.
I have dyslexia, ASD and ADD.

  • 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: May 26th, 2023

help-circle




  • Most modloaders work by tricking the game into loading a dll file by giving the dll file the name of another dll file the game actually needs. (dsound.dll for example)
    But wine ignores these custom dll files by default because it has its own custom implementations of the libraries that use dll files with those names and prioritizes those.
    You can change settings with winecfg to make wine load the modloader dll files anyway, I don’t remember exactly how to do this for a proton prefix, but it shouldn’t be difficult

    CC: @fugepe@lemmy.ml