Skip to content
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

Unexpected crash of Zenmap 7.95 #2860

Open
mikaxiwa opened this issue Jun 6, 2024 · 0 comments
Open

Unexpected crash of Zenmap 7.95 #2860

mikaxiwa opened this issue Jun 6, 2024 · 0 comments
Labels

Comments

@mikaxiwa
Copy link

mikaxiwa commented Jun 6, 2024

Version: 7.95
Traceback (most recent call last):
File "", line 1, in
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\App.py", line 286, in run
window = new_window()
^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\App.py", line 129, in new_window
from zenmapGUI.MainWindow import ScanWindow
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\MainWindow.py", line 92, in
from zenmapCore.RecentScans import recent_scans
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\RecentScans.py", line 110, in
recent_scans = RecentScans()
^^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\RecentScans.py", line 81, in init
t for t in recent_file.read().split(";")
^^^^^^^^^^^^^^^^^^
File "", line 322, in decode
UnicodeDecodeError: 'mbcs' codec can't decode bytes in position 0--1: No mapping for the Unicode character exists in the target code page.

@mikaxiwa mikaxiwa added the Zenmap label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant