← Back to team overview

mudlet-makers team mailing list archive

Re: [Bug 389434] [NEW] config file increses size exponentially until mudlet crashes

 

Are you reconnecting while playing? Mudlet doesn't support it yet - need to
close it and reopen if you want to reconnect.

Also, beta 10 pre 11 is latest (however your issue will still be present
afaik)

-- 
config file increses size exponentially until mudlet crashes
https://bugs.launchpad.net/bugs/389434
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.

Status in Mudlet the MUD client: New

Bug description:
I use Mudlet Beta 10 pre 8 for Windows.

In my profile's configuration file, one trigger definition comes over and over again:

        <Trigger isActive="no" isFolder="no" isTempTrigger="no" isMultiline="yes" isPerlSlashGOption="no" isColorizerTrigger="yes" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no">
                  [...]
                <integer>0</integer>
            </regexCodePropertyList>
        </Trigger>

I use Mudlet by starting it, connecting, exiting it (and I often klick on "yes" when asked if I wish to save my profile).

Today it crashed while loading my profile and I discovered 19-06-2009#10-40-15.xml to have a filesize of 75 MB! By looking at the other older configuration files, I could see that the filesize increased exponentially over the time. The <Trigger> part above comes over and over and over again, resulting in a crazy long <TriggerPackage> part. <HostPackage> is okay. I think each time I press "yes" for saving my profile, there something bad happens with writing <TriggerPackage>.

Jan-Philip



References