Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-06-2009, 06:09 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

I did eqlaunch.exe too and I still get disconnected when trying to log in
Reply With Quote
  #2  
Old 06-06-2009, 06:45 PM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

what does eqlaunch even do? I never used it on my server before
Reply With Quote
  #3  
Old 06-06-2009, 10:46 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Can someone confirm that the URLs found here are correct? When I copy and paste any of these into the "URL of Repository" I consistently receive an error message; e.g., "Error: PROPFIND of '/svn/trunk/%E2%88%9E': 200 OK (http://projecteqdb.googlecode.com)", followed by a "Finished!" line, but nothing actually downloads.
Reply With Quote
  #4  
Old 06-07-2009, 03:31 AM
Randymarsh9
Dragon
 
Join Date: Dec 2007
Posts: 658
Default

yeah that's what I used. I still can't figure out why I get disconnected on loging in though
Reply With Quote
  #5  
Old 06-07-2009, 09:42 AM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Okay, maybe I'm just misunderstanding something here. The PEQDB URL looks like this:

http://projecteqdb.googlecode.com/svn/trunk/∞

What is the significance of the infinity symbol after the final forward slash? Is it supposed to be there? Is it part of the URL? Does it represent something else? Whether I include it or omit it, I still receive the error message mentioned above.
Reply With Quote
  #6  
Old 06-07-2009, 09:50 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I always go here:

http://code.google.com/p/projecteqdb/source/checkout

And use the svn checkout command given on that page:

svn checkout http://projecteqdb.googlecode.com/svn/trunk/ projecteqdb-read-only
Reply With Quote
  #7  
Old 06-07-2009, 09:59 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

Quote:
Originally Posted by neiv2 View Post
Okay, maybe I'm just misunderstanding something here. The PEQDB URL looks like this:

http://projecteqdb.googlecode.com/svn/trunk/∞

What is the significance of the infinity symbol after the final forward slash? Is it supposed to be there? Is it part of the URL? Does it represent something else? Whether I include it or omit it, I still receive the error message mentioned above.
That symbol ∞ denotes a hyperlink in the wiki and is not part of the url.
You will see it alot in the wiki.

Your url for the database would be:
http://projecteqdb.googlecode.com/svn/trunk/

and so on...
Reply With Quote
  #8  
Old 06-07-2009, 10:35 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

I've updated the wiki page:
http://www.eqemulator.net/wiki/wikka...a=ProjectEQSVN

so that the URLs are now showing without the ∞ (hyperlink) symbol.

Now it should be foolproof!
Reply With Quote
  #9  
Old 06-07-2009, 09:48 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

Quote:
Originally Posted by neiv2 View Post
Can someone confirm that the URLs found here are correct? When I copy and paste any of these into the "URL of Repository" I consistently receive an error message; e.g., "Error: PROPFIND of '/svn/trunk/%E2%88%9E': 200 OK (http://projecteqdb.googlecode.com)", followed by a "Finished!" line, but nothing actually downloads.
Yes they are, I just checked them.
Maybe your firewall is blocking TortoiseSVN?
Reply With Quote
  #10  
Old 08-13-2009, 12:27 AM
Krran's Avatar
Krran
Sarnak
 
Join Date: Aug 2007
Location: NC, USA
Posts: 93
Default SVN problem

Quote:
Originally Posted by neiv2 View Post
Can someone confirm that the URLs found here are correct? When I copy and paste any of these into the "URL of Repository" I consistently receive an error message; e.g., "Error: PROPFIND of '/svn/trunk/%E2%88%9E': 200 OK (http://projecteqdb.googlecode.com)", followed by a "Finished!" line, but nothing actually downloads.
This is still a problem for me.
I have disabled my firewall and virus protection and even the firewall on my router. I have even attached the computer directly to the cable router, skipping the router that has the firewall on it.
I have tried 3 different SVN programs and I feel like I have exhausted this issue as far as my knowledge goes.
I have of course googled the problem and tried the solutions that I have found.
Has anyone found any fixes to this?
Reply With Quote
  #11  
Old 08-13-2009, 11:46 AM
Wesell
Sarnak
 
Join Date: Mar 2009
Location: none
Posts: 30
Default

Are you trying to checkout the PEQ source like he was in that quote? If so I can tell you the SVN defiantly works because I just checked out the source this very moment to test. What command (exactly) are you using to check out the source?
Reply With Quote
  #12  
Old 08-13-2009, 01:44 PM
Krran's Avatar
Krran
Sarnak
 
Join Date: Aug 2007
Location: NC, USA
Posts: 93
Default tortoise svn issues

Thanks for the quick reply.

For the quests, this is the address I use:
http://projecteqquests.googlecode.com/svn/trunk/quests
For the DB i use:
http://projecteqdb.googlecode.com/svn/trunk/peqdatabase

Whats wierd to me is that I was able to checkout everything once on each of my computers, but after that, i got the error.

Edit:
Also using silksvn I used the google command given on the website but got the same error

svn checkout http://projecteqdb.googlecode.com/svn/trunk/ projecteqdb-read-only
Reply With Quote
  #13  
Old 08-13-2009, 02:14 PM
Krran's Avatar
Krran
Sarnak
 
Join Date: Aug 2007
Location: NC, USA
Posts: 93
Default

Quote:
Originally Posted by Krran View Post
Thanks for the quick reply.

For the quests, this is the address I use:
http://projecteqquests.googlecode.com/svn/trunk/quests
For the DB i use:
http://projecteqdb.googlecode.com/svn/trunk/peqdatabase

Whats wierd to me is that I was able to checkout everything once on each of my computers, but after that, i got the error.

Edit:
Also using silksvn I used the google command given on the website but got the same error

svn checkout http://projecteqdb.googlecode.com/svn/trunk/ projecteqdb-read-only
oops. Similar error messages, but mine is slightly different. Sorry for the confusion. Still cant figure it out though.

OPTIONS of 'http://projecteqdb.googlecode.com/svn/trunk/peqdatabase': 200 OK (http://projecteqdb.googlecode.com)
Reply With Quote
Reply


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 04:59 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