Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with parsing of game_support.cpp during loading mod's library via metamod-r #33

Closed
AEnimka opened this issue Mar 10, 2018 · 1 comment
Assignees
Labels
OS: 💻 Independent Case do not refer to any OS. Priority: 🔥 high Tasks with high priority that require immediate attention. Status: ✅ done The issue done and closed. Type: 🐞 bug An error that needs fixing.

Comments

@AEnimka
Copy link
Contributor

AEnimka commented Mar 10, 2018

Enviroment:

  • Windows 10 x64 \ Ubuntu 16.04 TLS x64 server
  • Metamod-R 1.3.0.117 and older.
  • Original hlds 6xxx\7xxx build or rehlds (any 3.x buld)
  • sven coop game 5.x (steam)

Problems

  1. Metamod-r doesn't change binary file according to requrements. It always uses the first binary by default (.so or .dll file) even if there are several folder's names. For example, it uses hl.so\hl.dll only in all cases (StargateTC) or hl.dll (Sven Coop 5.x).

Affected games:

{ "stargatetc",    "hl.so",     "hl.dll",     "StargateTC (Old, 1.x)"    },
{ "stargatetc",     "stc.so",     "hl.dll",      "StargateTC (Updated, 2.x)"    }, // _i386.so
{ "stargatetc",      "stc_i386_opt.so",    "hl.dll",    "StargateTC (Updated, 2.x)"    },

and

{ "svencoop",    "hl.so",     "hl.dll",     "Sven Coop (Old)"    },
{ "svencoop",    "server.so",    "server.dll",    "Sven Coop (Steam)"    },
  1. Setting of gamedll (config.ini) doesn't help for the bug above.
@stamepicmorg stamepicmorg added Type: 🐞 bug An error that needs fixing. Status: 🛟 help wanted Help wanted. labels Mar 10, 2018
@stamepicmorg
Copy link
Contributor

stamepicmorg commented Mar 10, 2018

Confirmed that here today with svencoop (windows)..

😥

@stamepicmorg stamepicmorg added Status: ✅ done The issue done and closed. OS: 🐧 Linux Case refers to Linux. OS: 🪟 Windows Case refers to Windows. Priority: 🔥 high Tasks with high priority that require immediate attention. OS: 💻 Independent Case do not refer to any OS. and removed Status: 🛟 help wanted Help wanted. OS: 🐧 Linux Case refers to Linux. OS: 🪟 Windows Case refers to Windows. labels Mar 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: 💻 Independent Case do not refer to any OS. Priority: 🔥 high Tasks with high priority that require immediate attention. Status: ✅ done The issue done and closed. Type: 🐞 bug An error that needs fixing.
Projects
None yet
Development

No branches or pull requests

4 participants