AndersMalmgren / FreePIE

Programmable Input Emulator
650 stars 144 forks source link

vJoy version of Driver (218) does NOT match DLL Version (216) #96

Closed ash73 closed 7 years ago

ash73 commented 7 years ago

Just updated to vJoy 2.1.8.31 and FreePIE 1.9.629.0 and I get the above error message in the console.

I was previously using vJoy 0.2.0.4 and FreePIE 1.7.528.0, I uninstalled both before installing the new versions.

I'm using Win 10/64.

MarijnS95 commented 7 years ago

Well it's not an error, just a warning message (for the interested, see here for details). Simply means that there might potentially be compatibility issues, so I'd like to know whether you actually have issues using it?

Anders is busy on another project, so I might check out the latest vjoy build and update it.

AndersMalmgren commented 7 years ago

Would be cool if you can MarijnS95, im over my head with work on my VR game sadly

ash73 commented 7 years ago

Thanks for quick reply. Yes it does seem to work ok apart from the warning, just thought I'd let you know.

MarijnS95 commented 7 years ago

Nice. I'll diff the C# interface sourcecode to see if nothing changed there, update the dll and do some quick checks to ensure it works properly.

MarijnS95 commented 7 years ago

It should still be compatible and work fine, only a really minor change has been made to the C# wrapper: https://github.com/shauleiz/vJoy/commit/46da21a1976d3e9f13e6d9c38a635c5a4078610f. Since @ash73 already confirmed it works, I only updated the DLL's and quickly checked whether it functions. See PR #97.

Also, the vJoy developer mentioned in the release notes to shift towards ViGEm, might look into that in the future.