https://bugs.winehq.org/show_bug.cgi?id=41670
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #13 from winetest@luukku.com --- (In reply to darin.avery from comment #12)
How do i begin debugging this? I have classroom experience with C and quite a bit of on the job with other languages, but i'm not sure where to go after grabbing the source and looking at the fixmes in the commandline output. Specifically, i don't know how to isolate the failure point. Is there a commonly used debug tool that would, say, point me to an infinite loop or bad return that is causing battleye to hang?
http://source.winehq.org/git/wine.git/
you search the fixme lines here.
and write into google "msdn function name/fixme" it gives you instructions how certain functions supposed to work if they are documented by microsoft.
In time you will notice what fixmes are important and what not. Cant help you with mode advanced debugging. There is wine FAQ for it. Also many times the last line in the output and crash locations gives a clue of the component and crash location.