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

09-02-2004, 06:52 PM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 8
|
|
[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.
|

09-02-2004, 07:02 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
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.
|
|

09-02-2004, 07:07 PM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
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.
|

09-02-2004, 07:13 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
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.
|
|

09-02-2004, 07:16 PM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 8
|
|
[LoginServer]Host=eqemulator.net:5996
like so?
|

09-02-2004, 07:19 PM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
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.
|

09-02-2004, 07:21 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
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.
|
|

09-02-2004, 07:23 PM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 8
|
|
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..?
|

09-02-2004, 07:24 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
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.
|
|

09-02-2004, 07:27 PM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 8
|
|
I've done so.. and im still getting the error...
|

09-02-2004, 07:28 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
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.
|
|
 |
|
 |

09-02-2004, 07:29 PM
|
Demi-God
|
|
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
|
|
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.
|
 |
|
 |

09-02-2004, 07:33 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
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.
|
|

09-02-2004, 07:33 PM
|
Fire Beetle
|
|
Join Date: Sep 2004
Posts: 8
|
|
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
HTML code is Off
|
|
|
All times are GMT -4. The time now is 12:28 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |