nightblade9

Results 35 comments of nightblade9

I don't think there is. I ended up reworking my project to remove 7zip because it didn't work on Linux.

Did you ever write up an article for this? I can't seem to figure out how to load the `Texture2D` instance.

For anyone else wondering how to do this, the following code seems simplest (not sure if it's best, mediocre, worst, etc). Works for me on Linux. In your `Console` constructor:...

You fixed this three years later? You are a legend.

Is there something wrong with my archive that it's not triggering the `K_LZMA` or `K_LZMA2` cases? Is there a work-around or some other steps I can take to get this...

Ok, no worries. I got this working with a different NuGet package.

I switched to [SevenZipExtractor](https://github.com/adoconnection/SevenZipExtractor), which describes itself as "C# wrapper for 7z.dll (x86 and x64 included)." I don't think it's a new compression method, but I didn't go beyond the...

> Tried to recreate this but failed, 7zip file worked in my case, any hints on how to trigger or if you have a test file somewhere @nightblade9 ? As...

Any updates on this? It's been three years since the last comment (one year if you count the linked issue).

I agree with @shawn42. DragonRuby is closed source. Based on other posts by the author, I think they're using `mruby` (he has a post about an embedded `mruby` interpreter on...