24 Replies
extended-salmon•5mo ago
Disable use Steam Runtime, enable UMU, disable offline mode
exotic-emeraldOP•5mo ago
Where do i find UMU?
extended-salmon•5mo ago
exotic-emeraldOP•5mo ago
nothing changed, i guess. the log files even look the same it think
exotic-emeraldOP•5mo ago
Issue seems to be this:
System.IO.FileNotFoundException: Could not load file or assembly 'D:\Epic Games\Borderlands2\Binaries\Win32\de-DE\Launcher.resources.dll' or one of its dependencies.
- Have you tried verifying your game files?
- What filesystem is /run/media/anthony/SSD
using? If it's NTFS, you might run into weird issuesexotic-emeraldOP•5mo ago
to repair the game via the game launcher doesn't help. the drive is in ext4 formatted
Try repairing the game again, then send in your Epic log file after it's done
Please see the following images on how to send a Heroic / Legendary / GOGDL / Nile log file:


exotic-emeraldOP•5mo ago

exotic-emeraldOP•5mo ago
oh it seems, thats only a messaging problem. log file is uploaded ^^ https://0x0.st/8Kbo.log
Alright, verification seems to have ran through successfully
Does the file it's talking about (
/run/media/anthony/SSD/Epic Games/Borderlands2/Binaries/Win32/de-DE/Launcher.resources.dll
) exist?exotic-emeraldOP•5mo ago
yes the file exists
Try setting your
PROTON_LOG
to +timestamp,+pid,+tid,+seh,+unwind,+threadname,+debugstr,+loaddll,+mscoree
, that should give some more details on why the library is failing to loadexotic-emeraldOP•5mo ago
do i just append these parameters after the value 1 in the enviroment variables?
No, set the variable to that value
exotic-emeraldOP•5mo ago
exotic-emeraldOP•5mo ago
i don't know if its worked to be honest
Setting the variable worked, although sadly there's not more info
There is this, but I don't know why it's happening or whether it's an actual concern:
Wine FAQ says this about the error:
This can be caused by filesystems mounted with user or noexec options, or by SELinux. Make sure the app in question isn't on a funny filesystem, or try disabling SELinux temporarily.
exotic-emeraldOP•5mo ago
the filesystem is mounted with user options because steam games need it to get permissions ^^
Hm, I'm running my Steam games off external drives without that option just fine
exotic-emeraldOP•5mo ago
oh okay, when i installed all steam (or proton) could not read the drive and to mount it as user was what i found in the internet to solve permissions problems
I usually just end up doing a
sudo chown -R <username> /path/to/mountpoint
after creating a filesystem
Relevant /etc/fstab
line then just looks like this:
exotic-emeraldOP•5mo ago
that's mine: UUID=7e1c69d8-7b47-47dd-9790-5c6760b47e6d /run/media/anthony/SSD ext4 rw,user 0 0
you'r right, changing the options in the fstab file to the defaults solved it. thank you very much