Author Topic: Appcrash when using steam launcher in xbmc  (Read 1369 times)

0 Members and 1 Guest are viewing this topic.

golauty

  • Jr. Member
  • **
  • Posts: 2
  • Karma: 1
    • View Profile
Appcrash when using steam launcher in xbmc
« on: March 30, 2014, 08:07:14 AM »
Sorry that my first post is a potential bug.

I am using voxcommando 1 version 1.1.9.0, xmbc frodo version 12.3 and i have installed the latest steam launcher app in xmbc.

http://forum.xbmc.org/showthread.php?tid=157499

Whenever i am using the steam launcher app in XMBC, voxcommandos crashes with a System.NullReferenceException.
But this is only the case in standby or on mode, in off mode voxcommando does not crash.


Here the voxcommando.log:

Code: [Select]
30.03.2014 12:43:10 229 focused: XBMC
30.03.2014 12:43:10 229 [vcevent] unFocused.Steam

30.03.2014 12:43:10 229 [vcevent] focused.XBMC

30.03.2014 12:43:10 229 doCommand:connect on focus
30.03.2014 12:43:10 229 action repeat set to: 1
30.03.2014 12:43:10 229 Action:  XJson.Connect -
30.03.2014 12:43:10 229 [action] XJson.Connect:

30.03.2014 12:43:10 229 [plugin] prepare socket for notifications
30.03.2014 12:43:10 229 [plugin] Creating events
30.03.2014 12:43:10 229 [plugin] Opening a connection to XBMC
30.03.2014 12:43:10 229 [plugin] Could not open a connection to XBMC|No connection could be made because the target machine actively refused it 127.0.0.1:9090
30.03.2014 12:43:10 229 [plugin] Failed to open socket
30.03.2014 12:43:10 229 [vcevent] XJSON.Socket.CantConnect

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Appcrash when using steam launcher in xbmc
« Reply #1 on: March 30, 2014, 08:32:45 AM »
Hi golauty,

Welcome to VC.

I have no idea what this could be yet, but that little snippet of the log is not enough to get an idea of what is happening.  I always encourage people to attach the complete log file to their posts.  In this case an XBMC log would help too.  Even then it is quite possible that we won't be able to really see what is happening, especially since VC is obviously getting caught off guard by something.  Maybe XBMC is disappearing in the middle of a conversation.

In the steam addon settings try telling it not to close XBMC and see if that solves the problem.

Another thing you could try would be to disable the connection from VC to XBMC which monitors for notifications (like new track playing etc.).  To do that you would need to need to go to your VC xJson plugin settings and make sure that "subscribe to notifications" is unchecked.  You also need to delete the command in your tree which auto-connects whenever XBMC gets focus.

golauty

  • Jr. Member
  • **
  • Posts: 2
  • Karma: 1
    • View Profile
Re: Appcrash when using steam launcher in xbmc
« Reply #2 on: March 30, 2014, 11:53:54 AM »
Thank you setting no to quit xmbc in steam launcher addon worked.
Now it does not crash thats all i wanted.