Older MQ // EQEMU [0.5.3] Problems

Need help running MacroQuest2? Ask your questions about how to get things to work on your computer.

Moderator: MacroQuest Developers

barklight
decaying skeleton
decaying skeleton
Posts: 1
Joined: Tue Apr 11, 2006 3:04 am

Post by barklight » Tue Apr 11, 2006 3:07 am

This is very helpful, but I'm having a problem getting this to work with Dalaya. I've gotten the source with WinCvs and compiled it appropriately, changed the ini, but when eq launches after the SoD patcher I still get an incorrect client version, this one just happens to be for 08 Apr '06.

Have any of you gotten it to work for SoD? Please share some of your wisdom :)

Cams69x
decaying skeleton
decaying skeleton
Posts: 1
Joined: Sat Apr 08, 2006 7:06 am

Post by Cams69x » Wed May 31, 2006 5:38 pm

You have to turn client override on as they push a mod'd client. (who knows what they actually changed besides the client version)

Use the Feb 10th 04 source, it works fine.

Stewie
orc pawn
orc pawn
Posts: 15
Joined: Mon May 24, 2004 2:30 am

Post by Stewie » Sat Jun 10, 2006 1:04 pm

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest login
Logging in to :pserver:anonymous@cvs.sourceforge.net:2401:/cvsroot/macroquest
cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: A socket operation was attempted to an unreachable host.

***** CVS exited normally with code 1 *****

If someone could link the Feb 10 source, that would help

Libra
a lesser mummy
a lesser mummy
Posts: 38
Joined: Thu Sep 23, 2004 1:24 am
Contact:

Post by Libra » Sat Nov 25, 2006 9:07 pm

I would like this as well please.

ubatch
a ghoul
a ghoul
Posts: 93
Joined: Tue Nov 18, 2003 3:57 pm

Post by ubatch » Sat Nov 25, 2006 10:28 pm

I didn't read ALL the posts, but YOU CAN GET MQ2 TO WORK W/ SoD....

...I think someone posted the working CVS code and stuff, and it works....

...In fact, I did it when I played SoD for about a year before I got cash/other funds to pay for EQLive. Great thing about SoD is they never update eqgame.exe, therefor never had to re-do structs or offsets or whatever.

Now, in saying that, I got banned from SoD and that's basically why I stopped also =P But that's only because I was doing something stupid ROFLMAO...Don't ask. Great thing they got going on their on SoD...I love it.

Anyways, peace.

hambone
decaying skeleton
decaying skeleton
Posts: 1
Joined: Thu Dec 28, 2006 12:23 pm

Post by hambone » Thu Dec 28, 2006 12:30 pm

ok step by step using WinCvs (freedownload..google it)
open WinCvs hit Cntrl L to open command line copy paste
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest login Hit enter .. will get message at bottome CVS exited normally with code 0
does this still work for anyone? when i enter the blank password, i exit code 1 with "cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. "

discip1e
a ghoul
a ghoul
Posts: 133
Joined: Wed Dec 21, 2005 6:32 am

Won't work

Post by discip1e » Sat Jan 27, 2007 3:55 pm

cvs [checkout aborted]: connect to cvs.sourceforge.net:2401 failed: No connection could be made because the target machine actively refused it.

***** CVS exited normally with code 1 *****


Can't download, any suggestions?

demonmachine666
orc pawn
orc pawn
Posts: 18
Joined: Sun Mar 11, 2007 11:06 pm

Post by demonmachine666 » Mon Mar 12, 2007 8:01 pm

Bigguy70 wrote:ok step by step using WinCvs (freedownload..google it)
open WinCvs hit Cntrl L to open command line copy paste
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest login
Hit enter .. will get message at bottome CVS exited normally with code 0

Open command line again and copy paste in
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest co -D 2004-02-10 macroquest2


This will download into a folder named macroquest2 (if you already have a folder named that you may want to rename it before doing this, it wasn't a problem for me because I didn't have any folders with that name.

then just follow the rest of the instructions above.
I followed the directions word for word but it tells me:
cvs [checkout aborted]: connect to cvs.sourceforge.net:2401 failed: A socket operation was attempted to an unreachable host.
Any idea as to how I can fix this and get the source?

BertoxBoy
a lesser mummy
a lesser mummy
Posts: 30
Joined: Sun Mar 20, 2005 12:11 am

Post by BertoxBoy » Wed Mar 05, 2008 1:04 am

Windows - Application Error
--------------------------------------------------------------
The instruction at "0x09f1b777" referenced memory at "0x09f1b777". The memory could not be "read".

Click on OK to terminate the program
Click CANCEL to debug the program




I overrode the client... used new years version... Am I doing something wrong or not doing something?
EQ

Kiniktoo
a ghoul
a ghoul
Posts: 97
Joined: Sun May 16, 2004 8:18 pm

Post by Kiniktoo » Sat Mar 29, 2008 12:19 am

bump!


can anyone help out with this?

cvs code does not seem to work any more, earliest zip of mq is 2004 07 18 on the zips.php archive

Kiniktoo
a ghoul
a ghoul
Posts: 97
Joined: Sun May 16, 2004 8:18 pm

Post by Kiniktoo » Sat Mar 29, 2008 1:02 am

aha.

found it, the cvs site was different from the original one posted.

Code: Select all

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest login
should be

Code: Select all

cvs -d:pserver:anonymous@macroquest.cvs.sourceforge.net:/cvsroot/macroquest login
and

Code: Select all

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/macroquest co -D 2004-02-10 macroquest2
should be

Code: Select all

cvs -z3 -d:pserver:anonymous@macroquest.cvs.sourceforge.net:/cvsroot/macroquest co -D 2004-02-10 macroquest2

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sat Mar 29, 2008 1:35 am


Kiniktoo
a ghoul
a ghoul
Posts: 97
Joined: Sun May 16, 2004 8:18 pm

Post by Kiniktoo » Sat Mar 29, 2008 2:00 am

you keep linking that, and we keep telling you that the list isnt old enough.

SwiftyMUSE
Developer
Developer
Posts: 1205
Joined: Tue Sep 23, 2003 10:52 pm

Post by SwiftyMUSE » Sat Mar 29, 2008 9:23 am

Kiniktoo wrote:you keep linking that, and we keep telling you that the list isnt old enough.
You're obviously not understanding... the devs don't support the EMU servers, only the LIVE server environment.
PayPal: Donate to SwiftyMUSE
Bitcoin: 1LuQ6YcEAWxF3fm9yWMiro4K582je7364V
Krono: PM me

dont_know_at_all wrote:Gee, if only there was a way to correctly report a crash...

Kiniktoo
a ghoul
a ghoul
Posts: 97
Joined: Sun May 16, 2004 8:18 pm

Post by Kiniktoo » Sat Mar 29, 2008 3:12 pm

do only devs answer questions?

is this board an EQ live only MQ2 forum, or an MQ2 forum



i'm done

if you want to contribute, by all means