Win KODI4SMARTIE - Kodi DLL for LCD Smartie
#94
New test:
I removed bignum and switch stuff, just one screen used, see the following. The other parameters of the config.ini are the same of my previous test.
I started LCDSmartie after Kodi, the screen 01 is correctly showed. The time (minutes) increases on the screen, so Smartie is running, it doesn't hang.
I started a movie, the title is showed on Smartie (Gladiatore) . After this LCDSmartie hangs, the minutes don't increase any more. I paused (the same if stopped) the movie and LCDSmartie crashes, with the same error I reported in my previous post (BEX on ucrtbase.dll).
I did this test on two different desktops, one with win 8.1 32 bits , the other win 8.1 64 bits with the same results. The phisical LCD is present only on the 8.1 32 bits.

[Screen 01]
Enabled=1
Theme=1
ShowTime=8
Sticky=1
Skip=0
InteractionTime=20
Interaction=1
Text01="$dll(Kodi4smartie,1,,)"
Text02="$dll(Kodi4smartie,2,,)"
Text03=""
Text04="$dll(kodi4smartie,5,Player.GetItem,title)"
NoScroll01=1
NoScroll02=1
NoScroll03=1
NoScroll04=1
ContinueNextLine01=0
ContinueNextLine02=0
ContinueNextLine03=0
ContinueNextLine04=0
Center01=1
Center02=1
Center03=1
Center04=1

The log is:

03/24/17 00:23:33: Init
03/24/17 00:23:33: SmartieInit
03/24/17 00:23:33: Connecting to ws://LOCALHOST:9090
03/24/17 00:23:33: Client Close Detected: status=1006
03/24/17 00:23:33: Connected to ws://LOCALHOST:9090
03/24/17 00:23:33: Sending: {"id":10,"jsonrpc":"2.0","method":"Player.GetActivePlayers"}
03/24/17 00:23:33: Received: {"id":10,"jsonrpc":"2.0","result":[]}
03/24/17 00:23:33: Sending: {"id":11,"jsonrpc":"2.0","method":"Player.GetActivePlayers"}
03/24/17 00:23:33: Received: {"id":11,"jsonrpc":"2.0","result":[]}
.....same as above
03/24/17 00:24:07: Sending: {"id":45,"jsonrpc":"2.0","method":"Player.GetActivePlayers"}
03/24/17 00:24:07: Received: {"id":45,"jsonrpc":"2.0","result":[]}
03/24/17 00:24:08: Sending: {"id":46,"jsonrpc":"2.0","method":"Player.GetActivePlayers"}
03/24/17 00:24:08: Received: {"id":46,"jsonrpc":"2.0","result":[{"playerid":1,"type":"video"}]}
03/24/17 00:24:08: Sending: {"id":47,"jsonrpc":"2.0","method":"Player.GetItem","params":{"playerid":1,"properties":["title"]}}
03/24/17 00:24:08: Received: {"id":47,"jsonrpc":"2.0","result":{"item":{"id":69,"label":"Il gladiatore","title":"Il gladiatore","type":"movie"}}}
03/24/17 00:24:08: Received: {"jsonrpc":"2.0","method":"Player.OnPlay","params":{"data":{"item":{"title":"","type":"movie"},"player":{"playerid":1,"speed":1}},"sender":"xbmc"}}
03/24/17 00:24:08: Mode set to movie
03/24/17 00:24:08: title (null)
03/24/17 00:24:08: Malformed json message received: 2849616
03/24/17 00:26:20: Received: {"jsonrpc":"2.0","method":"Player.OnPause","params":{"data":{"item":{"id":69,"type":"movie"},"player":{"playerid":1,"speed":0}},"sender":"xbmc"}}
Reply


Messages In This Thread
RE: KODI4SMARTIE - Kodi DLL for LCD Smartie - by torma02 - 2017-03-24, 01:48
Logout Mark Read Team Forum Stats Members Help
KODI4SMARTIE - Kodi DLL for LCD Smartie0