
Search found 16 matches
- 13 Apr 2020, 00:09
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Okay, I enabled it ! All works really good, thanks you again, together with your tutorial 

- 12 Apr 2020, 23:19
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
First, thanks for the password issue, Pyplanet starts now, thanks again! Second, I did check and indeed I made some mistakes. Tell me if I misunderstood or not this line "Validation seed, Referee[1]". So i did this : <referee_validation_mode>1</referee_validation_mode> Indeed I haven't rea...
- 12 Apr 2020, 22:30
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Now I got this : DEBUG [Main][pyplanet.core.management.commands.start] Initiated configuration and environment... (debug on, means no error reporting and verbose output INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.7.4 ]----------------------------...
- 12 Apr 2020, 21:53
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
The thing is that I used your tutorial to make my dedicated server and it works. The problem is not the dedicated server, the problem is PyPlanet right now.
- 12 Apr 2020, 20:56
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
I compared both, and apparently the only thing that changed is that : xmlrpc.client.Fault: <Fault -1000: 'No current script.'> Instead of what I had before : xmlrpc.client.Fault: <Fault -1000: 'Not in script mode.'> I don't know if this is a good sign or not. Edit : after getting back to what I had ...
- 12 Apr 2020, 19:02
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Yes I am using a Stadium map. But I don't get what you mean by removing the title, I don't have any title in my maplist.txt file.
- 12 Apr 2020, 15:48
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Yes but the problem is not the map, it works perfectly for me, I can start the dedicated server without any problem. The issue is just that I cannot run PyPlanet, with the Script mode error that I still don't understand.
- 12 Apr 2020, 14:01
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Yes, of course, here it is : <?xml version="1.0" encoding="UTF-8"?> <playlist> <gameinfos> <game_mode>0</game_mode> <chat_time>10000</chat_time> <finishtimeout>1</finishtimeout> <allwarmupduration>0</allwarmupduration> <disablerespawn>0</disablerespawn> <forceshowallopponents>0</...
- 11 Apr 2020, 22:59
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Here is the command line of the .bat : echo off ManiaPlanetServer /dedicated_cfg=dedicated_cfg.txt /game_settings=MatchSettings/maplist.txt if %errorlevel% NEQ 0 pause And here is the content of my configuration of my dedicated server : <?xml version="1.0" encoding="utf-8" ?> <de...
- 11 Apr 2020, 22:12
- Forum: PyPlanet
- Topic: [SOLVED] Issue when starting PyPlanet
- Replies: 29
- Views: 5898
Re: Issue when starting PyPlanet
Yes I did download the latest dedicated server (I mean the link is the same, so I guess the files are the same ? I might be wrong there) and tried with both relative and absolute path, none of them solved the problem sadly. Plus I don't have several ways to start the dedicated server, I am just runn...