Testing BBS is Down

A place to report feedback/issues with The Major BBS v10 official testing site
Post Reply
Jarlaxle
Posts: 10
Joined: Sat Jan 02, 2021 11:17 pm

Testing BBS is Down

Post by Jarlaxle »

Hi Duckula,

The board used for testing went down today at around 11:30 AM EST. Another user and I were online doing some actions within MajorMud and we think it might be related to the crash.
If you need any information about what we were doing within the game that led up to the crash we are more than happy to share that with you if you think it will help you in understanding the root cause for the crash.

Cheers and happy new year!

User avatar
Duckula
Posts: 359
Joined: Wed Jul 22, 2020 1:19 am

Re: Testing BBS is Down

Post by Duckula »

Thanks, the system is back online. If you can provide details of what was occuring at the time that would be helpful.
-- Duckula

// Site admin
// Galacticomm IP owner

Jarlaxle
Posts: 10
Joined: Sat Jan 02, 2021 11:17 pm

Re: Testing BBS is Down

Post by Jarlaxle »

We went and killed one of the bosses in the game. During the fight we accidentally attacked each other causing the first player to engage to turn "evil".
After the boss was defeated several things happened within a few seconds:
- It dropped a chest which we opened right away
- The user that was attacked typed "forgive <user>" . This allows a user to forgive another user's misdeeds and remove the "evil" points
- The board crashed right after

Not sure if it helps much in debugging the cause.

Thank you for bringing it up.

User avatar
Duckula
Posts: 359
Joined: Wed Jul 22, 2020 1:19 am

Re: Testing BBS is Down

Post by Duckula »

Thanks very much for the information, we will take a look.
-- Duckula

// Site admin
// Galacticomm IP owner

daniel_spain
Posts: 395
Joined: Sun Aug 09, 2020 2:39 am

Re: Testing BBS is Down

Post by daniel_spain »

Jarlaxle wrote:
> We went and killed one of the bosses in the game. During the fight we accidentally
> attacked each other causing the first player to engage to turn "evil".
> After the boss was defeated several things happened within a few seconds:
> - It dropped a chest which we opened right away
> - The user that was attacked typed "forgive <user>" . This allows a
> user to forgive another user's misdeeds and remove the "evil" points
> - The board crashed right after
>
> Not sure if it helps much in debugging the cause.
>
> Thank you for bringing it up.

do you have text of the exact text that is displayed when performing those actions?
a ton of wg3 fixes from older gamesthat were ported from their original dos creations
has been message file parsing issues. I cleaned alot of Mutants 4 up this very way.
if you have the text i can go to the message block and check for irregularities
such as fomate specifiers out of place. (in mbbs/wg2 we would get null pointer
errors which now are crash-only faults in windows)

great news is i am remaking majormud from scratch using the old data and just
like my new tele-arena engines uses syntax checking to prevent crashes
prior to api execution.

User avatar
Duckula
Posts: 359
Joined: Wed Jul 22, 2020 1:19 am

Re: Testing BBS is Down

Post by Duckula »

A MajorMUD remake would be great Daniel!
-- Duckula

// Site admin
// Galacticomm IP owner

Jarlaxle
Posts: 10
Joined: Sat Jan 02, 2021 11:17 pm

Re: Testing BBS is Down

Post by Jarlaxle »

Hi Daniel,

The crash happened almost the same second when one user forgave the other so I suspect it's related, but it also might not related and it just a weird coincidence (double speak is an art!). Here are the text blocks:

The user forgiving ("forgive <user>"):
The gods have forgiven him for his action.

The user being forgiven:
The gods have forgiven you for your action.


I really appreciate the work you guys put into this project.
My hope is that whoever owns MajorMud source code would release it to the public domain so it could be patched and extended and hopefully attract new player-base. It has so much to offer!

BadOPCode
Posts: 32
Joined: Mon Oct 12, 2020 3:29 pm

Re: Testing BBS is Down

Post by BadOPCode »

Jarlaxle wrote:
> I really appreciate the work you guys put into this project.
> My hope is that whoever owns MajorMud source code would release it to the public
> domain so it could be patched and extended and hopefully attract new player-base. It
> has so much to offer!

Would be nice but not likely. Go to gameport.com and start Googling information you find is about the best thing I can say without getting myself into trouble. :)
Probably the only realistic way for MajorMud to have a future is if someone rewrites it.

User avatar
Duckula
Posts: 359
Joined: Wed Jul 22, 2020 1:19 am

Re: Testing BBS is Down

Post by Duckula »

daniel_spain is rewriting it!
-- Duckula

// Site admin
// Galacticomm IP owner

daniel_spain
Posts: 395
Joined: Sun Aug 09, 2020 2:39 am

Re: Testing BBS is Down

Post by daniel_spain »

Jarlaxle wrote:
> Hi Daniel,
>
> The crash happened almost the same second when one user forgave the other so I
> suspect it's related, but it also might not related and it just a weird coincidence
> (double speak is an art!). Here are the text blocks:
>
> The user forgiving ("forgive <user>"):
> The gods have forgiven him for his action.
>
> The user being forgiven:
> The gods have forgiven you for your action.
>
>
> I really appreciate the work you guys put into this project.
> My hope is that whoever owns MajorMud source code would release it to the public
> domain so it could be patched and extended and hopefully attract new player-base. It
> has so much to offer!

working on it i will have some stuff for players to see soon.

Post Reply