bisq-network / bisq

A decentralized bitcoin exchange network
https://bisq.network
GNU Affero General Public License v3.0
4.72k stars 1.27k forks source link

javax.imagio.IIOException: Can't create catch file #5113

Closed haraslub closed 3 years ago

haraslub commented 3 years ago

Description

javax.imagio.IIOException: Can't create catch file

Version

Bisq-64bit-1.5.4

Steps to reproduce

Expected behaviour

Actual behaviour

The error pops up once I start the bisq app and bisq does not start running at all.

Screenshots

Device or machine

Lenovo IdeaPad S540-14IWL Win 10 Home

Additional info

boring-cyborg[bot] commented 3 years ago

Thanks for opening your first issue here!

Be sure to follow the issue template. Your issue will be reviewed by a maintainer and labeled for further action.

ripcurlx commented 3 years ago

@haraslub I see that it tries to access a temp file at following location: R:\Local\Temp\imageio1765192458096170908.tmp Does this location exist at all? It sounds as you have manually set the java temp directory to a location you don't have write access or just doesn't exist.

haraslub commented 3 years ago

@ripcurlx Thank you for the response and I am sorry for my late reaction. Yes, the problem is in the location. I have dedicated the part of my RAM memory for a Temp folder. Once I needed to reinstall something, I had to change the directory and after that I forgot to put it back. My bad. Anyway, thank you very much again.