Brandon-T / DXI

DXI-Plugin - A library for monitoring and hooking Direct-X calls.
GNU General Public License v3.0
4 stars 5 forks source link

Remove false error #1

Closed ollydev closed 10 years ago

ollydev commented 10 years ago

Prints this in the latest release.

https://github.com/Brandon-T/DXI/blob/a602ae77666814be7339f353a00f5d376dcd0040/d3d9/Hooks/Exports.cpp#L36

Seems it's throwing a 'test' exception?

Brandon-T commented 10 years ago

Redownload the latest build: https://github.com/Brandon-T/DXI/releases/tag/v0.4

The module was an old one from the Beta tests and the error printing was to fix the following:

https://villavu.com/forum/showthread.php?t=107256&p=1282421#post1282421 https://villavu.com/forum/showthread.php?t=107256&p=1283827#post1283827

They are already fixed. It just required me to recompile the modules and update the release. Shouldn't print "test" anymore. Source is still consistent with the Pascal-DX repository.