InputDevice does not work on mac El Capitan 10.11, written such an error:
CoronaWindowController object 0x7f9aacc0c0e0 overreleased while already deallocating; break on objc\_overrelease\_during\_dealloc\_error to debug
Please correct
InputDevice does not work on mac El Capitan 10.11, written such an error:
CoronaWindowController object 0x7f9aacc0c0e0 overreleased while already deallocating; break on objc\_overrelease\_during\_dealloc\_error to debug
Please correct
Can you give us some more detail? What does your app do that causes that message to appear? What version of CoronaSDK are you using?
I am using CoronaSDK 2015.2755, this code prints nothing:
-- Called when an axis event has been received local function onAxisEvent( event ) print( event.axis.descriptor .. ": Normalized Value = " .. tostring(event.normalizedValue) ) end -- Add the axis event listener Runtime:addEventListener( "axis", onAxisEvent )
What controller are you using?
InputDevice does not work on mac El Capitan 10.11, written such an error:
CoronaWindowController object 0x7f9aacc0c0e0 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
Please correct
Thank you for reporting. There was a lot of changes to OS X game controller in last couple days. Could you please update to latest daily build, and see if issue still occurs. If it does, please, specify which controller are you using, and what actions do you do to cause the issue.
I downloaded the latest build, nothing has changed. The controller can not be connected, just when you launch the Corona sdk appears this error and nothing works, there is no response to pressing of the controller or mouse.
Please, [member=‘GamingStudio17’], specify which model of game controller are you using.
Sorry gamepad works, does not work the mouse wheel. How do I get information about the mouse wheel?
Can you give us some more detail? What does your app do that causes that message to appear? What version of CoronaSDK are you using?
I am using CoronaSDK 2015.2755, this code prints nothing:
-- Called when an axis event has been received local function onAxisEvent( event ) print( event.axis.descriptor .. ": Normalized Value = " .. tostring(event.normalizedValue) ) end -- Add the axis event listener Runtime:addEventListener( "axis", onAxisEvent )
What controller are you using?
InputDevice does not work on mac El Capitan 10.11, written such an error:
CoronaWindowController object 0x7f9aacc0c0e0 overreleased while already deallocating; break on objc_overrelease_during_dealloc_error to debug
Please correct
Thank you for reporting. There was a lot of changes to OS X game controller in last couple days. Could you please update to latest daily build, and see if issue still occurs. If it does, please, specify which controller are you using, and what actions do you do to cause the issue.
I downloaded the latest build, nothing has changed. The controller can not be connected, just when you launch the Corona sdk appears this error and nothing works, there is no response to pressing of the controller or mouse.
Please, [member=‘GamingStudio17’], specify which model of game controller are you using.
Sorry gamepad works, does not work the mouse wheel. How do I get information about the mouse wheel?