Search found 19 matches

by silene
18 Oct 2007, 06:33
Forum: TMW Classic
Topic: Help
Replies: 15
Views: 5135

Code: Select all

sqlite3 tmw.db
update tmw_accounts set level=99 where username='Ejin';
99 is for administrative rights (e.g. reloading modified databases on the fly). Reduce to 50 for GM rights only.
by silene
04 Sep 2007, 05:57
Forum: Support and Bug reports
Topic: SVN Revision 3548 - ERR 'No gameserver for the map'
Replies: 10
Views: 3343

blueberry wrote:have you noticed the double tmx.gz at the error statement?
Check your data/maps.xml file. It should not have the extension on the map filenames, otherwise the server will be unable to find them.
by silene
27 Aug 2007, 05:30
Forum: Support and Bug reports
Topic: 0.0 development branch issues
Replies: 6
Views: 4452

Could you post your issues on http://mantis.themanaworld.org/ , so that they don't get lost? Please open at least one report for issue 1 and another one for issue 4. They are real bugs that should be fixed before release, in my opinion. Issue 3, however, is more like a feature request. But it seems ...
by silene
25 Aug 2007, 17:13
Forum: TMW Classic
Topic: Can't compile the new server
Replies: 2
Views: 1382

I'm not a code::blocks user, so I can't tell for sure. But my guess is that the code::blocks files describing the project are not up-to-date. They may be missing some recently added source files. Add these files to the project and try to compile again. It should work a lot better.
by silene
18 Aug 2007, 06:10
Forum: Support and Bug reports
Topic: 0.0.23 crashes while connecting to map server [open]
Replies: 7
Views: 3742

Come on, can anybody help us here?? As strange as it may seem to you, TMW developers do sleep at night. And since most of them are in European timezones, they are currently sleeping, or in the process of waking up. In the forums, people have already given two solutions: either use an older client, ...
by silene
26 Jul 2007, 06:10
Forum: TMW Classic
Topic: Latest TMWserv + 0.1 Client
Replies: 7
Views: 2828

mumbles wrote:i'm guessing i need a higher version of libguichan (latest seems to be 0.7.1) but since i read in they're site that it isn't backwards compatible, so, what version is needed ?
Yes, you need a 0.7.x version. So, on debian, you will have to compile it yourself.
by silene
26 Jul 2007, 06:02
Forum: TMW Classic
Topic: Latest TMWserv + 0.1 Client
Replies: 7
Views: 2828

Just occurred to me. Please check that you use the exact same version of enet on both your computers. If you were to use enet 1.1 on your linux box and enet 1.0 on your windowsbox, it would explain your troubles.
by silene
26 Jul 2007, 05:33
Forum: TMW Classic
Topic: Latest TMWserv + 0.1 Client
Replies: 7
Views: 2828

It is not clear when reading your mail: Does the client work if you run it on the same computer as the server? Just to keep away from windows and network troubles at first.
by silene
15 Jul 2007, 05:48
Forum: Support and Bug reports
Topic: Problems with configure script on Ubuntu Feisty 7.04
Replies: 2
Views: 1559

In order to compile tmw, you have to install a compiler first. I think the relevant ubuntu package is plainly called "gcc". You will also need to install several libsomething-dev packages, whenever the configure script fails.
by silene
13 Jul 2007, 07:19
Forum: Support and Bug reports
Topic: Linux: Seg. fault after lvl. up,
Replies: 2
Views: 1356

First ensure you have a debug version of your tmw binary. It always amounts to adding the "-g" option to the command-line of the compiler. If your binary weights more than 3MB, it is most certainly already present. If not and if you don't find how to set it, please describe how you compile...
by silene
09 Jul 2007, 14:32
Forum: Support and Bug reports
Topic: Error at start with SVN 3366
Replies: 3
Views: 1718

The error message tells you that you have modified your guichan binary library. Are you really sure you have not updated it?
by silene
07 Jul 2007, 09:00
Forum: Support and Bug reports
Topic: Another compiling error
Replies: 11
Views: 4782

And from that moment, it automaticaly changes the output from file to screen. Can't see everything, because my terminal cannot handle so many lines... You can type "make > log 2>&1" if you want the whole output into a file. Anyway, what you pasted is what I was interested in. Nevermin...
by silene
06 Jul 2007, 20:12
Forum: Support and Bug reports
Topic: Another compiling error
Replies: 11
Views: 4782

Styku wrote:Or, maybe I should install 7.0 version?
No, 7.0 is most certainly not compatible. Version 6.1 is just fine.
What is the linker command line that fails? (It should be one of the first lines if you type "make" again. It starts by "ld".)
by silene
06 Jul 2007, 19:34
Forum: Support and Bug reports
Topic: Another compiling error
Replies: 11
Views: 4782

Any ideas?
It looks like the binary library files of guichan are not properly installed. Or at least the linker is not able to find them. Did you not get an error message when running the configure script?
by silene
30 Jun 2007, 22:24
Forum: Support and Bug reports
Topic: [Resolved] Compiling on Ubuntu Feisty 7.04
Replies: 6
Views: 2955

This is most probably a problem with guichan. You should check that you don't have an older version of guichan somewhere on your harddrive. In particular, I would not be surprised if the ubuntu packages for guichan 0.4 were installed on your system. Otherwise, try installing the packages for guichan...