dswp.de
http://www.dswp.de/old/

B3 Fehler Log sieht jemand das Problem?
http://www.dswp.de/old/forum-gameserver-support/b3-fehler-log-sieht-jemand-das-problem-t1263.html
Page 1 of 2

Author:  JackAv [ 10.25.09 ]
Post subject:  B3 Fehler Log sieht jemand das Problem?

Hallo hab nem kupel 3URt server aufgesetzt läuft soweit alles ganz gut bis auf b3. Ich kann leider nicht aus dem Log herausfinden wo das Problem liegt.
Ich hab das gefühl irgendwas ist mit Elementtree.
Nunja:
Code:
091025 02:49:57 BOT     www.BigBrotherBot.com (b3) v1.2.0b [nt] (Daniel)
091025 02:49:57 BOT     Python: 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)]
091025 02:49:57 BOT     Starting Iourt41Parser server for 127.0.0.1:27962
091025 02:49:57 BOT     --------------------------------------------
091025 02:49:57 BOT     Attempting to connect to database mysql://server:******@localhost/b3_ctf...
091025 02:49:57 BOT     Connected to database
091025 02:49:57 BOT     Game log E:ServerGameserver[URT]CTFq3ut4games.log
091025 02:49:57 BOT     Starting bot reading file E:ServerGameserver[URT]CTFq3ut4games.log
091025 02:49:57 BOT     Loading Plugin #1 censor [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_censor.xml]
091025 02:49:57 BOT     CensorPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_censor.xml for CensorPlugin
091025 02:49:57 DEBUG   Register Event: Stop Process: CensorPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: CensorPlugin
091025 02:49:57 BOT     Plugin censor (2.1.0 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #2 spamcontrol [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_spamcontrol.xml]
091025 02:49:57 BOT     SpamcontrolPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_spamcontrol.xml for SpamcontrolPlugin
091025 02:49:57 DEBUG   Register Event: Stop Process: SpamcontrolPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: SpamcontrolPlugin
091025 02:49:57 BOT     Plugin spamcontrol (1.1.2 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #3 admin [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_admin.xml]
091025 02:49:57 BOT     AdminPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_admin.xml for AdminPlugin
091025 02:49:57 DEBUG   Register Event: Stop Process: AdminPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: AdminPlugin
091025 02:49:57 BOT     Plugin admin (1.4.3 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #4 tk [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_tk.xml]
091025 02:49:57 BOT     TkPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_tk.xml for TkPlugin
091025 02:49:57 DEBUG   TkPlugin: tk max level is 40
091025 02:49:57 DEBUG   TkPlugin: Send messages privately ? True
091025 02:49:57 DEBUG   Register Event: Stop Process: TkPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: TkPlugin
091025 02:49:57 BOT     Plugin tk (1.2.2 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #5 stats [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_stats.xml]
091025 02:49:57 BOT     StatsPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_stats.xml for StatsPlugin
091025 02:49:57 DEBUG   AdminPlugin: Command "mapstats (mstats)" registered with cmd_mapstats for level (1, 100)
091025 02:49:57 DEBUG   AdminPlugin: Command "testscore (ts)" registered with cmd_testscore for level (1, 100)
091025 02:49:57 DEBUG   AdminPlugin: Command "topstats (tstats)" registered with cmd_topstats for level (9, 100)
091025 02:49:57 DEBUG   Register Event: Stop Process: StatsPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: StatsPlugin
091025 02:49:57 BOT     Plugin stats (1.2.3 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #6 pingwatch [E:ServerGameserver[URT]B3 BotsCTFb3confplugin_pingwatch.xml]
091025 02:49:57 BOT     PingwatchPlugin: Loading config E:ServerGameserver[URT]B3 BotsCTFb3confplugin_pingwatch.xml for PingwatchPlugin
091025 02:49:57 VERBOSE Added crontab <bound method PingwatchPlugin.check of <b3.plugins.pingwatch.PingwatchPlugin instance at 0x02BDB148>> (45998480) - &#91;0, 30&#93;s -1m -1h -1d -1M -1DOW
091025 02:49:57 DEBUG   Register Event: Stop Process: PingwatchPlugin
091025 02:49:57 DEBUG   Register Event: Program Exit: PingwatchPlugin
091025 02:49:57 BOT     Plugin pingwatch (1.1.4 - ThorN) loaded
091025 02:49:57 BOT     Loading Plugin #7 adv &#91;E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3confplugin_adv.xml&#93;
091025 02:49:57 BOT     AdvPlugin: Loading config E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3confplugin_adv.xml for AdvPlugin
091025 02:49:57 CRITICAL        Error loading plugin: not well-formed (invalid token): line 10, column 25
Traceback (most recent call last):
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3parser.py", line 386, in loadPlugins
    self._plugins&#91;p&#93; = getattr(pluginModule, '%sPlugin' % p.title())(self, conf)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3plugin.py", line 43, in __init__
    self.loadConfig(config)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3plugin.py", line 76, in loadConfig
    self.config = b3.config.load(fileName)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3config.py", line 232, in load
    if config.load(fileName):
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3config.py", line 165, in load
    self.readfp(f)
  File "E:ServerGameserver&#91;URT&#93;B3 BotsCTFb3config.py", line 60, in readfp
    self._xml = ElementTree.parse(fp)
  File "C:Python25libsite-packageselementtreeElementTree.py", line 859, in parse
    tree.parse(source, parser)
  File "C:Python25libsite-packageselementtreeElementTree.py", line 583, in parse
    parser.feed(data)
  File "C:Python25libsite-packageselementtreeElementTree.py", line 1242, in feed
    self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 10, column 25
 

Author:  Rylius [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

Hast n Fehler in der Datei E:ServerGameserver[URT]B3 BotsCTFb3confplugin_adv.xml gemacht, würde ich auf den ersten Blick so sagen^^
Guck mal in Zeile 10 oder poste hier, dürfte nix großartig problematisches sein.

Author:  wurst [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

ja check die b3confplugin_adv.xml

oder nimm am besten das original noch mal oder halt sie zumindest mal als vorlage daneben.
die datei ist ja nicht so gross...

oder noch eifacher:
wirf das pliugin_adv aus der b3 config raus so dass es nicht geladen wird.
es ist verantwortlich für die werbenachrichten in der konsole...

Author:  JackAv [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

Ah ok hab ich mir zuerst auch gedacht aber dann hab ich die adv von meinen server aufgespielt, die ging auch nicht. Naja vllt sieht wer den Fehler:
Code:
<configuration plugin="adv">
        <settings name="settings">
                <!-- rate in minutes -->
                <set name="rate">2</set>
        </settings>
        <ads>
        <ad>^5ENJOY THE GAME ;)</ad>
                <ad>^6Type !xlrstats to see your Stats.</ad>
                <ad>^2If someone of your team hit you and say sorry type !fp </ad>
                <ad>^2PLay Fair and don´t cheat. ^1THX</ad>
                <ad>^1See Your Stats on XiniX.ServeGame.com</ad>
                <ad>@time</ad>
                <ad>@nextmap</ad>
        </ads>
</configuration>


Liegt es möglicher weise an diesem "´" Sonderzeichen?

Author:  wurst [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

nein und ausserdem ist das ist nicht "line 10 col 25"

sicher dass du die richtige datei erwischt hast?
kannst du den b3 starten ohne das plugin?

die von hier sieht übrigens so aus:

Code:
<configuration plugin="adv">
        <settings name="settings">
                <!-- rate in minutes -->
                <set name="rate">3</set>
        </settings>
        <ads>
                <ad>^2this is ^1Wurst ^3Test Serwer ^2IP 193.34.68.150^3:^222222</ad>
                <ad>^2Heeeeeee !!! ^1leave a post in ^3Forums !!!^2www.dswp.de</ad>
                <ad>^1We have mapcycle vote on forums!!! ^2make your choice @ ^2www.dswp.de</ad>
                <ad>^1Check ur stats !!! ^2www.dswp.de</ad>
                <ad>^2wanna play ^1bomb? ^2Sunday 20:00 cest. ^1/connect dswp.de:22223</ad>
                <ad>^2we are now on IRC!! join ^3#dswp ^2on ^3irc.quakenet.org</ad>
                <ad>^1We have MURMUR Server. ^3Connect to ^2dswp.de:64738 ^1U can use ur ^2Username ^1and ^2Password ^1from Forums.</ad>
                <ad>^2Our MURMUR voice Server ^3SWITCH ^2you automatically to the ^3TEAM ^2that u currently play in.</ad>
                <ad>^2&#91;dswp&#93;clan need your support! ^3We decided to hire some Cheerleaders. ^2Transexuals are preferred^3!!!!!!!!!!!!!</ad>
                <ad>^2More INFO bout the MURMUR voice Server: check ^3dswp.de --> murmur^2!!!!!!!!!!!!!</ad>
                <ad>^2we run ^3MURMUR ^2voice Server for ^3BETTER ^2sound quality: check ^3dswp.de --> murmur^2!!!!!!!!!!!!!</ad>
                <ad>^2we are now on IRC!! join ^3#dswp ^2on ^3irc.quakenet.org</ad>
                <ad>^2/connect to dswp.de:22223 for ^1bombmode ^2we play every sunday @ 20:00 CEST</ad>
                <ad>@nextmap</ad>
        </ads>
</configuration>
 


kasnt sie ja mal ausprobieren.
was das apostroph etc angeht:
teste das doch einfach :)

Author:  JackAv [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

Ich probiers nahher mal auf meinen server aus. Ich benutze WeBuilder und bei mir stzeht <ad>^2PLay Fair and don´t cheat. ^1THX</ad>
in zeile zehn und ich kann mir gut vorstellen dass esmit dem ´ nicht zurecht kommt :|

Author:  Rylius [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

Man benutzt dafür ja eigentlich auch ' ;)
(Umschalt + #)

Author:  JackAv [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

Rylius wrote:
Man benutzt dafür ja eigentlich auch ' ;)
(Umschalt + #)

Und inwiefern hilft mir das jetzt?
Hä kapier ich nicht sry

Author:  Rylius [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

' ist das eigentliche Apostroph, so weit ich weiß, und nicht ` ;)
Falls der Fehler wirklich daran liegt...

Author:  JackAv [ 10.25.09 ]
Post subject:  Re: B3 Fehler Log sieht jemand das Problem?

Achso
naja i will try it ...

OK es lag wirklich and diesem zeichen habs durch ' ausgetausch t jetzt gehts :D

Page 1 of 2 All times are UTC + 1 hour
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/