spesmilo / spesmilo/electrum

OSError: [WinError 1392] Die Datei oder das Verzeichnis ist beschädigt und nicht lesbar: 'D:\\electrum_data\\wallets'

Open
#7,035 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
8.6k
Forks
3.5k
Avg merge
2d 8h
Merged PRs (30d)
61

Description

Crash Report

This crash report was reported through the automatic crash reporting system 🤖

Traceback

  File "electrum\gui\qt\__init__.py", line 245, in wrapper
  File "electrum\gui\qt\__init__.py", line 269, in start_new_window
  File "electrum\gui\qt\__init__.py", line 307, in _start_wizard_to_select_or_create_wallet
  File "electrum\gui\qt\installwizard.py", line 298, in select_storage
  File "electrum\util.py", line 479, in get_new_wallet_name

OSError: [WinError 1392] Die Datei oder das Verzeichnis ist beschädigt und nicht lesbar: 'D:\\electrum_data\\wallets'

Reporter

This issue was reported by 3 user(s):

Electrum Version Python Version Operating System Wallet Type Locale Stack
4.0.9 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:01:55) [MSC v.1900 32 bit (Intel)] Windows-10-10.0.19041-SP0 standard de_DE
4.1.5 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:08:11) [MSC v.1928 32 bit (Intel)] Windows-10-10.0.19041-SP0 ru_RU
4.1.5 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:08:11) [MSC v.1928 32 bit (Intel)] Windows-10-10.0.19041-SP0 pt_BR

Additional Information

The reporting user(s) did not provide additional information.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with electrum/util.py at get_new_wallet_name(), then follow the callers in electrum/gui/qt/installwizard.py and electrum/gui/qt/init.py shown in the traceback. Investigate how the Windows OSError is reached when the wallets directory is corrupted; done should mean the crash path has a defined, tested outcome, though the issue provides no reproduction steps or expected behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.