Author

Topic: I can't acces the wallet (Read 85 times)

legendary
Activity: 2492
Merit: 5865
Self-proclaimed Genius
June 01, 2024, 02:11:13 AM
#7
Code:
  File "electrum\util.py", line 1131, in make_dir
PermissionError: [WinError 5] Access is denied: 'C:\\Windows\\SysWOW64\\electrum_data'
Why would you put an Electrum-portable executable in "SysWOW64" folder?
Of course, it wont be able to write the datadir in that protected Windows installation directory.

You can either:
  • Move the portable electrum exe to a "normal" folder like "C://Program Files" (requires Administrator access) or to other partitions like "D:/".
    There, Electrum-portable will be able to create its "electrum_data" datadir where settings, wallets and other data will be saved.

  • Or download and use the "Installer" (install it) or the "Stand-alone executable" so that the electrum datadir will be saved to its standard directory which is in "%appdata%" (roaming appdata)
    Not mandatory for new Electrum download, but recommended: bitcoinelectrum.com/how-to-verify-your-electrum-download/
copper member
Activity: 2086
Merit: 1759
Top Crypto Casino
May 31, 2024, 05:55:59 PM
#6

i don't have funds here, but if i would have funds , all would be lost now?
As long as you had the backup phrase or seeds, you would still be able to access your funds using another wallet software. The funds do not exist within the APP, but are rather on the blockchain.

It looks like your electrum app was incorrectly installed, and the installation used the C:\\Windows\\SysWOW64 directory, which is solely for Windows OS and requires permissions to read and write. Try to reinstall the app using a different directory that does not require permission
legendary
Activity: 2730
Merit: 7065
May 31, 2024, 12:52:32 PM
#5
Your coins are not lost as long as you have the private key/keys or seed of the address/addresses where you hold the coins. Maybe something corrupted one of the Electrum files needed to run the software. Perhaps you have multiple user accounts on your computer and the one you are currently using doesn't have the permissions to run the software. Or it could be an easy fix as right-clicking on the .exe file and running it as administrator. Whatever happens, you should always have your seed to fall back on if recovery is needed.
member
Activity: 239
Merit: 59
a young loner on a crusade
May 31, 2024, 10:31:32 AM
#4
if i would have funds , all would be lost now?
If you have your seed backup, nothing would be lost.
staff
Activity: 3500
Merit: 6152
May 31, 2024, 10:29:35 AM
#3
It says permission error, and that the access is denied so I would imagine, the wallet should not be corrupted, and the fund should still be safe. I'm just guessing here, but have you tried running Electrum as administrator?
hero member
Activity: 2366
Merit: 793
Bitcoin = Financial freedom
May 31, 2024, 10:26:24 AM
#2


The link you gave us is broken.



As long as you have the recovery seeds or private keys to your address you can recover the funds in your lost wallet unless someone else finds it before you and drain everything.
newbie
Activity: 22
Merit: 0
May 31, 2024, 10:23:57 AM
#1

i don't have funds here, but if i would have funds , all would be lost now?

Code:
Traceback (most recent call last):
  File "run_electrum", line 557, in
  File "run_electrum", line 361, in main
  File "electrum\simple_config.py", line 216, in __init__
  File "electrum\simple_config.py", line 252, in electrum_path
  File "electrum\util.py", line 1131, in make_dir
PermissionError: [WinError 5] Access is denied: 'C:\\Windows\\SysWOW64\\electrum_data'
Jump to: