aiaf Posted April 27, 2018 Share Posted April 27, 2018 Ubuntu 18.04 was just released and is a lts version i did a fresh install on my laptop. So i can report Leadwerks is working well. After installing a bunch of missing dependencies, got lots of errors on linking: /usr/bin/x86_64-linux-gnu-ld: Source/Libs/Leadwerks/Library/Linux/Debug/Leadwerks.a(dgCollisionChamferCylinder.o): relocation R_X86_64_32 against symbol `_ZTV26dgCollisionChamferCylinder' can not be used when making a PIE object; recompile with -fPIC The fix was to add in CXX_FLAGS -no-pie option. Dont know the details of this but solved the issue. Cheers 2 Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
geldoronie Posted November 13, 2018 Share Posted November 13, 2018 I got the same problem, Thanks aiaf. Quote Link to comment Share on other sites More sharing options...
reepblue Posted November 20, 2018 Share Posted November 20, 2018 Keep in mind you might run into an issue in which the engine will require libcurl3 but the OS has libcurl4 installed by default (or vise versa.) 1 Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
SpEcIeS Posted December 11, 2018 Share Posted December 11, 2018 A short while ago I post the libcurl issue on the Steam discussion with the title "Ubuntu 18.04 -> `CURL_OPENSSL_3' not found". Later I figured out a workaround, but it requires the Professional Edition DLC. "Looks like a workaround has been found. If a project is opened up using the Leadwerks editor, and attempted to run it fails, due to the problem indicated above. However, if the project is opened up in Codeblocks, recompiled, and then reopened up in Leadwerks it will run as it should. This test was performed using Leadwerks 4.5 and requires the Profession Edition DLC." Quote SpEcIeS Link to comment Share on other sites More sharing options...
Josh Posted December 15, 2018 Share Posted December 15, 2018 I just installed Ubuntu 18 on my laptop. I will see if maybe we can drop the lib right into the dir and do it that way. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted December 15, 2018 Share Posted December 15, 2018 Tbh we should do this for every dependency possible. Definitely if 4.6 is the final release of the engine unless you wish to maintain it every 2-4 years once a new LTS ships. 1 Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted December 24, 2018 Share Posted December 24, 2018 I tried Leadwerks on a new install of Ubuntu 18.04 and it worked fine, except that it can't initialize graphics because I can't get the proprietary driver installed on my laptop. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
aiaf Posted December 24, 2018 Author Share Posted December 24, 2018 What graphic card you have ? Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
carlb Posted December 24, 2018 Share Posted December 24, 2018 seem to remember you have nvidia mobile gpu or is that wrong mobile graphic are a pain as lot of the time as the driver for full gpu dont have the mobile id in them to work Quote Asus ROG STRIX B350-F GAMMING AMD Ryzen 7 1700x 32 gb ddr4 15 TB raid 5 HD Nvidia EVGA 1060GTX Win10 64bit Link to comment Share on other sites More sharing options...
aiaf Posted December 24, 2018 Author Share Posted December 24, 2018 it always worked for me to install the proprietary drivers from ubuntu ui .. if you have nvidia you could try to install driver manually: https://www.nvidia.com/object/unix.html Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
Josh Posted December 24, 2018 Share Posted December 24, 2018 3 hours ago, aiaf said: it always worked for me to install the proprietary drivers from ubuntu ui .. if you have nvidia you could try to install driver manually: https://www.nvidia.com/object/unix.html That's what I did. Driver failed to install, now it won't boot. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted December 24, 2018 Share Posted December 24, 2018 Try looking up your model with Linux in the search. Usually there is somebody else trying to do the same thing. To clarify, you got the driver from the repo or a Deb on the internet. The Nvidia package in the repo should have worked. Then again, the computer was designed to run Windows but Nvidia is usually good about drivers. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
aiaf Posted December 25, 2018 Author Share Posted December 25, 2018 I suppose you first tried the ubuntu updater in gui and that didn't work either.Thats usual way to install. You could try ubuntu 18.10, is not an lts version. Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
Josh Posted December 26, 2018 Share Posted December 26, 2018 Does anyone have a comment on this, rather than on my graphics drivers?: On 12/23/2018 at 8:46 PM, Josh said: I tried Leadwerks on a new install of Ubuntu 18.04 and it worked fine, except that it can't initialize graphics because I can't get the proprietary driver installed on my laptop. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted December 26, 2018 Share Posted December 26, 2018 What worked? Please clarify. I took it as it compiled but will not launch die to the lack of the driver. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted December 26, 2018 Share Posted December 26, 2018 The program launches just fine. When you start Leadwerks the first time, graphics are not initialized until a project is created. The fact that the program starts means all required libraries are present. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted December 26, 2018 Share Posted December 26, 2018 Try building a game project and then execute it. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted December 27, 2018 Share Posted December 27, 2018 Since my Ubuntu install is now bricked I am not going to try it. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
carlb Posted December 27, 2018 Share Posted December 27, 2018 can you not ssh in on the ubuntu as normal once you in you should be able to fix or check the log files /var/log Quote Asus ROG STRIX B350-F GAMMING AMD Ryzen 7 1700x 32 gb ddr4 15 TB raid 5 HD Nvidia EVGA 1060GTX Win10 64bit Link to comment Share on other sites More sharing options...
martyj Posted January 8, 2019 Share Posted January 8, 2019 On 12/27/2018 at 2:52 PM, Josh said: Since my Ubuntu install is now bricked I am not going to try it. @Josh Did you mess up your xorg.config? Usually installing graphics drivers causes displays to get lost. If you press Ctrl + Alt + F4 this will give you a command line login without GPU. If you are still in Utah we can meet up some time so I can try to help you resolve it. Having an Ubuntu version of Leadwerks is important to me. Quote Link to comment Share on other sites More sharing options...
Josh Posted March 3, 2019 Share Posted March 3, 2019 I’m working on this now. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
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.