Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Giuly

macrumors 68040
Original poster
Hi,
I was a little bored last night and "rewrote" UnRarX, but with some modifications:
Screen Shot 2011-03-29 at 4.18.16 AM.jpg

Screen Shot 2011-03-29 at 12.11.13 AM.jpg

It asks for password, and whether you want to overwrite already present files. This means you don't have to enter the password and then open the file, you can just double click or drag it to the dock icon.

But the biggest limitation of UnRarX I figured out is if you are extracting one file and (accidentally) double click another, the first extraction got canceled. I fixed that, it does multiple extractions at once now:
Screen Shot 2011-03-29 at 1.55.18 AM.jpg


Download it from sourceforge or visit the project homepage to find out more. It's free software, btw.

(Expect PAR support for 0.2, in case anyone may need that)

Any suggestions?
 
Last edited:
Hey, you could have made it a universal binary... how am I supposed to use RAR on a G5 Power Mac Quad?

10.6.7 support, as not everyone is using Lion yet :)

the guy is ignorant... no support for those running leopard or snow leopard. and unrarx is also universal binary.. he could have made it so it can work on the G5 Quad.. how am I supposed to use unrarx?
 
Last edited by a moderator:
Hey, you could have made it a universal binary... how am I supposed to use RAR on a G5 Power Mac Quad?

the guy is ignorant... no support for those running leopard or snow leopard. and unrarx is also universal binary.. he could have made it so it can work on the G5 Quad.. how am I supposed to use unrarx?

Watch it. The app was written using Xcode 4 which no longer supports building PPC or even targeting 10.5 - both which would be required for the app to properly run on your G5.

Technically the app compiles for 10.5/PPC but frankly with your attitude I wouldn't expect anyone to go out of their way to help you.
 
Watch it. The app was written using Xcode 4 which no longer supports building PPC or even targeting 10.5 - both which would be required for the app to properly run on your G5.

Technically the app compiles for 10.5/PPC but frankly with your attitude I wouldn't expect anyone to go out of their way to help you.

Never mind.. I I will handle it myself.. I one time took a small intel app and made it into a universal binary.. no problem.
 
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)

Giuly said:
Hi,
I was a little bored last night and "rewrote" UnRarX, but with some modifications:
Screen Shot 2011-03-29 at 4.18.16 AM.jpg

Screen Shot 2011-03-29 at 12.11.13 AM.jpg

It asks for password, and whether you want to overwrite already present files. This means you don't have to enter the password and then open the file, you can just double click or drag it to the dock icon.

But the biggest limitation of UnRarX I figured out is if you are extracting one file and (accidentally) double click another, the first extraction got canceled. I fixed that, it does multiple extractions at once now:
Screen Shot 2011-03-29 at 1.55.18 AM.jpg


Download it from sourceforge or visit the project homepage to find out more. It's free software, btw.

(Expect PAR support for 0.2, in case anyone may need that)

Any suggestions?

I appreciate your efforts and look forward to trying it, but I've never experienced the two problems you listed (unless I'm not understanding them)

I've always been able to open the file and click "password" and then hit extract - do you mean it automatically prompts for a password instead of having to hit the password button?

And I've always been able to successfully extract multiple files simultaneously. If I recall correctly (haven't used it in a while), it shows the options of the last opened file at the top and as a drop down menu to access the password/extract options for other files. If you read the output box in unrarx you'll also see the messages for each file.
 
I've always been able to open the file and click "password" and then hit extract - do you mean it automatically prompts for a password instead of having to hit the password button?
Exactly, it doesn't ask you. The extraction process with UnRarX has a complete lack of interactivity. You can, however, "assume yes to all queries". But GeeUnRAR asks you i.e. for every file if you want to overwrite it (if you choose so).

And I've always been able to successfully extract multiple files simultaneously. If I recall correctly (haven't used it in a while), it shows the options of the last opened file at the top and as a drop down menu to access the password/extract options for other files. If you read the output box in unrarx you'll also see the messages for each file.
You're right - but it gets messy in there:
Code:
 0%  7%  8%  1%  9%  2% 10%  3%

What I was mainly missing was the "Ask for extraction path" option, and a way to set (and keep) a fixed path other than "File Directory". The terminal output was kind of outdated, too. Also, you need to replace (and compile) UnRarX' unrar binary with 4.00 for improved speed yourself, GeeUnRAR ships with the latest unrar right away.
 
Last edited:
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_2_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5)

Just got around to looking at the screenshots on a PC - looks good! Can't wait until I can actually use it.

Glad to see someone build off of it.
 
I have found two pretty major issues:

1. It is not possible to paste text into the password field
2. The application does not check if the entered password is correct until after extraction. Then just reports failure. It should check before and ask again if the entered password is wrong. As it is now, the time used to extract is wasted if you enter the wrong password, and that can be frustrating.

Number two is especially serious, considering the missing option to paste text in the password field equals a higher probability of entering a wrong password.

Also, I think the window should just close after extraction (instead of remaining open and waiting for me to press "Done").

Otherwise, I like what you are trying to do. :) UnRarX does not have the best interface.
 
WOW I can't believe some of the rude comments on this thread!!! This guy took his OWN time and wrote a nice little program for everyone to use and people are being rude about it!

OP I certainly appreciate your efforts (even though I don't use RAR files and will probably never have the opportunity to use your program). Thank you for making it though :)
 
I have found two pretty major issues:

1. It is not possible to paste text into the password field
2. The application does not check if the entered password is correct until after extraction. Then just reports failure. It should check before and ask again if the entered password is wrong. As it is now, the time used to extract is wasted if you enter the wrong password, and that can be frustrating.

Number two is especially serious, considering the missing option to paste text in the password field equals a higher probability of entering a wrong password.

Also, I think the window should just close after extraction (instead of remaining open and waiting for me to press "Done").

Otherwise, I like what you are trying to do. :) UnRarX does not have the best interface.
Right-Click->Parse works. I fixed ⌘C now, too.

I thought about closing the window, and I guess close it and flash the icon on successful extraction couldn't be wrong if Apple does it with the build-in zip unarchiver.

Those two things are done in 0.1.3. For convenience, it autoupdates now, too.

The password-thing is a general issue with the command line unrar (First extract one file completely, then check CRC of the file) and requires a workaround. I have an idea, though.
 
Last edited:
Right-Click->Parse works. I fixed ⌘C now, too.

I thought about closing the window, and I guess close it and flash the icon on successful extraction couldn't be wrong if Apple does it with the build-in zip unarchiver.

Those two things are done in 0.1.3. For convenience, it autoupdates now, too.

The password-thing is a general issue with the command line unrar (First extract one file completely, then check CRC of the file) and requires a workaround. I have an idea, though.

- Looks great with version 0.1.3! I already prefer it to UnRarX. :)
There is one more thing though. Whenever I open an archive (double click the file with GeeUnRAR closed) it tries to extract twice and I this: (see attachment)
It only happens when starting with the application closed. If it is already running and I double click an archive, it extracts like it is supposed to.
This should be resolved.
 

Attachments

  • Skærmbillede 2011-03-30 kl. 19.20.42.png
    Skærmbillede 2011-03-30 kl. 19.20.42.png
    49.2 KB · Views: 125
Just got this application and had high hopes as unrarX hasn't been updated for years.. What i don't get is why Your version takes twice as long just to do a simple unrar?

infact out of macpar deluxe and unrarX and this one.. unrarX still comes out on top :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.