Can't play any new versions (native library CPU support)

Your CPU technically should technically work.

It has the required extensions:

    MMX instructions
    SSE / Streaming SIMD Extensions
    SSE2 / Streaming SIMD Extensions 2
    SSE3 / Streaming SIMD Extensions 3
    SSSE3 / Supplemental Streaming SIMD Extensions 3
    SSE4 / SSE4.1 + SSE4.2 / Streaming SIMD Extensions 4  ? 
    EM64T / Extended Memory 64 technology / Intel 64  ? 
    VT-x / Virtualization technology  ? 

So I’m thinking that there is a mistake in the Thrive native library compilation enabling some CPU feature it shouldn’t. I’ll double check all the compiling stuff again next week, but I cannot test this stuff myself at all because my really terrible testing laptop has the following CPU features and it works perfectly fine:

    MMX instructions
    Extensions to MMX
    SSE / Streaming SIMD Extensions
    SSE2 / Streaming SIMD Extensions 2
    SSE3 / Streaming SIMD Extensions 3
    SSSE3 / Supplemental Streaming SIMD Extensions 3
    SSE4 / SSE4.1 + SSE4.2 / Streaming SIMD Extensions 4  ? 
    SSE4a  ? 
    AES / Advanced Encryption Standard instructions
    AVX / Advanced Vector Extensions
    BMI1 / Bit Manipulation instructions 1
    F16C / 16-bit Floating-Point conversion instructions
    FMA3 / 3-operand Fused Multiply-Add instructions
    FMA4 / 4-operand Fused Multiply-Add instructions
    TBM / Trailing Bit Manipulation instructions
    XOP / eXtended Operations instructions
    AMD64 / AMD 64-bit technology  ? 
    AMD-V / AMD Virtualization technology
    Turbo Core 3.0 technology

Unless we get logs (or info about what CPU they have) form the original poster, we’ll never know what issue they had specifically.