For$
<!-- begin site header -->
<div id=

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Matt - Kerplunc

Pages: [1]
1
Support / Re: Can't connect to local server
« on: April 26, 2011, 06:36:58 am »
Really? Then i have no idea at all.
Windows or Linux?

2
Support / Re: Can't connect to local server
« on: April 26, 2011, 01:57:12 am »
That's an issue with your world folder, i've got no idea what's up

3
Support / Re: Can't connect to local server
« on: April 25, 2011, 08:10:28 am »
Yup it's an issue with the official branch of Mineserver.
It's fixed it Louisdx's fork of Mineserver though. You can grab it from
https://github.com/louisdx/mineserver

4
Support / lighting.cpp Build Error
« on: April 11, 2011, 09:08:26 am »
Code: [Select]
[  1%] Building CXX object CMakeFiles/mineserver.dir/src/lighting.cpp.o
/root/build/src/lighting.cpp:1: error: bad value (native) for -march= switch
/root/build/src/lighting.cpp:1: error: bad value (native) for -mtune= switch
make[2]: *** [CMakeFiles/mineserver.dir/src/lighting.cpp.o] Error 1
make[1]: *** [CMakeFiles/mineserver.dir/all] Error 2
make: *** [all] Error 2


Running CentOS 5 64bit on an OpenVZ VPS. Has built just fine previously, recent issue (Since the 1.4 Beta patch time ish). Any ideas?

5
Discussion / Re: Map generation
« on: February 28, 2011, 03:34:56 pm »

6
Discussion / Re: Piping Configuration Options?
« on: February 10, 2011, 02:26:03 am »
Well last night we just decided to build it for ourselves. I've attached the mineserver.cpp file

If you guys want to add it in to the mainline server then be my guest :)


Usage formatting is
./mineserver +[cfg entry]=[setting]
example
./mineserver +net.ip=127.0.0.1 +net.port=25565 +system.user_limit=25

7
Discussion / Re: Piping Configuration Options?
« on: February 08, 2011, 05:43:50 am »
Been a while, any idea if this is functionality that is going to be added? Or is it going to need a plugin to be integrated?

8
Discussion / Re: Piping Configuration Options?
« on: December 14, 2010, 11:01:35 am »
That's definitely possible, but the new config system (which I'm in the process of dropping in right now) might make it unnecessary. Check back in a few hours!

Well it's nice to have if you are hosting multiple servers on the same environment, it would remove the need for virtualization. With a +port 25565 and a +ip etc.

9
Discussion / Piping Configuration Options?
« on: December 13, 2010, 11:29:20 am »
Hey Guys,
The server is looking fantastic. Any plans on offering the ability to pipe configurations through the execution of the file?
Like
./mineserver +motd "Welcome!" +port 25566 +ip 192.168.1.1
etc. etc.

Thanks! Keep up the good work!

10
Support / Re: Installing on Linux (RHEL)?
« on: December 13, 2010, 10:17:50 am »
Ah nvm, got it. Was missing a few pieces of software.
You guys need to update the readme on your github :P

11
Support / Installing on Linux (RHEL)?
« on: December 13, 2010, 06:05:47 am »
Hey,
Anyone had any luck actually getting it to install on Linux? In particular, RHEL/CentOS5

Here's the errors i'm getting while trying to run a make.
Is it just that the mapper isn't done yet?
Thanks! And keep up the good work!


[root@mineserver src]# make
g++  -I. -I/usr/Local/include -I/usr/include   -c -o map.o map.cpp
In file included from logger.h:32,
                 from map.cpp:47:
screen.h:36:21: error: ncurses.h: No such file or directory
In file included from map.cpp:50:
worldgen/mapgen.h:34:25: error: noise/noise.h: No such file or directory
screen.h:72: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:72: error: expected ‘;’ before ‘*’ token
screen.h:73: error: ‘WINDOW’ has not been declared
screen.h:78: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:78: error: expected ‘;’ before ‘*’ token
screen.h:85: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:85: error: expected ‘;’ before ‘*’ token
screen.h:86: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:86: error: expected ‘;’ before ‘*’ token
screen.h:87: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:87: error: expected ‘;’ before ‘*’ token
screen.h:88: error: ISO C++ forbids declaration of ‘WINDOW’ with no type
screen.h:88: error: expected ‘;’ before ‘*’ token
worldgen/cavegen.h:45: error: ‘noise’ has not been declared
worldgen/cavegen.h:45: error: ISO C++ forbids declaration of ‘RidgedMulti’ with no type
worldgen/cavegen.h:45: error: expected ‘;’ before ‘caveNoise1’
worldgen/cavegen.h:46: error: ‘noise’ has not been declared
worldgen/cavegen.h:46: error: ISO C++ forbids declaration of ‘RidgedMulti’ with no type
worldgen/cavegen.h:46: error: expected ‘;’ before ‘caveNoise2’
worldgen/mapgen.h:63: error: ‘noise’ has not been declared
worldgen/mapgen.h:63: error: ISO C++ forbids declaration of ‘RidgedMulti’ with no type
worldgen/mapgen.h:63: error: expected ‘;’ before ‘ridgedMultiNoise’
worldgen/mapgen.h:64: error: ‘noise’ has not been declared
worldgen/mapgen.h:64: error: ISO C++ forbids declaration of ‘ScaleBias’ with no type
worldgen/mapgen.h:64: error: expected ‘;’ before ‘perlinBiased’
worldgen/mapgen.h:66: error: ‘noise’ has not been declared
worldgen/mapgen.h:66: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:66: error: expected ‘;’ before ‘baseFlatTerrain’
worldgen/mapgen.h:67: error: ‘noise’ has not been declared
worldgen/mapgen.h:67: error: ISO C++ forbids declaration of ‘ScaleBias’ with no type
worldgen/mapgen.h:67: error: expected ‘;’ before ‘flatTerrain’
worldgen/mapgen.h:69: error: ‘noise’ has not been declared
worldgen/mapgen.h:69: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:69: error: expected ‘;’ before ‘seaFloor’
worldgen/mapgen.h:70: error: ‘noise’ has not been declared
worldgen/mapgen.h:70: error: ISO C++ forbids declaration of ‘ScaleBias’ with no type
worldgen/mapgen.h:70: error: expected ‘;’ before ‘seaBias’
worldgen/mapgen.h:72: error: ‘noise’ has not been declared
worldgen/mapgen.h:72: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:72: error: expected ‘;’ before ‘terrainType’
worldgen/mapgen.h:74: error: ‘noise’ has not been declared
worldgen/mapgen.h:74: error: ISO C++ forbids declaration of ‘Perlin’ with no type
worldgen/mapgen.h:74: error: expected ‘;’ before ‘seaControl’
worldgen/mapgen.h:76: error: ‘noise’ has not been declared
worldgen/mapgen.h:76: error: ISO C++ forbids declaration of ‘Select’ with no type
worldgen/mapgen.h:76: error: expected ‘;’ before ‘seaTerrain’
worldgen/mapgen.h:77: error: ‘noise’ has not been declared
worldgen/mapgen.h:77: error: ISO C++ forbids declaration of ‘Select’ with no type
worldgen/mapgen.h:77: error: expected ‘;’ before ‘finalTerrain’
make: *** [map.o] Error 1

Pages: [1]