Dismiss Notice
This Section is READ ONLY - All Posts Are Archived

Special Early QA testing - new Unity version

Discussion in 'Release 60 QA Feedback' started by BurningToad, Nov 2, 2018.

Thread Status:
Not open for further replies.
  1. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Yeah that was very funny to read, like the certificates are being saved somewhere else on other distro's... As far as I remember all distro's use the GNU packages for their OS base, and there are specific filesystem rules they need to apply.
     
  2. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    We are not? How are we going to help out if we may not talk here?
     
    Mishikal and Sentinel2 like this.
  3. CatweazleX

    CatweazleX Avatar

    Messages:
    653
    Likes Received:
    777
    Trophy Points:
    93
    Location:
    Veritas Sanctuary
    "/etc/ssl/certs/ca-certificates.crt", // Debian/Ubuntu/Gentoo etc.
    "/etc/pki/tls/certs/ca-bundle.crt", // Fedora/RHEL 6
    "/etc/ssl/ca-bundle.pem", // OpenSUSE
    "/etc/pki/tls/cacert.pem", // OpenELEC
    "/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem", // CentOS/RHEL 7

    a shoot into the blue (on Fedora):
    mkdir -p /etc/ssl/certs/
    ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
     
  4. Mishikal

    Mishikal Avatar

    Messages:
    1,965
    Likes Received:
    2,834
    Trophy Points:
    113
    Location:
    Brittany Estates
    Not really. Some distributions use OpenSSL (and its PEM formats) for storing certs, others don't. Up until recently, Fedora and its downstreams used MozNSS (an extremely idiotic decision that they finally reversed). MozNSS has an entirely different certificate store structure. Right now, I think Fedora uses OpenSSL but with a bridge to the moznss type of certificate stores, but I haven't paid too much attention to it recently.
     
  5. Mishikal

    Mishikal Avatar

    Messages:
    1,965
    Likes Received:
    2,834
    Trophy Points:
    113
    Location:
    Brittany Estates
    It's a no for regular game related bugs. For the Unity specific Linux issues, this is the correct thread.
     
  6. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Smart ass:
    Fedora:
    Code:
    mali@localhost ~ {1} > $ uname -a && ls -la /etc/ssl/certs/
    Linux localhost.localdomain 4.18.16-300.fc29.x86_64 #1 SMP Sat Oct 20 23:24:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    total 0
    drwxr-xr-x. 2 root root  54 Sep 17 13:02 .
    drwxr-xr-x. 5 root root 104 Sep 17 13:03 ..
    lrwxrwxrwx  1 root root  49 Sep 25 03:03 ca-bundle.crt -> /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
    lrwxrwxrwx  1 root root  55 Sep 25 03:03 ca-bundle.trust.crt -> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt
     
  7. CatweazleX

    CatweazleX Avatar

    Messages:
    653
    Likes Received:
    777
    Trophy Points:
    93
    Location:
    Veritas Sanctuary
    i guess the seeking the _exact_ filename. so may a additional symlink might help?

    for the ones that have a .pem store:
    openssl x509 -outform der -in your-cert.pem -out your-cert.crt
    to generate the ca-certificates.crt in /etc/ssl/certs/

    i am intressted if this work around the login issue
     
  8. BurningToad

    BurningToad Dev Emeritus Dev Emeritus

    Messages:
    1,280
    Likes Received:
    3,797
    Trophy Points:
    125
    Gender:
    Male
    Location:
    Austin, TX
    A new QA build was published, 763! This does not have the skill use crash fix in yet, another build will be released a little bit later with a fix for that.
     
  9. Barugon

    Barugon Avatar

    Messages:
    15,704
    Likes Received:
    24,318
    Trophy Points:
    153
    Gender:
    Male
    It's Nvidia and the nouveau drivers are horrible.
     
  10. Barugon

    Barugon Avatar

    Messages:
    15,704
    Likes Received:
    24,318
    Trophy Points:
    153
    Gender:
    Male
    If it's a case of where they're stored and/or what format they use then why does 2018.1 work?
     
    Feeyo likes this.
  11. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Yes the nouveau drivers are pretty crap. AMD opensource drivers the other hand, are far superior to the prop. closed drivers.
     
    Sentinel2 and Barugon like this.
  12. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Thanks! Fedora login is working again.
     
  13. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    @Barugon You seeing BLIT on this build? I do..
     
  14. Barugon

    Barugon Avatar

    Messages:
    15,704
    Likes Received:
    24,318
    Trophy Points:
    153
    Gender:
    Male
    Yes. It's always worked on Fedora. R59 anyway. I'll check QA when I get home.
     
  15. Barugon

    Barugon Avatar

    Messages:
    15,704
    Likes Received:
    24,318
    Trophy Points:
    153
    Gender:
    Male
    This is excellent news!
     
    Feeyo likes this.
  16. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Is that yes I also see BLIT now, but it always was FLIP. Or Yes it works I see FLIP?
    As normally I see FLIP, but now whatever I change I see BLIT only.
     
  17. BurningToad

    BurningToad Dev Emeritus Dev Emeritus

    Messages:
    1,280
    Likes Received:
    3,797
    Trophy Points:
    125
    Gender:
    Male
    Location:
    Austin, TX
    Also, note that while the linux login issue is resolved, the error/SSL connection problem still exists, it will just no longer block login. Some game features may still be broken because of it (like Heraldry and/or map.)
     
  18. Barugon

    Barugon Avatar

    Messages:
    15,704
    Likes Received:
    24,318
    Trophy Points:
    153
    Gender:
    Male
    Sorry, I misread your question. Flip has always worked. It only switches to blit if I have another window over the game.
     
  19. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Ok thanks for the heads up, will not make a bug report because of failing map :)
     
  20. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Thanks, I think its my laptop. Will check my game system later on.

    EDIT: Yes it was my laptop, my game system shows correctly on FLIP
     
    Last edited: Nov 8, 2018
Thread Status:
Not open for further replies.