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.


Messages - mjnman

Pages: [1]
1
Themes / Re: Verted -- Layout for Vertical Cabinets
« on: April 09, 2021, 02:23:50 PM »
Thank you....It would be interesting if there is a left side of the custom1 command.  :P...maybe custom2  :-*

2
Themes / Re: Verted -- Layout for Vertical Cabinets
« on: April 09, 2021, 01:24:29 AM »
Thanks for the theme. I like and use it.
There is a little bug when switch from "Video" to "Flayer", "Info" ecc. The game list disappears when go down or go up.

3
Themes / Re: [download v1.0] FLAT BLUE theme released
« on: March 30, 2021, 05:09:34 AM »
I kept the theme zipped, it would not run otherwise
I've heard that before - maybe it has something with the file structure (having subfolders)

Same here. Unzipped it doesn't work with either AM 2.2.0-3 or 2.2.1-50. Output from the latter:

Code: [Select]
*** Initializing display: 'Flat Blue'
 - Loaded master romlist 'mame' in 273 ms (33336 entries kept, 0 discarded)
 - Constructed 2 filters in 6 ms (66672 comparisons)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/helperfunctions.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/vectors.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/layoutsettings.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/sidebar.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/mamedats.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/mainmenu.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/background.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/infopanel.nut)

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

CALLSTACK                                                                                                                                                                                                                                             
*FUNCTION [main()] /home/user/.attract/layouts/flat_blue/layout.nut line [63]                                                                                                                                                                       
                                                                                                                                                                                                                                                     
LOCALS                                                                                                                                                                                                                                               
[vargv] ARRAY                                                                                                                                                                                                                                         
[this] TABLE                                                                                                                                                                                                                                         
Script Error in /home/user/.attract/layouts/flat_blue/layout.nut - the index 'LayoutSettings' does not exist                                                                                                                                       
 - Loaded layout: /home/user/.attract/layouts/flat_blue/ (layout.nut)                                                                                                                                                                               
 - Layout is empty, initializing with the default layout settings                                                                                                                                                                                     

In zipped form it works fine.

Another matter:

How do I point the theme to my icons folder for icons instead of snaps in the sidebar? I tried to set an artwork folder names "icons" to the icons folder, but it didn't work.

The problem are the case sensitive linux path in file layout.nut.
The correct values is:

fe.do_nut("scripts/HelperFunctions.nut");
fe.do_nut("scripts/Vectors.nut");
fe.do_nut("scripts/LayoutSettings.nut");
fe.do_nut("scripts/SideBar.nut");
fe.do_nut("scripts/MAMEDats.nut");
fe.do_nut("scripts/MainMenu.nut");
fe.do_nut("scripts/Background.nut");
fe.do_nut("scripts/InfoPanel.nut");
// fe.do_nut("scripts/OverlayMenu.nut");

4
General / Re: package debian Buster
« on: September 02, 2019, 05:58:42 AM »
OK thank you. Downloaded and build with:

- "git clone http://github.com/mickelson/attract attract"
- "dpkg-buildpackage -rfakeroot"

seems to be working

5
General / package debian Buster
« on: September 01, 2019, 01:18:03 PM »
Hi,
please, where I can find tha packge for debian 10 buster?
thank you

6
General / Re: Debian stretch package
« on: September 14, 2017, 01:58:55 AM »
thank you  :-*

7
General / Debian stretch package
« on: August 22, 2017, 08:59:15 AM »
Hi,
in download section i can see only the debian jessie version of attract-mode  :-[ :-[. There are some dependencies with jessie version which i can't find on stretch.
Please, someone can upload the debian stretch version?
thank you  :o

Pages: [1]