PDA

View Full Version : charprofile wrong size?



link129
10-28-2002, 04:23 PM
(gdb) bt
#0 0x0810023c in Map::paintSpawns(MapParameters&, QPainter&, QTime const&) (
this=0x8279c50, param=@0x8279cc8, p=@0xbfffe440, drawTime=@0xbfffe418)
at spawn.h:112
#1 0x080febc3 in Map::paintMap(QPainter*) (this=0x8279c50, p=0xbfffe5b0)
at map.cpp:2944
#2 0x08101d99 in Map::paintEvent(QPaintEvent*) (this=0xbfffe418, e=0x0)
at map.cpp:4043
#3 0x40285b60 in QWidget::event(QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3
#4 0x401fda39 in QApplication::internalNotify(QObject*, QEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#5 0x401fd2e1 in QApplication::notify(QObject*, QEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#6 0x401d48ce in QWidget::repaint(int, int, int, int, bool) ()
from /usr/qt/3/lib/libqt-mt.so.3
#7 0x080fe09a in Map::refreshMap() (this=0xbfffe940)
at /usr/qt/3/include/qrect.h:196
#8 0x0810c9a9 in Map::qt_invoke(int, QUObject*) (this=0x8279c50,
_id=1080228840, _o=0xbfffe940) at m_map.cpp:1159
#9 0x4025169b in QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#10 0x4025158d in QObject::activate_signal(int) ()
from /usr/qt/3/lib/libqt-mt.so.3
#11 0x405175db in QTimer::timeout() () from /usr/qt/3/lib/libqt-mt.so.3
---Type <return> to continue, or q <return> to quit---
#12 0x402721f2 in QTimer::event(QEvent*) () from /usr/qt/3/lib/libqt-mt.so.3
#13 0x401fda39 in QApplication::internalNotify(QObject*, QEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#14 0x401fd2e1 in QApplication::notify(QObject*, QEvent*) ()
from /usr/qt/3/lib/libqt-mt.so.3
#15 0x4019fda8 in qt_activate_timers() () from /usr/qt/3/lib/libqt-mt.so.3
#16 0x4019d622 in QApplication::processNextEvent(bool) ()
from /usr/qt/3/lib/libqt-mt.so.3
#17 0x401ff080 in QApplication::enter_loop() ()
from /usr/qt/3/lib/libqt-mt.so.3
#18 0x4019d30d in QApplication::exec() () from /usr/qt/3/lib/libqt-mt.so.3
#19 0x080656a4 in main (argc=1, argv=0xbffff914) at main.cpp:937
#20 0x407a7142 in __libc_start_main () from /lib/libc.so.6

high_jeeves
10-28-2002, 04:38 PM
Um.. everything is working fine. This is not an error, just a notification that the CharProfilePacket has changed... Recompiling the GUI toolkit is not going to change the size of the packet that is being sent to you (would that be amazing if it did).

Basically, everything is working, there is no error (thats the reason it says WARNING instead of ERROR), you are overreacting.

--Jeeves

link129
10-28-2002, 04:42 PM

high_jeeves
10-28-2002, 05:06 PM
DecodePacket(): FOUND KEY: 0x2c969503656b760c
Decrypting and dispatching with key: 0x2c969503656b760c
WARNING: Decoded CharProfileCode (3640) (dataLen:8462 != sizeof(charProfileStruct):8454)!


This doesnt have anything to do with your error.. thats why you need to post the error in full. Also, you need to run a backtrace, and post it, otherwise, you arent helping anyone. Search the forums on how to backtrace.

--Jeeves

link129
10-28-2002, 05:11 PM
Looks like this is linked to the "Race PVP" option. When this option is on I seg fault, turned off seq works fine.