- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #21
Thanks for your logfiles!
I think the issue comes from our TsWriter and an unsupported compression/encoding schema:
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: descriptor, tag = 0xa0, length = 79, pointer = 99, end of descriptor = 178
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
[2019-12-30 10:47:40,885] [43a1340] [27c4] - 0: 0x19
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
[2019-12-30 10:47:40,885] [43a1340] [27c4] - 0: 0x19
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
[2019-12-30 10:47:40,885] [43a1340] [27c4] - 0: 0x19
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
After those lines the log ends, so the crash seems related to this.
Can any of our @Developers who know this part can take a look please?
I think the issue comes from our TsWriter and an unsupported compression/encoding schema:
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: descriptor, tag = 0xa0, length = 79, pointer = 99, end of descriptor = 178
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
[2019-12-30 10:47:40,885] [43a1340] [27c4] - 0: 0x19
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
[2019-12-30 10:47:40,885] [43a1340] [27c4] - 0: 0x19
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
[2019-12-30 10:47:40,885] [43a1340] [27c4] - 0: 0x19
[2019-12-30 10:47:40,885] [43a1340] [27c4] - LvctParser: unsupported compression type or mode in DecodeString(), compression type = 0x0, mode = 0x20
After those lines the log ends, so the crash seems related to this.
Can any of our @Developers who know this part can take a look please?