Login
User Name:

Password:



Register

Forgot your password?
 copy_buffer
Jan 6, 2025 7:05 pm
By Remcon
 num_skills possible issue.
Jan 6, 2025 5:38 pm
By Remcon
 log file
Jan 6, 2025 3:38 pm
By Samson
Hotboot issue
Jan 6, 2025 2:29 pm
By Samson
 Compiling AFKmud 2.2.3
Jan 6, 2025 12:59 pm
By Samson
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
AFKMud 2.2.4
Author: AFKMud Team
Submitted by: Samson
Users Online
Anthropic, Google, Bing, Bytespider

Members: 0
Guests: 8
Stats
Files
Topics
Posts
Members
Newest Member
494
3,815
19,749
590
BreannaWal

» 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,982
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,982
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,710
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 >>