roflmuffin / CounterStrikeSharp

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
https://docs.cssharp.dev
Other
714 stars 111 forks source link

GetClassBaseline: FindStringIndex #465

Closed Mr-Robot-ops closed 1 month ago

Mr-Robot-ops commented 1 month ago

CSSharp: v235 Metamod: build 1293

Linux 64 Bit Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy

Dust 2 grafik

Errors: GetClassBaseline: FindStringIndex(41-CCSPlayerPawn) failed GetClassBaseline: FindStringIndex(39-CCSObserverPawn) failed

Custom Map (seek_pool_home): grafik

Errors: GetClassBaseline: FindStringIndex(37-CCSGOViewModel) failed GetClassBaseline: FindStringIndex(104-CKnife) failed

When I activate my loadout plugin I get more errors regarding the grenades that are stored in my loadout config (https://github.com/oqyh/cs2-Spawn-Loadout-GoldKingZ/tree/main) grafik

Errors: GetClassBaseline: FindStringIndex(114-CMolotovGrenade) failed GetClassBaseline: FindStringIndex(90-CHEGrenade) failed GetClassBaseline: FindStringIndex(104-CKnife) failed

xLeviNx commented 1 month ago

This shouldn't be related to cs#. What other plugins are you running?

Mr-Robot-ops commented 1 month ago

I have just removed all my plugins once: css_plugins list List of all plugins currently loaded by CounterStrikeSharp: 0 plugins loaded.

I think I'll try to check my game files for errors

grafik

Mr-Robot-ops commented 1 month ago

I'm already one step further.

I have found a problem with the Steam login. I have added +app_update 730 validated \ and also added my API keys again.

Now I can start Dust2 again. But there is a new problem. I thought it was called "Fire update" and not "Fly update": https://youtu.be/uSOlxJOFB10 grafik grafik

I can also start "Pool Home" again. But I just fly around there too. As soon as I use a spray, I get an error

grafik

Mr-Robot-ops commented 1 month ago

Okay, I have discovered the error and the solution.

meta list

[01] CounterStrikeSharp (v235 @ 3240a5e) by Roflmuffin [02] <FAILED> [03] ServerListPlayersFix (1.0.1) by Poggu

ServerListPlayersFix caused the problem and Multiaddonmanager was also outdated.

Both were updated to the latest version and now the server is running again.