-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi!
I have a problem with my Diablo CAM Modul. When I try to open the CAM Menu, vdr say, it open the menu. After ~ 3 sec. nothing is open and I can press OK and the channel info are displayed.
In the logfile I found this:
Aug 19 18:06:22 vdr vdr: [13306] warning: CAM-Menü wird geöffnet... Aug 19 18:06:22 vdr vdr: [13622] too many different colors used in palette Aug 19 18:06:25 vdr vdr: [13306] ERROR: unknown session id: 0 Aug 19 18:06:25 vdr vdr: [13306] ERROR: can't create session for resource identifier: 00400041 Aug 19 18:06:26 vdr vdr: [13306] ERROR: unknown session id: 0
I searched in the sources and found where the messages was produced, but i dont know how i can debug this:
i think, the first "unknown sessin id" message comes from
bool cCiHandler::Process(int Slot)
the "can't create session for resource identifier" is triggert in
bool cCiHandler::OpenSession(int Length, const uint8_t *Data)
and the last "unknown sessin id" message is (i think) from
bool cCiHandler::CloseSession(uint16_t SessionId)
Can someone help me?
Thomas