Search found 6 matches

by shea851
Wed May 26, 2010 5:34 pm
Forum: MQ2::Help
Topic: Finding eqgame.exe version with windbg
Replies: 14
Views: 3053

Re: Finding eqgame.exe version with windbg

Oops sorry. Thought that was what I changed within my search string. I checked it and here's what I actually did:

00400000 00800000

searching between 00400000 00797000 doesn't work
by shea851
Tue May 25, 2010 10:55 pm
Forum: MQ2::Help
Topic: Finding eqgame.exe version with windbg
Replies: 14
Views: 3053

Re: Finding eqgame.exe version with windbg

You should be able to find the version using the information posted in this thread. Sorry, I had to go through this process to find the version, so shall you! Here's a hint: s 00400000 00797000 '2' '0' '0' posted by dont_know_at_all is only partially right. The version information may actually lie o...
by shea851
Sat Apr 24, 2010 2:57 am
Forum: MQ2::Help
Topic: Finding eqgame.exe version with windbg
Replies: 14
Views: 3053

Re: Finding eqgame.exe version with windbg

Got it, thanks for your help. :D
by shea851
Sat Apr 24, 2010 1:17 am
Forum: MQ2::Help
Topic: Finding eqgame.exe version with windbg
Replies: 14
Views: 3053

Re: Finding eqgame.exe version with windbg

Appreciate your help. Yeah i'm sure it stands for Seeds of Destruction (not shards of dalaya or whatever). I've tried both 32 and 64 bit versions of WinDbg. Nothing happens after I try to search for the information you told me to. I'm following your directions exactly. Perhaps there is some sort of ...
by shea851
Fri Apr 23, 2010 2:06 pm
Forum: MQ2::Help
Topic: Finding eqgame.exe version with windbg
Replies: 14
Views: 3053

Re: Finding eqgame.exe version with windbg

MQ2-20081021b\MQ2Main\eqgame.h

Was trying random versions around the time I *think* this was released.. but so far no luck.
by shea851
Fri Apr 23, 2010 6:44 am
Forum: MQ2::Help
Topic: Finding eqgame.exe version with windbg
Replies: 14
Views: 3053

Finding eqgame.exe version with windbg

Hello, I'm attempting to get MQ2 up and running with Seeds of Destruction (for an eqemu server). I keep getting "Incorrect Client Version". According to the Wiki, I need to look at the binary of eqgame.exe to find the version, then download the corresponding archive version of MQ2. I have ...