afrantzis / bless

Bless - Gtk# Hex Editor
GNU General Public License v2.0
210 stars 38 forks source link

save after edit "error saving file xxx.yyy" there is no enough free space on the device to save file 'cqufbmdx.bless' #9

Open ppazos opened 5 years ago

ppazos commented 5 years ago

Not sure what is going on, my disk is far from being full.

ppazos commented 5 years ago

This is when I try to overwrite the same file.

rwnobrega commented 5 years ago

See also https://bugs.launchpad.net/bless/+bug/876021

afrantzis commented 5 years ago

Hi! Which version are you using? This should be fixed in latest master.

rwnobrega commented 5 years ago

Bless 0.6.1 here. I'll try the latest master.

Edit: Indeed this is fixed in latest master.

afrantzis commented 5 years ago

@rwnobrega Thanks for checking! I am puzzled, though, because 0.6.1 should already have the fix. I wonder if there was something wrong in the config files that was causing this for you with 0.6.1.

rwnobrega commented 5 years ago

@afrantzis To be honest, the error I get in 0.6.1 is Error saving file in '/home/user/file' Sharing violation on path /home/user/file.

ppazos commented 5 years ago

@afrantzis mine is 0.6.0 save works if I save a new file but can't overwrite the same file I'm editing.

afrantzis commented 5 years ago

@rwnobrega Thanks, makes sense then. That particular error was fixed in master after 0.6.1, with https://github.com/afrantzis/bless/commit/aeadde57419c794143419edf161a19cb34b2c6a6.

afrantzis commented 5 years ago

@ppazos If updating to master (which I strongly recommend since there have been many fixes since 0.6.0) is not an option, then the link mentioned by @rwnobrega at https://bugs.launchpad.net/bless/+bug/876021/comments/2 could help fix this for you. Let me know how it goes!

ppazos commented 5 years ago

@afrantzis I'm using the version on the ubuntu software manager that is 0.6.0-4 I'm not building the app, when is the new version going to be published to updated from the manager? thanks

afrantzis commented 5 years ago

@ppazos I filed an update request for the Debian repository (which is where Ubuntu gets this package from) some time ago, but unfortunately there still hasn't been any action (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914217).

huntergregal commented 2 years ago

would love to see the package in the debian repo updated

cjvth commented 2 years ago

Having the same bug with 0.6.3, built from source, following the instruction