Search found 12 matches

by toplomj3r
29 Mar 2015, 16:40
Forum: General Development
Topic: Trouble running server
Replies: 6
Views: 2912

Re: Trouble running server

meko wrote: no, this obviously wasn't done if it was installed under root
Ok, then I will report that so it colud be fixed.

Tnx for your help.
by toplomj3r
29 Mar 2015, 16:29
Forum: General Development
Topic: Trouble running server
Replies: 6
Views: 2912

Re: Trouble running server

make sure to add --user when you do ./configure and do not do make or make install with sudo That was done already.The server was up and running, so I guess that part was done and working but something is wrong. I'm not in position to run fresh installation so I'm just gonna try to make this thing ...
by toplomj3r
29 Mar 2015, 16:22
Forum: General Development
Topic: Trouble running server
Replies: 6
Views: 2912

Re: Trouble running server

Yeah, I've found it (tmwa-login). It's under root/bin/. And when I try to run it it says: Unable to open file: conf/tmwa-login.conf ***WARNING: 'To GM become' password is void (gm_pass). We highly recommend that you set one password. LAN test of LAN IP of the char-server: LAN test (result): LAN sour...
by toplomj3r
29 Mar 2015, 16:08
Forum: General Development
Topic: Trouble running server
Replies: 6
Views: 2912

Trouble running server

Hi guys, I've been handed ManaWorld server to install db,some custom scripts and few other things so I stopped manaworld . After I finished with my stuff I tried to run ./run-all script to start server again and I got an error . I havent modified any of server config files or deleted anything. % ./r...
by toplomj3r
04 Mar 2015, 13:58
Forum: General Development
Topic: Connecting to gameserver with linux issue
Replies: 4
Views: 2447

Re: Connecting to gameserver with linux issue

MadCamel wrote: Also check the little box in mana+ that says same IP for all servers.
This solved issue for the moment. Tnx a lot.
by toplomj3r
03 Mar 2015, 09:36
Forum: General Development
Topic: Connecting to gameserver with linux issue
Replies: 4
Views: 2447

Re: Connecting to gameserver with linux issue

If it doesn't work, change "display_parse_login" to "yes" to see debug information Debug info as you refer it should be in login/log/login.log ? Also I tried what you proposed but no luck. Player autentication is ok but after that something brakes as you can se below. 2015-03-03...
by toplomj3r
02 Mar 2015, 23:42
Forum: General Development
Topic: Connecting to gameserver with linux issue
Replies: 4
Views: 2447

Connecting to gameserver with linux issue

Hi guys, I've been trying to connect to my gameserver with manaplus on linux (ubuntu and xubuntu) entire day but everytime i get the same error message "Error,Couldn't connect to remote host". The thing is that I CAN connect to my server with my other computers (OSX and W7) but only linux ...
by toplomj3r
22 Jan 2015, 10:08
Forum: General Development
Topic: Getting logs from local server
Replies: 12
Views: 6023

Re: Getting logs from local server

o11c wrote: Seriously don't run tmwa as root.
Can you explain ?
by toplomj3r
21 Jan 2015, 17:45
Forum: General Development
Topic: Getting logs from local server
Replies: 12
Views: 6023

Re: Getting logs from local server

Tnx a lot Wushin. I found my local chat logs and I'll look trough my options considering chat logging. I'm trying to modify server because this is part of scientific reasearch project, we will try to observe users behaveour so we could make model how users interact in solving complex quests. We will...
by toplomj3r
21 Jan 2015, 15:53
Forum: General Development
Topic: Getting logs from local server
Replies: 12
Views: 6023

Re: Getting logs from local server

the gm.log is in ./world/map/conf/map_athena.conf and it should be: gm_log: gm.log Ok, that doesn't work for me but i have bigger problems than that for now. I will fix that later :) Does anyone know where are kept chat(party,whisper) informations, they must be kept somewhere because I can see my c...
by toplomj3r
21 Jan 2015, 10:49
Forum: General Development
Topic: Getting logs from local server
Replies: 12
Views: 6023

Re: Getting logs from local server

Change the setting in world/map/conf/map_local.conf from map_log to log_file. Great ! Tnx ! That worked, it rally was outdated. Still I can't get gm logs from map_athena.conf which are in same dir as map_local.conf . Current config looks like : gm_log: gm.log Do you know if there is something outda...
by toplomj3r
20 Jan 2015, 23:54
Forum: General Development
Topic: Getting logs from local server
Replies: 12
Views: 6023

Getting logs from local server

Hi guys, I've already asked this question on dev IRC but I haven't got an correct answer. So the thing is I'm trying to make some experiments with server and I need logging more than anything. I've installed tmwa on my webserver following instructions from How to develop wiki, but the problem is tha...