Jump to content

Leadwerks on Linux running and debuging not working.


Go to solution Solved by Parsiuk,

Recommended Posts

Posted

Log File:
Executing "\root\Documents\Leadwerks\Projects\Test3\Test3"...
ERROR: ld.so: object '/root/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
/root/Documents/Leadwerks/Projects/Test3/Test3: /root/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libcurl.so.4: version `CURL_OPENSSL_4' not found (required by /root/Documents/Leadwerks/Projects/Test3/Test3)
Process Complete.

Steam System Information:
 
Processor Information:
    CPU Vendor:  GenuineIntel
    CPU Brand:  Intel(R) Core(TM) i3-4150 CPU @ 3.50GHz
    CPU Family:  0x6
    CPU Model:  0x3c
    CPU Stepping:  0x3
    CPU Type:  0x0
    Speed:  3500 Mhz
    4 logical processors
    2 physical processors
    HyperThreading:  Supported
    FCMOV:  Supported
    SSE2:  Supported
    SSE3:  Supported
    SSSE3:  Supported
    SSE4a:  Unsupported
    SSE41:  Supported
    SSE42:  Supported
    AES:  Supported
    AVX:  Supported
    CMPXCHG16B:  Supported
    LAHF/SAHF:  Supported
    PrefetchW:  Unsupported
 
Operating System Version:
    Unknown (64 bit)
    Kernel Name:  Linux
    Kernel Version:  4.19.23
    X Server Vendor:  The X.Org Foundation
    X Server Release:  11906000
    X Window Manager:  JWM
    Steam Runtime Version:  steam-runtime_0.20190711.3
 
Video Card:
    Driver:  NVIDIA Corporation GeForce GT 1030/PCIe/SSE2
    Driver Version:  4.6.0 NVIDIA 410.93
    OpenGL Version: 4.6
    Desktop Color Depth: 24 bits per pixel
    Monitor Refresh Rate: 60 Hz
    VendorID:  0x10de
    DeviceID:  0x1d01
    Revision Not Detected
    Number of Monitors:  1
    Number of Logical Video Cards:  1
    Primary Display Resolution:  1024 x 768
    Desktop Resolution: 1024 x 768
    Primary Display Size: 20.08" x 11.42" (23.07" diag)
                                            51.0cm x 29.0cm (58.6cm diag)
    Primary Bus: PCI Express 4x
    Primary VRAM: 2048 MB
    Supported MSAA Modes:  2x 4x 8x 16x 
 
Sound card:
    Audio device: Realtek ALC887-VD
 
Memory:
    RAM:  7922 Mb
 
Miscellaneous:
    UI Language:  English
    LANG:  hu_HU.UTF-8
    Total Hard Disk Space Available:  112157 Mb
    Largest Free Hard Disk Block:  98984 Mb
    VR Headset: None detected

  • 1 month later...
  • Solution
Posted

HA! Got exactly the same issue today! I found answer in this thread:

TL;DR: the most interesting bit:

cd /home/$USER/.steam/ubuntu12_32/steam-runtime/pinned_libs_64

mv libcurl.so.4 libcurl.so.4.bak

ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4 libcurl.so.4

 

  • 2 months later...
Posted
On 9/16/2019 at 10:28 PM, Parsiuk said:

HA! Got exactly the same issue today! I found answer in this thread:

TL;DR: the most interesting bit:


cd /home/$USER/.steam/ubuntu12_32/steam-runtime/pinned_libs_64

mv libcurl.so.4 libcurl.so.4.bak

ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4 libcurl.so.4

 

It is working on BIonicpup64 with this.Big thanks :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...