Search Unity

Rust and Unity

Discussion in 'Linux' started by yuekin80, May 20, 2019.

  1. yuekin80

    yuekin80

    Joined:
    May 20, 2019
    Posts:
    2
    Hi guys,

    I am using Debian 9.9 with Rust videogame. I don't find any solution to have working this game anymore. I have seen some guys are playing it but it was with Manjaro

    Which version of libraries does Unity have to use?

    For me is using:


    Package Version installed
    libc6:amd64 2.24-11+deb9u4

    File Point
    libdl.so.2 /lib/x86_64-linux-gnu/libdl.so.2
    librt.so.1 /lib/x86_64-linux-gnu/librt.so.1
    libm.so.6 /lib/x86_64-linux-gnu/libm.so.6
    libpthread.so.0 /lib/x86_64-linux-gnu/libpthread.so.0
    libc.so.6 /lib/x86_64-linux-gnu/libc.so.6
    /lib64/ld-linux-x86-64.so.2 <NONE>

    Package Version installed
    libgcc1:amd64 1:6.3.0-18+deb9u1

    File Point
    libgcc_s.so.1 /lib/x86_64-linux-gnu/libgcc_s.so.1


    For Manjaro


    Manjaro 18.0.4 Illyria - Rust dynamic libraries
    ---------------------------------------------------------------------------------------------------------

    Package Version installed
    glibc 2.28-5

    File Point
    libdl.so.2 /usr/lib/libdl.so.2
    librt.so.1 /usr/lib/librt.so.1
    libm.so.6 /usr/lib/libm.so.6
    libpthread.so.0 /usr/lib/libpthread.so.0
    libc.so.6 /usr/lib/libc.so.6


    Package Version installed
    gcc-libs 8.2.1+20181127-1

    File Point
    libgcc_s.so.1 /usr/lib/libgcc_s.so.1

    I think there is a issue in libc with Unity. Version of unity is 2018.3.3f1
     
    Last edited: May 20, 2019
  2. yuekin80

    yuekin80

    Joined:
    May 20, 2019
    Posts:
    2
    Errors appears in game logs:

    Code (Boo):
    1. Receiving unhandled NULL exception
    2. #0  0x007fc69f33c2e1 in _nv042glcore
    3. #1  0x00000000963366 in std::pow(float, float)
    4. #2  0x000000009a11b3 in std::pow(float, float)
    5. #3  0x00000000964f20 in std::pow(float, float)
    6. #4  0x00000000973131 in std::pow(float, float)
    7. #5  0x00000000b6d591 in std::pow(float, float)
    8. #6  0x00000000aef32c in std::pow(float, float)
    9. #7  0x00000000aef8f6 in std::pow(float, float)
    10. #8  0x00000000b53c73 in std::pow(float, float)
    11. #9  0x00000000b56c43 in std::pow(float, float)
    12. #10 0x00000000cf7e6d in std::pow(float, float)
    13. #11 0x00000000912c5c in std::pow(float, float)
    14. #12 0x00000000910aa2 in std::pow(float, float)
    15. #13 0x00000000910bd9 in std::pow(float, float)
    16. #14 0x00000000ca37c0 in std::pow(float, float)
    17. #15 0x007fc6a66834a4 in start_thread
    18. #16 0x007fc6a63c5d0f in clone
    19.  
    20.  
     
    Last edited: May 20, 2019