Search found 136 matches

by altalus
Thu Apr 23, 2015 10:27 am
Forum: Server Setup & Guides
Topic: Hard Drive Space Needed
Replies: 1
Views: 1863

Re: Hard Drive Space Needed

Mine, (source and executables) takes about 415Megs. The database takes 191Megs on my install but note that 176Mb is taken by the auction_house because I fill it automatically. So the real size of the DB might be closer to 25Mb.
by altalus
Thu Apr 23, 2015 10:23 am
Forum: Server Setup & Guides
Topic: [fixed] src/login/login_auth.cpp
Replies: 2
Views: 2464

[fixed] src/login/login_auth.cpp

g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsTCPSERV -I/usr//include/luajit-2.0 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG -g -O2 -MT dsconnect-login_auth.o -MD -MP -MF .deps/dsconnect-login_auth.Tpo -c -o dsconnect-login_auth.o `test -f 'src/login/login_auth.cpp...
by altalus
Mon Dec 29, 2014 11:22 am
Forum: General Chat
Topic: The neodynamis branch ?
Replies: 1
Views: 2124

The neodynamis branch ?

Hey :)

Since my server is quite small we were wondering if that branch would one day be included to be able to select which dynamis is the one spawned/used ? I'm pretty sure it still needs lots of work but I wanted to know :)

Thanks !
by altalus
Sun Nov 23, 2014 5:26 pm
Forum: Server Setup & Guides
Topic: [Fixed] New compile error :)
Replies: 4
Views: 2518

Re: New compile error :)

Ok, it now builds and execute :)

Thank you kj, very appreciated!
by altalus
Sun Nov 23, 2014 3:08 pm
Forum: Server Setup & Guides
Topic: [Fixed] New compile error :)
Replies: 4
Views: 2518

Re: New compile error :)

From several websites: sin_addr is in sockaddr_in, not sockaddr. But I am unsure where to do the change :P * Note: The build on windows worked so it might be a problem being Linux specific? 1> DSGame-server.vcxproj -> D:\FFXI\darkstar\win32\DSGame-server\..\..\DSGame-server.exe ========== Rebuild Al...
by altalus
Sun Nov 23, 2014 2:35 pm
Forum: Server Setup & Guides
Topic: [Fixed] New compile error :)
Replies: 4
Views: 2518

[Fixed] New compile error :)

Ubuntu x64: guillaume@hades:~/Vejiitasei$ make g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr//include/luajit-2.0 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG -g -O2 -MT dsgame-message.o -MD -MP -MF .deps/dsgame-message.Tpo -c -o dsgame-message.o `test ...
by altalus
Sun Nov 16, 2014 10:35 pm
Forum: Server Setup & Guides
Topic: [Fixed] Compile error with mysql libs on an Ubuntu 14.04.1
Replies: 10
Views: 5206

Re: Compile error with mysql libs on an Ubuntu Ubuntu 14.04.

After re-imaging the VM with the x64 version of Ubuntu 14.04.1 and rebuilding the servers, all is good :)

Thank you for the help!
by altalus
Sun Nov 16, 2014 7:48 pm
Forum: Server Setup & Guides
Topic: [Fixed] Compile error with mysql libs on an Ubuntu 14.04.1
Replies: 10
Views: 5206

Re: Compile error with mysql libs on an Ubuntu Ubuntu 14.04.

Ok, I'll re-image the VM with a x64 version and I'll try to re-build the servers. thank you :)
by altalus
Sun Nov 16, 2014 6:44 pm
Forum: Server Setup & Guides
Topic: [Fixed] Compile error with mysql libs on an Ubuntu 14.04.1
Replies: 10
Views: 5206

Re: Compile error with mysql libs on an Ubuntu Ubuntu 14.04.

oh, wasn't x64 causing lots of errors with the server? I know you could compile as x86 in an x64 machine but my tests were not really good. Was it fixed and we can compile as x64 bin now? :)
by altalus
Sun Nov 16, 2014 6:26 pm
Forum: Server Setup & Guides
Topic: [Fixed] Compile error with mysql libs on an Ubuntu 14.04.1
Replies: 10
Views: 5206

Re: Compile error with mysql libs on an Ubuntu Ubuntu 14.04.

Yup, already there... Reading package lists... Done Building dependency tree Reading state information... Done libmysqlclient-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I wonder if 14.04.1 was tested by someone ? I seems to have weird warning fr...