Logik-matchbook

I am getting an error when I try and go to the Logik shader site to download for flame 2022.1
Any Ideas?

@julik ? Any ideas?

Installer is still broken on Python3 too.

Looking into both right now

4 Likes

The server had an older LetsEncrypt setup so it wasn’t updating its SSL certificate. This has been rectified, all the updates have been installed. I’ve also modified the way the caching works so that it takes the content of the Python installer into account. @ALan can you try downloading the collection now and see if you get the correct version (the python3+2 compatible)?

5 Likes

thank you

Matt Trivan

310-272-6988

1 Like

Thank you Julik!!!

1 Like

@julik

Yes, that fixes the installer issue with Python 3. One thing that is very weird though, is tar on Linux doesn’t like that file, MacOS Finder has no issue though. See below.

[alan@ws104 logik]$ tar --version
tar (GNU tar) 1.30
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
[alan@ws104 logik]$ uname -r
4.18.0-193.28.1.el8_2.x86_64
[alan@ws104 logik]$ tar -xzvf MatchboxShaderCollection.tgz 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
[alan@ws104 logik]$ 

Curious! Could you do a $ tar --version for me perhaps?

That is in my original reply.

1 Like