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

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-25-2014, 02:38 PM
DrakePhoenix
Fire Beetle
 
Join Date: Jan 2014
Posts: 22
Default

Maze's suggestion about uninstalling, deleting all data, and reinstalling isn't a bad one. This would also clear out your old password data for the root password too, since that's stored in the database itself that is maintained in the Program Data folder. However, please also note that the location for the database data files may be somewhere other than the location he gave. If you can't find it at C:\Program Data\MySQL, then check your my.ini file (before you uninstall) and look for the datadir value. I beleive the default on Windows 7 is C:\Users\<usename>\AppData\Roaming\MySQL.

Another option, instead of installing regular MySQL as instructed by the guide, you could download and install XAMPP instead (or a similar all-in-one web server package utility, there are a few). If you want that to work correctly, it would be best to completely uninstall MySQL and remove the MySQL data files as Maze suggested, so it isn't a bad idea to stick with regular MySQL for now.

As for the configuration wizard not responding, keep in mind that windows has a screwy idea of what "not responding" actually means. I cannot tell you how many times I've had windows flag a program as "Not Responding", but the program is still using varrying levels of CPU resources, memory usage for the program keeps changing, and if left alone the program eventually finishes whatever it was doing and continues on happily as though nothing was ever wrong. The reason being... nothing was ever wrong. Windows just can be idiotic about it sometimes. Try deleting out your MySQL data files, at the Program Data or AppData directory, or wherever the my.ini file says it is (and if you still have trouble finding it, then do a search in windows explorer or whatever file explorer program you use for a folder named "MySQL" and it should be the one that is *not* the program installation directory), then fully uninstall MySQL (if the uninstaller says it has stopped responding, just wait for a few minutes or even up to 10, and failing that consider trying Revo Uninstaller to uninstall it), then try installing again.

As for the dependencies that you're looking for, keep in mind that the second version of the guide still has some considerable formatting issues (as warned at the top of the guide). Immediately under where it says "6. unzip the dependencies" it tells you to download the dependencies, but the section of text is unindented and the link is non-functional there. Try instead going back to the other version of the guide at eqemulator.net (the one Kingly_Krab linked to, the same one that is the first one I linked to) and go to step 3.1 "Install some other required files" and you should find the link you need for that download.

So get those dependencies, and unzip them as the guide says to, and assuming you've gotten MySQL installed then try CMake again and see if you still get errors. If you still have problems, then come back and we can work from there.

Good Luck,
Drake Phoenix
Reply With Quote
  #2  
Old 02-25-2014, 03:19 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Thanks a bunch for that.

I put it down for a while out of frustration but, I've built up some tolerance since and I will give it another shot soon.

Regards
Reply With Quote
  #3  
Old 03-12-2014, 12:19 AM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Hello,

I restarted the process again from the beginning after reinstalling Windows 7 ultimate. All went well up to the Cmake portion (step 3 in both linked guides) where errors occurred again.







Error logs:

<< 1st

Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:
Build flags:
Id flags:

The output was:
1
Microsoft (R) Build Engine version 4.0.30319.18408
[Microsoft .NET Framework, version 4.0.30319.18408]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 3/12/2014 5:10:45 AM.
Project "C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerId C\CompilerIdC.vcxproj" on node 1 (default targets).
C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerIdC \CompilerIdC.vcxproj(14,3): error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Done Building Project "C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerId C\CompilerIdC.vcxproj" (default targets) -- FAILED.

Build FAILED.

"C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerId C\CompilerIdC.vcxproj" (default target) (1) ->
C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerIdC \CompilerIdC.vcxproj(14,3): error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

0 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.70


Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:

The output was:
1
Microsoft (R) Build Engine version 4.0.30319.18408
[Microsoft .NET Framework, version 4.0.30319.18408]
Copyright (C) Microsoft Corporation. All rights reserved.

Build started 3/12/2014 5:10:46 AM.
Project "C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerId CXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerIdC XX\CompilerIdCXX.vcxproj(14,3): error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
Done Building Project "C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerId CXX\CompilerIdCXX.vcxproj" (default targets) -- FAILED.

Build FAILED.

"C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerId CXX\CompilerIdCXX.vcxproj" (default target) (1) ->
C:\EQ\Source\Build\CMakeFiles\2.8.12.2\CompilerIdC XX\CompilerIdCXX.vcxproj(14,3): error MSB4019: The imported project "C:\Microsoft.Cpp.Default.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

0 Warning(s)
1 Error(s)

Time Elapsed 00:00:00.34


Checking whether the CXX compiler is IAR using "" did not match "IAR .+ Compiler":
Determining if files stdint.h exist failed with the following output:

Source:
/* */
#include <stdint.h>


int main(){return 0;}


<< 2nd

The system is: Windows - 6.1 - AMD64


Please tell me what I need to do.

Thanks in advance for any help.
Reply With Quote
  #4  
Old 03-12-2014, 01:13 PM
AdrianD
Discordant
 
Join Date: Dec 2013
Posts: 297
Default

Seemed to be a version of VS that caused the issue. Deleted cache (whatever that does) and reconfigured with changing the generator to VS2013 version.

Since at the beginning of this guide it states to follow every line to a 'T', this direction should be modified accordingly.
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 06:57 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