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

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

Reply
 
Thread Tools Display Modes
  #166  
Old 09-02-2011, 05:18 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Never mind this post
Reply With Quote
  #167  
Old 09-02-2011, 06:09 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by lerxst2112 View Post
You would need to post the specific errors in order for us to do anything other than guess.

You probably missed adding one or more of the include/library directories to Visual Studio.
How do I post the errors without posting the whole huge log file? Id id double check my include/library directories and they where correct. I re-installed Mysql to make sure I followed all the steps. I still get the 3 succeed 2 fail.
Reply With Quote
  #168  
Old 09-02-2011, 08:14 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

How many errors are there? The only way you will get help is to post them, otherwise we have no idea what they are. I would make a new thread for it.
Reply With Quote
  #169  
Old 09-02-2011, 08:40 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by lerxst2112 View Post
How many errors are there? The only way you will get help is to post them, otherwise we have no idea what they are. I would make a new thread for it.
Well the log file says I didn't have "errors"

0 error(s), 324 warning(s)

but I keep getting the following

3 succeeded, 2 failed, 0 skipped

I do not know how to post them or I already would have. I'm not sure what you want me to post. I tried pasting my entire log file in a new thread but it wouldn't let me. Sorry for being such a newb, but......
Reply With Quote
  #170  
Old 09-02-2011, 09:46 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Ok lerxst2112. I found a post from you a couple of pages back.

Quote:
Originally Posted by lerxst2112 View Post
Find the two lines in the source code that look like this:

Code:
#pragma comment(lib, "perl510.lib")
Change the 510 to whatever version of perl you are using, like 512.

What are the errors you get with Strawberry perl? What version were you trying to use?
I tried that solution for myself and it worked like a charm! Thank you!!
Reply With Quote
  #171  
Old 09-02-2011, 10:30 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Now I have a new problem. I am on step 11 where I need to download the maps and quest. The problem is that all the folders already have a green check on them, therefore I can't choose "SVN Checkout". I seen this same problem asked about a few pages back, but didn't really see a clear answer to the problem. Someone mentioned downloading the .rar map files and extracting to the map folder, but that doesn't explain what to do about the quest folder.
Reply With Quote
  #172  
Old 09-02-2011, 11:38 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

If you're following the guide properly, the server folder should be separate from the source and database folders that are under SVN control.

Check again that you followed step 7 properly.
Reply With Quote
  #173  
Old 09-03-2011, 09:08 AM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by lerxst2112 View Post
If you're following the guide properly, the server folder should be separate from the source and database folders that are under SVN control.

Check again that you followed step 7 properly.
Yes I checked and followed the steps properly. The problem is that when I did step 8 and downloaded all the source files, it put a green check on nearly everything inside. Including the maps and quest folder in /source/trunk/EQEmuServer/utils/defaults. So when I do the following part in step 10

"Next, In /source/trunk/EQEmuServer/utils/defaults folder -

Copy ALL the folders and files inside this folder. EVERYTHING !!!! and put them in your
server folder also.YOU DON'T need the folder called .svn"


it carried over the green checks from the source folder into the server folder. So with the green checks already there it will not let me SVN Checkout.
Reply With Quote
  #174  
Old 09-03-2011, 12:49 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

You failed to NOT copy the .svn folders from your source to server folders when you copied your stuff over.
If you don't see them, change your folder setting to show hidden files and folders etc.
Reply With Quote
  #175  
Old 09-03-2011, 01:44 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by sorvani View Post
You failed to NOT copy the .svn folders from your source to server folders when you copied your stuff over.
If you don't see them, change your folder setting to show hidden files and folders etc.
Ok the instructions are

Next, In /source/trunk/EQEmuServer/utils/defaults folder -

Copy ALL the folders and files inside this folder. EVERYTHING !!!! and put them in your
server folder also.YOU DON'T need the folder called .svn


It says "YOU DON"T need the folder (singular) called .svn." There is a .svn folder in /source/trunk/EQEmuServer/utils/defaults. I did not copy that file over. I assumed by the way the instructions are worded that it was that singular file that it was refering to. There are other .svn folders within each of the other files located in the /default folder. Are you telling me that I need to go through all of these folders and delete the .svn folder from each one before I copy the folders over?

UPDATE:
I tried doing just that, deleting all the .svn files from each folder before copying them over and it seems to be working. I am updating the quest folder per the instructions as I type this. Thanks for the help!
Reply With Quote
  #176  
Old 09-03-2011, 06:17 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Now at step 13

So NOW, you can download and source in the database (and updates needed)

13.First, go to your C-Drive and right click on the folder you made called peqdb
and choose "SVN Checkout"
In the "URL of repository" line copy and paste the following:
http://projecteqdb.googlecode.com/svn/trunk/peqdatabase (then click OK)
It will finish with "At Revision XX"

Next, go to that folder peqdb and unzip the file from peqdb_rev1751.sql.gz
to the same peqdb folder.
This file will be named peqdb_rev1751.sql (without the .gz)

I'm lost here. Where does this file, peqdb_rev175.sql.gz, come from? I haven't seen it mentioned elsewhere in the instructions so I assumed that it would be downloaded into the peqdb folder in step 13, but it isn't there. Where do I find it please?
Reply With Quote
  #177  
Old 09-03-2011, 07:37 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

The database revision has changed since any of the guides were written. Look for database_incremental.zip instead of peqdb_rev1751.sql.gz.
Reply With Quote
  #178  
Old 09-03-2011, 09:23 PM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

Quote:
Originally Posted by blackdragonsdg View Post
The database revision has changed since any of the guides were written. Look for database_incremental.zip instead of peqdb_rev1751.sql.gz.
Thank you!! That worked. Now...

***WARNING*** - You may run in to errors on some of the updates, (I ignored some), but
there is one you can not ignore: 1711_account_restricted_aa.sql
YOU NEED THIS UPDATE for your server to create accounts without errors.
If you get an error when sourcing that in, you can do this to help it along:

Open the 1711 file with Notepad++ and remove the first line (there is 3)
After removing that line, run the update again.


I tried removing the first line but I still get a failure with 1711_account_restricted_aa.sql.

Any ideas?
Reply With Quote
  #179  
Old 09-03-2011, 10:01 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

That update should already be in your database. Just skip that part and keep going.
Reply With Quote
  #180  
Old 09-04-2011, 09:33 AM
keglo
Fire Beetle
 
Join Date: Jun 2009
Location: Missouri
Posts: 18
Default

[Debug] Starting Log: logs/eqemu_debug_4000.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to the server localhost:9000 failed: TCPConnection::Connect<>: connect<> failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect<> FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop...


This is all I get after using my start.bat to begin my server
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 11:12 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3