Known Issues (Current)
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Traipse has some known issues with the code, but thankfully there are simple work arounds for most of them. If you experience any of the problems, please use the associated work around.
Grumpy Goblin
Grumpy Goblin is considered closed.
After the updated code re-working Grumpy Goblin does not start properly. The problem is caused because of the TerminalWriter update from core. This bug is fixed in Ornery Orc and a patch will be released as soon as possible.
I've decided to not update Grumpy Goblin. Please use Ornery Orc instead.
Ornery Orc
Ornery Orc is considered closed, though patches may be released.
Multiple Meta Servers (Ornery 100505-00) - Fixed in Beta
This is a really minor problem. I did not do enough error prevention. When you update to the newest Ornery Orc, your settings will update and metaservers.cache will be replaced with metaservers.xml. Howevever, metaservers.xml is not beinf created correctly.
The work around is easy. Inside the /templates/ folder is a file called default_metaservers.xml. Copy it to your /myfiles/ directory and rename it to metaservers.xml
The Server {100505-00} - Fixed in Beta
Unfortunately the server attempts to register rooms to a meta server that does not provide that feature. Also, the server is attempting to register to a meta server twice, creating a duplicate instance of the meta server which returns a server id of 0. This problem creates and eternal loop in the Register Rooms thread.
There is no work around for this issue.
Chat Names and Room Creation {100505-00}
This is probably due to the new way I am creating a display name. When a user creates a room their names is duplicated. Sorry. It's really minor and can wait.
Update Manager (Vista)
The Update Manager may hang during the Refresh of a Repository when using the .EXE install. Workaround: A) rerun setup.py and copy your myfiles directory to the newly created System folder. B) Download the .ZIP package and run setup.py there. This is caused by a Permissions problem in Vista: Ticket
Themes
When starting the slanted theme does not carry the color over from the settings. You are encouraged to use the flat themes for the time, and setup your own custom theme colors. Work in Ornery Orc will remove this problem and allow users to create their own themes and use other peoples themes.
CherryPy
I am certain there is going to be some body who does not set their port correctly and then CherryPy will be on auto start set to on. This will most likely cause a crash. Work Around: This work around is a lot more difficult then I would like it to be so there is a planned fix for this. In your System/myfiles/ folder open the plugindb XML and remove the CherryPy auto start entry. It will look like this:
<auto_start type="string">on</auto_start>
Planned Fix: The planned fix will create a check box in the CherryPy plugin menu that users can set the auto start feature with.