Search found 57 matches

by FlushA
Wed Oct 28, 2015 8:37 am
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: create-votes.py

tnx for help but now show this after type python create-votes.py brutal Traceback (most recent call last): File "create-votes.py", line 147, in <module> with open('data/maps/%s.map.cfg' % originalMapName, 'w') as cfg: IOError: [Errno 13] Permission denied: 'data/maps/Sven.map.cfg'
by FlushA
Tue Oct 27, 2015 3:16 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: create-votes.py

I imported ddnet sql files and put maps file with cfgs file from https://github.com/ddnet/ddnet-scripts/ ... vers/types in server types,
and point system work good just my problem with votes.cfg file,
after type python this dosn't create votes.cfg file with maps vote
by FlushA
Tue Oct 27, 2015 1:52 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

create-votes.py

Hello guys,
when type in linux terminal python craete-votes.py
show me this error

server = sys.argv[1]
IndexError: list index out of range

how fix this error to make votes.cfg file for my servers
by FlushA
Wed Sep 30, 2015 6:41 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: sql file for DDNet

I install a ubuntu server and now this fix but how set for a map point ,
for example if i finished kobra 4 map get me 5 point and when type points in server show my name and my point
by FlushA
Tue Sep 29, 2015 6:40 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

compile on ubuntu

Hello guys, I installed linux ubuntu and compile ddnet with bam but bam don't show and show this: [1/1] #1 link DDNet /usr/bin/ld: other/curl/linux/lib64/libcrypto.a(dso_dlfcn.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5' /usr/lib/x86_64-linux-gnu/libdl.so: error adding symbols: DSO missi...
by FlushA
Fri Sep 25, 2015 9:27 am
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: sql file for DDNet

I ran this on another system but them there is crashed.
can u make a test sql for me ?
by FlushA
Thu Sep 24, 2015 8:11 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: sql file for DDNet

ok tnx
by FlushA
Thu Sep 24, 2015 3:19 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: sql file for DDNet

I think this line does not work
line:
m_pConnection = m_pDriver->connect(connection_properties);
file:
sql_score.cpp

can u fix that ?
by FlushA
Wed Sep 23, 2015 4:31 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: sql file for DDNet

my uwamp mysql version is 5.6.20,
my config is

Code: Select all

sv_use_sql 1
sv_sql_user "root"
sv_sql_prefix "record"
sv_sql_pw ""
sv_sql_database "teeworlds"
sv_sql_ip "localhost"
sv_sql_port "3306"
by FlushA
Wed Sep 23, 2015 4:23 pm
Forum: General Help
Topic: Several Problems while creating a DDNet based server
Replies: 65
Views: 18396

Re: sql file for DDNet

I'm debuged when crashed and show me this code

https://github.com/ddnet/ddnet/blob/mas ... re.cpp#L92