Skip to content

Instantly share code, notes, and snippets.

@Tercus
Last active April 27, 2020 12:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tercus/3db75788df3c7e1efee06904bb985419 to your computer and use it in GitHub Desktop.
Save Tercus/3db75788df3c7e1efee06904bb985419 to your computer and use it in GitHub Desktop.
Bannerlord linux

Disclaimer and Thank-yous

This guide is pieced together with information collected in this very long github issue. There is no guarantee for this to make Bannerlord work on your particular system, because one thing the github issue showed was that hardware and software configurations can have a large effect on the stability of the game. You should also be prepared for crashes, even when the game seems to be running fine. Make sure to save frequently.

This guide was made possible by all the people in the github issue that tested things out and reported back. I would also like to thank VictorRogers, YellowApple, Metal079, allquixotic, lboklin, ptkato for their great suggestions and corrections and all the others in helping getting Bannerlord to work!

Current issues

  1. There may be long saving times (up to a minute)
  2. There may be performance issues and micro-stuttering
  3. There may be frequent crashes

Current discussions

The following topics are currently being discussed as alternative solutions to get the game running:

  • using a kernel that has fsync enabled improves the time it takes to save games (no vcrun2019, .NET-core needed)
  • skipping the launcher improves performance (either by symlinking or by setting launch options)

Getting everything you need

Please be aware, that using third party ppa's or binaries always has an inherent risk! Don't just download any file you find, but take the time to make sure that it is from a reputable source. I tried to only include options here that are well known and used by many.

Proton-5.5-GE-1

What is this for?

Shortly after release it was reported that mouse-input wasn't working. The cause was identified within days and a fix was provided. That fix found its way into wine-staging, but will take a long time until it will be part of the normal wine release. Proton is based on wine and until that fix will be included in proton will take some time. There are however third-party proton builds that include the latest wine-staging changes.

Instructions
  • download the release from here.
    • there's an "Assets" button at the end of each release post
  • extract the content of the .tar.gz file in /home/<your-name>/.steam/compatibilitytools.d/
    • if that folder does not exist, create it
    • you should now have a subfolder in that folder named Proton-5.5-GE-1
  • restart steam if it is already running
  • right-click on Bannerlord and go to "Properties"
    • in the "General" tab at the bottom tick the option "Force the use of a specific Steam Play compatability tool"
    • you should be able to select the option "Proton-5.5-GE-1"
  • if you don't see the option in the properties, try moving the "Proton-5.5-GE-1" folder into the following location: ~/.local/share/Steam/compatibilitytools.d (create the folders if they don't exist) as was recommended here
    • restart steam and check if the option exists now

winetricks with vcrun2019

What is this for?

winetricks allows you to configure the prefix (the fake windows environment) your game is running in more easily. It also handles the installation of a lot of system software that would normally fail if installed manually. While you might find a version of winetricks in your OS repository, we will need one that can install "vcrun2019", so it needs to be fairly new.

Instructions
  • winetricks is just a binary file that you need to download and make executable. I compiled the instructions from this and this source:
    cd "${HOME}/Downloads"
    wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
    chmod +x winetricks
    
    • if you want to install it for the current user:
      mkdir "${HOME}/bin"
      mv winetricks "${HOME}/bin"
      
    • if you want to install it systemwide:
      sudo mv winetricks /usr/bin/
      
  • you will have to re-login to see the command in the console

protontricks

What is this for?

Protontricks is a wrapper for winetricks. It makes it simpler to use and offers some quality of life features. In winetricks you have to define which prefix you want to use, what wineserver to use and which wine binary to run and so on. Protontricks figures all that out by the game-id it is given.

Instructions
  • sadly there seems to be no other "easy" way to get protontricks other than using the pipx installation method
  • installation instructions can be found here
  • according to this post, Arch users may have another alternative by using pacman install protontricks-git
    • as has been pointed out to me, user on Arch distributions also have the following option:
      git clone https://aur.archlinux.org/protontricks-git.git
      cd protontricks-git
      makepkg -si
      

dotNet core

What is this for?

After a lot of testing it was discovered that installing ".NET core" speeds up the save time immensely. The actual reason for this is not really clear. If it takes too long for you to save, you can try installing this.

Instructions

Getting Bannerlord to work (maybe)

Cleanup and prepare the game folders
  • go to /home/<your-name>/.steam/steam/steamapps/compatdata/ and rename the folder "261550" to something like "Backup_261550"
    • copying is not enough, as you actually want start with the initialisation of a completely fresh wine-prefix
    • copying the folder will backup your savegames, your settings and your whole wine-prefix in case you want to retrieve or test things later on
Let the game initialize once
  • run the game once
    • this is to let steam install some dependencies
    • starting a new campaign is not necessary
  • exit the game
Install dotnet472
  • open a console and run protontricks 261550 dotnet472
    • it will run through several installations of older versions of dotnet
    • when the installer asks, choose to "Restart now" (won't actually restart your PC)
Install vcrun2019
  • in the console run protontricks 261550 vcrun2019
    • I am not a hundred percent sure if this is needed, but I did it and my setup seems to work fine
Install .NET core
  • in the console run protontricks 261550 --gui
    • select "Select the default wineprefix"
      • check in the window title if the correct prefix is selected, it should be /home/<your-name>/.steam/steam/steamapps/compatdata/261550/pfx
    • select "Run explorer"
    • open the "/" device and go to where you downloaded the .NET-core file and double-click it to let it install
      • as I had two ".NET core" files, I installed both this way
    • close the explorer when the installation has finished
Check configs
  • select "Run winecfg"
    • in the "Applications" tab at the bottom set "Windows version" to Windows 10
    • I am not a hundred percent sure if this is needed. I have it at Windows 7 and everything seems to work fine
  • close winecfg with the "OK" button and leave the protontricks gui by pressing "Cancel" until it closes
Start the game
  • start Bannerlord through steam
  • start a new campaign
    • you have no other choice, because your old savegames are only in the backup
    • you can try to recover your old savegames, but only if you made them with the same game-version as the one you are using now
      • I haven't tested this yet, so...report back if it works.

Troubleshooting

If things still don't work, there are a few things that were mentioned in the very long github issue that you can try to do.

You are running an AMD GPU and the game doesn't work
  • you can try updating to the latest MESA drivers
You are running NixOS and want to install winetricks
  • installation procedures for NixOS are different, so installing winetricks is a bit more complicated. I don't use it, but there is a step by step guide here (you will have to unhide the post)
    • there is also a script "for documentation and easy toggling between various steps and methods to create prefixes"
The game crashes and I can't restart it
  • this might be because of a stuck wineserver process. Check the taskmanager of your OS and kill it if necessary.
I want to debug the game, but the logfiles are HUGE
  • proton assumes a set of debug settings, but you can change that. See this post for explanation
@ptkato
Copy link

ptkato commented Apr 9, 2020

I'd add a disclaimer somewhere stating that even with all those fixes the game might still crash aplenty.

Also, what the heck is pamac? I recommend adding the following instead:

git clone https://aur.archlinux.org/protontricks-git.git
cd protontricks-git
makepkg -si

Otherwise people who use AUR helpers already know what to do.

@Tercus
Copy link
Author

Tercus commented Apr 9, 2020

Thank you, I've added your notes

@lboklin
Copy link

lboklin commented Apr 9, 2020

Just a small correction: The script I provided is mostly for documentation and easy toggling between various steps and methods to create prefixes. It doesn't help with getting winetricks. For getting a recent version of winetricks via Nix I wrote down the steps here.

@Tercus
Copy link
Author

Tercus commented Apr 9, 2020

Thank you a lot. I looked at the script, but figure out what it did, so thank you for your clarification

@Tercus
Copy link
Author

Tercus commented Apr 11, 2020

I updated the guide a bit. Markdown styling is weird...

@twaananen
Copy link

I would like to note that while I do get quite a bit of other crashes, the wast majority has to do with autosaving, and more precisely autosaving when an autosave file already exists. I don't know why it happens but I've verified from my crash logs that the last thing it tried to do was save.

The workaround is to manually save frequently and delete the autosave file when it appears. It's a bit tedious, but has improved my gametimes without a crash from 1-10 minutes to 30-60 minutes.

@kfinelli
Copy link

Hope it's OK to post this kind of question here, I've been following the big issue thread for a while and was managing to get things running, but at some point (around a week ago?) the mouse problem returned. I checked my logs and it does seem to be correctly finding proton-5.5-GE-1, so was wondering if anyone else had seen this regression. Also tried from a fresh prefix with the same result. I'll post my log here in case anyone knows how to interpret it:

expand log:
======================
Proton: 1586041727 5.5-GE-1-25-g4d8fde1
SteamGameId: 261550
Command: ['/mnt/home/kevin/.local/share/Steam/SteamApps/common/Mount & Blade II Bannerlord/bin/Win64_Shipping_Client/TaleWorlds.MountAndBlade.Launcher.exe']
Options: {'forcelgadd'}
======================
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
esync: up and running.
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562823.960:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562823.960:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562823.961:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7fe302060000: builtin
562823.961:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\wineboot.exe" at 0x400000: PE builtin
562823.964:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7fe301e90000: builtin
562823.964:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7fe301ee0000: builtin
562823.965:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7fe301d80000: builtin
562823.978:000a:000b:fixme:winediag:__wine_start_process Wine Staging 5.5 is a testing version containing experimental patches.
562823.978:000a:000b:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
562823.979:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7fe301b50000: builtin
562823.982:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
562823.983:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65780000: PE builtin
562823.983:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a700000: PE builtin
562823.983:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7fe3018d0000: builtin
562823.983:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x68a40000: PE builtin
562823.986:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x65000000: PE builtin
562823.986:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x6bec0000: PE builtin
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562824.089:000c:000d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562824.089:000c:000d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562824.090:000c:000d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7fca41290000: builtin
562824.091:000c:000d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\services.exe" at 0x400000: PE builtin
562824.094:000c:000d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7fca410d0000: builtin
562824.094:000c:000d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7fca41110000: builtin
562824.095:000c:000d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7fca40fb0000: builtin
562824.095:000c:000d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
562824.096:000c:000d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65780000: PE builtin
562824.096:000c:000d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a700000: PE builtin
562824.097:000c:000d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\userenv.dll" at 0x67d00000: PE builtin
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562824.155:000f:0010:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562824.155:000f:0010:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562824.156:000f:0010:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7f0b2aed0000: builtin
562824.157:000f:0010:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\winedevice.exe" at 0x400000: PE builtin
562824.159:000f:0010:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7f0b2ad00000: builtin
562824.159:000f:0010:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7f0b2ad50000: builtin
562824.161:000f:0010:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x7f0b2ac30000: builtin
562824.161:000f:0010:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ntoskrnl.exe" at 0x67a00000: PE builtin
562824.162:000f:0010:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7f0b2ab00000: builtin
562824.176:000f:0010:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
562824.200:000f:0015:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\win32k.sys" at 0x64fc0000: PE builtin
562824.204:000f:0015:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\dxgkrnl.sys" at 0x6a4c0000: PE builtin
562824.208:000f:0015:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\dxgmms1.sys" at 0x6f4c0000: PE builtin
562824.217:000f:0014:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\drivers\\mountmgr.sys" at 0x7f0b2aa40000: builtin
562824.220:000f:0014:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65780000: PE builtin
562824.220:000f:0014:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a700000: PE builtin
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562824.246:0017:0018:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562824.246:0017:0018:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562824.247:0017:0018:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7efd6bc80000: builtin
562824.248:0017:0018:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\plugplay.exe" at 0x400000: PE builtin
562824.251:0017:0018:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7efd6bab0000: builtin
562824.251:0017:0018:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7efd6baf0000: builtin
562824.251:0017:0018:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7efd6b990000: builtin
562824.265:0017:0018:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562824.300:001c:001d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562824.300:001c:001d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562824.300:001c:001d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7fd58b040000: builtin
562824.301:001c:001d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\winedevice.exe" at 0x400000: PE builtin
562824.304:001c:001d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7fd58ae80000: builtin
562824.304:001c:001d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7fd58aec0000: builtin
562824.305:001c:001d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x7fd58adb0000: builtin
562824.305:001c:001d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ntoskrnl.exe" at 0x67a00000: PE builtin
562824.306:001c:001d:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7fd58ac80000: builtin
562824.323:001c:001d:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
562824.333:001c:0020:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\win32k.sys" at 0x64fc0000: PE builtin
562824.335:001c:0020:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\dxgkrnl.sys" at 0x6a4c0000: PE builtin
562824.338:001c:0020:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\dxgmms1.sys" at 0x6f4c0000: PE builtin
562824.347:001c:001f:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\drivers\\winebus.sys" at 0x7fd58abc0000: builtin
562824.348:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65780000: PE builtin
562824.348:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a700000: PE builtin
562824.359:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\hidclass.sys" at 0x62c40000: PE builtin
562824.360:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\drivers\\winehid.sys" at 0x6b3c0000: PE builtin
562824.365:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\hid.dll" at 0x64b80000: PE builtin
562824.375:001c:001f:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7fd58a580000: builtin
562824.375:001c:001f:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7fd58a740000: builtin
562824.378:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x65000000: PE builtin
562824.378:001c:001f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x6bec0000: PE builtin
562824.965:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shcore.dll" at 0x64940000: PE builtin
562824.967:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\usp10.dll" at 0x62600000: PE builtin
562824.967:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x6e6c0000: PE builtin
562824.967:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\aclui.dll" at 0x330000: PE builtin
562824.967:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7fe300e50000: builtin
562824.974:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562824.974:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562824.975:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7f60e59f0000: builtin
562824.976:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\explorer.exe" at 0x400000: PE builtin
562824.979:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7f60e5820000: builtin
562824.979:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7f60e5870000: builtin
562824.980:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7f60e5680000: builtin
562824.982:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7f60e5560000: builtin
562824.982:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
562824.984:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65780000: PE builtin
562824.984:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a700000: PE builtin
562824.984:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7f60e52c0000: builtin
562824.999:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x65000000: PE builtin
562824.999:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x6bec0000: PE builtin
562825.010:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7f60e5180000: builtin
562825.364:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7fe300d80000: builtin
562825.373:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x68a40000: PE builtin
562825.373:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shcore.dll" at 0x64940000: PE builtin
562825.376:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\usp10.dll" at 0x62600000: PE builtin
562825.376:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x6e6c0000: PE builtin
562825.376:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\aclui.dll" at 0x380000: PE builtin
562825.376:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7f60df5b0000: builtin
562825.379:0025:0026:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7f60e4620000: builtin
562825.390:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x6a100000: PE builtin
562825.390:0025:0026:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\actxprxy.dll" at 0xfc0000: PE builtin
562825.508:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7fe300610000: builtin
562825.511:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mpr.dll" at 0x6d9c0000: PE builtin
562825.512:000a:000b:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ws2_32.dll" at 0x7fe3005d0000: builtin
562825.512:000a:000b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\wininet.dll" at 0x6b2c0000: PE builtin
562825.518:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562825.518:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b420000: builtin
562825.518:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7eb60000: builtin
562825.520:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\steam.exe" at 0x7eb20000: builtin
562825.523:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7ea20000: builtin
562825.523:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\advapi32.dll" at 0x7ea70000: builtin
562825.524:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7e8e0000: builtin
562825.526:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7e7e0000: builtin
562825.526:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fdc0000: PE builtin
562825.529:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65980000: PE builtin
562825.529:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a900000: PE builtin
562825.529:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7e5a0000: builtin
562825.529:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x65200000: PE builtin
562825.537:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shlwapi.dll" at 0x68c40000: PE builtin
562825.537:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shcore.dll" at 0x64b40000: PE builtin
562825.539:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x6c0c0000: PE builtin
562825.540:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\usp10.dll" at 0x62800000: PE builtin
562825.540:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x6e8c0000: PE builtin
562825.540:0008:0009:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\aclui.dll" at 0x330000: PE builtin
562825.540:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7db70000: builtin
562825.565:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7da40000: builtin
562825.708:0008:0009:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7d360000: builtin
Setting breakpad minidump AppID = 261550
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561198031629676 [API loaded no]
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562826.123:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\kernelbase.dll" at 0x7b000000: PE builtin
562826.123:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\kernel32.dll" at 0x7b410000: builtin
562826.124:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wow64cpu.dll" at 0x7ff710e70000: builtin
562826.127:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\TaleWorlds.MountAndBlade.Launcher.exe" at 0x140000000: native
562826.128:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mscoree.dll" at 0x6427ee50000: native
562826.138:002b:002c:fixme:heap:RtlSetHeapInformation 0x870000 0 0x52e360 4 stub
562826.141:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\sechost.dll" at 0x7ff710a30000: builtin
562826.141:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ADVAPI32.dll" at 0x7ff710a80000: builtin
562826.170:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscoreei.dll" at 0x180000000: native
562826.187:002b:002c:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x1800183e0, 0x18008ffa0, 0x18008ffc0) stub.
562826.205:002b:002c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1800663bd, 28) stub
562826.235:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\gdi32.dll" at 0x7ff710890000: builtin
562826.238:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 0x7ff710770000: builtin
562826.241:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0x6fbc0000: PE builtin
562826.242:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\version.dll" at 0x65780000: PE builtin
562826.242:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\setupapi.dll" at 0x6a700000: PE builtin
562826.242:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\user32.dll" at 0x7ff7104e0000: builtin
562826.242:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\SHLWAPI.dll" at 0x68a40000: PE builtin
562826.248:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\ole32.dll" at 0x65000000: PE builtin
562826.248:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\imm32.dll" at 0x6bec0000: PE builtin
562826.287:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-appmodel-runtime-l1-1-2.dll" at 0x6c100000: PE builtin
562826.394:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSVCR120_CLR0400.dll" at 0x16a0000: native
562826.394:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\clr.dll" at 0xcb0000: native
562826.408:002b:002c:fixme:reg:GetEnabledXStateFeatures 
562826.408:002b:002c:fixme:reg:GetEnabledXStateFeatures 
562826.409:002b:002c:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x11ceff0, 0x15ff240, 0x15ff260) stub.
562826.410:002b:002c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x13fd83c, 28) stub
562826.432:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-quirks-l1-1-0.dll" at 0x6ff80000: PE builtin
562826.433:002b:002c:fixme:kernelbase:QuirkIsEnabled3 (000000000052EE90, 00000000FFFFFFFF) stub!
562826.454:002b:002c:fixme:heap:GetNumaHighestNodeNumber semi-stub: 000000000052F708
562826.457:002b:002c:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x10e4350, 0x15f40d0, 0x1602d78) stub.
562826.457:002b:002c:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x10e4350, 0x15f4890, 0x15f4e68) stub.
562826.457:002b:002c:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x10e4350, 0x1601570, 0x1602d88) stub.
562826.457:002b:002c:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x10e4350, 0x15f4220, 0x1602d90) stub.
562826.494:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\combase.dll" at 0x67600000: PE builtin
562826.496:002b:002c:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\combase.dll" : builtin
562826.505:002b:002c:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscordacwks.dll", 0xcb0000) stub!
562826.513:002b:002c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
562826.635:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\assembly\\NativeImages_v4.0.30319_64\\mscorlib\\7e819bac8c8ac8292aff75385ae8b0db\\mscorlib.ni.dll" at 0x64478000000: native
562826.669:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\api-ms-win-core-winrt-l1-1-0.dll" at 0x63fc0000: PE builtin
562826.672:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\combase.dll" at 0x67600000: PE builtin
562826.697:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-xstate-l2-1-0.dll" at 0x62540000: PE builtin
562826.698:002b:002c:fixme:reg:GetEnabledXStateFeatures 
562826.717:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\clrjit.dll" at 0x1a7e0000: native
562826.719:002b:002c:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x1a8c2bc0, 0x1a8eb8a0, 0x1a8eb8c0) stub.
562826.722:002b:002c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1a8d7e91, 28) stub
562826.724:002b:002c:fixme:path:parse_url failed to parse L"TaleWorlds.Library"
562826.736:002b:002c:fixme:path:parse_url failed to parse L"netstandard"
562826.808:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\bcrypt.dll" at 0x7ff710290000: builtin
562826.833:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\crypt32.dll" at 0x7ff710190000: builtin
562826.833:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\rsaenh.dll" at 0x66500000: PE builtin
562826.933:002b:002c:fixme:path:parse_url failed to parse L"System.Core"
562826.978:002b:002c:fixme:path:parse_url failed to parse L"TaleWorlds.TwoDimension.Standalone"
562826.984:002b:002c:fixme:path:parse_url failed to parse L"ManagedStarter"
562826.986:002b:002c:fixme:nls:LCIDToLocaleName unsupported flags 8000000
562827.023:002b:002c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x524590 (nil) 0x524594) returning a dummy value (current locale)
562827.023:002b:002c:fixme:nls:get_dummy_preferred_ui_language (0x8 0x524590 0x1aa3e4f0 0x524594) returning a dummy value (current locale)
562827.028:002b:002c:fixme:path:parse_url failed to parse L""
562827.063:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\oleaut32.dll" at 0x6a100000: PE builtin
562827.074:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\shcore.dll" at 0x64940000: PE builtin
562827.077:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\usp10.dll" at 0x62600000: PE builtin
562827.077:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\comctl32.dll" at 0x6e6c0000: PE builtin
562827.077:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\aclui.dll" at 0x1b180000: PE builtin
562827.077:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\shell32.dll" at 0x7ff70aea0000: builtin
562827.079:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mpr.dll" at 0x6d9c0000: PE builtin
562827.080:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\ws2_32.dll" at 0x7ff70ae50000: builtin
562827.080:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\wininet.dll" at 0x6b2c0000: PE builtin
562827.080:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\urlmon.dll" at 0x71140000: PE builtin
562827.082:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winex11.drv" at 0x7ff70ad80000: builtin
562827.219:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\uxtheme.dll" at 0x7ff70a620000: builtin
562827.230:002b:002c:fixme:path:parse_url failed to parse L"System"
562827.246:002b:002c:fixme:path:parse_url failed to parse L"System.Configuration"
562827.247:002b:002c:fixme:path:parse_url failed to parse L"System.Xml"
562827.385:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\assembly\\NativeImages_v4.0.30319_64\\System\\3823f9cc74112cd923de7c2d781613ce\\System.ni.dll" at 0x64474a80000: native
562827.386:002b:002c:fixme:path:parse_url failed to parse L"System.Drawing"
562827.411:002b:002c:fixme:path:parse_url failed to parse L"TaleWorlds.Starter.Library"
562827.579:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Dwmapi.dll" at 0x638c0000: PE builtin
562827.580:002b:002c:fixme:dwmapi:DwmEnableBlurBehindWindow 0000000000010062 000000000052EA70
562827.581:002b:002c:fixme:path:parse_url failed to parse L"System.Numerics.Vectors"
562827.630:002b:002c:fixme:path:parse_url failed to parse L"TaleWorlds.TwoDimension"
562827.678:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\gdiplus.dll" at 0x6f480000: PE builtin
562827.692:002b:002f:fixme:path:parse_url failed to parse L"TaleWorlds.GauntletUI"
562827.707:002b:002f:fixme:path:parse_url failed to parse L"TaleWorlds.InputSystem"
562827.726:002b:002f:fixme:path:parse_url failed to parse L"System.Xml"
562827.760:002b:002f:fixme:process:FlushProcessWriteBuffers : stub
562827.787:002b:002f:fixme:ver:GetCurrentPackageId (0x1ba6f0f8 (nil)): stub
562827.787:002b:002f:fixme:path:parse_url failed to parse L"System.Configuration"
562827.839:002b:002f:fixme:bcrypt:BCryptGetFipsAlgorithmMode 0x1ba6d8d0 - semi-stub
562827.853:002b:002f:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x8000000
562827.976:002b:002f:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.Launcher.XmlSerializers"
562828.002:002b:002f:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.Launcher.XmlSerializers"
562828.412:002b:002f:trace:loaddll:load_so_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Opengl32.dll" at 0x7a850000: builtin
562828.603:002b:002e:fixme:ole:Context_CC_ContextCallback (000000001AAD9360/000000001AAD9368)->(000000000118E910, 000000001A7BF768, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000)
562828.604:002b:002e:fixme:ole:Context_CC_ContextCallback (000000001AAD9360/000000001AAD9368)->(000000000118E910, 000000001A7BF668, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000)
562828.604:002b:002e:fixme:ole:Context_CC_ContextCallback (000000001AAD9360/000000001AAD9368)->(000000000118E910, 000000001A7BF668, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000)
562828.857:002b:002f:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0x1ba6ed20, 0xca3410, 0x1ba6ed28, 0x1ba6ed18
562828.857:002b:002f:fixme:nls:GetFileMUIPath stub: 0x10, L"C:\\windows\\system32\\tzres.dll", (null), 0x1ba6ed20, 0xca3410, 0x1ba6ed28, 0x1ba6ed18
562828.981:002b:002f:fixme:path:parse_url failed to parse L"System.ValueTuple"
562829.024:002b:002f:fixme:path:parse_url failed to parse L"TaleWorlds.GauntletUI.PrefabSystem"
562829.035:002b:002f:fixme:path:parse_url failed to parse L"TaleWorlds.GauntletUI.Data"
562829.129:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\propsys.dll" at 0x69c80000: PE builtin
562829.129:002b:002f:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\windowscodecs.dll" at 0x7ff7095c0000: builtin
562829.563:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\psapi.dll" at 0x6acc0000: PE builtin
562829.585:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\rasapi32.dll" at 0x6e8c0000: PE builtin
562829.587:002b:002f:fixme:ras:RasEnumConnectionsW (000000001AB08470,000000001BA6E840,000000001BA6E848),stub!
562829.588:002b:002f:fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
562829.593:002b:002f:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
562829.595:002b:002f:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
562829.595:002b:002f:fixme:ras:RasConnectionNotificationW (FFFFFFFFFFFFFFFF,0000000000000280,0x00000003),stub!
562829.640:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\jsproxy.dll" at 0x71240000: PE builtin
562829.640:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\winhttp.dll" at 0x64340000: PE builtin
562829.651:002b:002f:fixme:ntdll:EtwEventRegister ({38ed3633-5e3f-5989-bf25-f0b1b3318c9b}, 0x1a920a6c, (nil), 0x5df6f30) stub.
562829.652:002b:002f:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x5df6ed8, 53) stub
562829.673:002b:002f:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\iphlpapi.dll" at 0x7ff709840000: builtin
562829.690:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\dhcpcsvc.dll" at 0x70a00000: PE builtin
562829.693:000f:0015:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\iphlpapi.dll" at 0x7f0b2a790000: builtin
562829.727:002b:002f:fixme:winsock:convert_aiflag_w2u Unhandled windows AI_xxx flags 0x20000
562829.751:002b:002f:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
562829.752:002b:002f:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
562829.755:002b:002f:fixme:ntdll:EtwEventRegister ({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0x1a920adc, (nil), 0x5e090e8) stub.
562829.755:002b:002f:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x5e09090, 51) stub
562829.782:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-winrt-string-l1-1-0.dll" at 0x1ba80000: PE builtin
562829.787:002b:002f:fixme:combase:RoGetActivationFactory (L"Windows.Foundation.Diagnostics.AsyncCausalityTracer", {50850b26-267e-451b-a890-ab6a370245ee}, 000000001BA6DCB8): semi-stub
562829.789:002b:002f:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
562829.790:002b:002f:fixme:ntdll:EtwEventRegister ({2e5dba47-a3d2-4d16-8ee0-6671ffdcd7b5}, 0x1a920b4c, (nil), 0x5e0a610) stub.
562829.790:002b:002f:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x5e0a5c8, 40) stub
562829.798:002b:0033:fixme:sync:SetWaitableTimerEx (0000000000000308, 000000001CB9FC60, 500, 0000000000000000, 0000000000000000, 0000000000000000, 50) semi-stub
562829.877:002b:0032:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\dnsapi.dll" at 0x7ff708330000: builtin
562829.877:002b:0032:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\netapi32.dll" at 0x7ff708360000: builtin
562829.877:002b:0032:trace:loaddll:load_so_dll Loaded L"C:\\windows\\Microsoft.Net\\assembly\\GAC_MSIL\\System\\v4.0_4.0.0.0__b77a5c561934e089\\secur32.dll" at 0x7ff7097a0000: builtin
ERROR: ld.so: object '/mnt/home/kevin/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
562830.035:002b:0032:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\Kerberos.dll" at 0x7ff709780000: builtin
562830.086:002b:0032:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\schannel.dll" at 0x6bd00000: PE builtin
562830.092:002b:0032:fixme:ver:GetCurrentPackageId (0x1ca8eab8 (nil)): stub
562830.092:002b:0032:fixme:ntdll:EtwEventRegister ({6906e6e1-f9cd-5b3b-c846-27578fd8d69e}, 0x1a920bbc, (nil), 0x5eabdb0) stub.
562830.092:002b:0032:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x5eabd60, 46) stub
562830.212:002b:0037:fixme:crypt:CertAddCertificateLinkToStore (0x1aaf76a0, 0x1aafb318, 00000004, (nil)): semi-stub
562830.506:002b:002f:fixme:path:parse_url failed to parse L"Newtonsoft.Json"
562830.554:002b:002f:fixme:path:parse_url failed to parse L"System.Numerics"
562830.645:002b:002f:fixme:path:parse_url failed to parse L"System.Runtime.Serialization"
562830.736:002b:002f:fixme:path:parse_url failed to parse L"System.Data"
562830.889:002b:002f:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.Net\\assembly\\GAC_64\\System.Data\\v4.0_4.0.0.0__b77a5c561934e089\\System.Data.dll" at 0x1e6e0000: native
562832.686:002b:002c:fixme:path:parse_url failed to parse L""
562832.687:002b:002c:fixme:path:parse_url failed to parse L""
562832.724:002b:002c:fixme:path:parse_url failed to parse L"System.Runtime.InteropServices.RuntimeInformation"
562832.947:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\WINMM.dll" at 0x637c0000: PE builtin
562833.057:002b:002c:trace:loaddll:load_so_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\dbghelp.dll" at 0x7ff70a560000: builtin
562833.405:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-runtime-l1-1-0.dll" at 0x63140000: PE builtin
562833.429:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-heap-l1-1-0.dll" at 0x1b3d0000: PE builtin
562833.529:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-string-l1-1-0.dll" at 0x6dd80000: PE builtin
562833.535:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-stdio-l1-1-0.dll" at 0x69380000: PE builtin
562833.551:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-convert-l1-1-0.dll" at 0x6d580000: PE builtin
562833.552:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\VCRUNTIME140.dll" at 0x1b5f0000: native
562833.591:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\VCRUNTIME140_1.dll" at 0x6ff40000: PE builtin
562833.607:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-locale-l1-1-0.dll" at 0x61540000: PE builtin
562833.623:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-filesystem-l1-1-0.dll" at 0x620c0000: PE builtin
562833.630:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-time-l1-1-0.dll" at 0x68ac0000: PE builtin
562833.648:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-environment-l1-1-0.dll" at 0x69b80000: PE builtin
562833.663:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-math-l1-1-0.dll" at 0x70580000: PE builtin
562833.682:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-utility-l1-1-0.dll" at 0x6a4c0000: PE builtin
562833.682:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSVCP140.dll" at 0x1c0f0000: native
562833.683:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\FairyTale.Library.dll" at 0x1ed60000: native
562833.758:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-conio-l1-1-0.dll" at 0x6ec80000: PE builtin
562833.758:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\mono-2.0-sgen.dll" at 0x1fe20000: native
562833.758:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\FairyTale.DotNet.dll" at 0x1b5d0000: native
562833.785:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-synch-l1-2-0.dll" at 0x6e340000: PE builtin
562833.793:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-fibers-l1-1-1.dll" at 0x6b880000: PE builtin
562833.984:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\wined3d.dll" at 0x7ff70a390000: builtin
562833.984:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\dxgi.dll" at 0x7ff70a520000: builtin
562833.992:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0x7ff7098c0000: builtin
562834.015:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\vulkan-1.dll" at 0x64d40000: PE builtin
562834.038:002b:002c:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winevulkan.dll" at 0x7ff70a320000: builtin
562834.041:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\d3d11.dll" at 0x1dc70000: native
562834.097:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\D3DCOMPILER_47.dll" at 0x69900000: PE builtin
562834.098:002b:002c:trace:loaddll:free_modref Unloaded module L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\D3DCOMPILER_47.dll" : builtin
562834.123:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-crt-private-l1-1-0.dll" at 0x6c400000: PE builtin
562834.124:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\D3DCOMPILER_47.dll" at 0x21000000: native
562834.138:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\XINPUT9_1_0.dll" at 0x67500000: PE builtin
562834.175:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\PhysX_64.dll" at 0x1e140000: native
562834.195:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\PhysXCommon_64.dll" at 0x21460000: native
562834.218:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\PhysXCooking_64.dll" at 0x1b610000: native
562834.234:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\PhysXFoundation_64.dll" at 0x1b650000: native
562834.251:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\MSACM32.dll" at 0x66440000: PE builtin
562834.264:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\grCore.dll" at 0x1caa0000: native
562834.285:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\grGranite.dll" at 0x1cb30000: native
562834.319:002b:002c:trace:loaddll:load_so_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\amd_ags_x64.dll" at 0x7ff709890000: builtin
562834.319:002b:002c:trace:loaddll:free_modref Unloaded module L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\amd_ags_x64.dll" : builtin
562834.321:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\amd_ags_x64.dll" at 0x1df40000: native
562834.321:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\grGraniteDX11.dll" at 0x215e0000: native
562834.359:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\GfeSDK.dll" at 0x21650000: native
562834.360:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Rgl.dll" at 0x20440000: native
562834.416:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-localization-l1-2-1.dll" at 0x1c190000: PE builtin
562834.490:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-string-l1-1-0.dll" at 0x66780000: PE builtin
562834.513:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-datetime-l1-1-1.dll" at 0x66600000: PE builtin
562834.534:002b:002c:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\api-ms-win-core-localization-obsolete-l1-2-0.dll" at 0x61340000: PE builtin
562834.578:002b:002c:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\msdia140.dll" at 0x21c80000: native
562837.618:002b:0038:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\steam_api64.dll" at 0x3b400000: native
562837.618:002b:0038:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\Game.dll" at 0x34080000: native
562837.663:002b:0038:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\hid.dll" at 0x64b80000: PE builtin
562837.742:002b:0039:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\mmdevapi.dll" at 0x70140000: PE builtin
562838.018:002b:0039:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winepulse.drv" at 0x7ff709360000: builtin
562838.082:002b:0039:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\winealsa.drv" at 0x7ff709040000: builtin
562838.084:002b:0039:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\winealsa.drv" : builtin
562839.292:002b:0038:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\dxvk_config.dll" at 0x69040000: native
562839.375:002b:0038:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x1ad9cf30, format DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x323ff9f0, modes (nil) partial stub!
562839.375:002b:0038:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x1ad9cf30, format DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x323ff9f0, modes (nil) partial stub!
562839.375:002b:0038:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x1ad9cf30, format DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x323ff9f0, modes 0x225b0780 partial stub!
562839.385:002b:0038:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\openvr_api_dxvk.dll" at 0x36f10000: native
Fossilize INFO: Overriding serialization path: "/mnt/home/kevin/.local/share/Steam/SteamApps/shadercache/261550/fozpipelinesv4/steamapprun_pipeline_cache".
562839.623:002b:0038:fixme:dxgi:dxgi_factory_CheckFeatureSupport iface 0x1ad842e0, feature 0, feature_data 0x323ff9e0, data_size 4 stub!
562839.930:002b:0039:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\nvapi64.dll" at 0x7ff708850000: builtin
562840.026:002b:0039:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\grGraniteQuartzFast.dll" at 0x392f0000: native
562845.378:002b:0037:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
562845.429:002b:0032:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
562845.429:002b:0034:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
562845.429:002b:0034:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
562861.060:002b:004a:fixme:win:GetMouseMovePointsEx (24 0x36eff298 0x36eff2b0 64 1) semi-stub
562861.108:002b:0038:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\steamclient64.dll" at 0x64c80000: PE builtin
562861.159:002b:0038:trace:loaddll:load_so_dll Loaded L"C:\\windows\\system32\\lsteamclient.dll" at 0x7ff6fc170000: builtin
562861.684:002b:003b:fixme:path:parse_url failed to parse L""
562861.840:002b:003b:fixme:path:parse_url failed to parse L""
562861.904:002b:003b:fixme:path:parse_url failed to parse L""
562861.954:002b:003b:fixme:path:parse_url failed to parse L""
562862.291:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Core"
562862.406:002b:003b:fixme:path:parse_url failed to parse L"System.Security"
562862.480:002b:003b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll" at 0x1b7b0000: PE builtin
562862.480:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001ADD4F28 000000003302CF80 000000003302D970 0000000000000000
562862.481:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001ADD4F28 000000003302CF80 000000003302D970 0000000000000000
562862.482:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001ADD4F28 000000003302CF80 000000003302D970 0000000000000000
562862.482:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001ADD4F28 000000003302CF80 000000003302D970 0000000000000000
562862.525:002b:003b:fixme:path:parse_url failed to parse L"System.Data.SqlXml"
562862.902:002b:003b:fixme:path:parse_url failed to parse L"System.ServiceModel.Internals"
562862.953:002b:003b:fixme:path:parse_url failed to parse L"System.Transactions"
562862.977:002b:003b:trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.Net\\assembly\\GAC_64\\System.Transactions\\v4.0_4.0.0.0__b77a5c561934e089\\System.Transactions.dll" at 0x1b7d0000: native
562862.993:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.Diamond"
562863.045:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.PlayerServices"
562863.060:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Localization"
562863.093:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.BattlEye.Client"
562863.129:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.SaveSystem"
562863.141:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Network"
562863.145:002b:003b:fixme:path:parse_url failed to parse L""
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562863.184:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562863.185:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562863.185:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562863.185:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562863.185:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562863.185:002b:003b:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562864.368:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Diamond"
562864.415:002b:003b:fixme:path:parse_url failed to parse L""
562864.430:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade"
562864.430:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Core"
562864.430:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Engine"
562864.430:002b:003b:fixme:path:parse_url failed to parse L"netstandard"
562864.431:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Library"
562864.431:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Core.ViewModelCollection"
562864.439:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.ViewModelCollection"
562864.456:002b:003b:fixme:path:parse_url failed to parse L""
562864.470:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.GauntletUI"
562864.470:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.TwoDimension"
562864.470:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.View"
562864.472:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.Diamond"
562864.472:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.PlayerServices"
562864.473:002b:003b:fixme:path:parse_url failed to parse L""
562864.495:002b:003b:fixme:path:parse_url failed to parse L""
562864.514:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.CampaignSystem"
562864.546:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Localization"
562864.552:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.SaveSystem"
562864.554:002b:003b:fixme:path:parse_url failed to parse L""
562864.570:002b:003b:fixme:path:parse_url failed to parse L""
562864.579:002b:003b:fixme:path:parse_url failed to parse L"SandBox"
562864.581:002b:003b:fixme:path:parse_url failed to parse L""
562864.590:002b:003b:fixme:path:parse_url failed to parse L"SandBox.View"
562864.591:002b:003b:fixme:path:parse_url failed to parse L""
562864.606:002b:003b:fixme:path:parse_url failed to parse L""
562864.614:002b:003b:fixme:path:parse_url failed to parse L""
562864.624:002b:003b:fixme:path:parse_url failed to parse L"StoryMode"
562864.624:002b:003b:fixme:path:parse_url failed to parse L""
562864.632:002b:003b:fixme:path:parse_url failed to parse L"StoryMode.ViewModelCollection"
562864.633:002b:003b:fixme:path:parse_url failed to parse L"SandBox.GauntletUI"
562864.633:002b:003b:fixme:path:parse_url failed to parse L"StoryMode.View"
562864.636:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.InputSystem"
562864.741:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.PSAI"
562864.765:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.PSAI.XmlSerializers"
562864.767:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.PSAI.XmlSerializers"
562864.781:002b:002e:fixme:ole:Context_CC_ContextCallback (000000001AB183D0/000000001AB183D8)->(000000000118E910, 000000001A7BF768, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000)
562864.781:002b:002e:fixme:ole:Context_CC_ContextCallback (000000001AB183D0/000000001AB183D8)->(000000000118E910, 000000001A7BF668, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000)
562864.781:002b:002e:fixme:ole:Context_CC_ContextCallback (000000001AB183D0/000000001AB183D8)->(000000000118E910, 000000001A7BF668, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 0000000000000000)
562864.827:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 000000001AE64C98 000000003302A1D0 000000003302ABC0 0000000000000000
562864.827:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001AE5A800 000000003302A930 000000003302B320 0000000000000000
562864.827:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001AE5A800 000000003302A930 000000003302B320 0000000000000000
562865.069:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 000000001AE64DA8 000000003302ACD0 000000003302B6C0 0000000000000000
562865.069:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001AB23950 000000003302B430 000000003302BE20 0000000000000000
562865.069:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001AB23950 000000003302B430 000000003302BE20 0000000000000000
562865.364:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Engine.GauntletUI"
562865.381:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.GauntletUI.ExtraWidgets"
562865.382:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.MountAndBlade.GauntletUI.Widgets"
562869.761:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.CampaignSystem.ViewModelCollection"
562869.786:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 000000001AE4A4F8 000000003302B050 000000003302BA40 0000000000000000
562869.786:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001AE6AD38 000000003302B7B0 000000003302C1A0 0000000000000000
562869.787:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 000000001AE6AD38 000000003302B7B0 000000003302C1A0 0000000000000000
562869.794:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 000000001AE4A4E8 000000003302D360 000000003302DD50 0000000000000000
562869.795:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 000000001AE4A4E8 000000003302DAC0 000000003302E4B0 0000000000000000
562869.795:002b:003b:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 000000001AE4A4E8 000000003302DAC0 000000003302E4B0 0000000000000000
562869.850:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.PlatformService"
562869.860:002b:003b:fixme:path:parse_url failed to parse L""
562869.873:002b:003b:fixme:path:parse_url failed to parse L"Steamworks.NET"
562870.013:002b:003b:fixme:path:parse_url failed to parse L"TaleWorlds.Diamond.AccessProvider.Test"
562870.247:002b:0038:trace:loaddll:load_native_dll Loaded L"Z:\\mnt\\home\\kevin\\.local\\share\\Steam\\SteamApps\\common\\Mount & Blade II Bannerlord\\bin\\Win64_Shipping_Client\\CSteamworks.dll" at 0x607f0000: native
562877.632:002b:0038:fixme:path:parse_url failed to parse L"TaleWorlds.GauntletUI.Data"
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562877.707:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562877.708:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562877.708:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562877.708:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 2
562877.708:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 4
562877.708:002b:0038:fixme:nls:GetCalendarInfoW Unimplemented caltype 57
562878.789:002b:0038:fixme:path:parse_url failed to parse L"TaleWorlds.DotNet"
562891.133:002b:002e:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
562891.133:002b:002e:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
562891.133:002b:002e:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
562891.133:002b:002e:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
562891.214:002b:002c:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
2020-04-20T10:10:45.514[I]                DllMain.cpp:22   Attached GfeSDK.dll
562891.277:002b:002c:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
562891.277:002b:002c:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
562892.652:001c:0020:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\drivers\\winehid.sys" : builtin
562892.652:001c:0020:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\hidclass.sys" : builtin
562892.654:001c:0020:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\drivers\\winebus.sys" : builtin
pid 225624 != 225623, skipping destruction (fork without exec?)

@Aliervo
Copy link

Aliervo commented Apr 20, 2020

Guide's looking good! A few notes:

  • My PR was accepted and .Net Core is now in winetricks! That section can now just read protontricks 261550 dotnetcore2
  • In the winetricks dropdown, you give the manual install instructions. It can also be installed from your package manager and then updated to the latest version using sudo winetricks --self-update (sudo is only needed if it is installed someplace where root access is needed to write, like /bin)
  • Little nitpick, winetricks is technically not a binary, it is just a shell script. You can cat /path/to/your/winetricks and see all the code!
  • In the "What is it for?" section of .Net Core, it's worth mentioning that it makes the crash logger work, as that may help us diagnose any further issues.
  • Worth mentioning that the steam option "Enable Steam Play for all other titles" overwrites custom proton settings. (Since this had to be discovered twice in the thread)

Finally, a fun one liner to install all the things we need at once: protontricks 261550 -q dotnet472 dotnetcore2
The -q puts winetricks/protontricks into unattended mode, so you can run that and then do other things while everything installs without needing to worry about installation popups.

@vadi2
Copy link

vadi2 commented Apr 27, 2020

Would you mind updating the guide on how to install mods as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment