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

Zenmap Crash Report #2840

Open
zurynnn opened this issue May 14, 2024 · 1 comment
Open

Zenmap Crash Report #2840

zurynnn opened this issue May 14, 2024 · 1 comment
Labels

Comments

@zurynnn
Copy link

zurynnn commented May 14, 2024

Version: 7.95
Traceback (most recent call last):
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\DiffCompare.py", line 380, in check_ndiff_process
stderr = self.ndiff_process.stderr.read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'read'
Screenshot 2024-05-14 220554

@zurynnn zurynnn added the Zenmap label May 14, 2024
@yangchangguk
Copy link

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.

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

2 participants