Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::General Support

Archive::General Support Archive area for General Support's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
  #16  
Old 09-02-2004, 06:52 PM
Skitterb1234
Fire Beetle
 
Join Date: Sep 2004
Posts: 8
Default

[LoginServer]
Host=eqemulator.net:5996

is what my eqhost.txt
i dont think im doing anything wrong and i've followed the instructions over and over again.
  #17  
Old 09-02-2004, 07:02 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Make sure you are patched to live... Then REMAKE a different account from the beginning... then delete your eqhost.txt file and hand type a new one (not copy and paste) to make sure there are NO spaces in it... then try again...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #18  
Old 09-02-2004, 07:07 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

I can tell you whats wrong.

You have spaces after each line. Remove them.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
  #19  
Old 09-02-2004, 07:13 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
I can tell you whats wrong.

You have spaces after each line. Remove them.
Looks as though you are right, AND he has a blank line after also... Need to get rid of that...

[edit] Think I am going to add this to my "One Stop Error Guide" obviously this is a repeating problem... hehe.
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #20  
Old 09-02-2004, 07:16 PM
Skitterb1234
Fire Beetle
 
Join Date: Sep 2004
Posts: 8
Default

[LoginServer]Host=eqemulator.net:5996

like so?
  #21  
Old 09-02-2004, 07:19 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by Skitterb1234
[LoginServer]Host=eqemulator.net:5996

like so?
No, Spaces as in " " See? the space between the quotes?? Not like spaces between the following words.

This
Is
Not
A
Space

/sigh
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
  #22  
Old 09-02-2004, 07:21 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
[LoginServer]Host=eqemulator.net:5996

like so?
No... Type this into your eqhost.txt file just as it appears (except when I tell you to hit a key or type NOSPACE...

Code:
[Loginserver]NOSPACEHitEnterNow
Host=eqemulater.net:5996NOSPACEDoNotHitEnter
Now save the program, you should see the blinking cursor RIGHT after the 5996 with NO spaces before you save... This will make it correct...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #23  
Old 09-02-2004, 07:23 PM
Skitterb1234
Fire Beetle
 
Join Date: Sep 2004
Posts: 8
Default

im confused...
What do u want me to put into my eqhost.txt
[LoginServer]Host=eqemulator.net:5996

or
[LoginServer]
Host=eqemulator.net:5996

im not sure what you mean , sorry .. maybe my computer is set at a diffrent format..?
  #24  
Old 09-02-2004, 07:24 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Can you NOT see how I have typed it out for you?



PM me your email address, I will just email it to you..
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #25  
Old 09-02-2004, 07:27 PM
Skitterb1234
Fire Beetle
 
Join Date: Sep 2004
Posts: 8
Default

I've done so.. and im still getting the error...
  #26  
Old 09-02-2004, 07:28 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Quote:
Okay do this:

Save this as eqhost.bat in your EQ Directory:

Code:
@echo off
echo Generating eqhost...
if exist eqhost.txt del eqhost.txt
if not exist eqhost.txt echo COULD NOT FIND EQHOST.TXT, but creating anyway...
echo [Loginserver]>eqhost.txt
echo Host=eqemulator.net:5996>>eqhost.txt
Echo Done.
pause
exit


Then go into your EverQuest directory where you saved this and run it. If it brings up Notepad, you didnt save it under the right name. If it brings up a dos window and says "Done" at the 2nd to last line, then hit enter and start EQ.

Yeesh.
ROFL
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #27  
Old 09-02-2004, 07:29 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by samandhi
Quote:
Okay do this:

Save this as eqhost.bat in your EQ Directory:

Code:
@echo off
echo Generating eqhost...
if exist eqhost.txt del eqhost.txt
if not exist eqhost.txt echo COULD NOT FIND EQHOST.TXT, but creating anyway...
echo [Loginserver]>eqhost.txt
echo Host=eqemulator.net:5996>>eqhost.txt
Echo Done.
pause
exit


Then go into your EverQuest directory where you saved this and run it. If it brings up Notepad, you didnt save it under the right name. If it brings up a dos window and says "Done" at the 2nd to last line, then hit enter and start EQ.

Yeesh.
ROFL
Bah you quoted be faster than I could delete the post, because for some reason it created spaces after the lines on my 2nd machine (not my first)...curious...
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
  #28  
Old 09-02-2004, 07:33 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

doh, sorry hehe...

Ill just email him the file with no spaces in it...
If that dont work then he is either registered wrong, or I just dont know..... hehe
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
  #29  
Old 09-02-2004, 07:33 PM
Skitterb1234
Fire Beetle
 
Join Date: Sep 2004
Posts: 8
Default

Thanks..
PMed you my email.
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:28 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3