Closed atleta closed 3 years ago
It's worked fine for me for ages, and I had to do none of this (using Fedora.)
what zip unpacker are you using that this doesn't work?
can confirm that on Arch Linux w/ unzip 6.0 that SS14 launcher unzips and works fine
Even unzip
on my Linux server correctly applies the +x when unzipping the launcher, so...
I've used mc to unpack it. With Info-ZIP's unzip it does work. With tar, available on all linux systems it would always work :).
This is a midnight commander problem, not an us problem, then.
Meh... It's a problem that I ran into as a user and reported thinking that you are interested in provding an as frictionless as possible experience to your users. There is an obvious and ismple solution, but of course you can point to mc (and maybe some other project) as well. Yes, if they fix it then your problem will go away. Good luck.
average HN user lol
Meh... It's a problem that I ran into as a user and reported thinking that you are interested in provding an as frictionless as possible experience to your users. There is an obvious and ismple solution, but of course you can point to mc (and maybe some other project) as well. Yes, if they fix it then your problem will go away. Good luck.
It's likely to be fixed, but it's basically bottom priority as we've never had this complaint before over quite a long time, and it seems tied to a specific program that's pretty niche.
average HN user lol
I spent my time to provide feedback on an issue I've found in a piece of open source software that I've tried once for 5 minutes. Because I think that is the right thing to do. Not a lot of help, but some help. Most (would be) users won't tell you if your thing doesn't work for them, just go away. Maybe your project is different, maybe your target audience is different. I have no idea. But I don't think that ignorance is a good or even an acceptable response to someone politly offering help. Even if it took them just 5 minutes.
And now I took the time to explain why you were wrong instead of just calling you an idiot. I'm out. Unsubscribed.
Oh my Fucking god he unsubscribed
For anyone reading in the future, from the Midnight Commander uzip README:
Known problems and Unsupported features
[...]
Extracted files do not have the same modification/access date as in the archive. The same applies for permissions and ownership. Fortunately MC extfs will set these attributes based on the file listings.
Description
The linux launcher comes in a zip file but zip does not store the file permissions/attributes and thus after unpacking the game won't work. There are 2 (maybe 3) files that need to be executable:
bin/SS14.Launcher
- started by the shell scriptSS14.Launcher
bin/loader/SS14.Loader
SS14.Launcher
as well (though it's not 100% mandatory, it's easier for the users to figure out if it is)Additional context
After making
bin/SS14.Launcher
executable and starting the app, it failed with an exception that was apparently fixed by makingbin/loader/SS14.Loader
executable too.