Hi,
When I'm running Vuze with the --ui=console option:
I get:
This command normally runs fine with the GUI (without --ui=console).
Why does it considers this option to be a torrent file? There's no quotes around the option name!
Environment:
- Beta Azureus 5711-B04
- Ubuntu 15
- OpenJDK 7 or Orcale Java 8, same result
- Installation from official Vuze website package (no repository version / no apt-get).
When I'm running Vuze with the --ui=console option:
Code:
$ java -Xmx256m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/path/to/vuze_dir" -Dazureus.install.path="/path/to/vuze_dir" -Dazureus.script="./vuze-console" -Dazureus.script.version=5 org.gudy.azureus2.ui.swt.Main --ui=console
I get:
Code:
[alert] Alert:3:Failed to access torrent file '--ui=console'. Ensure sufficient temporary file space available (check browser cache usage).
This command normally runs fine with the GUI (without --ui=console).
Why does it considers this option to be a torrent file? There's no quotes around the option name!
Environment:
- Beta Azureus 5711-B04
- Ubuntu 15
- OpenJDK 7 or Orcale Java 8, same result
- Installation from official Vuze website package (no repository version / no apt-get).