MCServer Development Discussion
#71
(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?
Reply
Thanks given by:
#72
Found and fixed the lava/water placement bug
Reply
Thanks given by:
#73
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..
Reply
Thanks given by:
#74
source/cClientHandle.h:14:29: фатальная ошибка: Packets/cPacket.h: Нет такого файла или каталога
компиляция прервана.
make: *** [build/Bindings.o] Ошибка 1


help Sad
Reply
Thanks given by:
#75
(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)
Reply
Thanks given by:
#76

[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
Reply
Thanks given by:
#77
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.
Reply
Thanks given by:
#78
Make sure your port is not already in use and/or the server is already running
Reply
Thanks given by:
#79
(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.
Reply
Thanks given by:
#80
Make sure you have the right permissions??
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)