+ Reply to Thread
Page 18 of 82 FirstFirst ... 816171819202868 ... LastLast
Results 511 to 540 of 2432

Thread: FreeArc

  1. #511
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    sounds good, I ould like to see the results

  2. #512
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    Hey Bulat, there is another bug, which I forgot to report:

    I just wanted to compress a Farcry mod (Pandemie) and I was planning to compare the compression ratio (max settings in Gui) with 7zip.

    results
    7zip - 533MB
    FreeArc 530MB (the $$temparc..)

    After compression FreeArc was testing the archive but on completing the testing operation, FA deleted the just created archive! (after 60min work )
    I saw that bug several times. I appeares sometimes when you want to compress a big number of files in mx mode. (I dont remember if it appeares in other modes)

    Maybe there was an error on the created archive, then I would prefere an errorr message, so that you now what happened...

  3. #513
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    if you checked "testing after compression" flag, fa deletes archive if testing was unsuccessful

  4. #514
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    i thought that that could be the reason, then I would like to see an error message

  5. #515
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    if it was niot crashed trying to show you this error, you should be able to find it in combobox at the bottom of window. that was the last msg there?

  6. #516
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    updated http://www.haskell.org/bz/arc1.arc
    • GUI: started menu reorganization

  7. #517
    Member
    Join Date
    May 2008
    Location
    Antwerp , country:Belgium , W.Europe
    Posts
    463

    Thumbs up

    Quote Originally Posted by Bulat Ziganshin View Post
    updated http://www.haskell.org/bz/arc1.arc
    • GUI: started menu reorganization
    Good to see the some major improvements for the FA-GUI are coming !
    Is the development for the "FA .DLL" (like 7z.dll) still going ?

  8. #518
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    idea still alive, but now i work on the things you see here

  9. #519
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    updated http://www.haskell.org/bz/arc1.arc
    • GUI: Single-click on the empty space at right clears selection, double-click selects all files

  10. #520
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    hi Bulat, I have 2 questions:

    Will there be support for LZMA2 in FreeArc in the future?

    Where are the new words ("commands" etc...) in the arc.language file? I cant find them (for translation).

  11. #521
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    Will there be support for LZMA2 in FreeArc in the future?
    yes, but not soon. i plan to add full multi-core support to fa, including lzma2 support, due summer

    Where are the new words ("commands" etc...) in the arc.language file?
    not added yet. new menu system is still wok in progress

  12. #522
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    ah, ok

    thx for answering

  13. #523
    Member
    Join Date
    Dec 2008
    Location
    UK
    Posts
    5

    How to compress a folder?

    Hi, I was trying various commands but had no luck to compress a folder

    Can you please post a correct command for folder compression!

    THANK YOU

  14. #524
    Member m^2's Avatar
    Join Date
    Sep 2008
    Location
    Kce, PL
    Posts
    1,037
    With a directory named 'a':
    arc a a a

  15. #525
    Member
    Join Date
    Dec 2008
    Location
    UK
    Posts
    5
    Quote Originally Posted by m^2 View Post
    With a directory named 'a':
    arc a a a
    arc create -max -xarc.exe data

    this is my command I have tried a but with no luck, what am i doing wrong? Can you please correct my command as it should be lets say my directory name is data

  16. #526
    Member m^2's Avatar
    Join Date
    Sep 2008
    Location
    Kce, PL
    Posts
    1,037
    Quote Originally Posted by Shroo View Post
    arc create -max -xarc.exe data

    this is my command I have tried a but with no luck, what am i doing wrong? Can you please correct my command as it should be lets say my directory name is data
    You didn't specify archive name.
    arc create -max -xarc.exe d data
    should be fine.
    Also keep in mind that -max uses some external tools (if you have them in your system) and to decompress it you'll need the same tools in the same versions and partially the same arc.ini as well.
    -mx doesn't have these drawbacks and that's what I would recommend.

  17. #527
    Member
    Join Date
    Dec 2008
    Location
    UK
    Posts
    5
    Quote Originally Posted by m^2 View Post
    You didn't specify archive name.
    arc create -max -xarc.exe d data
    should be fine.
    Also keep in mind that -max uses some external tools (if you have them in your system) and to decompress it you'll need the same tools in the same versions and partially the same arc.ini as well.
    -mx doesn't have these drawbacks and that's what I would recommend.
    Thanks for the tips, so my command now "arc create -mx -xarc.exe d data" I also "arc create -mx -xarc.exe d data/gfx" tried but it still gives me an error that there is no files. I have a folder for the game modd and I need to compress it. IT also has some sub folders so it looks like this. --> Data/gfx <-- and there is all the files inside! This tool is awesome but i cannot get to compress that folder.. getting frustrated but willing to learn

  18. #528
    Member m^2's Avatar
    Join Date
    Sep 2008
    Location
    Kce, PL
    Posts
    1,037
    Quote Originally Posted by Shroo View Post
    Thanks for the tips, so my command now "arc create -mx -xarc.exe d data" I also "arc create -mx -xarc.exe d data/gfx" tried but it still gives me an error that there is no files. I have a folder for the game modd and I need to compress it. IT also has some sub folders so it looks like this. --> Data/gfx <-- and there is all the files inside! This tool is awesome but i cannot get to compress that folder.. getting frustrated but willing to learn
    You should use \ instead of / under Windows, but that's not it, FA is smart enough.
    I have no idea what's up, maybe try
    arc create -mx -xarc.exe -r d data\gfx\*

  19. #529
    Member
    Join Date
    Dec 2008
    Location
    UK
    Posts
    5
    Quote Originally Posted by m^2 View Post
    You should use \ instead of / under Windows, but that's not it, FA is smart enough.
    I have no idea what's up, maybe try
    arc create -mx -xarc.exe -r d data\gfx\*
    THANK YOU VERY MUCH, you made my day! I was tingling there on my own for couple of hours.

    thanks for all tips and help!

  20. #530
    Member m^2's Avatar
    Join Date
    Sep 2008
    Location
    Kce, PL
    Posts
    1,037
    Quote Originally Posted by Shroo View Post
    THANK YOU VERY MUCH, you made my day! I was tingling there on my own for couple of hours.

    thanks for all tips and help!
    You're welcome.

  21. #531
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    thanks, m^2

    arc create -mx -xarc.exe -r d data\gfx\*
    this may be reduced to

    arc create -mx d data\gfx\

    i suggest you to install freearc using full installer for 0.50 version. this will add directory with arc.exe, arc.groups and arc.ini to your PATH and also provide you GUI version of program

  22. #532
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    updated http://www.haskell.org/bz/arc1.arc
    • GUI: finished main menu reorganization
    • GUI: hotkeys for menu commands
    • GUI: Windows native Open/Save dialogs
    • GUI: search for filename being typed
    • GUI: archive comment editing in ArcInfo dialog
    • GUI: Ctrl +/-, Alt +/-, Shift +/- for marking files
    • GUI: saving order of columns in file list
    • Translation: 0093 Avg. size -> 0093 Avg. blocksize
    • "lt" command: technical archive listing

  23. #533
    Member
    Join Date
    May 2008
    Location
    brazil
    Posts
    99
    Hello Bulat

    I was testing the lastest version of freearc 14 february gnu linux version .Freearc gui crashes after clicking in arcinfo button in a non arc file.

  24. #534
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    actually i haven't updated linux version for a long time since there were no users asking for update

    i will compile it today

  25. #535
    Member
    Join Date
    May 2008
    Location
    brazil
    Posts
    99
    Quote Originally Posted by Bulat Ziganshin View Post
    actually i haven't updated linux version for a long time since there were no users asking for update

    i will compile it today
    Thanks.

  26. #536
    Member
    Join Date
    Aug 2008
    Location
    Saint Petersburg, Russia
    Posts
    212
    Also with the linux version there were some really annoying issues with CLI version when trying to recursively add files into an archive. It basically didn't work ^^
    Something like that:
    Code:
    $ tar -xvzf wine-1.1.5.tar.bz2
    $ arc a -m9 -s -dsgen -r wine-1.1.5.arc wine-1.1.5/*
    - just hungs at 100% CPU consumption.

  27. #537
    Programmer Bulat Ziganshin's Avatar
    Join Date
    Mar 2007
    Location
    Uzbekistan
    Posts
    2,732
    updated http://www.haskell.org/bz/arc1.arc
    • translated main menu
    linux version: http://www.haskell.org/bz/FreeArc-0....-02-15.tar.bz2
    Run "make" or "make local" to install

    Please update translations you maintain



    arc a -m9 -s -dsgen -r wine-1.1.5.arc wine-1.1.5/*
    -m9 may be source of problem. also don't forget to use "" quotes around names with wildcards. i've quickly tested your cmdline - this should work:

    arc a -m5 -s -dsgen -r wine-1.1.5.arc "wine-1.1.5/*"

  28. #538
    Member
    Join Date
    May 2008
    Location
    brazil
    Posts
    99
    Quote Originally Posted by Bulat Ziganshin View Post
    updated http://www.haskell.org/bz/arc1.arc
    • translated main menu
    linux version: http://www.haskell.org/bz/FreeArc-0....-02-15.tar.bz2
    Run "make" or "make local" to install

    Please update translations you maintain




    -m9 may be source of problem. also don't forget to use "" quotes around names with wildcards. i've quickly tested your cmdline - this should work:

    arc a -m5 -s -dsgen -r wine-1.1.5.arc "wine-1.1.5/*"



    Sorry for the delay. I will translate the text.

  29. #539
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    hi Bulat,

    here is the update of the german translation

    PS: I would prefere the "Refresh" button instead of "Encrypt" in main window, wihich is without icon at the moment
    Attached Files Attached Files

  30. #540
    Member
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    299
    hey guys that looks interesting

    http://encode.ru/forum/showthread.php?t=279

+ Reply to Thread
Page 18 of 82 FirstFirst ... 816171819202868 ... LastLast

Similar Threads

  1. FreeArc and Inno Setup script
    By mondragon in forum Data Compression
    Replies: 96
    Last Post: 19th February 2012, 16:59
  2. FreeArc 0.40 released
    By Bulat Ziganshin in forum Forum Archive
    Replies: 301
    Last Post: 28th April 2008, 13:27
  3. FreeArc is becoming more and more interesting...
    By Vacon in forum Forum Archive
    Replies: 65
    Last Post: 9th December 2007, 22:41
  4. FreeArc 0.40 preview
    By Bulat Ziganshin in forum Forum Archive
    Replies: 16
    Last Post: 17th August 2007, 10:28
  5. FreeArc GUI - how it should look&feel?
    By Bulat Ziganshin in forum Forum Archive
    Replies: 31
    Last Post: 20th July 2007, 18:32

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts