Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lefty420

Pages: [1]
1
General / error getting platform list from thegamesdb.net code $1
« on: January 31, 2019, 03:06:21 PM »
Hey guys I'm getting this error when I try and scrape artwork using ububtu bionic attract 2.5.1 Any of you fine wizards know what the problem is?

2
General / Cant compile 2.5.1 from source Ubuntu bionic
« on: January 28, 2019, 05:00:03 AM »
Hi guys I'm trying to compile 2.5.1 from git source but its returning errors. 2.5.0 compiles and installs fine.
Any advice?

lefty@steambox:~/dev/attract/attract$ make -j $(cat /proc/cpuinfo | grep -c processor)
flags: -Wl,--export-dynamic -I/usr/include/freetype2 -I/usr/include/libpng16 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/AL -I/usr/include/x86_64-linux-gnu -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/gameswf  -DUSE_XLIB -DUSE_XINERAMA -DUSE_FONTCONFIG -DUSE_LIBARCHIVE -DUSE_LIBCURL -DUSE_SWRESAMPLE
Compiling obj/fe_cmdline.o...
Compiling obj/fe_presentable.o...
Compiling obj/sprite.o...
Compiling obj/fe_present.o...
In file included from /usr/include/GL/gl.h:2055:0,
                 from /usr/include/SFML/OpenGL.hpp:54,
                 from src/fe_cmdline.cpp:34:
/usr/include/GL/glext.h:467:10: fatal error: KHR/khrplatform.h: No such file or directory
 #include <KHR/khrplatform.h>
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:456: recipe for target 'obj/fe_cmdline.o' failed
make: *** [obj/fe_cmdline.o] Error 1
make: *** Waiting for unfinished jobs....

3
General / Daphne ubuntu 18 help
« on: September 05, 2018, 05:13:55 AM »
Hey guys has anyone managed to get daphne running in attract ?
I have daphne installed from https://github.com/DavidGriffith/daphne which allows the games to be played with a script. To run the game you simply load run the script and the game name for example to load dragons lair

Quote
cd /home/lefty/daphne/
./run.sh lair

Games load perfect this way everything is handled in the script framefile ect. So I copied the sciprt to my /usr/bin/ so i can just execute run.sh gamename that's all working. So I made a Daphne.cfg

Code: [Select]
# Generated by Attract-Mode v2.4.1
#
executable           /usr/bin/run.sh
args                 "[name]"
rompath              /home/lefty/.daphne/roms
romext               .zip
system               daphne
artwork    flyer           /media/2tb/roms/daphne/flyer
artwork    marquee         /media/2tb/roms/daphne/marquee
artwork    snap            /media/2tb/roms/daphne/snap
artwork    wheel           /media/2tb/roms/daphne/wheel

My problem is sometimes the games load from attract sometimes they don't. If I run attract in a terminal I get a better chance of the game loading. But most of the time it will just hang and lock the screen at 640 x 480 and ill have to restart the session. This doesn't happen when i run the launch command manually at all. So I'm guessing its something with attract.

I've even tried creating individual .sh with the launch command and set the executable to /bin/bash and have the romfile as the .sh They load from terminal but don't load from attract. I'm stumped I've managed to get wine games to work with no issues but daphne has me stumped.

Any advice would be appreciated.   





Pages: [1]