Code: Select all
'' could not be opened:
Not a FileCode: Select all
Error
Failed to access torrent file ''. Ensure sufficient temporary file space available (check browser cache usage).
[Hide (button)] Code: Select all
'' could not be opened:
Not a FileCode: Select all
Error
Failed to access torrent file ''. Ensure sufficient temporary file space available (check browser cache usage).
[Hide (button)] 
Tried that. Doesn't work. Could it be a bug in the ebuild or configuration perhaps?Kabuto wrote:You could try renaming the .Azareus subdir and let it build a new one and see if it goes away.
Code: Select all
java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1"Code: Select all
if [ "$1" == "" ]; then
java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main
else
java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main "$1"
fi
Version 2.4.0.3 beta resolve this issuepurg wrote:I know its becoming an old thread but thank you Joffer for the patchJoffer wrote:........
code
This way azureus won't try to load an empty input when you just start it normally.
Ive been putting up with that Azureus popup from day 1.
Also, don't forget to put back the quotes around "$@". This way you can pass multiple arguments that have spaces in themskyPhyr wrote:Hi All,
The script fix doesn't need to be so complicated - just remove the quotes around the argument being passed.
You may also want to consider changing it to $@ so that it passes all the arguments - the current version will only pass the first argument.
java -cp $(java-config -p systray4j,azureus-bin 2>/dev/null) -Djava.library.path="${AZDIR}" org.gudy.azureus2.ui.swt.Main $@
I've got the same error with being unable to hide pop-ups - anyone found a fix?
Cheers,
Alan.
