Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-27-2014, 09:10 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

You want the C++ version. The new names don't apply to old products.
Reply With Quote
  #2  
Old 04-28-2014, 03:41 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Wiki updated.
Reply With Quote
  #3  
Old 04-28-2014, 05:08 AM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

I've followed the guide down to:

"c) Use CMake to build the required Visual Studio Solution and Project files

Launch your CMake program, typically labeled CMake (cmake-gui). Eg: Start -> CMake 2.8 -> CMake
To the right of the 'Where is the source code' box, click 'Browse Source' and expand the tree, C:\EQ\, click once on Source and then click OK, so the entry in the 'Where is the source code' box should read C:/EQ/Source/
To the right of the 'Where to build the binaries box', click 'Browse Build', expand the tree down to C:\EQ\Source. With 'Source' highlighted, click 'Make New Folder'. Name the new folder Build and click OK. The 'Where to build the binaries box' should now have C:/EQ/Source/Build in it.
Click on Configure.
In the next dialogue that says 'Specify the generator for this project', select 'Visual Studio 12'. Click on Finish.
Some messages should appear in the lower window with hopefully no errors.

Ensure you tick EQEMU_BUILD_LUA then click on Configure again.
(OPTIONAL) If you want to use 'Bots' on your server, click the box next to EQEMU_ENABLE_BOTS and then click Configure again.
(OPTIONAL) If you want to run your own local login server (useful if you want to work on your server disconnected from the internet- on a laptop, for example) then tick EQEMU_BUILD_LOGIN.
Click on Generate and CMake should say 'Generating done' in the output window. You can now close CMake."

However, when specifying the generator for the project. If I choose Visual Studio 12 it says, "Error in configuration process, project files may be invalid". Makes sense seeing as I couldn't install it. I did succesfully install Visual C++ 2010 Express. But, when I select Visual Studio 10 I get a Microsoft Windows popup that says:

"Microsoft Resource File To COFF Object Conversion Utility has stopped working.

A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."

And then the same error, "Error in configuration process, project files may be invalid".

I've followed the steps to the letter so far. Double checking everything. Any ideas?

Again, thanx for the help.









Edit: I added in a bunch of screen caps.
Reply With Quote
  #4  
Old 04-28-2014, 06:11 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Your screenshots look like Windows 7, or is it Vista?

Visual Studio Express 2013 for Windows Desktop will work on a fully up to date (via windows update, including all service packs) version of Windows 7.

If it's Vista, well good luck on that, nothing seemed to work on that P.O.S operating system!

Try- removing and reinstalling Visual Studio. I would recommend reboots in between each one, and disabling any anti-virus software you have during the install. If that fails, try installing the Windows SDK appropriate for your OS. The Windows 7 one is here:- http://msdn.microsoft.com/en-gb/windows/bb980924.aspx .

Otherwise, try Googling for "Microsoft Resource File To COFF Object Conversion Utility has stopped working".

Incidentally, text logs of compile errors are typically more handy than screen shots, where possible.
Reply With Quote
  #5  
Old 04-28-2014, 07:43 AM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

It took some digging. But, I found the solution. There is a service pack for Visual Studio 10. I installed it and presto! Back in business. Might want to add that to the wiki. Without it that error just keeps popping up in CMake.

Edit: Here's a link to the service pack. http://www.microsoft.com/en-us/downl....aspx?id=23691
Reply With Quote
  #6  
Old 04-28-2014, 09:02 AM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

I ran into a snag here:

"c) Now it is time to create the database.

The following assumes you have used my tip to rename the files to something easier to type!
Launch a command prompt window and navigate to your C:\EQ\SQL folder by typing:

cd c:\EQ\SQL


Then enter mysql -uroot -ppassword where password is the password you chose when installing MySQL.
You should be presented with a mysql> prompt. If you do not, and it says it cannot find "mysql" please refer to (link) Adding MySql to your "Path"
Assuming you are now logged in, you can now create your database."

Back in step 3b using method 2. I was never asked to setup a password for MySQL when installing XAMPP. I messed around with it a bit and got past it using this site:

http://stackoverflow.com/questions/1...st-using-passw

Figured I would mention it.
Reply With Quote
  #7  
Old 04-28-2014, 09:28 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

What command did you actually type in then? I assumed that it wouldn't have a password set so you'd just need to log in using an empty password (since you never supplied one)
Reply With Quote
  #8  
Old 04-28-2014, 09:43 AM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Ok so I am down to:

"Launching your server for the first time

OK, If you've done all that, been there and back again, and your 300% sure that you followed these steps exactly, crossed all t's and dotted all i's - Your done.
Before you click on that Start.bat file, a couple things to know. When you run start.bat, a new command window with the title C:\EQ\EQEmuServer\world.exe should appear.
After 10 seconds, three more command windows should appear with the following titles:

?
1
2
3

C:\EQ\EQEmuServer\eqlaunch.exe
C:\EQ\EQEmuServer\queryserv.exe
C:\EQ\EQEmuServer\ucs.exe
If one or all four of the windows does not appear then the corresponding program failed to launch for some reason. Launch a new command prompt window and navigate to C:\EQ\EQEmuServer
and run the command manually, e.g. type
world.exe
and press enter.


This will display any error messages that is causing the program to fail to start. You should look at the errors and go back over the guide to see if you can figure out what you did wrong. If all else fails, make a post on the EQEmu forums asking for assistance.
*NOTE* - Your server places it's log files in the logs folder. This is where you look for troubleshooting problems.
After you have run start.bat and you have the four windows displayed you can now log in the EQEmu public logon server, find your server in the list and login to it."

I'm getting this:



And when I execute each one individually I get this:



I think I have to either create a user or give the user 'eq' a password? I've looked up how to do both. Neither seem to have worked. Any ideas?
Reply With Quote
Reply

Thread Tools
Display Modes

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 02:03 PM.


 

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