mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] UDP and TCP dies at the master HEAD #857
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @syehoonkim on GitHub (Dec 19, 2025).
Dear,
After pulling repo I built the ccextractorwinfull.exe by MSVC.
But I failed to make it listen to UDP/TCP both.
I ran
But it dies. Even without any error messages:
Same thing happens with TCP.
I checked that no process is listening to UDP/TCP port 54321.
How can I solve this?
@syehoonkim commented on GitHub (Dec 19, 2025):
I debugged and found it dies at
which is called from
I guess that if --udp option is gave, ccxr_demuxer_open should not try to read file, so it should be somewhat like
Thank you.