Page 5 of 5

Re: Xinput for Love (Real Xbox controller support) BETA

Posted: Tue Nov 20, 2012 4:26 pm
by Charles Randall
No problem. :)

Re: Xinput for Love (Real Xbox controller support) BETA

Posted: Wed Feb 13, 2013 3:56 pm
by Charles Randall
Noktai wrote:I've tried the updated love.exe, but that throws an error:
The application was unable to start correctly (0xc00007b)
trying to include the .dll throws the following error:
error loading module XInputLua.dll from file '.\XinputLua.dll' %1 is not a valid win32 application
I'm using windows 7 64bit
Hey, I'm very sorry that it took me this long to find a solution. I know that you likely aren't interested in using my lib anymore, but the issue is that you probably have the 64bit version of Love 2D installed. Right now my DLL only works with the 32bit version of love, which is an issue I didn't foresee.

I will attempt to get a 64bit version of the DLL in the near future, but in the meantime if you *do* want to try out my library, using the 32bit version of love should work.

Again, I'm sorry for the length of time it took for me to reproduce and fix this issue.