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

crash report #2853

Open
GPT4o opened this issue May 26, 2024 · 0 comments
Open

crash report #2853

GPT4o opened this issue May 26, 2024 · 0 comments
Labels

Comments

@GPT4o
Copy link

GPT4o commented May 26, 2024

Describe the bug
zenmap unbootable

To Reproduce
Double-click the desktop Nmap - Zenmap GUI.exe programme

Expected behavior
In 7.94 double click on the desktop application works fine, the new version does not work, change pythone environment also the same problem

Version info (please complete the following information):

  • OS: [Windows 10 Professional Workstation Edition 22H2]
  • Zenmap version unworkable
    -nmap Version: 7.95

crash report
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 130, in new_window
w = ScanWindow()
^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\MainWindow.py", line 140, in init
self.scan_interface = ScanInterface()
^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanInterface.py", line 141, in init
self.__create_toolbar()
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanInterface.py", line 267, in __create_toolbar
self.toolbar = ScanToolbar()
^^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanToolbar.py", line 110, in init
self._create_profile()
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanToolbar.py", line 142, in _create_profile
self.profile_entry = ProfileCombo()
^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ProfileCombo.py", line 77, in init
self.update()
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ProfileCombo.py", line 86, in update
profile = CommandProfile()
^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\UmitConf.py", line 353, in init
Profile.init(self, user_profile)
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\UmitConf.py", line 195, in init
self.read(user_profile)
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\UmitConfigParser.py", line 81, in read
if ConfigParser.read(self, filename):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "../lib/python3.11/configparser.py", line 713, in read
File "../lib/python3.11/configparser.py", line 1037, in _read
File "", line 322, in decode
UnicodeDecodeError: 'mbcs' codec can't decode byte 0x8f in position 2073: No mapping for the Unicode character exists in the target code page.
2024-05-26_10-31-29

@GPT4o GPT4o added the Zenmap label May 26, 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