sirnuke / steambridge

A project to allow Steam applications running under WINE to communicate with a native Linux version of Steam.
Other
122 stars 7 forks source link

Use windows version of SteamCMD to download files #3

Open feilen opened 10 years ago

feilen commented 10 years ago

https://developer.valvesoftware.com/wiki/SteamCMD

Using that, one could conceivably automate downloading for any platform, as long as the game can be downloaded in windows' SteamCMD. It takes the same arguments as the Linux SteamCMD but doesn't have the same platform restrictions.

sirnuke commented 10 years ago

It'll take some work to integrate it cleanly, but that's definitely a better solution than the hacky work around currently used. I didn't realize SteamCMD could be used for anything other than server downloads. Good idea, I'll put it on The List of things to do.

feilen commented 10 years ago

I don't know if it's related, but I keep getting this:

steambridge setup 9500
Traceback (most recent call last):
  File "/home/feilen/.local/bin/steambridge", line 69, in <module>
    cli.setup(sys.argv[2:])
  File "/home/feilen/.local/bin/steambridge", line 49, in setup
    setup.do(args.appid)
  File "/home/feilen/.local/share/steambridge/pysteambridge/setup.py", line 33, in do
    app = app.Entry(manifest.appid())
UnboundLocalError: local variable 'app' referenced before assignment

Maybe it wants appdb? I can't tell. I downloaded the appmanifest and game from within SteamCMD, so I didn't even use steambridge download. Command for download:

wine ./steamcmd.exe +login feilen1000 +app_update 9500 +quit
cp ...

And then if I do change to appdb, I get:

steambridge setup 9500                                
Traceback (most recent call last):
  File "/home/feilen/.local/bin/steambridge", line 69, in <module>
    cli.setup(sys.argv[2:])
  File "/home/feilen/.local/bin/steambridge", line 49, in setup
    setup.do(args.appid)
  File "/home/feilen/.local/share/steambridge/pysteambridge/setup.py", line 47, in do
    app.executable = os.path.abspath(app.installdir + '/' + _find_executable(app.installdir))
  File "/home/feilen/.local/share/steambridge/pysteambridge/setup.py", line 182, in _find_executable
    s = os.path.getsize(exe)
  File "/usr/lib/python2.7/genericpath.py", line 49, in getsize
    return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: 'gish.exe'

Edit: Scratch that, was using an outdated pull.

feilen commented 10 years ago

Odd, I can run it now to some extent but wine exits without any output.

sirnuke commented 10 years ago

I fixed a number of typo-esque bugs recently. You'll need to rerun configure, make, and make install.

If you are running steambridge execute and it quits without output, check ~/.steam/root/SteamBridge/<appid>/std*.txt The stdout and stderr output is redirected there. Wine&Linux output typically goes to stderr.txt and Win32&Game output typically goes to stdout.txt.

If you are trying to run directly through Wine, try running with WINEDEBUG set to something like warn+all,+steambridge. WINEDEBUG=warn+all,+steambridge WINEDLLPATH=<whereever-the-winelib-dll-is-located> LD_LIBRARY_PATH=<whereever-the-steamapi-library-is-located> wine <application.exe>

sirnuke commented 10 years ago

Correction, you don't need LD_LIBRARY_PATH, I forgot that I changed it to use dlopen. More importantly, I've changed steambridge execute to output the location of the stdout/stderr files.

feilen commented 10 years ago

Cleaned my wineprefix I'm running it from, and then used winetricks vcrun2010. Here's output (warning long):

warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe.manifest" not found (c0000034)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\wininit.ini" not found (c0000034)
warn:file:CreateFileW Unable to create file L"C:\\windows\\wininit.ini" (status c0000034)
warn:profile:PROFILE_Open profile file L"C:\\windows\\wininit.ini" not found
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\dllcache\\" not found (c0000034)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winemenubuilder.exe.manifest" not found (c0000034)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\services.exe.manifest" not found (c0000034)
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/vgasys.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/vgaoem.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/usr/bin/../share/wine/fonts/vgaoem.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/vgafix.fon"/(nil) err = 1
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//cvgasys.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssee1256.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssee874.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smallee.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smae1255.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sserife.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//svgasys.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smae1256.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//couree.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sserifft.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//coue1255.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smalleg.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sseriff.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sserifeg.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//courer.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgas1257.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssee1255.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgasysr.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//hvgasys.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smae1257.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssee1257.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//jsmalle.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgas1255.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sseriffr.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//coure.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgasysg.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgasyse.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//coureg.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssef1256.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//coue1256.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssef1255.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smallet.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sseriffg.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//jvgasys.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//couret.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sserifer.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sseriffe.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//coue1257.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sserifet.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//jvgafix.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//sserifee.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssef874.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smalle.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgasys.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgas1256.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgafix.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//ssef1257.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgas874.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//vgasyst.fon"/(nil)
warn:font:new_ft_face Ignoring font "/usr/bin/../share/wine/fonts//smaller.fon"/(nil)
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/coure.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/sserife.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/serife.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/usr/bin/../share/wine/fonts/serife.fon"/(nil) err = 1
warn:font:new_ft_face Unable to load font "/home/feilen/.wine/default/dosdevices/c:/windows/Fonts/smalle.fon"/(nil) err = 1
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\winedevice.exe.manifest" not found (c0000034)
warn:sync:SetNamedPipeHandleState stub: 0x10 0x24ee4c/2 (nil) (nil)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\plugplay.exe.manifest" not found (c0000034)
warn:sync:SetNamedPipeHandleState stub: 0x10 0x24ee6c/2 (nil) (nil)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\syswow64" not found (c0000035)
warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\system32\\explorer.exe.manifest" not found (c0000034)
warn:actctx:parse_assembly_elem unknown element L"trustInfo"
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\USER32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\USER32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\gdi32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\gdi32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\advapi32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\advapi32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\advapi32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\advapi32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\version.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\version.dll" not found (c0000034)
warn:module:load_builtin_dll failed to load .so lib for builtin L"Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\steam_api.dll": /home/feilen/.wine/default/dosdevices/z:/home/feilen/.steam/root/SteamApps/common/BIT.TRIP RUNNER/steam_api.dll: invalid ELF header
warn:module:load_builtin_dll cannot open .so lib for builtin L"steam_api.dll": /home/feilen/.local/share/steambridge/steam_api.dll.so: cannot open shared object file: No such file or directory
warn:module:alloc_module disabling no-exec because of L"steam_api.dll"
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\SHELL32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\SHELL32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\shlwapi.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\shlwapi.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\MSVCP100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\MSVCP100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\MSVCP100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\MSVCP100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\msvcr100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\msvcr100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\msvcr100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\msvcr100.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\XINPUT9_1_0.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\XINPUT9_1_0.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\XINPUT9_1_0.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\XINPUT9_1_0.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\xinput1_3.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\xinput1_3.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\xinput1_3.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\xinput1_3.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3d9.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3d9.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\wined3d.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\wined3d.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\opengl32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\opengl32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\opengl32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\opengl32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dx9_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dx9_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dx9_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dx9_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dx9_36.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dx9_36.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dx9_36.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dx9_36.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dcompiler_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dcompiler_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dcompiler_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dcompiler_43.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\d3dxof.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\d3dxof.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\ole32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\ole32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\rpcrt4.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\rpcrt4.dll" not found (c0000034)
warn:keyboard:X11DRV_KEYBOARD_DetectLayout 7 keysyms per keycode not supported, set to 4
warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (United States keyboard layout) for scan/virtual codes mapping.
warn:keyboard:X11DRV_InitKeyboard vkey 0008 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 00BD is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 010D is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0124 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0126 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0121 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0125 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0127 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0123 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0128 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0122 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012D is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012E is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012C is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B4 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard No more vkeys available!
warn:font:OpenFontFace FT_Set_Pixel_Sizes 1409286157, 1409286157 rets 17
warn:class:CLASS_RegisterClass Win extra bytes 80 is > 40
warn:font:synthesize_bold_glyph Emboldening format 0x62697473 is not supported
warn:keyboard:X11DRV_KEYBOARD_DetectLayout 7 keysyms per keycode not supported, set to 4
warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (United States keyboard layout) for scan/virtual codes mapping.
warn:keyboard:X11DRV_InitKeyboard vkey 0008 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 00BD is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 010D is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0124 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0126 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0121 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0125 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0127 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0123 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0128 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0122 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012D is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012E is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012C is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B4 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard No more vkeys available!
warn:class:CLASS_RegisterClass Win extra bytes 80 is > 40
warn:menubuilder:open_module_icon found no icon
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:module:load_builtin_dll cannot open .so lib for builtin L"%1.dll": /home/feilen/.local/share/steambridge/%1.dll.so: cannot open shared object file: No such file or directory
warn:module:load_dll Failed to load module L"%1"; status=c0000135
warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\OpenAL32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\OpenAL32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\OpenAL32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\OpenAL32.dll" not found (c0000034)
warn:msvcrt:msvcrt_init_console :Console handle Initialisation FAILED!
warn:keyboard:X11DRV_KEYBOARD_DetectLayout 7 keysyms per keycode not supported, set to 4
warn:keyboard:X11DRV_KEYBOARD_DetectLayout Using closest match (United States keyboard layout) for scan/virtual codes mapping.
warn:keyboard:X11DRV_InitKeyboard vkey 0008 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 00BD is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 010D is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0124 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0126 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0121 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0125 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0127 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0123 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0128 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0122 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012D is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012E is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B3 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 012C is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 01B4 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard vkey 0003 is being used by more than one keycode
warn:keyboard:X11DRV_InitKeyboard No more vkeys available!
warn:class:CLASS_RegisterClass Win extra bytes 44 is > 40
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\psapi.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\psapi.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\dbghelp.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\dbghelp.dll" not found (c0000034)
warn:module:load_builtin_dll failed to load .so lib for builtin L"Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\dbghelp.dll": /home/feilen/.wine/default/dosdevices/z:/home/feilen/.local/share/Steam/SteamCmd/dbghelp.dll: invalid ELF header
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\winmm.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\winmm.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\msacm32.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.local\\share\\Steam\\SteamCmd\\msacm32.dll" not found (c0000034)
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:ntdll:NtQueryAttributesFile L"\\??\\Z:\\home\\feilen\\.steam\\root\\SteamApps\\common\\BIT.TRIP RUNNER\\steamclient.dll" not found (c0000034)
warn:debugstr:OutputDebugStringA "[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.\n"
warn:menubuilder:open_module_icon found no icon
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:module:load_builtin_dll cannot open .so lib for builtin L"%1.dll": /home/feilen/.local/share/steambridge/%1.dll.so: cannot open shared object file: No such file or directory
warn:module:load_dll Failed to load module L"%1"; status=c0000135
warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
warn:menubuilder:open_module_icon found no icon
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:module:load_builtin_dll cannot open .so lib for builtin L"%1.dll": /home/feilen/.local/share/steambridge/%1.dll.so: cannot open shared object file: No such file or directory
warn:module:load_dll Failed to load module L"%1"; status=c0000135
warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\msiexec" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\msiexec \\p" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\msiexec \\p \"%1\"" not found (c0000033)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\msiexec \\p \"%1\"" not found (c0000033)
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:menubuilder:open_module_icon found no icon
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%1.dll" not found (c0000034)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%1.dll" not found (c0000034)
warn:module:load_builtin_dll cannot open .so lib for builtin L"%1.dll": /home/feilen/.local/share/steambridge/%1.dll.so: cannot open shared object file: No such file or directory
warn:module:load_dll Failed to load module L"%1"; status=c0000135
warn:menubuilder:open_module_icon LoadLibraryExW (L"%1") failed, error 126
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:ntdll:NtQueryAttributesFile L"\\??\\C:\\windows\\system32\\wbem\\%SystemRoot%\\system32\\wscript.exe" not found (c000003a)
warn:wincodecs:PngDecoder_Frame_GetResolution no pHYs block present
warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
warn:rpc:RPCRT4_io_thread receive failed with error 6be
warn:rpc:RPCRT4_default_receive_fragment Short read of header, -1 bytes
warn:rpc:RPCRT4_io_thread receive failed with error 6be
sirnuke commented 10 years ago

"[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.\n" suggests to me that Linux Steam isn't running. If it is running, I have noticed that games can be quirky if they don't have a copy of Windows Steam installed to the same Wine prefix, so I'd try that.

bluekirby0 commented 9 years ago

I'd like to point out that, thanks to the "+@sSteamCmdForcePlatformType windows" option, if you are using SteamCMD for downloads there is nothing stopping you from using the native Linux version to download windows-only games. I have been using SteamCMD to grab my Windows-only games as an expedient measure for a while now, and as long as you can find your AppID, its pretty easy to do. The downside is it does the same thing that running a second instance of steam does: invalidates the first running steam client. In other words, you still have to quit Steam, run your SteamCMD download, and restart Steam. I am curious if its possible to manipulate the web API that Steam uses for a lot of its internal functions to cause it to download a Windows version in a Linux client.

arno01 commented 5 years ago

(Off-topic) This is old, but since Google brings here... and may bring others who is trying to rebase Proton (Valve's wine) patches on top of wine-4.0-rc4 (or later)


Merge https://github.com/ValveSoftware/wine/commit/bc614834ee to get rid of these:

[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.\n [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.\n

Also these goodies:

$ git log proton_3.16...wine-3.16 --pretty='%C(blue)[%ai] %<(8)%C(green)%h %<(70,trunc)%s %<(15,trunc)by %an %ar' |grep -i steam
[2018-03-19 11:34:35 -0500] bac899cd45 kernel32: Don't force-load Steam.dll                                   by Andrew Eikum    10 months ago
[2018-01-19 14:01:07 -0600] 819b923a3b HACK: advapi32: Use steamuser as Wine username                         by Andrew Eikum    12 months ago
[2017-12-28 09:43:36 -0600] a2f9e2806a kernel32: Support steamclient64                                        by Andrew Eikum    1 year ago
[2017-12-27 13:31:59 -0600] aa88eb017b loader: Set up Steam stuff in the registry                             by Andrew Eikum    1 year ago
[2017-06-13 12:35:56 -0500] 3835eee939 HACK: kernel32: Put Steam program files dir into PATH                  by Andrew Eikum    1 year, 7 months ago
[2017-06-09 10:31:27 -0500] 183eac81ab HACK: kernel32: Return steamclient instead of lsteamclient during Ge.. by Andrew Eikum    1 year, 7 months ago
[2017-06-05 14:41:28 -0500] acda0915ca HACK: kernel32: Load hard-coded Steam.dll path if relative load fails  by Andrew Eikum    1 year, 7 months ago
[2017-05-11 10:50:08 -0500] a277e32030 HACK: kernel32: Swap requests for steamclient.dll with lsteamclient    by Andrew Eikum    1 year, 8 months ago
[2017-04-27 13:25:04 -0500] bc614834ee HACK kernel32: Substitute the current pid for the Steam client pid     by Andrew Eikum    1 year, 8 months ago