Jump to content

Deh

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Deh

  1. Leadwerks was super buggy for me on Arch, it kept crashing...

    So I did 2 things to get it working properly and flawlessly.

    1. Using the beta branch.

    Using the beta branch corrected for me the crashes when a file dialog was supposed to pop-up and some others.

    To use the beta branch you need to right click on Leadwerks on steam then click on properties, as shown below.

    first.png.a1c627258675cbb98224c845585f8756.png

    The properties panel will then show, select the betas row and select beta as shown below.

    sec.png.1983a95a28d5858119f8f2b021455be0.png

     

    2. Installing libcurl-compat

    Installing libcurl-compat from the community repos solved the following error.

    1914167440_Screenshotfrom2018-09-2118-32-04.png.345fdf6047b14de5b7f115426f742fb0.png

    There is 2 way to install libcurl-compat properly in order to be able to run and debug your games, the first and recommended one being to copy the libcurl-compat library from /lib to /home/$USER/Documents/Leadwerks/Projects/{Your project's name} and to rename it to libcurl.so.4. Once your game is published to a standalone you may also need to drop your new libcurl.so.4 in the root folder of your game as shown below.

    aaa.thumb.png.a817a2528beb260b0107e25fe2227c1b.png

    aa.thumb.png.1b447ca2b42b3b4a4c4336260ecea564.png

    The second and least recommended one is to replace /lib/libcurl.so.4 by libcurl-compat, but you may also need to put libcurl-compat into the standalone game's folder.

    Feel free to submit your questions or alternative fixes.

    I wish I've helped you!

     

     

    • Like 1
    • Thanks 1
×
×
  • Create New...