/who lfg crash

A forum for feature requests/discussions and user submitted patches that improve MQ2

Moderator: MacroQuest Developers

Jay
a lesser mummy
a lesser mummy
Posts: 59
Joined: Tue Jan 28, 2003 11:37 am

/who lfg crash

Post by Jay » Sun May 04, 2003 2:07 am

I recompiled my MQ today from the CVS and if I do a /who lfg it crashes EQ. Otherwise it works great. Don't think i missed anything. Just an FYI...


Jay

Jay
a lesser mummy
a lesser mummy
Posts: 59
Joined: Tue Jan 28, 2003 11:37 am

Post by Jay » Sun May 04, 2003 3:55 pm

Change to this... I found that it is not related to the lfg command, but any /who command include just "/who" will cause a crash. This also happens only sometimes.

Just putting out information as i find it out.

Clawed
a ghoul
a ghoul
Posts: 105
Joined: Mon Jan 20, 2003 6:17 am

Post by Clawed » Sun May 04, 2003 5:30 pm

Using latest CVS? If you really are, then try to find the exact conditions that cause /who to crash, because it never does for me. :?
Clawed

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Sun May 04, 2003 5:43 pm

using the makefile or the workspace/project files in vc6? need to set the struct member alignment in the workspace/project file to 1 byte, that should fix the problem if you're using project/vc6.

topgun
a lesser mummy
a lesser mummy
Posts: 43
Joined: Thu Jan 09, 2003 8:27 am

Post by topgun » Mon May 05, 2003 4:04 am

using the makefile or the workspace/project files in vc6? need to set the struct member alignment in the workspace/project file to 1 byte, that should fix the problem if you're using project/vc6.
Any hints how to do this. I have the crash problem too, but cant figure out how to do this...

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Mon May 05, 2003 5:32 am

either use the makefile (which already works right) or open the project settings in VC6, go to the C/C++ tab, Code Generation settings, and change the struct byte alignment in there to 1.

topgun
a lesser mummy
a lesser mummy
Posts: 43
Joined: Thu Jan 09, 2003 8:27 am

Post by topgun » Mon May 05, 2003 5:36 am

Tnx a lot.
Trying it out to night.




xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: /who lfg crash

Post by xyilla » Tue Jan 20, 2026 11:09 am