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

OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden #3931

Closed
TARS-bot opened this issue Feb 20, 2018 · 1 comment
Closed

OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden #3931

TARS-bot opened this issue Feb 20, 2018 · 1 comment

Comments

@TARS-bot
Copy link

Crash Report

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

Traceback

  File "C:/Users/bauerj/Documents/GitHub/electrum\gui\qt\main_window.py", line 78, in onPress
    self.func()
  File "C:/Users/bauerj/Documents/GitHub/electrum\plugins\trezor\qt_generic.py", line 201, in show_settings_dialog
    device_id = self.choose_device(window, keystore)
  File "C:/Users/bauerj/Documents/GitHub/electrum\plugins\hw_wallet\qt.py", line 213, in choose_device
    info = self.device_manager().select_device(self, keystore.handler, keystore)
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\plugins.py", line 482, in select_device
    infos = self.unpaired_device_infos(handler, plugin, devices)
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\plugins.py", line 465, in unpaired_device_infos
    devices = self.scan_devices()
  File "C:/Users/bauerj/Documents/GitHub/electrum\lib\plugins.py", line 535, in scan_devices
    devices.extend(f())
  File "C:/Users/bauerj/Documents/GitHub/electrum\plugins\trezor\trezor.py", line 129, in enumerate
    from trezorlib.device import TrezorDevice
  File "C:\python3.6.2\lib\site-packages\trezorlib\device.py", line 23, in <module>
    from .transport_webusb import WebUsbTransport
  File "C:\python3.6.2\lib\site-packages\trezorlib\transport_webusb.py", line 24, in <module>
    import usb1
  File "C:\python3.6.2\lib\site-packages\usb1\__init__.py", line 61, in <module>
    from . import libusb1
  File "C:\python3.6.2\lib\site-packages\usb1\libusb1.py", line 199, in <module>
    libusb = _loadLibrary()
  File "C:\python3.6.2\lib\site-packages\usb1\libusb1.py", line 173, in _loadLibrary
    return dll_loader('libusb-1.0' + suffix, **loader_kw)
  File "C:\python3.6.2\lib\ctypes\__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)

OSError: [WinError 126] Das angegebene Modul wurde nicht gefunden

Reporter

This issue was reported by 1 user(s):

Electrum Version Operating System Wallet Type Locale
3.1 Windows-10-10.0.16299-SP0 standard de_DE

Additional Information

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

@bauerj
Copy link
Collaborator

bauerj commented Feb 20, 2018

See: trezor/python-trezor#218

@SomberNight SomberNight added this to the 3.1 milestone Feb 20, 2018
@bauerj bauerj closed this as completed in 78a9424 Feb 21, 2018
marceloneil pushed a commit to Electron-Cash/Electron-Cash that referenced this issue Feb 27, 2018
So that Trezor still works...

Closes: spesmilo#3931
lclc pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Mar 26, 2018
So that Trezor still works...

Closes: spesmilo#3931
lclc pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Mar 26, 2018
So that Trezor still works...

Closes: spesmilo#3931
lclc pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Mar 27, 2018
So that Trezor still works...

Closes: spesmilo#3931
lclc pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Mar 28, 2018
So that Trezor still works...

Closes: spesmilo#3931
toxeus pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Mar 29, 2018
So that Trezor still works...

Closes: spesmilo#3931
toxeus pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Apr 13, 2018
So that Trezor still works...

Closes: spesmilo#3931
toxeus pushed a commit to Feathercoin-Foundation/electrum-ftc that referenced this issue Apr 13, 2018
So that Trezor still works...

Closes: spesmilo#3931
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants