(07-01-2014, 05:17 AM)daniel0916 Wrote: Thanks for the help to fix my problems...
Now i will fix my 1.8 support. When i connect MCProxy crashs. How can i see was the problem was?
Connect a debugger and observe what went wrong? On Windows (VS) it's normally either 'Debug -> Attach to process' or it runs automatically under the debugger whilst on Linux you'll run gdb with your program as an input, then type 'backtrace' when the program crashes.
I think that's accurate.