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 #2842

Closed
GPT4o opened this issue May 16, 2024 · 1 comment
Closed

zenmap crash #2842

GPT4o opened this issue May 16, 2024 · 1 comment
Labels

Comments

@GPT4o
Copy link

GPT4o commented May 16, 2024

2024-05-16_15-50-26

Version: 7.95
Traceback (most recent call last):
File "", line 1, in
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\App.py", line 286, in run
window = new_window()
^^^^^^^^^^^^
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\App.py", line 130, in new_window
w = ScanWindow()
^^^^^^^^^^^^
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\MainWindow.py", line 140, in init
self.scan_interface = ScanInterface()
^^^^^^^^^^^^^^^
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanInterface.py", line 141, in init
self.__create_toolbar()
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanInterface.py", line 267, in __create_toolbar
self.toolbar = ScanToolbar()
^^^^^^^^^^^^^
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanToolbar.py", line 110, in init
self._create_profile()
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ScanToolbar.py", line 142, in _create_profile
self.profile_entry = ProfileCombo()
^^^^^^^^^^^^^^
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ProfileCombo.py", line 77, in init
self.update()
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\ProfileCombo.py", line 86, in update
profile = CommandProfile()
^^^^^^^^^^^^^^^^
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\UmitConf.py", line 353, in init
Profile.init(self, user_profile)
File "C:\work\app\Nmap\zenmap\lib\python3.11\site-packages\zenmapCore\UmitConf.py", line 195, in init
self.read(user_profile)
File "C:\work\app\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.

@GPT4o GPT4o added the Zenmap label May 16, 2024
@fyodor
Copy link
Member

fyodor commented May 16, 2024

Thanks for the report. This looks like a Duplicate of #2820 , which we are planning to work on soon.

@fyodor fyodor closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 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

2 participants