http://bugs.winehq.org/show_bug.cgi?id=31918
Karol Herbst wine@karolherbst.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine@karolherbst.de
--- Comment #10 from Karol Herbst wine@karolherbst.de 2013-01-09 03:36:15 CST --- awesome, I see, that I need some practise in debugging wine to find stuff like that. Indeed GetProcAddress will return 0x0 if a method isn't found (or it should return it).
But the "null pointer" occurs within saintsrowthethird, so maybe these function address' are given through some methods.
I think I will try to add these methods. I will give results later.