Page 1 of 1

current bugs

Posted: Sun Apr 13, 2008 8:09 pm
by 1337
Right now we're facing quite a few bugs:

- Ogre Log doesn't work like it should. Only seems to happen on Oli's box so far (or am I wrong?)
- compiling lua makes problems [resolved]
- tardis plugins.cfg is not right in trunk [resolved]
- Bug when using HUD->setTime in server mode
- Bug in Iterator when objects are desroyed [fixed]

I think we shouldn't program further unless we know at least the cause of these problems.
It really does concern me, esp. since some of these problems occurred right after I fiddled with GraphicsEngine and Orxonox.cc (but just a little bit).

What do you think?

Posted: Sun Apr 13, 2008 10:04 pm
by beni
I think you should paraphrase those bugs and maybe even make a few tickets where you write more details. That's why we got that system.

Then I'm not sure to completely agree with the code stop in the middle of the semester. Sure, one shouldn't build on a faulty base, but on the other hand, I don't think we should held each other up with those bugs.

I rather think we build a small task force, killing the bugs. Those people would right now be working on something which would be the most affected by those bugs.

Posted: Sun Apr 13, 2008 10:28 pm
by 1337
I was merely meant as a reminder that we're getting buggier.
We should probably each solve our own problems, maybe even helping each other.
Nothing too fancy...

Posted: Sun Apr 13, 2008 10:53 pm
by beni
I see. It is true that the stress leads to buggy code. I think it's great if bugs are known so one can search or find the bug for somebody else if there is time and fix it,
So describing the bugs is really important, because then others can solve the bug as well.

Posted: Mon Apr 14, 2008 5:24 pm
by x3n
The "Orxonox crashes when shooting at a model" bug is fixed.

Posted: Wed Apr 16, 2008 8:08 pm
by 1337
Just some little things that should be cleared before trunk is 'ready':

In the orxonox.log I was able to find this:
Namespace-tree:
root
AAA
BBB
BBBBBB
BBBBBBBBBBBBBBBBBBB
hax
CCC
hax
DDD
hax
EEE
hax
anothertest
blub
justatest
justonemoretest
gagagaga
ns1
abc
ns11
muhahaha
ns111
ns1111
ns112
ns12
muhahaha
ns121
muhahaha
......

Looks like test output to me.

Another thing:
Warning: Can't go to enclosing namespace with '..' operator in namespace root, namespace is root.
fabricating Namespace...
assigning Namespace (object not yet loaded) to Namespace (objectname root)
Warning: No file included with name 'file.oxw' at this part of the level file, using parent namespace instead.
fabricating Namespace...
assigning Namespace (object not yet loaded) to Namespace (objectname root)
Warning: No file included with name 'file.oxw' at this part of the level file, using parent namespace instead.
fabricating Namespace...
assigning Namespace (object not yet loaded) to Namespace (objectname root)
fabricating Namespace...
assigning Namespace (object not yet loaded) to Namespace (objectname AAA::BBB, AAA::CCC; AAA::DDD,AAA::EEE)


Now we definitely know what to do tomorrow ;)