Search found 34 matches

by Charles Randall
Wed Feb 13, 2013 3:56 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

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 He...
by Charles Randall
Tue Nov 20, 2012 4:18 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

This is the Xpad library:

https://github.com/mrcharles/XPad

That repo goes in a /XPad/ folder in your test app's directory.
by Charles Randall
Tue Nov 20, 2012 3:20 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

I'm probably doing something terribly wrong, but the test app cannot find "Xpad" I see it requires it, but there's no Xpad in your library (unless I don't understand what to use) You have to pull the XPad library from github and locate it in the test app folder. See the instructions on th...
by Charles Randall
Mon Sep 17, 2012 3:02 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

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 Yo...
by Charles Randall
Mon Aug 13, 2012 10:51 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

Okay, I know you said you have direct x installed, but could you install this one? http://www.microsoft.com/en-us/download/confirmation.aspx?id=8109 The installers that come with games don't necessarily have all the files; this package does have xinput1_3.dll, I verified. If you run that and install...
by Charles Randall
Mon Aug 13, 2012 1:40 am
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

On my machine, I have XInput1_3.dll in two places, which is how my app is using them. They are in: c:\Windows\System32\xinput1_3.dll c:\Windows\SysWOW64\xinput1_3.dll The version that my DLL is loading is from SysWOW64, probably because I'm on a 64bit machine. Can you see if you have those dlls in t...
by Charles Randall
Sun Aug 12, 2012 3:23 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

Nixola wrote:I plugged it in and it works, but LOVE still doesn't find XIPNUT1_3
Okay, I'll try and look into this.
by Charles Randall
Fri Aug 10, 2012 9:28 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

I have some wired X360 controllers, I'll try to plug them and then retry Okay. I'm very interested to know if it works after you've done that. Honestly I'm not sure how XInput gets on to the end user's machine most of the time, I though it was automatic but maybe I have to distribute the dll myself...
by Charles Randall
Fri Aug 10, 2012 9:24 pm
Forum: Support and Development
Topic: Xinput for Love (Real Xbox controller support) BETA
Replies: 41
Views: 24834

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

I didn't ever link anything except the Wiimote and the PSP as controllers, I extracted the project inside the LOVE folder twice (so I have love.exe, the .love, xinput and the .love extracted inside %PROGRAMFILES%/LOVE) P.S: I already have DirectX installed Ah. Well, this is specifically for Xbox 36...