View Single Post
  #9  
Old 08-15-2011, 10:31 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

The debug version removes all optimization, so it will definitely be much slower. Sometimes, only the optimized version will crash, so if you want to solve it you'll need to add debug information to your release version and debug that crash.

Neither one should crash, so there's something up with your installation somewhere. Finding where the crash is will probably give you a clue to what might be wrong.

If you're seeing NPCs that should be invisible then you may have something wrong with your database or client, but things like MQ2 can do that as well.
Reply With Quote