I downloaded Microsoft Visual Studio 2008, Enabled the Just in Time debugger as it said to. I followed the debugging protocol, and it launched Visual Studio 2008. The error I got reads this:
Unhandled exception at 0x03d5e925 in eqgame.exe: 0xC000001E: An attempt was made to execute an invalid lock sequence.
http://img10.imageshack.us/img10/2825/bug3x.jpg
I have two options: Break and Continue.
Continue just gives me the error box again.
Break tells me: "No symbols are loaded for any call stack frame. The Source Code Cannot be dispalyed." With options of "Ok" and "Show Dissassembly."
http://img15.imageshack.us/img15/3742/bug4o.jpg
Show Dissassembly:
Opens me up to thousands of lines of code with an orange arrow beside:
03D5E925 lock mov dh,3
http://img15.imageshack.us/img15/3923/bug5g.jpg
From here, I have no idea what to do. Any suggestions?