Windows XBMC crashes when XBOX-controller disconnects

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Mister Negative Offline
Donor
Posts: 34
Joined: Feb 2012
Reputation: 0
Post: #111
My install is still working correctly after testing it some more. I am not using Xpadder or any other middle layer software.

Prior to this nightly I was using the "No-init" version another user uploaded. I upgraded to this nightly right over it.
find quote
lazyboy0172 Offline
Junior Member
Posts: 27
Joined: Sep 2008
Reputation: 0
Post: #112
So glad to see progress being made on this. I recently installed a permanent HTPC in my living room and threw emulators and the lot on there with my wireless 360 controllers to play with friends. I use pinnacle game profiler to control xbmc with the controller and back out of games, etc. but the crashes were so annoying. I hope soon we'll have a solution, especially because I don't even use xbmc with the controller since I have pinnacle.
find quote
tranceology3 Offline
Junior Member
Posts: 47
Joined: Sep 2007
Reputation: 0
Post: #113
Had this problem earlier, and my XBMC crashed. I just installed the nightly build tonight and have tested it. XBMC no longer crashes, or loses connection with the controller. However, I did lose the scrolling functionality. Pressing the LT and RT does nothing now. Is there a way to fix this?
(This post was last modified: 2012-06-07 06:14 by tranceology3.)
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,481
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #114
Try a upcoming nightly (08.06.2012). The axis were wrong enumerated. Dunno if it solves your issue but worth to try out.

How can I navigate inside XBMC with the controller? The buttons work fine and I also can tunr the volume up and down (after the axis fix) but I can't navigate. Do I have to change anything in the xml beside the name? Smile
Had the same problems with the old joystick code so didn't care until now ...

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
WiSo Offline
Team-XBMC Developer
Posts: 2,481
Joined: Oct 2003
Reputation: 0
Location: Germany
Post: #115
grr just noticed that XINPUT is preferred for the x360 controller. For DirectInput the trigger buttons only act as one. Stupid M$! I won't rewrite the code to use XINPUT just for that. Even don't know if other controllers would work with it.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
A600 Offline
Fan
Posts: 461
Joined: Oct 2003
Reputation: 7
Post: #116
(2012-06-07 16:53)WiSo Wrote:  grr just noticed that XINPUT is preferred for the x360 controller. For DirectInput the trigger buttons only act as one. Stupid M$! I won't rewrite the code to use XINPUT just for that. Even don't know if other controllers would work with it.

for the trigger buttons:

Code:
<axis limit="+1" id="2">ScrollUp</axis>
<axis limit="-1" id="2">ScrollDown</axis>

To navigate, you probably need to use the hat:

Code:
<hat id="1" position="up">Up</hat>
<hat id="1" position="down">Down</hat>
<hat id="1" position="left">Left</hat>
<hat id="1" position="right">Right</hat>
(This post was last modified: 2012-06-07 18:35 by A600.)
find quote
Kinneas Offline
Junior Member
Posts: 21
Joined: Oct 2011
Reputation: 0
Post: #117
Another victim of this reporting in.
I tried the latest nightly and the problem seems to be fixed. Will this be backported to Eden or is more work required?
(This post was last modified: 2012-06-09 08:48 by Kinneas.)
find quote
bakito Offline
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #118
I test the latest version and everything work fine so far!
great job!
find quote
tjcinnamon Offline
Senior Member
Posts: 211
Joined: Apr 2012
Reputation: 0
Post: #119
(2012-06-10 21:42)bakito Wrote:  I test the latest version and everything work fine so far!
great job!

By "everything works fine" are you referring to XBMC crashing when the controller disconnects?

Frodo Win 8 Pro x64
Fractal Design Node 605 (looks amazing)
i5 3570K, Asus P8Z77V LK
2x80GB Intel 320 SSD, 4TB NAS
GTX 670x2 SLI, 16GB GSkill Ares
Onkyo RC360 with Paradigm piece-by-piece 5.1 build
Nyxboard and AHK full controlled via XBox Controller
find quote
bakito Offline
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #120
yes but sadly with latest nightlies I have many problem with audio AE....Sad
xbmc keep crashing for differents reason now, it's get me really nervous!
find quote
Post Reply