Giter Club home page Giter Club logo

Comments (13)

YaLTeR avatar YaLTeR commented on July 23, 2024

Hmm, could you try using runtime libs from your system instead of Steam's? Several distributions provide this option of running Steam already so you can probably do it on Debian.

from openag.

Toppatsu avatar Toppatsu commented on July 23, 2024

Could not find all necessary packages in Debian testing (libpng12-0). This is a real lack of using Testring...

from openag.

YaLTeR avatar YaLTeR commented on July 23, 2024

This is kinda complicated, but could you run HL with gdb, and break on FS_LoadLibrary (this symbol is inside hw.so) when it's loading client.so, then step through dlopen() and check the string returned by dlerror()? Not sure if there's an easier way to get the actual error reason for loading client.so.

from openag.

Toppatsu avatar Toppatsu commented on July 23, 2024

Did not work with gdb except developing in IDE, but I'll try.

from openag.

Toppatsu avatar Toppatsu commented on July 23, 2024

I's possible to manually call dlerror() after dlopen called in FS_LoadLibrary and print result? I cant' see what FS_LoadLibrary call dlerror().

from openag.

YaLTeR avatar YaLTeR commented on July 23, 2024

Yes, you just do x/s dlerror() in gdb.

from openag.

Toppatsu avatar Toppatsu commented on July 23, 2024

dlerror: version `CURL_OPENSSL_4' not found (required by ./client.so)

from openag.

YaLTeR avatar YaLTeR commented on July 23, 2024

Interesting, I see. Looks like curl I'm using depends on libcurl.so.4 which you don't have?

from openag.

Toppatsu avatar Toppatsu commented on July 23, 2024

I'm trying with libcurl3 from debian testring repo and from steam - some result.

Debian testing:

libcurl3:i386

/usr/lib/i386-linux-gnu/libcurl.so.3
/usr/lib/i386-linux-gnu/libcurl.so.4
/usr/lib/i386-linux-gnu/libcurl.so.4.4.0

Steam runtime:

./steam-runtime/i386/usr/lib/i386-linux-gnu/libcurl.so.4

from openag.

YaLTeR avatar YaLTeR commented on July 23, 2024

Sorry, I wrote the wrong thing. I meant it depends on a newer OpenSSL. I'm not very experienced with curl or OpenSSL, but it might be possible to make the OpenAG curl depend on an earlier OpenSSL version (as this seems to be the issue?).

from openag.

Toppatsu avatar Toppatsu commented on July 23, 2024

If even Debian Testring contain too earlier version of OpenSSL library - i think really desirable to change it by more relevent version.

from openag.

YaLTeR avatar YaLTeR commented on July 23, 2024

Should be fixed in a501d21

from openag.

YaLTeR avatar YaLTeR commented on July 23, 2024

Just released the version with the fix, download from http://openag.pro.

from openag.

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.