Borderlands 2 ERROR

Questions about Wine on Linux
Locked
Tysonon
Newbie
Newbie
Posts: 1
Joined: Sat Jun 22, 2019 10:32 am

Borderlands 2 ERROR

Post by Tysonon »

Borderlands 2 not working with wine, the linux native title COOP doesn't work with windows users since they updated the windows version a while ago and didn't do the same update on the linux version.
This is the error I get,

"The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies."

Thanks.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Borderlands 2 ERROR

Post by Bob Wya »

Tysonon wrote:Borderlands 2 not working with wine, the linux native title COOP doesn't work with windows users since they updated the windows version a while ago and didn't do the same update on the linux version.
This is the error I get,

"The entry point method could not be loaded due to Could not load file or assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies."

Thanks.
@Tysonon

Obvious first question have you installed the native .Net Framework 4.0? E.g. with:

Code: Select all

winetricks dotnet40
Newer versions, of the .Net Framework (e.g. 4.5.2, 4.6), will include this earlier version.

Ensure that your winetricks version is up-to-date first!

Bob
bremmy
Newbie
Newbie
Posts: 2
Joined: Thu Jun 27, 2019 11:28 pm

Re: Borderlands 2 ERROR

Post by bremmy »

Loved this solution, updating winetricks did the rest :)
Locked