Ok this is reduculus...

General discussion about the game. Pull up a stool and tell us your tale!
Post Reply
Rogue^.^

Ok this is reduculus...

Post by Rogue^.^ » Mon 24.11.2003, 23:13

am i the only person that has noticed that there has been almost no activity in the forms or on the sites? and that it was sooooo close to 8.0!  :o  >:( realy its not good..... realy not good... i not like it!!!..... and its too damed quiet in this forum, when was the last post b4 this one? then ull see what i mean...  :-/
i wanted to see 8.0 and its neerly dec..... ::)
why why why why!!!!!!  >:( >:( >:( >:( >:( >:( >:( >:(

TaintedAzure

Re: Ok this is reduculus...

Post by TaintedAzure » Tue 09.12.2003, 13:15

Well, the angry, all killing mr.mage of  cheese is back ;D, i got back yesterday, finished remacroing and gonna be diving but 1st power diving a new character i started, hope to see ya on soon ppl ( play cheese for the cheesiest cheese action) :D

Radi, Lopper

Re: Ok this is reduculus...

Post by Radi, Lopper » Fri 12.12.2003, 21:22

HI There!

I agree that there should be a little more communication! Has anyone gotten any sign at all if Crimson is alive? He is presumed dead in the virtual world unless he can be resserected!

Rohnan has to be reset. The stores are locked! "The doors are locked" Someone please do something! THe joke was funny but it does nasty things for Mangband's reputation!  

I am happy with version 0.7.0 :D !

Roy Horn

Re: Ok this is reduculus...

Post by Roy Horn » Mon 15.12.2003, 11:34

There seems to be a problem on ronhan - the doors in town are all locked!

Any ideas?

TaintedAzure

Re: Ok this is reduculus...

Post by TaintedAzure » Mon 15.12.2003, 13:43

Well... i dont know, if the server is set to autorestart it self, if u want i can crash it... but if it isnt, rohnan will be down until crimson brings it bacl....
and another funny thing happened on Cheezband server, me and schway were going after morgy, got him in a perfect place too! a vault that was half of the whole lvl, im fighting morgy, all of a sudden the server crashed, i emediatly relog to find out that i am fighting now 2, TWO! morgys and cantoras.... i teleported away, then i get back there, and all of a sudden cause of server lag, it doesnt register in me hitting GoI macro until after the 2 morgies casted darkness storm and mana storm ~_~.... lost my only power dsm which i only found the day before ;(

Big_Juan_Teh_Furby
Iridescent Beetle
Posts: 244
Joined: Sun 27.10.2002, 21:16
Location: Eugene, OR
Contact:

Re: Ok this is reduculus...

Post by Big_Juan_Teh_Furby » Mon 15.12.2003, 15:13

If you CAN crash it, do it.  It'll auto-restart.

However, I'm suspcious that you COULD crash it...Jube said that every way he knew of crashing the server was fixed and didn't work.

I say give it a shot...worse comes to worse it won't work.
When the winds of change blow hard enough, the most trivial of things can turn into deadly projectiles.

TaintedAzure

Re: Ok this is reduculus...

Post by TaintedAzure » Tue 16.12.2003, 13:13

ok juan. i will give me a day or 2 to get the software set up, and im not crashing it through the glitch in a game, im sending in a data packet telling it to close down, hopefully it will restart it self and will fix, like i said, day or 2 to get the software ( its nothing big that will really hurt the server, it will just rather "overload" it, making it restart)

Big_Juan_Teh_Furby
Iridescent Beetle
Posts: 244
Joined: Sun 27.10.2002, 21:16
Location: Eugene, OR
Contact:

Re: Ok this is reduculus...

Post by Big_Juan_Teh_Furby » Tue 16.12.2003, 14:23

At this point I dunno if it'll help.  Talking to Jube, he says that this is a PATCH, and that crashing the server won't help.  It's up to you if you wanna try it, but it may not work AND it might raise the ire of Crimson.  Of course, it might fix it and make him go "oh, okay, I don't have to fiddle with it after all."

I suspect he's just been uber busy with work stuff.
When the winds of change blow hard enough, the most trivial of things can turn into deadly projectiles.

Ashi
Giant Mottled Ant Lion
Posts: 218
Joined: Sun 10.11.2002, 19:58

Re: Ok this is reduculus...

Post by Ashi » Tue 16.12.2003, 14:41

At this point I wouldn't mind having Crimson angry with me, since it would mean he still knows that Mangband exists, or that he still cares about it.

radi, lopper

Re: Ok this is reduculus...

Post by radi, lopper » Tue 16.12.2003, 19:29

Thanks everyone for communicating these matters!!! It should help get things back to normal... overloading the system seems like a good idea... I got through to Crimson he sent me a quick note to tell me he was still alive.

He is probably chuckling at our misfortune... 8)

-Radagast, Lopper

Crimson
King Lich
Posts: 315
Joined: Sat 26.10.2002, 15:00
Location: Mangband Project Team Member
Contact:

Re: Ok this is reduculus...

Post by Crimson » Thu 18.12.2003, 13:35

Ugh.

Actually, yes, the server will automatically start itself, though it shouldn't be all that easy to crash anymore :).

The issue was with an overload in s32b for store_open.  store_open is used to allow DMs to set hours during which the store can not be used.  Unfortunately, turn in this case is kept as a signed 32bit  integer, where it needs to be kept as an unsigned 32bit integer.  

This happened because of the longevity of the town. (I don't think anybodies had a single town up and running this long, and this is no doubt causing other issues, which means I may have to reset town to put turns down to a reasonable level, or 1/2 them, or something...)

It also accounts for the monster_res bugs now popping up, and I have no doubt there are other more serious bugs in the game.

A quick hack might be to just 1/2 turn.  This will have some unusual effects, and may very well simply corrupt the game beyond salvage.

The final fix for this will be to change the data type accordingly, but that's a server save file issue, which means you have to upgrade the save file, and all the player files, on the fly, which is a lot more work than it's worth for me to fix just now, considering I don't use store hours.

The patch I made was simply to comment out the responsible code in server/store.c


//      if (store[which].store_open >= turn)
//      {
//              msg_print(Ind, "The doors are locked.");
//              return;
//      }
Are you not entertained?
Is this not what you came here for?

-- Maximus Decimus Meridias, The Gladiator

Domino
Giant Hunter Ant
Posts: 173
Joined: Sat 26.10.2002, 22:42
Location: Mountain View, CA  U.S.A.

Re: Ok this is reduculus...

Post by Domino » Thu 18.12.2003, 15:55

WOO HOO!  Thanks Crimson.  Nice to hear from you :)  And thanks for looking into this for us!
King of the Hill Baby!

Lopper

!!THANK YOU!!

Post by Lopper » Thu 18.12.2003, 23:20

HI,

Yes your help, Crimson, was and is appreciated!!! Way to go... Taking time out for us is really a blessing!

Over and out...

TaintedAzure

Wooo

Post by TaintedAzure » Fri 19.12.2003, 13:33

yey, saved me lots of trouble, i have crashed some mangservers, but couldn't do it to u for some reason crimson :-\ anyways, thnks for the fix ;D ;D

Berendol
Evil Iggy
Posts: 868
Joined: Mon 11.11.2002, 19:13
Location: Loot Pile
Contact:

Re: Ok this is reduculus...

Post by Berendol » Sat 20.12.2003, 10:17

Thanks for posting the relevant source code changes!
By appreciation, we make excellence in others our own property. (Voltaire)

Post Reply