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. BurningToad

    BurningToad Dev Emeritus Dev Emeritus

    Messages:
    1,280
    Likes Received:
    3,797
    Trophy Points:
    125
    Gender:
    Male
    Location:
    Austin, TX
    Build 764 is now released, this one should resolve the crash issue that various skill use was causing.
     
    Jaesun, Sentinel2, Barugon and 2 others like this.
  2. Alley Oop

    Alley Oop Bug Hunter Bug Moderator

    Messages:
    15,740
    Likes Received:
    19,500
    Trophy Points:
    153
    got my first 98% load crash on 764. when i restarted it, it turned out to have crashed the nvidia driver to the point that it was rendering with llvmpipe, getting less than a frame per second. this was not triggered by a skill use.
     
    Jaesun, Sorthious and Mishikal like this.
  3. 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 has been published, 765! Another one will likely be coming soon, with a minor Unity patch upgrade (2018.2.14 -> 2018.2.15)
     
    liz_the_wiz, Feeyo, Sentinel2 and 3 others like this.
  4. BurningToad

    BurningToad Dev Emeritus Dev Emeritus

    Messages:
    1,280
    Likes Received:
    3,797
    Trophy Points:
    125
    Gender:
    Male
    Location:
    Austin, TX
    QA build 767 has been published! There is a tiny chance it might fix the Linux TLS/Web issue, as Unity has a few line items in the patch notes for this version that could be related. Try the map and heraldry and let me know! Thanks!
     
    Sorthious, Feeyo, Sentinel2 and 3 others like this.
  5. Barugon

    Barugon Avatar

    Messages:
    15,713
    Likes Received:
    24,330
    Trophy Points:
    153
    Gender:
    Male
    Map and heraldry are not working for me. Also, the map window auto-fades even though I have that turned off.
     
    Sorthious and Feeyo like this.
  6. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    The map freezes the SotA client and I need to sigkill it. I do not see anything related to the map in the logs.

    When starting up SotA and logging in I still see:

    Code:
    NetworkingPeer: Connecting to "208.81.240.54:5055"
    Network storage reset
    Network storage reset
    Failed downloading agreements version, Unknown Error, 0
     
    (Filename: ./Runtime/Export/Debug.bindings.h Line: 43)
    
    Error Downloading EULA: Unknown Error
     
    (Filename: ./Runtime/Export/Debug.bindings.h Line: 43)
    
    Error Downloading TOS: Unknown Error
     
    (Filename: ./Runtime/Export/Debug.bindings.h Line: 43)
    
    
    It does login and see the EULA (because of your workaround fix).

    The funny thing is, the way you guys connect to the GroupServer and SceneServer does work. Maybe use that same connect with the EULA get and map get?
    Code:
    GroupServer: OnStatusChanged:Connect
    SceneServer: OnStatusChanged:Connect
    GroupServer: OnStatusChanged:EncryptionEstablished
    SceneServer: OnStatusChanged:EncryptionEstablished
    Requesting social lists...
    
    PS FYI: On my other distro's (Arch Linux, Gentoo) everything works (login, map).
     
    Sorthious likes this.
  7. Barugon

    Barugon Avatar

    Messages:
    15,713
    Likes Received:
    24,330
    Trophy Points:
    153
    Gender:
    Male
    So, I decided to try Ubuntu again and just work out the driver issue. Everything works now (except for the bugs that everyone else gets too).
     
    Jaesun, Sorthious and Mishikal like this.
  8. Undone

    Undone Trap Master Moderator SOTA Developer

    Messages:
    346
    Likes Received:
    848
    Trophy Points:
    43
    The map uses Unity's WWW class to check your connection and download the translation parameters before even starting the CEF plugin so we think that it's the same bug with the SSL stuffs.
     
    Feeyo and Mishikal like this.
  9. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    You are walking on very thin ice there :p
    So the million dollar question is: Which nvidia driver are u running? Long or short lived code brach?
     
  10. Alley Oop

    Alley Oop Bug Hunter Bug Moderator

    Messages:
    15,740
    Likes Received:
    19,500
    Trophy Points:
    153
    okay, just had the unloaded nvidia driver problem on live, so it's not the unity version causing it
     
  11. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    What did dmesg show you?

    Also what i think is weird, is that you are still seeing your desktop when the driver unloads?
    You have nouveau not blacklisted???
     
  12. Alley Oop

    Alley Oop Bug Hunter Bug Moderator

    Messages:
    15,740
    Likes Received:
    19,500
    Trophy Points:
    153
    not a thing odd in dmesg. and i don't even have nouveau installed.
     
  13. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    If the driver unloads you will see that in dmesg, I am 100% sure of that. nouveau could be enabled in the kernel.

    If nvidia.ko gets unloaded Xorg should crash/freeze bigtime. Are u sure not something else happens?
     
  14. Barugon

    Barugon Avatar

    Messages:
    15,713
    Likes Received:
    24,330
    Trophy Points:
    153
    Gender:
    Male
    390. Fedora was on 410.
     
  15. Feeyo

    Feeyo Avatar

    Messages:
    1,716
    Likes Received:
    2,520
    Trophy Points:
    113
    Location:
    Aelasar’s Forest
    Both versions are the long lived code branch, it has no new features added. Only bug fixes.
    The 396.54.09 is the short lived branch, newer code base and new features added. (Found that out today)
    So confusing these nvidia driver versioning.

    I am currently testing the 396.54.09, work pretty good.
     
  16. Barugon

    Barugon Avatar

    Messages:
    15,713
    Likes Received:
    24,330
    Trophy Points:
    153
    Gender:
    Male
    OMG, I didn't even realize that Ubuntu 18.10 is available. Upgrading....

    [edit] Now using Ubuntu 18.10 with Nvidia 410.
     
    Last edited: Nov 11, 2018
    Feeyo likes this.
  17. 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! Version 768!
     
    Barugon, Jaesun and Feeyo like this.
  18. 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! Version 769! This fixes a few major issues, such as AoE spells not working, Devotionals not working, deck swapping, and fizzle rate not updating on movement correctly. It also fixes the "you hit nothing" text bug, but traded it for a new "You are already performing another action" text that shows up when it shouldn't.
     
    Sentinel2, Sorthious, Feeyo and 3 others like this.
  19. 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 has been published, version 770! This has a fix for a potential freeze bug, fix for movement speed issue on the overworld, and not much else (small patch)
     
  20. Gia2

    Gia2 Avatar

    Messages:
    358
    Likes Received:
    638
    Trophy Points:
    55
    Gender:
    Male
    Performances are awesome on PC as well. Memory footprint hugely reduced compared to LIVE one on my rig
     
    Feeyo and Sorthious like this.
Thread Status:
Not open for further replies.