HGL
exotic-emerald

Borderlands 2 dont start

I can't start Borderlands 2. Thanks for your help!
24 Replies
extended-salmon
extended-salmon5mo ago
Disable use Steam Runtime, enable UMU, disable offline mode
exotic-emerald
exotic-emeraldOP5mo ago
Where do i find UMU?
exotic-emerald
exotic-emeraldOP5mo ago
nothing changed, i guess. the log files even look the same it think
exotic-emerald
exotic-emeraldOP5mo ago
CommandMC
CommandMC5mo 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 issues
exotic-emerald
exotic-emeraldOP5mo ago
to repair the game via the game launcher doesn't help. the drive is in ext4 formatted
CommandMC
CommandMC5mo ago
Try repairing the game again, then send in your Epic log file after it's done
HeroicBot
HeroicBot5mo ago
Please see the following images on how to send a Heroic / Legendary / GOGDL / Nile log file:
From An unknown user
From An unknown user
exotic-emerald
exotic-emeraldOP5mo ago
No description
exotic-emerald
exotic-emeraldOP5mo ago
oh it seems, thats only a messaging problem. log file is uploaded ^^ https://0x0.st/8Kbo.log
CommandMC
CommandMC5mo ago
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-emerald
exotic-emeraldOP5mo ago
yes the file exists
CommandMC
CommandMC5mo ago
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 load
exotic-emerald
exotic-emeraldOP5mo ago
do i just append these parameters after the value 1 in the enviroment variables?
CommandMC
CommandMC5mo ago
No, set the variable to that value
exotic-emerald
exotic-emeraldOP5mo ago
exotic-emerald
exotic-emeraldOP5mo ago
i don't know if its worked to be honest
CommandMC
CommandMC5mo ago
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:
38581.098:00dc:00e0:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec filesystem?
38581.098:00dc:00e0:err:virtual:virtual_map_section mapping 0x56f0000 1a000 0 failed
38581.099:00dc:00e0:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec filesystem?
38581.099:00dc:00e0:err:virtual:virtual_map_section mapping 0x56f0000 1a000 0 failed
38581.098:00dc:00e0:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec filesystem?
38581.098:00dc:00e0:err:virtual:virtual_map_section mapping 0x56f0000 1a000 0 failed
38581.099:00dc:00e0:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec filesystem?
38581.099:00dc:00e0:err:virtual:virtual_map_section mapping 0x56f0000 1a000 0 failed
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-emerald
exotic-emeraldOP5mo ago
the filesystem is mounted with user options because steam games need it to get permissions ^^
CommandMC
CommandMC5mo ago
Hm, I'm running my Steam games off external drives without that option just fine
exotic-emerald
exotic-emeraldOP5mo 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
CommandMC
CommandMC5mo ago
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:
UUID=1eda8b03-95ee-4e22-972c-884bfd7d73ad /run/media/commandmc/SSD ext4 defaults,noatime 0 2
UUID=1eda8b03-95ee-4e22-972c-884bfd7d73ad /run/media/commandmc/SSD ext4 defaults,noatime 0 2
exotic-emerald
exotic-emeraldOP5mo 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

Did you find this page helpful?