Bitcoin Forum

Bitcoin => Armory => Topic started by: kubitti on April 24, 2024, 05:16:43 PM



Title: The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [
Post by: kubitti on April 24, 2024, 05:16:43 PM
Armory won´t start.

The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [Errno 13] Permission denied C:\\Program Files (x86\Armory\ArmoryQT.exe.log

Any ideas?


Title: Re: The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [
Post by: nc50lc on April 25, 2024, 05:07:48 AM
Any ideas?
There's not much info available but an indication of permission issue.

Try running Armory as Administrator.
By Either:
  • A. Right-click 'ArmoryQt.exe' and select "Run as administrator". (has to be done every time you open Armory)
    or
  • B. Right-click 'ArmoryQt.exe' and select "Properties", Under 'Compatibility', find "Run this program as administrator" and save. (permanent)

If it didn't work, try to install Armory somewhere else and not in Program Files.


Title: Re: The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [
Post by: goatpig on April 25, 2024, 06:59:51 AM
Sounds like an old version, try to update to 0.96.5: https://github.com/goatpig/BitcoinArmory/releases


Title: Re: The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [
Post by: kubitti on April 25, 2024, 12:20:24 PM
Traceback (most recent call last):
  File "ArmoryQt.py", line 42, in <module>
  File "armoryengine\ALL.pyc", line 8, in <module>
  File "armoryengine\ArmoryUtils.pyc", line 262, in <module>
  File "encodings\utf_8.pyc", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe4 in position 10: invalid continuation byte


Title: Re: The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [
Post by: goatpig on April 25, 2024, 02:42:48 PM
Traceback (most recent call last):
  File "ArmoryQt.py", line 42, in <module>
  File "armoryengine\ALL.pyc", line 8, in <module>
  File "armoryengine\ArmoryUtils.pyc", line 262, in <module>
  File "encodings\utf_8.pyc", line 16, in decode
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe4 in position 10: invalid continuation byte


There are some weird characters in your user name most likely (or at least in the path to AppData/Roaming/Armory). You need to use custom pathing to run Armory and Core from an ascii compliant location.


Title: Re: The logfile C:\Program Files (x86)\Armory\ArmoryQT.exe.log could not be opened [
Post by: kubitti on April 25, 2024, 05:06:52 PM
There was letter "ä" on my windows user name.
Solved.