Cuberite Forum
MCServer Development Discussion - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: MCServer Development Discussion (/thread-186.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: MCServer Development Discussion - rs2k - 11-11-2011

(11-10-2011, 10:55 PM)Sebi Wrote:
(11-10-2011, 10:07 AM)rs2k Wrote: D: No internet for more than a few hours? I'd die!

Internet at school keeps me alive. Wink

haha.



I've noticed lately that I cannot do anything with water or lava blocks. If I set one to air blocks for example it reverts right back to its previous state. Only an activated piston is able to break water and lava blocks (and turns them into items). Is there something in the water and lava physics code that's causing this?


RE: MCServer Development Discussion - rs2k - 11-11-2011

Found and fixed the lava/water placement bug


RE: MCServer Development Discussion - FraNkYWIllS - 12-20-2011

Well,
I don't even know if the changes I've been making are correct. I've just been looking up the errors on google and looking up solutions. Though, that usually does work well. It worked well enough to get the windows version working. lol anyway thanks everyone for sharing those great anime here..


RE: MCServer Development Discussion - Boo - 02-05-2012

source/cClientHandle.h:14:29: фатальная ошибка: Packets/cPacket.h: Нет такого файла или каталога
компиляция прервана.
make: *** [build/Bindings.o] Ошибка 1


help Sad


RE: MCServer Development Discussion - tbar - 02-05-2012

(02-05-2012, 02:31 AM)Bookkc Wrote: source/cClientHandle.h:14:29: фатальная ошибка: Packets/cPacket.h: Нет такого файла или каталога
компиляция прервана.
make: *** [build/Bindings.o] Ошибка 1


help Sad

Linux is case sensitive, windows is not. I "fixed" the above by creating a symlink to the folder packets:

cd source
ln -s packets Packets

(at least that's what I think your problem is -- I cannot read cyrrilic... Cool)


RE: MCServer Development Discussion - Boo - 02-05-2012


[08:38:36] --- Started Log ---
[08:38:36] Error (2) opening world/player/

/============================\
| Custom Minecraft Server |
| Created by Kevin Bansberg |
| A.K.A. |
| FakeTruth |
| Monsters by Alex Sonek |
| A.K.A. Duralex |
\============================/
More info: WWW.MC-SERVER.ORG
WWW.AE-C.NET
WWW.RBTHINKTANK.COM
email: faketruth@gmail.com

[08:38:36] Starting up server.
[08:38:36] bind fail (GetLastErrorString() only works on Windows)
[08:38:36] Failed to start server, shutting down.


help


RE: MCServer Development Discussion - rs2k - 02-05-2012

try running "make clean" then "make"

I get odd errors once in a while if I run make without cleaning it up after a source update.


RE: MCServer Development Discussion - FakeTruth - 02-05-2012

Make sure your port is not already in use and/or the server is already running


RE: MCServer Development Discussion - Boo - 02-05-2012

(02-05-2012, 05:41 PM)rs2k Wrote: try running "make clean" then "make"

I get odd errors once in a while if I run make without cleaning it up after a source update.

no... dont work^(

Code:
[13:19:59] --- Started Log ---
[13:19:59] Error (2) opening world/player/

/============================\
|   Custom Minecraft Server  |
|  Created by Kevin Bansberg |
|           A.K.A.           |
|         FakeTruth          |
| Monsters by Alex Sonek     |
|           A.K.A. Duralex   |
\============================/
More info: WWW.MC-SERVER.ORG
           WWW.AE-C.NET
           WWW.RBTHINKTANK.COM
email: faketruth@gmail.com

[13:19:59] Starting up server.
[13:19:59] bind fail (GetLastErrorString() only works on Windows)
[13:19:59] Failed to start server, shutting down.



RE: MCServer Development Discussion - FakeTruth - 02-05-2012

Make sure you have the right permissions??