Author Topic: [SOLVED] Spin themes do not work  (Read 6028 times)

linux4eva

  • Newbie
  • *
  • Posts: 4
    • View Profile
[SOLVED] Spin themes do not work
« on: October 28, 2015, 02:36:53 AM »
Hey!
Im trying out the frontend, but those nice spin theme do not work..
I'm getting following error launching with robospin theme:

Code: [Select]
Starting Attract-Mode 1.5.2 (Linux)
Config: /home/aleksandr/.attract/attract.cfg

*** Initializing display: 'mame'
 - Loaded master romlist 'mame' in 35 ms (10241 entries kept, 0 discarded)
 - Constructed 1 filters in 18 ms (10241 comparisons)
File not found: fade.nut
File not found: animate.nut

AN ERROR HAS OCCURED [the index 'FadeArt' does not exist]

CALLSTACK
*FUNCTION [main()] /home/aleksandr/.attract/layouts/robospin/layout.nut line [88]

LOCALS
[surface] INSTANCE
[usnap] INSTANCE
[flh] 1050
[flw] 1680
[fly] 1050
[flx] 1680
[my_config] TABLE
[vargv] ARRAY
[this] TABLE
Script Error in /home/aleksandr/.attract/layouts/robospin/layout.nut - the index 'FadeArt' does not exist
 - Loaded layout: /home/aleksandr/.attract/layouts/robospin/ (layout.nut)

Also I get an error message on black screen in the frontend itself:
"Unable to locate: ktmnt"

This is how it looks:


EDIT:
Solved by compiling v1.60 and installing it.
« Last Edit: October 29, 2015, 04:16:39 AM by linux4eva »

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Spin themes do not work
« Reply #1 on: October 28, 2015, 09:27:36 AM »
Linux4eva-

Hi! The layout works, but it looks like you have a path problem. Robospin is not finding the fade and animate modules which should be in a sub DIR of attract like this  /attract/modules/ ... 

linux4eva

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Spin themes do not work
« Reply #2 on: October 29, 2015, 04:01:58 AM »
Thanks for replying!

On my system the mentioned folder is located at
/usr/local/share/attract/modules/
and it obly contains two files:
conveyor.nut
submenu.nut

I installed attract-mode from the binaries provided by akafox since I could not compile myself.