Login
User Name:

Password:



Register

Forgot your password?
 sting skill
Jan 7, 2025 7:32 pm
By Remcon
 south command
Jan 7, 2025 7:22 pm
By Remcon
 mphate
Jan 7, 2025 7:16 pm
By Remcon
 do_setliquid
Jan 7, 2025 3:22 pm
By Remcon
 Array overrun and incorrect string macros used in do_setclass
Jan 7, 2025 3:20 am
By Samson
Help.are for SmaugFUSS1.9.5
Author: Smaug
Submitted by: Remcon
LOP 1.6
Author: Remcon
Submitted by: Remcon
SWFOTEFUSS 1.5.1
Author: Various
Submitted by: Samson
SWRFUSS 1.4.1
Author: Various
Submitted by: Samson
SmaugFUSS 1.9.5
Author: Various
Submitted by: Samson
Users Online
Anthropic, Google, Bing, Yandex

Members: 0
Guests: 10
Stats
Files
Topics
Posts
Members
Newest Member
495
3,819
19,758
589
ReubenKeat

» SmaugMuds » Codebases » AFKMud Support & Development » Hotboot issue
Forum Rules | Mark all | Recent Posts

Hotboot issue
< Newer Topic :: Older Topic >

Pages:<< prev 1 next >>
Post is unread #1 Jan 4, 2025 8:27 pm   
Go to the top of the page
Go to the bottom of the page

Remcon
Geomancer
GroupAdministrators
Posts1,988
JoinedJul 26, 2005

 
So fresh download and running just for looking at issues.
Seems good just messing with stuff and didn't do much but a hotboot it drops link and won't let me reconnect because of mccp issue on the mud.

Post is unread #2 Jan 5, 2025 11:14 am   
Go to the top of the page
Go to the bottom of the page

Remcon
Geomancer
GroupAdministrators
Posts1,988
JoinedJul 26, 2005

 
in hotboot.cpp around line 708 find and change
         och->save(  );
         if( !argument.empty(  ) && str_cmp( argument, "debug" ) )
         {
            d->write( "\r\nThe flow of time is halted momentarily as the world is reshaped!\r\n" );
            if( d->is_compressing )
               d->compressEnd(  );
         }

to this
         och->save(  );
         if( d->is_compressing )
            d->compressEnd(  );

         if( !argument.empty(  ) && str_cmp( argument, "debug" ) )
            d->write( "\r\nThe flow of time is halted momentarily as the world is reshaped!\r\n" );

its never ending it and causes issues.

Post is unread #3 Jan 6, 2025 2:29 pm   
Go to the top of the page
Go to the bottom of the page

Samson
Black Hand
GroupAdministrators
Posts3,713
JoinedJan 1, 2002

 
That whole debug sequence needed more than just a simple fix so I've reworked it and now it appears to be functioning correctly again.

Pages:<< prev 1 next >>