Coder Social home page Coder Social logo

Comments (8)

ip7z avatar ip7z commented on August 25, 2024 1

I've fixed it:

ExtractCallbackConsole.cpp:

  else
  {
    // we don't update NumArcsWithError, if error is not related to archive data.
    if (result == E_ABORT
        || result == HRESULT_FROM_WIN32(ERROR_DISK_FULL))
      return result;
    NumArcsWithError++; 
    
    if (_se)
    {
      *_se << endl << kError;
      if (result == E_OUTOFMEMORY)

from 7zip.

ip7z avatar ip7z commented on August 25, 2024

Please show full log after Ctrl+C.
Also create another archive that contains only one big tar file and show log after Ctrl+C.

from 7zip.

artsi0m avatar artsi0m commented on August 25, 2024

Full log after Ctrl+C

artsi0m@Kanamori:~> 7z t /run/media/artsi0m/6E3E04E33E04A665/Documents.7z

7-Zip (z) 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19
 64-bit locale=C.UTF-8 Threads:8 OPEN_MAX:1024, ASM

Scanning the drive for archives:
1 file, 8149062566 bytes (7772 MiB)

Testing archive: /run/media/artsi0m/6E3E04E33E04A665/Documents.7z
--
Path = /run/media/artsi0m/6E3E04E33E04A665/Documents.7z
Type = 7z
Physical Size = 8149062566
Headers Size = 204950
Method = ARM64 LZMA2:26 LZMA:20 BCJ2
Solid = +
Blocks = 3

 3
Archives with Errors: 1



Break signaled
artsi0m@Kanamori:~>

(I am doing it on another OS though)

from 7zip.

ip7z avatar ip7z commented on August 25, 2024

It doesn't write that archive is currupted.
But it counts break signal as some type of error (error during archive processing).
I suppose that issue is not critical.

from 7zip.

artsi0m avatar artsi0m commented on August 25, 2024

I suppose that issue is not critical.

So, changing the error message is not needed ?

from 7zip.

ip7z avatar ip7z commented on August 25, 2024

I'll try to remove "Archives with Errors: *" message for that case.

from 7zip.

artsi0m avatar artsi0m commented on August 25, 2024

Maybe If it is not high priority issue and I was the first one who reported it you could tell me what should be done to remove that message, so I will try to do this and show you a patch for reviewing ?

from 7zip.

artsi0m avatar artsi0m commented on August 25, 2024

Thanks a lot!

from 7zip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.