Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 251 to 275 of 500
Search took 0.04 seconds; generated 66 minute(s) ago.
Search: Posts Made By: lerxst2112
Forum: Support::Windows Servers 08-30-2013, 09:16 PM
Replies: 2
Views: 6,643
Posted By lerxst2112
It would appear the respawn_options are never...

It would appear the respawn_options are never filled in and HandleRespawnFromHover blindly dereferences invalid iterators.

Try turning the RespawnFromHover rules to false.
Forum: Support::Windows Servers 08-30-2013, 11:15 AM
Replies: 16
Views: 14,072
Posted By lerxst2112
RelWithDebInfo is a release build with debugging...

RelWithDebInfo is a release build with debugging symbols. This is useful since if it crashes you get a callstack which can help narrow down the problem. It also means you can attach the debugger to...
Forum: Support::General Support 08-29-2013, 11:26 AM
Replies: 27
Views: 21,658
Posted By lerxst2112
It is not available.

It is not available.
Forum: Support::General Support 08-26-2013, 01:11 AM
Replies: 7
Views: 5,636
Posted By lerxst2112
Contact the server admin. Perhaps they have...

Contact the server admin. Perhaps they have forums?
Forum: Support::Windows Servers 08-24-2013, 06:15 PM
Replies: 7
Views: 6,256
Posted By lerxst2112
It's complicated to compile with 2012 targeting...

It's complicated to compile with 2012 targeting XP. Easier to use 2010.
Forum: Development::Development 08-20-2013, 04:40 PM
Replies: 7
Views: 39,586
Posted By lerxst2112
You could put a breakpoint where that array is...

You could put a breakpoint where that array is filled in and find out how the skill is getting added at level 10. That might tell you what data needed to change to make it level 40 instead.
Forum: Support::Windows Servers 08-20-2013, 04:37 PM
Replies: 10
Views: 7,435
Posted By lerxst2112
Not sure what else to tell you. The error is...

Not sure what else to tell you. The error is because it could not open one of the shared memory files. It'd be nice if the error was changed to show the filename, but you could find that out by...
Forum: Support::Windows Servers 08-19-2013, 09:10 PM
Replies: 10
Views: 7,435
Posted By lerxst2112
Did you create the shared directory for the...

Did you create the shared directory for the shared memory file?
Forum: Support::Windows Servers 08-19-2013, 05:53 PM
Replies: 10
Views: 7,435
Posted By lerxst2112
It looks like you're not creating the shared...

It looks like you're not creating the shared memory file before running the server. Post your batch file.
Forum: Support::General Support 08-19-2013, 05:52 PM
Replies: 7
Views: 6,101
Posted By lerxst2112
Look in your logs for errors. If you compiled...

Look in your logs for errors. If you compiled with debug information, post the stack trace you'll find there.
Forum: Support::Windows Servers 08-18-2013, 12:58 AM
Replies: 5
Views: 5,904
Posted By lerxst2112
Explaining how it was resolved might help others...

Explaining how it was resolved might help others with the same problem. :)
Forum: Support::Windows Servers 08-17-2013, 02:07 PM
Replies: 2
Views: 4,823
Posted By lerxst2112
Look in the logs for the zone. Hopefully you...

Look in the logs for the zone. Hopefully you compiled with debug information and there's a stack trace you can post. If not, maybe there are other clues to what broke.
Forum: Support::Linux Servers 08-15-2013, 10:41 PM
Replies: 7
Views: 8,220
Posted By lerxst2112
Well, proper nullptr support is more than just a...

Well, proper nullptr support is more than just a define. But, your choice.
Forum: Support::Linux Servers 08-15-2013, 11:13 AM
Replies: 7
Views: 8,220
Posted By lerxst2112
4.4.5 is 3 years old. Might want to try and...

4.4.5 is 3 years old. Might want to try and upgrade. The current version is 4.8.1.
Forum: Support::Linux Servers 08-14-2013, 11:32 PM
Replies: 7
Views: 8,220
Posted By lerxst2112
What version of GCC are you using?

What version of GCC are you using?
Forum: Support::Windows Servers 08-14-2013, 10:24 AM
Replies: 8
Views: 15,245
Posted By lerxst2112
Looks like some of your code was built as debug...

Looks like some of your code was built as debug and some without. Try a rebuild all or regenerate the project files with cmake using RelWithDebugInfo as the type and then rebuild all.
Forum: Quests::Q&A 08-13-2013, 10:07 AM
Replies: 5
Views: 6,497
Posted By lerxst2112
Haven't looked at the code, but considering NPCs...

Haven't looked at the code, but considering NPCs are not clients, that looks pretty iffy to me.
Forum: Support::Windows Servers 08-11-2013, 05:54 AM
Replies: 22
Views: 28,474
Posted By lerxst2112
You did copy the login.ini file to the directory...

You did copy the login.ini file to the directory where you're running the login server from right?
Forum: General::General Discussion 08-05-2013, 11:09 PM
Replies: 10
Views: 9,740
Posted By lerxst2112
Seems like it should default to off.

Seems like it should default to off.
Forum: Support::Windows Servers 08-05-2013, 05:05 PM
Replies: 9
Views: 10,561
Posted By lerxst2112
RelWithDebInfo is the best choice unless you're...

RelWithDebInfo is the best choice unless you're actually trying to use the debugger to debug something. It gives you the best performance and a stack trace to post if something crashes.
Forum: Support::Windows Servers 08-04-2013, 10:21 PM
Replies: 9
Views: 10,561
Posted By lerxst2112
Zone is shutting down and a string in NPCType is...

Zone is shutting down and a string in NPCType is getting deleted in the NPCType destructor, but the memory it points to is bogus. I'd look for someone using memset on NPCType which is a no no since...
Forum: Support::Windows Servers 08-04-2013, 12:36 AM
Replies: 8
Views: 7,569
Posted By lerxst2112
Make sure you have all applicable service packs...

Make sure you have all applicable service packs installed. If that doesn't help it would seem like there's an issue with your installation. I'd remove everything and install it again.
Forum: Support::Windows Servers 08-03-2013, 06:54 PM
Replies: 8
Views: 7,569
Posted By lerxst2112
Are you sure you're generating a 2010 solution...

Are you sure you're generating a 2010 solution with cmake? Open the solution file in notepad. At the top it should say something like:
Microsoft Visual Studio Solution File, Format Version 11.00...
Forum: Support::Windows Servers 08-03-2013, 05:32 PM
Replies: 8
Views: 7,569
Posted By lerxst2112
It sounds like you have file extensions turned...

It sounds like you have file extensions turned off, so you can't see the .sln extension, but the file type listed in the detail view would be Microsoft Visual Studio Solution.

If you change...
Forum: Development::Development 08-01-2013, 08:32 PM
Replies: 16
Views: 23,772
Posted By lerxst2112
This might give you an idea of where to start. ...

This might give you an idea of where to start. http://www.eqemulator.org/forums/showthread.php?t=36170
Showing results 251 to 275 of 500

 
Forum Jump
   

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