Jump to content

Kev0055

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Kev0055

  1. Installed Leadwerks and upgraded to standard edition with C++ coding on Ubuntu 14.04 64-bit. Started up fine before adding the standard addition DLC. Now I get the following (had to launch steam from terminal to see messages for Leadwerks startup): Game update: AppID 251810 "Leadwerks Game Engine", ProcID 30321, IP 0.0.0.0:0 Gtk-Message: Failed to load module "overlay-scrollbar" Gtk-Message: Failed to load module "unity-gtk-module" (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. (steam:27673): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number Setting breakpad minidump AppID = 251810 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198019635295 [API loaded no] Syncing Addons... Initializing... Initializing OpenGL4 graphics driver... OpenGL version 441 GLSL version 440 Device: AMD Radeon HD 7500M/7600M Series Segmentation fault (core dumped) Game removed: AppID 251810 "Leadwerks Game Engine", ProcID 30323
  2. Yeap, I moved it to the top of the list for Debug and Release versions.
  3. Added dl in Link Libraries, but still getting undefined reference on dlclose@@GLIBC_2.2.5. System: Ubuntu 14.04 LTS 64-bit.
  4. Just updated to latest 3.2 Leadwerks Standard Edition Linux version and getting the following message when launching: "error while loading shared libraries: libsteam_api.so: cannot open shared object file: No such file or directory" Running on Linux 14.04 64-bin Ubuntu. No issues prior to the update. I did a clean install just in case and still getting the error. PS - ldd command gives following (obviously): libsteam_api.so => not found
  5. I installed the "dev" package of libopenal1 and the project compiles successfully, so I wonder if having the "dev" packages needs to be a prerequisite for some of the libraries (openAL, openGL, etc) along with the library packages.
  6. Just installed Leadwerks 3.2 and started a new C++ project in Ubuntu 14.04. I ran the install.sh script so all the dependencies should be met. When attempting to build from Code blocks, I'm getting the following: ||=== Build: Debug in CPP_Game_1 (compiler: GNU GCC Compiler) ===| /home/username/Leadwerks/Include/Leadwerks.h|94|fatal error: AL/al.h: No such file or directory| ||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===| Any ideas as to what's wrong?
×
×
  • Create New...