Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

support unrar rar5.0 file? #68

Open
sunpan3213 opened this issue Apr 24, 2020 · 9 comments
Open

support unrar rar5.0 file? #68

sunpan3213 opened this issue Apr 24, 2020 · 9 comments
Assignees
Labels
enhancement New feature or request needs more info
Milestone

Comments

@sunpan3213
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@lfuelling
Copy link
Owner

Hello, please don't just post the issue template as is. Please fill it out.

@lfuelling lfuelling added invalid This doesn't seem right enhancement New feature or request needs more info labels Apr 24, 2020
@lfuelling
Copy link
Owner

lfuelling commented Apr 24, 2020

I did a little research. This project uses commons-compress which doesn't even support rar < 5.

I could add rar < 5 support by using junrar but they also have no support for rar5. (see #23 and #52)

I could try using Kaitai Struct (never heard of that project before) but as you can read in the junrar issues they also don't seem to support rar5.

I'll try getting it to work but I can't promise anything.

@lfuelling lfuelling removed the invalid This doesn't seem right label Apr 24, 2020
@sunpan3213
Copy link
Author

sunpan3213 commented Apr 24, 2020 via email

@sunpan3213
Copy link
Author

sunpan3213 commented Apr 24, 2020 via email

@lfuelling
Copy link
Owner

I know this doesn't fix the issue but I fixed support for RAR <v5.

@lfuelling lfuelling added this to the 2.4.0 milestone Apr 24, 2020
@lfuelling lfuelling linked a pull request Apr 25, 2020 that will close this issue
@sunpan3213
Copy link
Author

我做了一些研究。该项目使用commons-compress,甚至不支持rar <5。

我可以使用junrar添加rar <5支持,但它们也不支持rar5。(请参阅#23#52

我可以尝试使用Kaitai Struct(之前从未听说过该项目),但正如您在junrar问题中所读到的那样,它们似乎也不支持rar5。

我会尽力使它正常工作,但是我什么都不能保证。

can you add some cpp lib to resolve this problem?

@sunpan3213
Copy link
Author

我做了一些研究。该项目使用commons-compress,甚至不支持rar <5。

我可以使用junrar添加rar <5支持,但它们也不支持rar5。(请参阅#23#52

我可以尝试使用Kaitai Struct(之前从未听说过该项目),但正如您在junrar问题中所读到的那样,它们似乎也不支持rar5。

我会尽力使它正常工作,但是我什么都不能保证。

i see,java can't support rar5.0

@sunpan3213
Copy link
Author

I did a little research. This project uses commons-compress which doesn't even support rar < 5.

I could add rar < 5 support by using junrar but they also have no support for rar5. (see #23 and #52)

I could try using Kaitai Struct (never heard of that project before) but as you can read in the junrar issues they also don't seem to support rar5.

I'll try getting it to work but I can't promise anything.

can you add some cpp lib to resolve this problem?

@lfuelling
Copy link
Owner

Yes, that's what I'm currently trying in #70 but getting it to build seems more complicated than I thought.

@lfuelling lfuelling modified the milestones: 2.4.0, 2.5.0 Nov 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request needs more info
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants