Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 76 to 100 of 500
Search took 0.03 seconds; generated 66 minute(s) ago.
Search: Posts Made By: lerxst2112
Forum: Support::Windows Servers 07-01-2014, 01:21 AM
Replies: 7
Views: 5,534
Posted By lerxst2112
Error 10054 means the connection was closed by...

Error 10054 means the connection was closed by the remote host.

Have you changed any software on your pc? Maybe it is being blocked by firewall or virus detection program?
Forum: Support::General Support 06-24-2014, 07:27 PM
Replies: 45
Views: 57,034
Posted By lerxst2112
This feels like pulling teeth... Clean...

This feels like pulling teeth...

Clean everything out of the logs and shared directories.
Run shared_memory
Post all of the filenames and sizes of all the files in the logs and shared...
Forum: Support::General Support 06-23-2014, 07:18 PM
Replies: 45
Views: 57,034
Posted By lerxst2112
Any there are no files at all in the shared...

Any there are no files at all in the shared directory?

The problem is that MemoryMappedFile doesn't give nearly enough information to troubleshoot this without either changing the code or running...
Forum: Support::General Support 06-22-2014, 11:47 PM
Replies: 45
Views: 57,034
Posted By lerxst2112
The screenshot you posted showed it being run...

The screenshot you posted showed it being run from explorer. Running it from a command prompt after you cd to the directory ensures the working directory is correct, where running it from a batch...
Forum: Support::General Support 06-22-2014, 09:03 PM
Replies: 45
Views: 57,034
Posted By lerxst2112
Although those instructions refer to 2012 even...

Although those instructions refer to 2012 even though they are marked as for 2013, I do have the 120xp and 110xp toolsets available in my 2013 express installation. That may be because I also have...
Forum: Support::General Support 06-22-2014, 07:26 PM
Replies: 45
Views: 57,034
Posted By lerxst2112
http://msdn.microsoft.com/en-us/library/jj851139.a...

http://msdn.microsoft.com/en-us/library/jj851139.aspx
Forum: Spell Support 06-22-2014, 07:24 PM
Replies: 6
Views: 6,923
Posted By lerxst2112
Are you playing on P99? If so, their forums are...

Are you playing on P99? If so, their forums are a better place to get help since they modify the client and have particular requirements for how you need to set the client up. ...
Forum: Support::Windows Servers 06-22-2014, 12:25 AM
Replies: 7
Views: 6,611
Posted By lerxst2112
The default level of logging changed, you can...

The default level of logging changed, you can tweak it in cmake to be more verbose.
Forum: Support::Windows Servers 06-21-2014, 08:02 PM
Replies: 7
Views: 6,611
Posted By lerxst2112
Looks like there's something wrong with your...

Looks like there's something wrong with your spell table. Look in the logs for more info.

Did you run all of the necessary updates on your database to bring it up to date with the latest code?
Forum: Support::General Support 06-21-2014, 05:36 AM
Replies: 45
Views: 57,034
Posted By lerxst2112
If there aren't any files in the shared directory...

If there aren't any files in the shared directory it does no good to try and run world, it will fail as you've seen.

Make sure you have a logs directory in your server directory, delete all files...
Forum: General::General Discussion 06-18-2014, 07:50 PM
Replies: 5
Views: 5,698
Posted By lerxst2112
I always assumed it came from gnomes enslaved in...

I always assumed it came from gnomes enslaved in CaveDude's basement.
Forum: Support::Windows Servers 06-16-2014, 07:23 PM
Replies: 22
Views: 11,989
Posted By lerxst2112
If you plan to have other computers on your...

If you plan to have other computers on your network connect to the server you should use the server's actual ip address in your config. So, instead of 127.0.0.1 use 192.168.0.whatever. You can see...
Forum: Development::Development 06-12-2014, 12:18 AM
Replies: 9
Views: 6,688
Posted By lerxst2112
I'd guess there is/was a race condition somewhere...

I'd guess there is/was a race condition somewhere and the delay changed the timing enough to hide it.
Forum: Support::Windows Servers 06-11-2014, 04:36 AM
Replies: 2
Views: 6,510
Posted By lerxst2112
Guess you didn't see the reply in the other...

Guess you didn't see the reply in the other thread you posted about this issue.

http://www.eqemulator.org/forums/showpost.php?p=231074&postcount=23
Forum: Support::Windows Servers 06-07-2014, 06:12 PM
Replies: 37
Views: 119,037
Posted By lerxst2112
You know, you could just say you did it, the...

You know, you could just say you did it, the giant screen shots add nothing to the conversation.
Forum: Support::Windows Servers 06-07-2014, 04:06 PM
Replies: 23
Views: 29,108
Posted By lerxst2112
What is line 788 in map.cpp in your source code? ...

What is line 788 in map.cpp in your source code?

Is it?
i1 = iter->second;

Looks like it may be a bug in Visual Studio 2010:...
Forum: Support::Windows Servers 06-07-2014, 03:46 PM
Replies: 37
Views: 119,037
Posted By lerxst2112
You need to select build to build the solution...

You need to select build to build the solution (F7), then you need to copy the newly built executables to your server directory.
Forum: Support::General Support 06-05-2014, 10:35 PM
Replies: 6
Views: 6,541
Posted By lerxst2112
P99 is complicated by the client modifications...

P99 is complicated by the client modifications they require to be able to connect. You should probably post for help on their forums since they are more familiar with the issues that can arise.

I...
Forum: Support::General Support 06-05-2014, 07:55 AM
Replies: 6
Views: 6,541
Posted By lerxst2112
There is nothing odd about one machine blocking...

There is nothing odd about one machine blocking ping and traceroute and another not blocking it. The common reason is to keep the network topology behind that router private or to mitigate some...
Forum: Support::General Support 06-04-2014, 11:27 PM
Replies: 6
Views: 6,541
Posted By lerxst2112
It isn't uncommon for ping or tracert to fail at...

It isn't uncommon for ping or tracert to fail at some point before the destination. Many sites have it blocked. For what it's worth my tracert stops at the same place yours does and I don't have...
Forum: Support::Windows Servers 06-04-2014, 12:57 AM
Replies: 23
Views: 29,108
Posted By lerxst2112
Windows isn't case sensitive. How are you...

Windows isn't case sensitive.

How are you running shared_memory? I suspect that however you're doing it, the working directory is not being set to the proper place so it is looking for the shared...
Forum: Support::MiniLogin 05-31-2014, 02:47 AM
Replies: 6
Views: 40,834
Posted By lerxst2112
It might work, it might not. From what I've read...

It might work, it might not. From what I've read it might require some opcode juggling depending on which client you plan to use.

If I was trying to get something working I'd work on getting a...
Forum: Support::Windows Servers 05-28-2014, 03:53 AM
Replies: 7
Views: 9,769
Posted By lerxst2112
Perl is not being linked properly. Make sure you...

Perl is not being linked properly. Make sure you have the proper prerequisites and that there are no errors in CMake.
Forum: Support::Windows Servers 05-27-2014, 05:43 AM
Replies: 3
Views: 6,254
Posted By lerxst2112
It would help to see the quest file you're having...

It would help to see the quest file you're having trouble with.
Forum: Support::General Support 05-26-2014, 07:02 AM
Replies: 2
Views: 5,722
Posted By lerxst2112
I can point you in the right direction ->...

I can point you in the right direction -> http://www.project1999.com/
Showing results 76 to 100 of 500

 
Forum Jump
   

All times are GMT -4. The time now is 08:22 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