Activity for VVV (Virtual Volumes View)

  • Fulvio Senore Fulvio Senore committed [r478] on Code

    Added png icons that can be used to create a Linux launcher.

  • Fulvio Senore Fulvio Senore modified ticket #96

    Add icons to the Linux distribution archive

  • Fulvio Senore Fulvio Senore created ticket #96

    Add icons to the Linux distribution archive

  • Fulvio Senore Fulvio Senore posted a comment on discussion Open Discussion

    Sorry for the delay. I have looked at the source code and the program already ignores symlinks: they are stored as 0-byte files. I made that change in 2008 with revision 262: "Now the program stores symlinks to files or folders as zero length files, instead of deferencing the link.". Since you wrote in an email that you have experience working with C toolchains maybe building the program and debugging it with the volume that causes problems might be a good solution. Please let me know if you need...

  • Fulvio Senore Fulvio Senore committed [r477] on Code

    Changes to the InnoSetup script.

  • Fulvio Senore Fulvio Senore committed [r476] on Code

    Changed version to 1.5.0.3. This Windows version is built with wxWidgets 3.2.2.1.

  • Fulvio Senore Fulvio Senore committed [r475] on Code

    Fix to compile with wxWidgets 3.2.

  • Fulvio Senore Fulvio Senore committed [r474] on Code

    Changes to the InnoSetup script because I am using a new code signing certificate.

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    Thanks again for your patience, yes, I sent you an email tonight with a screen recording of some new behavior/errors. -Nick

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    Hello Nick, did you receive the email that I sent you on May 13?

  • Fulvio Senore Fulvio Senore committed [r473] on Code

    Changed version to 1.5.0.2.

  • Fulvio Senore Fulvio Senore committed [r472] on Code

    Added checks for command line correctness.

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    Hmm, interesting. Sure, I'd be happy to help test a new release. If you want, you can email me: archivist.goals@gmail.com Thanks for taking an interest in this! -Nick

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    Looking at your last screenshots I noticed that now the error message is different: it is about a missing catalog name and not a missing file. Looking at the source code, that error should happen if the program has not received a catalog name. That does not make sense so maybe there is a problem with parsing the command line. I might prepare a new version with better handling of the command line parsing, just to see if there are problems. Are you interested in testing it?

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    fsenore: Any further thoughts or suggestions?

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    Yes, I tried just now. New CMD instance running as administrator. Still the same error. See screenshot. Also including screenshot of the VVV catalog. As you see, I have C , then the other drives. Only C and Drive D are internal. The others were external drives. I'm running Windows 11 Pro. Again, running this command works and opens up the GUI: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" "C:\VVVCatalogs.vvv" The other one, even with CMD in Admin mode, fails. Strange, indeed. If you...

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    Yes, I tried just now. New CMD instance running as administrator. Still the same error. See screenshot. Also including screenshot of the VVV catalog. As you see, I have C , then the other drives. Only C and Drive D are internal. The others were external drives. I'm running Windows 11 Pro. Again, running this command works and opens up the GUI: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" "C:\VVVCatalogs.vvv" Other one one, even with CMD in Admin mode, fails. Strange, indeed. If you...

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    Yes, I tried just now. New CMD instance running as administrator. Still the same error. See screenshot. Also including screenshot of the VVV catalog. As you see, I have C , then the other drives. Only C and Drive D are internal. The others were external drives. Again, running this command works and opens up the GUI: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" "C:\VVVCatalogs.vvv" Other one one, even with CMD in Admin mode, fails. Strange, indeed. If you want, I can do a Zoom screenshare...

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    Yes, I tried just now. New CMD instance running as administrator. Still the same error. See screenshot. Also including screenshot of the VVV catalog. As you see, I have C , then the other drives. Only C and Drive D are internal. The others were external drives. Again, running this command works and opens up the GUI: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" "C:\VVVCatalogs.vvv" Other one one, even with CMD in Admin mode, fails. Strange, indeed. If you want, I can do a Zoom screenshare...

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    This is really strange. Have you tried running the command prompt as an administrator? https://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-10/

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    I recently did a clean install of Windows. And this time around chose a more suitable user name without special characters. Testing everything again, with the following catalog location and argument did work and opened the catalog GUI, yes: C:\VVVCatalogs.vvv And with this argument: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" "C:\VVVCatalogs.vvv" However, I can not get the argument for updating a volume to work, using this: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe"...

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    I recently did a clean install of Windows. And this time around chose a more suitable user name without special characters. Testing everything again, with the following catalog location and argument did work and opened the catalog GUI, yes: C:\VVVCatalogs.vvv And with this argument: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" "C:\VVVCatalogs.vvv" However, I can not get the argument for updating a volume to work, using this: "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe"...

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    I was just looking at your problem. I checked and everything worked well: I was able to update a volume from the command line. I was able to get the same error message as yours when I forgot to close VVV: it was in execution as a GUI program. VVV locks the catalog file so if you try to open the same catalog with another instance of the program you get a "catalog not found error". That error is a generic I/O error: it is usually caused by a wrong filename but it can also be caused by a permission...

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    Hey there - did you have a chance to look at this further? Thanks.

  • Fulvio Senore Fulvio Senore committed [r471] on Code

    Updated the copyright year to 2024.

  • Fulvio Senore Fulvio Senore committed [r470] on Code

    Changed version to 1.5.0.1.

  • Fulvio Senore Fulvio Senore committed [r469] on Code

    Fixed: when adding the same physical folders to different virtual folders the virtual folders structure could be corrupted.

  • Fulvio Senore Fulvio Senore committed [r468] on Code

    Updated the Portuguese translation.

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    No worries. Please let me know what you find out. Thanks!

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    I am leaving for holidays and I will be back on April 8. Then I will make some tests.

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    Thanks - I thought about that with the # character (poor choice during initial Windows setup) Giving it full access in C:\ requires having full ownership of C:\ and, from what I understand, might cause system instability. So, rather not do that. I also have Drive D. Placing the catalog, DriveD.vvv in D:\ is still not recognized, same error. Not sure what else to try.

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    Thanks - I thought about that with the # character (poor choice during initial Windows setup) Giving it full access in C:\ requires having full ownership of C:\ and, from what I understand, might cause system instability. So, rather not doing that. I also have Drive D. Placing the catalog, DriveD.vvv in D:\ is still not recognized, same error. Not sure what else to try.

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    Maybe the problem is in the "#" character in the database path. I would try putting the database in a simpler path like "C:\VVVCatalogs" and giving it full access rights, just to see if it works. Fulvio

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    Hey Fulvio, thank you. I ran the the first command you suggested and the file name is, indeed, correct. Without any errors. Running the second command you suggested, I still receive the following error, "Catalog not found" Not sure why this happens. In the catalog file. I have multiple drives listed, including Drive C. So, not sure why this error persists. -Nick

  • Archivist_Goals Archivist_Goals modified a comment on discussion Help

    Hey Fulvio, thank you. I ran the the first command you suggested and the file name is, indeed, correct. Without any errors. Running the second command you suggested, I still receive the following error, "Catalog not found" Not sure why this happens. In the catalog file. I have multiple drives listed, including Drive C. So, not sure why this error persists. -Nick

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    Hey Fulvio, thank you. I ran the the first command you suggested and the file name is, indeed, correct. Without any errors. Running the second command you suggested, I still receive the following error, "The catalog name is missing" Not sure why this happens. In the catalog file. I have multiple drives listed, including Drive C. So, not sure why this error persists. -Nick

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    You can check that the file name is correct by entering the following line in a command prompt: dir "C:\" "C:\Users\Nick-PC#2\Desktop\VVVCatalogDatabase.vvv" and checking for errors. Another possibility is that the executable, when ran from the task scheduler, does not have access to the catalog file. May you try using the command line "C:\Program Files (x86)\VVV (Virtual Volumes View)\vvv.exe" -u -v "C" -vp "C:\" "C:\Users\Nick-PC#2\Desktop\VVVCatalogDatabase.vvv" to see if it works? Fulvio

  • Archivist_Goals Archivist_Goals posted a comment on discussion Help

    This is directed at Fulvio: Hi there - I am trying to automate VVV so that I can use Windows' built in Task Scheduler to open a script periodically and have that update Cataloged volume files. Basically, I am looking for a way to use VVV to update snapshots of already-cataloged volumes (Drives). So, for Drive C, run a VVV command and update that volume with any new changes made to the Drive (entire C:\ directory) since the last run of VVV. I keep running into, "This catalog file does not exist" even...

  • tommie de pommie tommie de pommie posted a comment on discussion Help

    Thank You Fulvio. That was the solution. Great program BTW.

  • Fulvio Senore Fulvio Senore posted a comment on discussion Help

    The configuration file is named ".VVV" and it is located in the user's home directory. It is a hidden file. You can open it with a text editor: look at the "Settings/DatabaseServer" section and change ConnectToServer=0 Fulvio

  • tommie de pommie tommie de pommie posted a comment on discussion Help

    Hello, I have installed VVV catalog on Linux Mint and it was working fine. I installed Firebird on my Qnap but after activating the server connection, I can't go back. When I open ./vvv-start.sh I get an SQL error. I can only open vvv-start.sh as root. REmoved the complete directory and reinstalled VVV but still the same. Can you tell me where the VVV config file on Linux is located so I can start from scratch? Thank you. Tom

  • hmijail hmijail posted a comment on discussion Open Discussion

    When searching for (e.g.) "this is a test", the search results include every file with "this" in the title, OR "is" in the title, OR "a" in the title, etc. This makes it very difficult to search for anything more complex than a single word. It would be great if the search could be made to use the full string at once, for example by using a quoted string (just like e.g. Google does). Or it could be using syntax like "this AND is AND a AND test" (again like Google)

  • hmijail hmijail posted a comment on discussion Open Discussion

    Hi there. As mentioned by email a few weeks ago (sorry for the delay!), I tried cataloging an external HD, and it ended with errors "(error 2: No such file or directory)". All the files mentioned in the errors are broken symlinks. At the end of the scan, the folder information for the root of the catalog says it contains 1500 GB, but the OS says that the disk contains 1800 GB. So I suspect that the errors caused the catalog to be incomplete. So it would be great to have an option so that VVV would...

  • Fulvio Senore Fulvio Senore posted a comment on a blog post

    Not at the moment. It would require a large amount of work and I am not sure that MySql has an embedded version to ship with the program.

  • Mateus Machado Mateus Machado modified a comment on a blog post

    Thank you so much. I aprreciate this software. Could you add MySQl suport for it?

  • Mateus Machado Mateus Machado posted a comment on a blog post

    Thansk you so much. I aprreciate this software. Could you add MySQl suport for it?

  • Kempelen Kempelen posted a comment on a blog post

    I use VVV every day, so it's wonderful to see an update! Thank you!

  • Dan French Dan French posted a comment on a blog post

    wow - thanx a lot - really good news Stefano! great!

  • ARtEcnico ARtEcnico posted a comment on a blog post

    Great news this program is still maintained! Thanks for the new release!

  • Fulvio Senore Fulvio Senore committed [r467] on Code

    Updated the website.

  • Fulvio Senore Fulvio Senore created a blog post

    Virtual Volumes View 1.5 released

  • VVV (Virtual Volumes View) VVV (Virtual Volumes View) released /VVV/1.5/VVV-1.5-x86_64.dmg

  • VVV (Virtual Volumes View) VVV (Virtual Volumes View) released /VVV/1.5/VVV-1.5.0-x86_64.tar.gz

  • VVV (Virtual Volumes View) VVV (Virtual Volumes View) released /VVV/1.5/VVV-1.5-Setup.exe

  • VVV (Virtual Volumes View) VVV (Virtual Volumes View) released /VVV/1.5/VVV-1.5-src.zip

  • Fulvio Senore Fulvio Senore committed [r466] on Code

    Updated the OSX installation script.

  • Fulvio Senore Fulvio Senore committed [r465] on Code

    Updated the Linux distribution creation script.

  • Fulvio Senore Fulvio Senore committed [r464] on Code

    Updated the InnoSetup script with new version number.

  • Fulvio Senore Fulvio Senore committed [r463] on Code

    Changed version number to 1.5.

  • Fulvio Senore Fulvio Senore committed [r462] on Code

    Updates to handle the Chines translation, credit to translators.

  • Fulvio Senore Fulvio Senore committed [r461] on Code

    Updated the Italian translation.

  • Fulvio Senore Fulvio Senore committed [r460] on Code

    Update CMakeList.txt to correctly handle the Traditional Chinese language.

  • Fulvio Senore Fulvio Senore committed [r459] on Code

    Updated some translations.

  • Fulvio Senore Fulvio Senore committed [r458] on Code

    Added an empty Swedish translation.

  • Fulvio Senore Fulvio Senore committed [r457] on Code

    Added to the translation files new strings to be translated.

  • Fulvio Senore Fulvio Senore posted a comment on discussion Open Discussion

    It will take some time before an official release, so I can give you a test version if you want. Which operating system are you using?

  • Fulvio Senore Fulvio Senore modified ticket #14

    Error opening a file under Linux

  • Fulvio Senore Fulvio Senore posted a comment on ticket #14

    It looks like this problem has been fixed in the latest version of wxWidgets.

  • Fulvio Senore Fulvio Senore committed [r456] on Code

    Updated the Russian translation. Thanks to Vyacheslav Dikonov.

  • Fulvio Senore Fulvio Senore posted a comment on discussion Open Discussion

    Hello, and sorry for the delay. I am working again at VVV and I will be glad to add your translation to the next version. Fulvio

  • Fulvio Senore Fulvio Senore created ticket #95

    Open with default program

  • Fulvio Senore Fulvio Senore created ticket #94

    Show total files number

  • Fulvio Senore Fulvio Senore modified ticket #44

    Store the unused space in volumes

  • Fulvio Senore Fulvio Senore posted a comment on ticket #4

    Fixed in revision 455.

  • Fulvio Senore Fulvio Senore modified ticket #4

    seg fault when using a existing name in the catalog dialog

  • Fulvio Senore Fulvio Senore modified ticket #23

    Open-Button in Catalog Dialog

  • Fulvio Senore Fulvio Senore modified ticket #21

    merging

  • Fulvio Senore Fulvio Senore modified ticket #42

    Importing catalog

  • Fulvio Senore Fulvio Senore modified ticket #93

    Firebird 4 or 5

  • Fulvio Senore Fulvio Senore committed [r455] on Code

    Fixed: the program crashed if the user cataloged a volume using an existing name.

  • Fulvio Senore Fulvio Senore committed [r454] on Code

    Updated copyright and web link in the About dialog.

  • Fulvio Senore Fulvio Senore committed [r453] on Code

    Changes to the web pages to use Google AdSense.

  • John John modified a comment on discussion Open Discussion

    Since there is no way to comment in a closed ticket, I report this in here. #84 and #90 are now implemented in the latest source thanks to the developer. I tried to build the latest trunk code. but it seems I failed in preparing taglib. tagd.lib under lib was not made. Because of that or not, vvv failed to be compiled. I will wait for the official binary to come! Thank you.

  • John John posted a comment on discussion Open Discussion

    Since there is no way to comment in a closed ticket, I report this in here. #84 and #90 are now implemented in the latest source thanks to the developer. I tried to build the latest trunk code. but it seems I failed in preparing taglib. tagd.lib under lib was not made. Because of that or not, vvv failed to be compiled. I will wait for the official binary! Thank you.

  • Fulvio Senore Fulvio Senore posted a comment on ticket #93

    VVV almost exclusively runs firebird in embedded mode: there is no firebird installed in the computer and VVV runs firebird from a set of local libraries. Updating the firebird engine to a newer version means that users could not read their catalogs any more unless some conversion is made. Clearly this is not an option. You ought to be able to upgrade a database by making a backup from VVV and restoring it in a newer version of firebird.

  • Fulvio Senore Fulvio Senore modified ticket #57

    Copyable object names

  • Fulvio Senore Fulvio Senore posted a comment on ticket #57

    Fixed in revision 450. Now it is possible to copy info from the "File information" window.

  • Fulvio Senore Fulvio Senore modified ticket #64

    Copy path

  • Fulvio Senore Fulvio Senore posted a comment on ticket #64

    Fixed in revision 450. Now it is possible to copy info from the "File information" window.

  • Fulvio Senore Fulvio Senore modified ticket #80

    Copy Text From Object Information

  • Fulvio Senore Fulvio Senore posted a comment on ticket #80

    Fixed in revision 450.

  • Fulvio Senore Fulvio Senore modified ticket #84

    copy file name etc

  • Fulvio Senore Fulvio Senore posted a comment on ticket #84

    Fixed in revision 450. Now it is possible to copy info from the "File information" window.

  • Fulvio Senore Fulvio Senore modified ticket #90

    Save search settings

  • Fulvio Senore Fulvio Senore posted a comment on ticket #90

    Fixed in revision 452.

  • Fulvio Senore Fulvio Senore committed [r452] on Code

    Now the program remembers a search setting between "All physical volumes" and "Selected physical folder. It does not remember the "Selected virtual folder" setting because at startup there is no selected virtual folder.

  • Fulvio Senore Fulvio Senore committed [r451] on Code

    Removed the "New root folder" context menu from the left pane in virtual mode. It is rarely used and it is still available from the main menu.

  • Fulvio Senore Fulvio Senore committed [r450] on Code

    Now in the "File Information" dialog it is possible to copy data to the clipboard with a context menu or by typing Ctrl+C.

  • Murphy91 Murphy91 created ticket #93

    Firebird 4 or 5

  • Murphy91 Murphy91 created ticket #92

    md5sum

1 >