• Zitat:

    Alle ahnungslos hier.
    Wenn du die Source hast, kannst du es fixen.

    Heißt für euch: "an item with the same key has already been added" Konfig falsch eingestellt?

    Geh in die ConfigurationData.cs in die Zeile 48 und schreib hier mal was in dieser Zeile steht.

  • Dann muss es an der Config liegen, ist dort irgendwas doppelt eingetragen?

    Das ist meine ConfigDatei.

    ## uberEmulator System Configuration File
    ## Must be edited for the server to work

    ## MySQL Configuration
    db.hostname=localhost
    db.port=3306
    db.username=root
    db.password= *** MEIN PASSWRORT ***
    db.name=ButterStorm

    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=1
    db.pool.maxsize=5

    ## Game TCP/IP Configuration
    game.tcp.bindip= *** MEINE IP ***
    game.tcp.port=30000
    game.tcp.conlimit=11000
    game.tcp.conperip=100
    game.tcp.enablenagles=False

    ## MUS TCP/IP Configuration
    mus.tcp.bindip= *** MEINE IP ***
    mus.tcp.port=30001
    mus.tcp.allowedaddr=localhost; *** MEINE IP ***;localhost

    ## Stream Message; Si lo dejas sin texto no aparecerá
    hotel.stream.message=ButterStorm Edicion especial para Spain. By Carlos D and Nestear.

    ## License
    internal.license=

    ## Hotel Link; To Stream Images
    guilds.link=http:// *** MEINE IP ***/habbo-imaging/badge/
    stream.link=http:// *** MEINE IP ***/habbo-imaging/head?look=

    ## Client configuration
    client.ping.enabled=1
    client.ping.interval=200000
    client.maxrequests=500
    client.maxpossiblefriends=700
    client.maxitemsininventary=3400

    #IRC
    irc.enabled=false
    irc.server=irc.website-service.org
    irc.port=6667
    irc.user=USER CSharpBot 8 * :I'm a C# irc bot
    irc.nick=[VG]Mordi
    irc.channel=#habbovg_servermod
    irc.password=rofl123

    group.enabled=true
    auth.ssodisabled=false

    #Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
    game.pixel.enabled=true
    game.pixel.amount=100
    game.pixel.time=600

    #Says wether the users should receive pixels each X seconds, how much and when (When in seconds)
    game.credits.enabled=true
    game.credits.amount=1000
    game.credits.time=600

    game.login.credits.receiveamount=100
    game.login.pixel.receiveamount=100

    #Threading Main Loops.
    #Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
    SeparatedTasksInMainLoops.enabled=true


    #Threading GameClientManager Loops.
    #Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
    SeparatedTasksInGameClientManager.enabled=false

    #Baneo por spam
    #Esta opción banea a los usuarios tras sucesivos intentos de flood.
    spambans.enabled=true
    spambans.limit=5

    stream.link=http:// *** MEINE IP ***/habbo-imaging/avatarimage.php?figure=
    game.login.pixel.receiveamount=100

    #Threading Main Loops.
    #Esta opcion separa del MainGameLoop cada tarea a ejecutar en un proceso distinto.
    SeparatedTasksInMainLoops.enabled=true


    #Threading GameClientManager Loops.
    #Esta opcion separa del GameClientManager.OnCycle las tareas de forma lógica para aumentar rendimiento.
    SeparatedTasksInGameClientManager.enabled=false

    #Baneo por spam
    #Esta opción banea a los usuarios tras sucesivos intentos de flood.
    spambans.enabled=true
    spambans.limit=5

    stream.link=http:// *** MEINE IP ***/habbo-imaging/avatarimage.php?figure=

  • Das letze:
    "stream.link=http:// *** MEINE IP ***/habbo-imaging/avatarimage.php?figure="
    löschen und es funktioniert, ganz sicher.
    Nicht getestet, aber müsste daran liegen.

    Edit:
    Warte.
    Ich hab's mir nochmal genauer angeschaut.

    "stream.link=*" scheint offenbar öfters als nur 2 mal vorzukommen.
    Lösch alle Einträge die mit "stream.link=" beginnen, außer einen.

  • Das war ich dir Rot makiert hab, lösch es bitte. War bei mir auch so :)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!