You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./set_colors.py", line 71, in <module>
copyfile("black_dragon.png", dragon_path)
File "/usr/lib/python3.8/shutil.py", line 261, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/home/user/.ghidra/.ghidra-9.0/tools/black_dragon.png'
The text was updated successfully, but these errors were encountered:
Have you tried using a random (probably 256x256) PNG image and titling it black_dragon.png and placing it at that location specified? That's all the error is you are receiving.
I have a feeling it might still fail as for me on my windows machine this file: .ghidra/.ghidra_9.1.2_PUBLIC/tools/_code_browser.tcd seems to have changed dramatically between ghidra versions 9.1.1 and 9.1.2.
The program fails on the latest Ghidra 9.1.2.
The text was updated successfully, but these errors were encountered: