Search found 13 matches

by Wolve
Tue Jan 27, 2015 12:59 pm
Forum: MQ2::Help
Topic: if statement
Replies: 4
Views: 1550

Re: if statement

You need a space at the end of the /if statement before the bracket

Code: Select all

 
 /if (${Dist}<30){
to

Code: Select all

 /if (${Dist}<30) {
by Wolve
Fri Nov 08, 2013 2:59 am
Forum: MQ2::Help
Topic: latest version has problems compiling, strcpy_s' :
Replies: 6
Views: 1672

Re: latest version has problems compiling, strcpy_s' :

Please stop double posting.
by Wolve
Thu Jul 02, 2009 10:54 pm
Forum: MQ2::Macros::Requests
Topic: Hacking Detection Macro
Replies: 20
Views: 8689

dont_know_at_all wrote:Hehe, I have been told that a couple GM/guides use MQ, but I have not been able to verify that....
Verified.
by Wolve
Fri Nov 14, 2008 12:28 pm
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

Well, I did some testing and it seems to still crash even without MQ2 loaded. It's also started to bsod. All kinds of fun stuff.
by Wolve
Sun Nov 09, 2008 11:16 pm
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

No sir, all the plugins I am using are from these boards.
by Wolve
Wed Nov 05, 2008 3:11 pm
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

Hmm, is this all graphics related? DirectX perhaps? WinDbg (6c8.cc): Access violation - code c0000005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. eax=2d6256b0 ebx=00000000 ecx=003d56d0 edx=00c80000 esi=2d6256b0 edi=2d...
by Wolve
Tue Nov 04, 2008 7:06 pm
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

Hmm, i'll delete all my UI stuff and see if I can't reproduce the crash.

Thank you DKAA
by Wolve
Tue Nov 04, 2008 12:57 pm
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

Yes, I am using the default UI.
Would this same crash occur before character select?

Thank you
by Wolve
Tue Nov 04, 2008 3:22 am
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

Thanks for the quick reply DKAA. Unfortunately, it took me awhile to reproduce similar results. This error seems to have an eip . Windbg (d58.e40): Access violation - code c0000005 (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and h...
by Wolve
Mon Nov 03, 2008 5:30 pm
Forum: MQ2::Bug Reports
Topic: CTD
Replies: 12
Views: 2939

CTD

Hey guys, Been having this problem on both of my OS installs (Vista and XP 32). I can generally stay in world for about an hour before I get an EQ crash (Sometimes multiple if I am boxing). The message is the usual "eqgame.exe has stopped working", and then Runtime error after that message...
by Wolve
Mon Jun 16, 2008 4:14 am
Forum: MQ2::Bug Reports
Topic: CTD while unloading (/w windbg)
Replies: 30
Views: 2288

dkaa,

Thank you for your quick responses, that did the trick.
by Wolve
Mon Jun 16, 2008 3:27 am
Forum: MQ2::Bug Reports
Topic: CTD while unloading (/w windbg)
Replies: 30
Views: 2288

While in game, the MQ command "/unload" is what causes the crash, and the bug report above.

If it helps, the Windows Application Error I got before was, "Unknown Software Exception (0x40000015) at location 0x426ue744".

Thank you for the reply
by Wolve
Sun Jun 15, 2008 11:51 pm
Forum: MQ2::Bug Reports
Topic: CTD while unloading (/w windbg)
Replies: 30
Views: 2288

CTD while unloading (/w windbg)

Hey guys, while unloading MQ2 from char select screen or from in game, it crashes EQ about 98-99% of the time. I attempted a Debugging with WinDbg, hope I did it correctly. Thank you, Microsoft (R) Windows Debugger Version 6.9.0003.113 X86 Copyright (c) Microsoft Corporation. All rights reserved. **...