Wulf2k / DaS-PC-MPChan

77 stars 30 forks source link

Fix NullReferenceException in DarkSoulsProcess (fixes #85) #86

Closed Chronial closed 8 years ago

Chronial commented 8 years ago

This fixes #85. Next time I should probably read the docs properly. But well, their example contains the same error ^^.

So what happened? People replaced their d3d9.dll with one that is neither the default nor pvp watchdog. And their d3d9.dll does not contain version information, so ProductName is Nothing. Calling .Contains() on that throws the exception.