Sorien

Results 33 comments of Sorien

added as second file to gist https://gist.github.com/Sorien/ee10ccb3c11a1e2f68cc4959fc32e37f i have few more crash logs if you are interested `ls -l | grep "kodi_crashlog" | wc -l` -> `49`

hmm, it's last stable 3.10.5 compiled from sources, all lower 3.10.x versions were causing segmentation faults ... is there any way how to force kodi to use custom libpython?

I'm able to reproduce it anytime, just have to switch tv programs fast (with a keyboard I just have to press keys 1 2 3 4 5 at half sec...

what do you mean by an uninitialized reply? returned ts stream URL seems to be valid, the whole point of that addon is to retrieve stream URL from web API...

same crash on Windows 10 PC [kodi_crashlog-19.4 Git_20220302-e12e66e019-20220729-123348.zip](https://github.com/xbmc/xbmc/files/9219170/kodi_crashlog-19.4.Git_20220302-e12e66e019-20220729-123348.zip)

hmm, can't reproduce it in simple demo .. i'll try to debug it a bit

system.pas - function InitUnits https://gist.github.com/Sorien/5235bdfab2c33dd11ece ![image](https://cloud.githubusercontent.com/assets/1270275/12320536/6c213402-baa9-11e5-945e-438aaf843448.png) TProc(P)(); is calling initialization at my unit (code below) ``` initialization InterceptCreate(@Dialogs.ShowMessage, @DialogHelper.ShowMessage); ``` in next itteration total count is changed ... ![image](https://cloud.githubusercontent.com/assets/1270275/12320600/cd462f58-baa9-11e5-9cf7-4a53973adce5.png) when...

ok I didn't have all required directories included I have in unit namespaces `Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win` ![image](https://user-images.githubusercontent.com/1270275/64230599-8e363900-ceed-11e9-9116-81067a262959.png) but still not all of them are working, it looks like the order is important...

it's better but still not ok ```pascal unit Test; interface uses Windows, Messages, Classes, SysUtils, Graphics, Controls, StdCtrls, Forms, U_ParentEdit, DBCtrls, DB, Mask, Buttons, JvComponentBase, JvComCtrls, JvExMask, JvDBControls, TB2Item, PrnDbgeh,...

so maybe you could add some settings for it :).