-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases after 5.6.2 doesn't work on Windows 11 23H2 (22631.2792) #637
Comments
@Trild
The code is from |
@axu2 it works but i get a new one |
what interesting a month ago kcc works perfect. but if i delete windows updates it doesnt work |
Why did you delete Windows Updates? @Trild |
@axu2 just to check if they broke kcc |
OK, I'll try just removing the KindleGen location ui check entirely. https://github.com/axu2/kcc/actions/runs/7131952387 |
@axu2 it works good without any bugs or errors |
@Trild |
@axu2 It starts, but the Editor does not work |
@Trild OK, maybe it was a bad idea to encode the output of 7z with utf-8. I'll just leave it in binary like it was originally in 5.6.2. Please try this: |
@axu2 now everything works without errors |
@Trild Where did you get 7z? I just tried with 7z 23.01 from the website but couldn't reproduce the issue on Win10. |
@axu2 from the website (https: //www.7-zip .org/a/7z2301 -x64.exe) |
Alright, so then there must be non utf8 characters inside the cbz, whether it's the file or folder names. Thanks for the help debugging! Lesson learned be very VERY careful with user input. |
Describe the bug
Traceback (most recent call last):
File "kcc.py", line 74, in
File "kindlecomicconverter\startup.py", line 39, in start
File "kindlecomicconverter\KCC_gui.py", line 1050, in init
File "kindlecomicconverter\KCC_gui.py", line 859, in detectKindleGen
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 8: invalid start byte
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: