Giter VIP home page Giter VIP logo

Comments (4)

xomachine avatar xomachine commented on July 17, 2024

Hm, it looks like a linking issue. Can I take a look at the Launch.sh? Maybe LD_LIBRARY_PATH was not set correctly.

As a temporary workaround you may want to change LD_LIBRARY_PATH variable definition inside the Launch.sh script in a way to make it pointing to folder with libsteam_api.so of version 1.34.

from steamforwarder.

bmwalters avatar bmwalters commented on July 17, 2024

Launch.sh

#!/bin/bash
export WINEPREFIX="/home/zerf/.wine"
export WINEDLLPATH+=":/home/zerf/.local/share/Steam/steamapps/common/CastleCrashers/:/usr/share/SteamForwarder/versions/1.33b"
export LD_LIBRARY_PATH+=":/home/zerf/.local/share/Steam/ubuntu12_32/:/usr/share/SteamForwarder/versions/1.33b"
export WINEDEBUG="trace+steam_api"
export WINEARCH="win32"
export WINEDLLOVERRIDES="*steam_api=b"
export SteamAppId="204360"
export SteamControllerAppId="204360"
export SteamGameId="204360"
export SteamUser="MYLOGIN"
export SteamAppUser="MYLOGIN"
LD_PRELOAD="gameoverlayrenderer.so" wine "/home/zerf/.local/share/Steam/steamapps/common/CastleCrashers/castle.exe"

Switching the version to 1.34 caused the game to just open the login dialog for my Windows Steam. Running in a wineprefix without Steam using version 1.34 resulted in the game not launching. Log:

$ ./Launch.sh
$ cat lastrun.log
ERROR: ld.so: object 'gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
0009:trace:steam_api:DllMain (0x7e270000, 1, 0x32fd24)
0009:trace:steam_api:getWPath_rfrt1Nj6259akbESsavf9aYQ PID to check: 7581
0009:trace:steam_api:getRealPid_eHP4sAus0vD1aYAS1hNNkw Real PID = 7581
$ echo $?
53

from steamforwarder.

xomachine avatar xomachine commented on July 17, 2024

@bmwalters
I've performed some rework of the library and changed Nims' GC. Please, check if the problem is still exist.

from steamforwarder.

xomachine avatar xomachine commented on July 17, 2024

The issue will be closed for a while... If the problem still here, please reopen it or create a new one.

from steamforwarder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.