Jump to content

Guppy

Members
  • Posts

    775
  • Joined

  • Last visited

Everything posted by Guppy

  1. That's very odd - guessing you've not updating the system? What's the result of aptitude versions libpng12-0
  2. Guppy

    Linux Mint?

    Posted the work around minutes before you hit send It's not pretty - but it works. http://www.leadwerks.com/werkspace/topic/9254-mint-16-ubuntu-1310/
  3. open a console in the leadwerks dir, before running launcher / install.sh sudo apt-get update sudo apt-get upgrade (shouldn't matter but it did) ./Launcher press Y and wait as some 300mb legacy packages is downloaded and installed sudo apt-get install unity-gtk2-module Now you can start leadwerks but it will crash on almost all menues - to fix that mkdir -p badlib cd badlib wget "http://dk.archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.46-3ubuntu4_i386.deb" dpkg -x libpng12-0_1.2.46-3ubuntu4_i386.deb . cd .. It can look a little offputting but it simply creates a new directory "badlib" enters "badlib" downloads an old version of the affected library extracts it locally changes back to the leadwerks dir after that run leadwerks ( every time ) as LD_LIBRARY_PATH=badlib/lib/i386-linux-gnu/ ./Leadwerks you can create a bash file for that - but hopefully the bug will be fixed soon™
  4. Wish I'd refreshed and seen this. Fixed it on Mint 16 with ( you only need old libpng as far as I can tell ) open comand prompt in your leadwerks install dir and type mkdir -p badlib cd badlib wget "http://dk.archive.ubuntu.com/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.46-3ubuntu4_i386.deb" dpkg -x libpng12-0_1.2.46-3ubuntu4_i386.deb . cd .. run as LD_LIBRARY_PATH=badlib/lib/i386-linux-gnu/ ./Leadwerks Version that mint 16 installs ( and 13.10 I guess ): [/size] $ aptitude versions libpng12-0 Package libpng12-0: i 1.2.49-4ubuntu1 saucy 500 Package libpng12-0:i386: i A 1.2.49-4ubuntu1 saucy 500
  5. Further digging ( installing -dev libraries for libpng12 ) and repetedly craching Leadwerks reveals that this is most likely caused by a corrupted (or missing png file) that is being copied and free()'d with out testing if the file actually did load. I cant seem to locate the file causing the crash the last loaded png when using the "open" icon is always: /usr/share/icons/Mint-X/actions/16/edit-find.png and for right clicking in the first quadrant : /usr/share/icons/Mint-X/actions/16/zoom-in.png Both of those files are in working order so that unfortunately doesn't help much
  6. Would be good if you could try to open any menu - rigth click in the 3d space, save a file or the like to see if your immune to the 13.10 bug http://www.leadwerks.com/werkspace/topic/9245-linux-leadwerks-crashes-on-opening-file-dialogues/
  7. Good news for me is that : *** Error in `./Leadwerks': free(): invalid pointer: 0x0c64ec30 *** is the exact bug I'm getting on mint16; bad news for you 13.10 is not supported you could try "sudo apt-get install unity-gtk2-module" but I'm fairly sure all it will do is remove the initial warning - you would still get a segfault from free being called on an unitialized variable
  8. Except that Josh specifically wrote that he would do a fall back for intel, but don't let me disrupt your usual ignorance with mere facts.
  9. The part I highligted with green means your using the correct driver - the part in red that said driver only supports opengl 3.3 for you card - so yes you will need a more recent graphics card.
  10. For the gtk-messages you could try sudo apt-get install unity-gtk2-module (tho supposedly ubuntu supplies this automagically) Either your hardware does not support opengl4 or you have the wrong driver installed Post the results of glxinfo | grep vendor; glxinfo | grep version
  11. If you want meaning full debug reports of reproducible problems releasing a debug binary for the editor would properly be a good idea.
  12. (My reply to you went missing it seems.) By "no problem" you mean that you were able to guess to replace appmenu-gtk:i386 with unity-gtk2-module (no prefix)? After doing that it also "works" on mint 16 ( = ubuntu 13.10 sans unity desktop ) but every time a menu or dialog is called it segfaults with a free() - presumably the previous menu handle is being forcibly freed with out checking if it was initialized. The segfault always occurs at the same address regardless of what menu I call - unfortunately the editor does not come with debug symbols. After 3-4 crashes the system locks up completely
  13. There are closed source packages that work just fine - it all comes down to the persons preparing the packages.
  14. Well I started to wonder just why leadwerks is attempting to pull in unity packages ( the desktop enviroment, not the other unity ) and came across this (Clem refering to Clement Lefebvre - lead dev of cinnamon and founder of mint) So to sum it up Leadwerks for linux requires you to a 32bit program that requires you to use the unity desktop environment ( the single thing that has cost ubuntu to loose most users ever )? No other gtk app has such ludicrous requirements. But searching even further for a soultion http://www.blitzbasic.com/Community/posts.php?topic=101357 Ignoring the messy advice of spamming symlinks instead of letting ldconfig do it's job we find this nugget:
  15. Gtk-Message: Failed to load module "unity-gtk-module" That error suggest your using ubuntu with a non unity desktop environment ( ala. kbuntu or mint ) - only Ubuntu 12.04 unity is supported
  16. sudo apt-get update sudo apt-get upgrade (even tho my update center says my system is up to date) and now ./install is ready to polute my system with 279mb worth of 32bit/i386 packages ... yay -.- hopefully this will solve it Thanks Shad, I'll try it once the installer is done mangling my system Edit: I'm at the exact same point as you with out that script ( - just forcing update/upgrade ) and it fails to resolv depencancies of legacy packages: Note, selecting 'unity-gtk2-module:i386' instead of 'appmenu-gtk:i386' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: unity-gtk2-module:i386 : Depends: unity-gtk-module-common:i386 (>= 0.0.0+13.10.20130716.1-0ubuntu1) but it is not installable E: Unable to correct problems, you have held broken packages. good stuff
  17. $35,000 - 64-bit Builds: We’ll provide 64-bit builds of the Leadwerks engine library, along with the 32-bit library. (We decided to provide this for Linux by default. The stretch goal is for 64-bit builds on Windows and Mac.) so yeah. ofcourse it specifically says "engine" not "editor", kinda hoping the editor will be 64bit aswell - not much point in having a the editor run legacy mode
  18. Well if The editor (hopefully not The engine aswell) is intentionally 32bit that may explain it - it would need 32 bit libs - any chance we could get a 64bit build? I would rather not polute my system with i386/32bit libs. (Sendt from my phone - sorry about typos)
  19. (Mint 16 - bascially ubuntu with a different UI) "Launcher" stalls at 50% - pressing any key closes the window, if I launch from the console I notice; ~/Leadwerks$ ./Launcher ./Leadwerks: error while loading shared libraries: libglib-2.0.so.0: cannot open shared object file: No such file or directory Bit odd - so I checked install.sh and it seems to be linking a lot of 32 bit libs, and what's more while "Launcher" is 64bit "Leadwerks is 32bit" morten@guppybox:~/Leadwerks$ file Launcher Launcher: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0x8558d5857c9aeb1689ed048d6134d7ac420cffd3, stripped morten@guppybox:~/Leadwerks$ file Leadwerks Leadwerks: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0xd958f10111e42f01d6439fe55bea34c347510b69, stripped and no I'm not missing opengl $ glxinfo | grep vendor server glx vendor string: ATI client glx vendor string: ATI OpenGL vendor string: Advanced Micro Devices, Inc.
  20. "It's time to claim your reward!" The reward was for linux only, I take it windows/mac part will follow later? "Please use the username and password below" How do I attach it my my leadwerks account? Steam ? I think it's been covered but between my kid being sick and the ouya bomb, I'd like to have it repeated how do I add this to my steam account? (and do I need to - I think I could just pull/push workshop items though the indie version I got on steam?)
  21. wouldn't ~/Leadwerks (= /home/username/Leadwerks) make more sence as it doesn't require elevated privileges ?
  22. He was wrong now he is admitting as much and attempting to rectify it, why are you haunting him? I mean even R2 has been known to make mistakes... from time to time... As a side note when I backed LE it was 50/50% wanting to attract talented indie developers to linux and creating child friendly games 3D for the OUYA in the comfort of linux. I decided to not ask for a refund because the first 50% still apply and I hope LE will be able to deliver. As for the second 50% I am hoping josh will allow us to discus/share experiences with each other about engines that actually do support android/OUYA, we could each do the research our selves but would very time consuming wading through the sea of offerings
  23. Currently there is only a windows version available
  24. You could try "Insane Bump" dl: https://sites.google.com/site/ccdsurgeon/download Info: http://blenderartists.org/forum/showthread.php?317041-Insane-Bump-2-0-overhauled-Crazy-bump-alternative
×
×
  • Create New...