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 - jimmer

Pages: [1] 2 3
1
General / Re: Set theory maths needed ?
« on: April 01, 2020, 06:29:53 AM »
Yes, it's possible and your rule looks correct. Is it not working how you want/expect?

My filter above includes eg 842way.tag if that file is present.  I can see the advantages of the way it works,  eg my filter would also select '8way_fighters' and 8way_shmups' if I had those tag files.

I would prefer a rule that picks only '8way' and '2way' and not other matching filenames.  It's not that important, now that I know what's going on. It seems like equals instead of contains should give me what I want, but I can't find a syntax that works. eg Tags equals 8way  doesn't select any roms.

2
General / Re: Set theory maths needed ?
« on: March 25, 2020, 03:44:16 PM »

Thanks, this works for me now:   

   filter               82way_Not_Favourites
      rule                 Favourite not_equals 1
      rule            Tags contains 8way|2way

I'm sure I tried this yesterday, but I guess it failed then because there was probably also a tag file called 842way.tag which got included and brought in the 4way games that I didn't want.

What I'm trying to include in this filter is just the two tag files called exactly 8way and 2way, Is that possible? 

3
General / Re: Set theory maths needed ?
« on: March 24, 2020, 08:19:59 AM »
necro bump!

I ran into problems again today because I was trying to use tag filenames 4way and 42way and 842way.   Above I said that filters couldn't start with a number, but that's not true.  The problem is that 42way matches to eg 842way.

It seems kinda dumb now, but I never noticed/paid attention to the CONTAINS in the syntax.

But now I find myself not knowing what the syntax means or what the options are. I tried equals instead  ( rule         Tags equals 4way )  but that didn't work.

I've got it working using tag files with names that aren't substrings of each other, but now I'm thinking it would be nice to have eg 3 tag lists 8way, 4way, 2way, and be able to OR them together in different combinations. But I haven't managed to get that working ????
 

4
Launching explorer.exe should give you a full desktop environment.

That's what I expected, as that's what happens usually if you have to restart explorer.  But then I thought it might be different because the desktop hasn't been previously started. 

So now I'm a bit confused.  It's not causing me a problem though, I can still do whatever I need to.

5

Going straight to Attract_Mode is nice as I no longer have to pause for a few seconds to allow windows aero desktop to come fully alive. 

My exit routine (it provides some options) wasn't getting focus, attract mode wasn't disappearing. Solved that with the exit command: start exit.bat

My question is, how do I launch the usual windows 7 desktop if I want it ?  explorer.exe just gives me a windows explorer window.

6
TRIPLE WHAMMY   :D

I can't remember who it was, but a year ago I found a post from someone saying version 2.0.0-rc2 solved their problems, and it solved mine too.







7
2.0.0.cr2 is the ONLY version in the 2's that works properly on my arcade cabinet:  Win7 64bit SP1 aerotheme (necessary) Intel HD2000 integrated graphics.

Give it a go and report back. It could be a good clue for the developers.

8
General / Re: The dreaded MAME black screen on exit
« on: November 13, 2018, 07:51:57 AM »
2.0.0.cr2 is the ONLY version in the 2's that works properly on my arcade cabinet:  Win7 64bit SP1 aerotheme (necessary) Intel HD2000 integrated graphics.

Give it a go and report back. It could be a good clue for the developers.

9
General / Re: Attract Mode 2.5.1 experimental build available for Windows
« on: November 13, 2018, 07:46:54 AM »

I will test if you are trying to fix focus/blackscreen problems. 

Currently I'm on  2.0.0.cr2 as it's the only version I've found that works on my arcade cabinet. Most versions of AM work fine on my desktop.

cabinet:  Win7 64bit SP1 aerotheme (necessary) Intel HD2000 integrated graphics.
desktop: Win7 64bit SP1 aerotheme (necessary) NVIDIA GeForce GT 710

I just tried 2.5.0 and your 2.5.1exp with fresh mame0203b 64bit binary.

They both exhibit this bad behaviour:

After loading AM, selecting a game (frogger) gives Blackscreen.
Game is not running in background. Alt+Tab, windows Key, Alt+F4, ESC all seem to do nothing,
I have to Ctrl+Alt+Del and select Task Manager.
I can then see the various windows tabs in the task bar, and can select Mame.   
When I Esc out of the game, the TaskManager is in front of AM, but I can click onto AM
from there everything works fine from then on.

If I do an exit to desktop and then restart AM, I'm back to square1: I get the blackscreen when select a game.


10
General / Re: Set theory maths needed ?
« on: November 10, 2018, 03:17:15 AM »

I've done quite a few panels :)  https://www.jbgaming.co.uk/control-panels/

I have a custom clip system, and each panel has a Pro Micro ATmega32U4 (£3).
Panel swap video  https://www.youtube.com/watch?time_continue=56&v=IXV5nvFqEjE

For myself I always have a working Defender panel, and sometimes I have a Robotron and a Missile Command but I keep robbing the controls from them when stocks run low!

11
General / Re: Set theory maths needed ?
« on: November 09, 2018, 03:08:46 PM »
thanks progets, when I read your first reply I didn't process it well, and went to the link which didn't help. Problem was that I was so used to using a different romlist for each display, it took a while to realise I could share the romlist.   I actually worked it out myself while I was away, but if I hadn't you would have saved me :)

I also got rid of the 'good' tag and went back to using favourites instead of tags (no need for user to see list of tags)

also discovered that tags can't start with a number in v2.0.0

here's mine:

display   DefenderPlus8way
   layout               basic_panels_DefenderPlus8way
   romlist              mame_defenderplus842way
   in_cycle             yes
   in_menu              yes
   global_filter       
      rule                 FileIsAvailable equals 1
   filter               Faves_842way
      rule                 Favourite equals 1
   filter               Defenders
      rule                 Tags contains defender
   filter               Faves_82way
      rule                 Favourite equals 1
      rule                 Tags not_contains z4way
   filter               The_Rest_8way
      rule                 Favourite not_equals 1
      rule                 Tags not_contains defender

display   DefenderPlus4way
   layout               basic_panels_DefenderPlus4way
   romlist              mame_defenderplus842way
   in_cycle             yes
   in_menu              yes
   global_filter       
      rule                 FileIsAvailable equals 1
      rule                 Tags contains z42way
   filter               Faves_42way
      rule                 Favourite equals 1
   filter               Defenders
      rule                 Tags contains defender
   filter               The_Rest_4way
      rule                 Favourite not_equals 1
      rule                 Tags not_contains defender


here's the panel if anyone's interested

12
General / Re: Set theory maths needed ?
« on: November 09, 2018, 12:32:55 PM »


Here's how I would normally do it:

display   DefenderPlus8way
   layout               basic_panels_DefenderPlus8way
   romlist              mame_defenderplus8way
   in_cycle             yes
   in_menu              yes
   global_filter       
      rule                 FileIsAvailable equals 1
   filter               Faves
      rule                 Tags contains faves
   filter               Good
      rule                 Tags contains good|faves
   filter               Defenders
      rule                 Tags contains defender
   filter               The_Rest_8way
      rule                 Tags not_contains faves
      rule                 Tags not_contains good
      rule                 Tags not_contains defender


display   DefenderPlus4way
   layout               basic_panels_DefenderPlus4way
   romlist              mame_defenderplus4way
   in_cycle             yes
   in_menu              yes
   global_filter       
      rule                 FileIsAvailable equals 1
   filter               Faves
      rule                 Tags contains faves
   filter               Good
      rule                 Tags contains good|faves
   filter               Defenders
      rule                 Tags contains defender
   filter               The_Rest_4way
      rule                 Tags not_contains faves
      rule                 Tags not_contains good
      rule                 Tags not_contains defender

The problem with above is that there are common games on the 2 menus, but the faves (and good) lists are separate. So eg The user adds Asteroids to Faves on the 4way menu, but it won't be in Faves on the 8way menu.




I could do this:

display   DefenderPlus842way
   layout               basic_panels_DefenderPlus8way
   romlist              mame_defenderplus842way
   in_cycle             yes
   in_menu              yes
   global_filter       
      rule                 FileIsAvailable equals 1
   filter               Faves_4way
      rule                 Tags contains faves
      rule                 Tags contains 4way|2way
   filter               Good_4way
      rule                 Tags contains good|faves
      rule                 Tags contains 4way|2way
   filter               Defenders
      rule                 Tags contains defender
   filter               Faves_8way
      rule                 Tags contains faves
      rule                 Tags contains 8way|2way
   filter               Good_8way
      rule                 Tags contains good|faves
      rule                 Tags contains 8way|2way
   filter               The_Rest
      rule                 Tags not_contains faves
      rule                 Tags not_contains good
      rule                 Tags not_contains defender

But the problems here are:
1) User can select an 8way game when joystick is in 4way configuration [maybe not a problem, up to 'super-user' to leave joystick in 8way config.]
2) User can redefine games as 4way 8way or not.

Ahhhh.  I've just realised I could have 2 modes, allowing the Owner/super-user of the cab to launch Attract Mode in either EDIT mode or SAFE mode.  That might make the above acceptable. 

13
General / Set theory maths needed ?
« on: November 09, 2018, 11:10:06 AM »

Just wondering if anyone can come up with a clever Attract_mode based solution to my current dilemma.

My cabinet has swappable control panels. I set up a different gameslist for each panel, so that the user only sees games that the control panel can play. The button to swap the display/gamelist is under the panel so once the panel is clipped down everything is 'safe'.

My problem is now where I have a combination as follows. I have a Defender layout, plus Left and Right buttons, plus a 4/8 way swappable joystick.  The 4/8way is a JLF so the gate is swapped by lifting the panel.  I can treat the 2 configuration as 2 panels because changing the gate is same effect as swapping to a different panel.  That works OK except for that the favourites doesn't work how I'd like for the Left/Right games eg Asteroids, if the user sets it as a favourite I want it to be a favourite for both the 4way display and the 8way display/gamelist.

Note: I'm using tags for setting favourites etc.   I could do it by having tags for 4wayfaves, 8wayfaves,2wayfaves and then have a single display with filters for 8+2way and 4+2way, but that would not be foolproof as it needs the user to know about 4way and 8way games.

At the moment I only have a bad external solution: on exit, I could examine the favourites lists from both displays and copy relevant games across (or just form a union of the lists).








 



 
 

14
General / Re: AM no longer responds after exiting a MAME game
« on: November 25, 2017, 02:50:41 PM »
Hey Yellowbird,

I like the idea of short press for pause and long press for exit. Any chance you could share the script please? I've not used AHK before.

15
General / Some notes on Lost focus / Temporary Freeze on game exit win7-64
« on: November 25, 2017, 05:27:40 AM »
Thinking of moving from XP-32 to win7-64 for my MAME system.

My current AM setup was AM2.0.0

Moving to win7-64  I have a problem with loss of focus on exit from game. Tried various new versions. Sometimes the problem only happens if I exit the game with 8s of selecting it. Some AM versions give a blank screen, some give a frozen game list.  Note: some users are putting scripts in place to  fix the focus problem.

Thanks to a comment here: https://github.com/mickelson/attract/issues/199  I found that AM2.0.0RC2 works

My results:


On win7-64 desktop, core i3, nvidia GT710, LCD monitor. 
groovymame171 (not using switchres etc).


GOOD:
1.6.2.32
1.6.2.64
2.0.0.rc2.32
2.0.0.rc2.64

FAST EXIT PROBLEM  (exit before 8s in game)
2.0.0.64
2.1.0.32
2.1.0.64

GENERAL EXIT PROBLEM (exit after 10s in game)
2.2.1.64
2.3.0.64


hope that helps someone :)





Pages: [1] 2 3