You are not logged in.

Floody

Beginner

  • "Floody" started this thread

Posts: 14

wcf.user.option.userOption53: Nein

  • Send private message

1

Thursday, May 17th 2012, 11:27pm

Clientprefs wird nicht geladen?!

Hallo,
ich habe mir ein Plugin für Sourcemod gedownloadet und wollte es jetzt eigentlich starten, jedoch kann ich das nicht, da clientprefs nicht geladen sind. Ich weiß nicht warum, eigentlich habe ich die database.cfg richtig und so weiter.

Fehlermeldung beim Laden des Plugins:

Source code

1
23:22:25 [SM] Plugin sm_player_warnings.smx failed to load: Required extension "Client Preferences" file("clientprefs.ext") not running.


sm exts list:

Source code

1
[10] <FAILED> file "clientprefs.ext.so": Could not find interface: IGameHelpers


database.cfg:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
"Databases"
{
"driver_default" "mysql"

// When specifying "host", you may use an IP address, a hostname, or a socket file path

"default"
{
"driver" "default"
"host" "localhost"
"database" "sourcemod"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"storage-local"
{
"driver" "sqlite"
"database" "sourcemod-local"
}

"clientprefs"
{
"driver" "sqlite"
"host" "localhost"
"database" "clientprefs-sqlite"
"user" "root"
"pass" ""
//"timeout" "0"
//"port" "0"
}

"sourcebans"
{
"driver" "default"
"host" "xxxx"
"database" "xxxx"
"user" "xxxx"
"pass" "xxxx"
//"timeout" "0"
"port" "3306"
}

sm_warnings_database "warnings"
"warnings"
{
"driver" "sqlite"
"database" "warnings"
}
}

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

2

Thursday, May 17th 2012, 11:50pm

Hi,

wleche Version von SourceMod ist den installiert? Befindet sich überhaupt eine clientprefs.ext im addons/sourcemod/extensions Ordner?

Greetz

Floody

Beginner

  • "Floody" started this thread

Posts: 14

wcf.user.option.userOption53: Nein

  • Send private message

3

Thursday, May 17th 2012, 11:53pm

Hallo,

SourceMod: v1.4.1
MetaMod:Source: v1.8.7V

Und ja, es befindet sich eine clientprefs.ext.so in dem Extensions-Ordner, habe extra nocheinmal danach geschaut.

fluxX

Super Moderator

Posts: 1,056

Location: Österreich

Occupation: IT Systemadministrator

wcf.user.option.userOption53: Ja

  • Send private message

4

Thursday, May 17th 2012, 11:54pm

Update Sourcemod auf den letzten stable release, also 1.4.2, dann sollte es funktionieren.

Greetz

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

5

Friday, May 18th 2012, 1:56am

Kurz gegooglet und folgende Antwort gefunden:

http://forums.alliedmods.net/showthread.…622#post1676622

Quoted

It's not. The issue is exactly what Drifter noted, running on an older version of SM than the extension was compiled against.


Du setzt wahrscheinlich eine/mehrere Extension/s ein, die mit einer neueren SM-Version kompiliert worden ist/sind. Aktualisiere alle deine Binaries von SM auf den aktuellen Release. Dann sollte das Problem verschwinden.

Similar threads