OI!
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Oct 20, 2010 5:22 pm
GroupMembers
Posts153
JoinedMar 25, 2008
In LoP, I tried to expand the size of the mprog buffer, among other buffers. Why is it when I /list after adding more than 50 lines, it CRASHES THE ENTIRE MUD?
Please help.
Please help.
#2 Oct 20, 2010 5:23 pm
GroupMembers
Posts153
JoinedMar 25, 2008
Additional matter of interest, Throw crashes half the time it's used. Why is that?
#3 Oct 21, 2010 1:20 pm
GroupMembers
Posts870
JoinedMay 8, 2005
Regarding the crashing by throw, perhaps if you could provide us a bit more detail?
Your partner IM'd me about this and told me:
Your partner IM'd me about this and told me:
One of them is the 'throw' command. The help file reads; 'throw' but I am required to type in 'throw ' ... however, if you put a target on it, the mud crashes.
#4 Oct 21, 2010 3:38 pm
GroupMembers
Posts870
JoinedMay 8, 2005
Incidentally, the mprog buffer thing sounds to me like you didn't also increase the MSL size in mud.h, but it's just the first thing that came to mind when I saw this so consider it as being a suggestion only.
#5 Oct 22, 2010 12:06 pm
Last edited Oct 22, 2010 12:09 pm by Sanus Compleo
GroupMembers
Posts153
JoinedMar 25, 2008
Sorry about that, throw was my own stupidity . As far as MSL I'll check into it, but I would have figured it wouldn't so much be string length as buffer length. It was fifty lines, rather than fifty characters. Also, I have another issue, if you could be so kind to help me, but it's completely unrelated. Could you contact me on one of my IM's sometime today?
EDIT: Actually it could be simplier if I left you a message in one of yours >.> I am the one with the problem afterall.
EDIT: Actually it could be simplier if I left you a message in one of yours >.> I am the one with the problem afterall.
#6 Oct 22, 2010 5:55 pm
GroupMembers
Posts870
JoinedMay 8, 2005
I can't promise that I'll be able to help you, but I'm ertainly willing to try. Gtalk is the best way to reach me these days as I've been busy enough lately that I've been frequently neglecting to sign in to the others (also partially because I'd been signing in mostly via my blackberry and find typing on it still leaves a bit to be desired at times), but since I know you'll be trying to reach me, I'll go sign in to trillian now......ok, signed into aim, yahoo, msn, icq, trillian's own, and gtalk now. I ought to be easily enough locatable now.
(Okay, you're added to my aim, yahoo, & msn too now.)
(Okay, you're added to my aim, yahoo, & msn too now.)
#7 Oct 23, 2010 3:25 pm
GroupAdministrators
Posts1,946
JoinedJul 26, 2005
Any chance you can give more info on both of these problems? I don't mind checking on them but so much easier if I know how to duplicate the issue.
#8 Nov 9, 2010 4:56 am
GroupMembers
Posts153
JoinedMar 25, 2008
This is my third computer since I last posted here. Good lord. They've all been dying. Anyway I haven't been coding until tonight... Throw was fixed, it was just some of my own stupidity, like I said... Though Buffer size... I dunno. I updated it to the revision you set up, which is shiny, only problem though is I can't seem to increase MEL past 48 without crashing the mud upon maxing out the buffer. Which sucks, because 48 sometimes just isn't enough. I'm going to do more testing, see if I can't figure something out.
#9 Nov 14, 2010 1:03 pm
GroupAdministrators
Posts1,946
JoinedJul 26, 2005
I had tested out throw and the buffer issue and noticed no problem with either one. I even had like 500+ on MEL and it all went just fine. I just did simple stuff on each line telling the line number more or less but it all went great.
If you figure out how to duplicate the issue feel free to let me know so I can test it out.
If you figure out how to duplicate the issue feel free to let me know so I can test it out.
#10 Nov 14, 2010 4:31 pm
GroupMembers
Posts870
JoinedMay 8, 2005
Perhaps the problem isn't the number of lines but the total charcter count?
#11 Nov 17, 2010 2:50 am
Last edited Nov 17, 2010 5:43 am by Sanus Compleo
GroupMembers
Posts153
JoinedMar 25, 2008
MSL is at 8000 something,
MEL is at 79, giving me 78 to work with.
I type:
12345678901234567890123456789012345678901234567890123456789012345678901234567890
60 times.
The mud crashes. I don't know why.
There's an odd thing at the 50 line mark,
*50> Ñ
Odd.
Also, I can run through valgrind, or post the stack somewhere.
MEL is at 79, giving me 78 to work with.
I type:
12345678901234567890123456789012345678901234567890123456789012345678901234567890
60 times.
The mud crashes. I don't know why.
There's an odd thing at the 50 line mark,
*50> Ñ
Odd.
Also, I can run through valgrind, or post the stack somewhere.
#12 Nov 17, 2010 7:08 am
GroupMembers
Posts153
JoinedMar 25, 2008
found it. Was some weird little thing left over in mud.h. It huuuurt.
#13 Nov 19, 2010 3:13 pm
GroupAdministrators
Posts1,946
JoinedJul 26, 2005
Was it a problem in the release or just in yours?
#14 Nov 21, 2010 8:54 am
GroupMembers
Posts153
JoinedMar 25, 2008
To my embarrassment, it was my own. I have to manually edit my distribution because of all the things I have differently. It's easier to apply the patches to it, rather than apply their patches to the stock.
Pages:<< prev 1 next >>