Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000177Mana ClientInterfacepublic2010-07-21 23:422010-09-04 22:09
Reporterkook 
Assigned Tocody 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version1.0.0Fixed in Version1.0.0 
Summary0000177: no servertype parameter
Descriptionwhen supplied both --server and -p (port) client segfaults in net.cpp:

            case ServerInfo::TMWATHENA:
                new TmwAthena::GeneralHandler;
                break;

            default:
                // Shouldn't happen...
                break;
        }

        getGeneralHandler()->load();

more, when code is changed to default to eA, player becomes invisible and screen is stuck on incorrect map
Steps To Reproducemana -D -P password --server server.themanaworld.org -U name
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0000683)
Jaxad0127 (administrator)
2010-07-22 03:09

Other options are broken too.
(0000740)
cody (developer)
2010-08-20 23:07

I have set the target version to 1.0.

The segmentation fault happens in net/net.cpp at line 161:

    getGeneralHandler()->load().

A comment says: "TODO: Query the server about itself and choose that". Can this be done for 1.0? Otherwise the server port has to be used.
(0000754)
cody (developer)
2010-09-04 22:09

Resolved in c99347bf9108367c02dcbdebadec0b978a750c57.

- Issue History
Date Modified Username Field Change
2010-07-21 23:42 kook New Issue
2010-07-22 03:09 Jaxad0127 Note Added: 0000683
2010-08-18 10:08 Bertram Relationship added related to 0000087
2010-08-18 10:08 Bertram Relationship deleted related to 0000087
2010-08-20 23:07 cody Note Added: 0000740
2010-08-20 23:07 cody Status new => confirmed
2010-08-20 23:07 cody Target Version => 1.0.0
2010-09-04 22:09 cody Note Added: 0000754
2010-09-04 22:09 cody Status confirmed => resolved
2010-09-04 22:09 cody Fixed in Version => 1.0.0
2010-09-04 22:09 cody Resolution open => fixed
2010-09-04 22:09 cody Assigned To => cody


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker