Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: VMmaker+MameMain.txt= crash  (Read 2360 times)

0 Members and 1 Guest are viewing this topic.

Misterfabulous

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 26, 2016, 02:06:20 pm
  • I want to build my own arcade controls!
VMmaker+MameMain.txt= crash
« on: January 18, 2016, 07:56:00 am »
I all, I need some help...

I'm using CRT Emudriver, based on Catalyst 9.3 XP-32/64+ArcadeOSD 1.4 on XP 64
For generate the good number of modelines I use a Groovymame 0.160, the number of modeline is reduce to 120 cause Hyperspin.

I want to use the technique with the MameMain.txt, I made one with only the game (I delete the bios like pgm or neogeo), I put 1 on the OnlyListMain but when I run VMmaker the program crash...

If I put the old MameMain.txt VMmaker don't crash...

Do you have an idea? I don't understand :cry:

Thanks

EDIT:
VMmaker:

; VideoModeMaker - Options
; ------------------------
   
; 1. MAME
; -------

; Path for Mame executable, in case we want to extract xml information from it.

   MameExe = "D:\HyperSpin\Emulators\Groovymame\Groovymame 0.160.exe"

; Path for Mame ini folder, in case we want to create an ini file for each game.
; Important: existing ini files will be overwritten.

   IniPath = "D:\HyperSpin\Emulators\Groovymame\ini\"

; Mame options.

   ListFromXML = 1      ; Processes Mame XML and get video mode list from it
   GenerateXML = 1      ; Extracts XML from Mame (only needed once)
   OnlyListMain = 1   ; Only list resolutions for games contained in MameMain.txt
   GenerateInis =0     ; Creates an ini file for each Mame game, in the IniPath folder
   SDLMame = 0      ; Use SDLMame specific options

; Monitor orientation

   MonitorHorizontal = 0   ; 0 = Rotating monitor: horizontal and vertical games at their native resolution
            ;     Suitable for users that physically rotate their CRTs
            ; 1 = Horizontal monitor: horizontal games run at their native resolution and
            ;     vertical games are rotated to fit in horizontal monitor   

   RotatingDesktop = 0   ; Specifies if both desktop and monitor are rotated

; Aspect ratio for vertical games on horizontal monitor
;    4:3 (keeps original aspect ratio)
;    3:3 (stretches to square format)
;    3:4 (stretches to full screen)
;   h:v (custom aspect ratio)

   VerticalAspect = "4:3"


; 2. MONITOR
; ----------

; Monitor Type. Valid types: D9800, D9400, D9200, EGA, VGA, MULTI, H9110, PAL, NTSC, GENERIC, CUSTOM

   MonitorType = "CUSTOM"


; Monitor CUSTOM. These values will be used if MonitorType = "CUSTOM"
;
; monitor_specs0-6  HfreqMin-HfreqMax, VfreqMin,VfreqMax, HFrontPorch, HSyncPulse, HBackPorch, VfrontPorch, VSyncPulse, VBackPorch, HSyncPol, VSyncPol, ActiveLinesLimit, VirtualLinesLimit
;
;    * HfreqMin-HfreqMax: Minimum and maximum horizontal frequency, in Hz. Defines the range of horizontal frequencies the monitor is capable to sync.
;       The higher the horizontal frequency, the higher the vertical resolution available for the same vertical refresh.
;       The higher the horizontal frequency, the higher the vertical refresh available for the same vertical resolution.
;       The higher the horizontal frequency, the lower the horizontal amplitude of active video (narrower picture).
;
;   * VFreqMin-VfreqMax: Minimum and maximum vertical frequency, in Hz, Defines the range of vertical frequencies the monitor is capable to sync.
;
;   * HFrontPorch, HSyncPulse, HBackPorch: Horizontal timing and geometry, values in µs
;
;   * VfrontPorch, VSyncPulse, VBackPorch: Vertical timing and geometry, values in ms
;
;   * HSyncPol,VSyncPol: sync polarities, 0 = negative, 1 = positive.
;
;   * ActiveLinesLimit: Vertical resolutions until ActiveLinesLimit value included, are generated as progressive, regardless the possibility
;                           of obtaining the required vertical refresh value.
;
;   * VirtualLinesLimit: Vertical resolutions above ActiveLinesLimit and below VirtualLinesLimit are virtualized, that is, an interlaced resolution
;                            bigger that the native one is generated, with the right refresh, and "hardware stretch" is applied.
;                            Vertical resolutions above VirtulaLinesLimit are generated as interlaced, without any stretching.

   monitor_specs0    15450.00-16050.00, 55-65, 3.91, 4.70, 6.85, 0.190, 0.191, 1.018, 0, 0, 288, 448


; Tolerance for horizontal frequency, in kHz, enables extending the range defined by [ HfreqMin, HfreqMax ]
; The resulting allowed frequency range will be [ HfreqMin - HfreqTolerance, HfreqMax + HfreqTolerance ]

   HfreqTolerance = 0.010


; 3. MODELINE GENERATOR
; ---------------------

; Total number of modelines to generate. Here are the recommended values for each driver version:
; CRT_Emudriver, based on Catalyst 6.5:   160 modes (accepts up to 200, but above 160 HyperSpin will refuse to load)
; CRT_Emudriver, based on Catalyst 9.3:   120 modes (accepts some more but above 120 you can get some blue screens)
; Regular Catalyst                    :    60 modes (won't accept any more)

   TotalModes = 120

; If enabled, only creates modes with 32 bits per pixel color depth

   Only32BPPModes = 0

; Method for mode table generation. If Mame xml is processed, that will create a lot of different video modes, so the mode table
; will be optimized keeping the most relevant ones, and dropping the rest, to keep below the TotalModes value.
;
; 0 = Static table: modelines are generated keeping their original vertical refresh. This method is intended to be used in
;     combination with ini files for each game.
;
; 1 = Dynamic table: a table of dummy modes is created using xres and yres values while ignoring vfreq. This method is intended
;     to be used in combination with Switchres or Groovymame. No ini files are required using this method (you should disable the
;     GenerateInis option).
;
; 2 = Magic table: a table of 'magic resolutions' is created, by ignoring xres and vfreq and just keeping yres. This method greatly reduces
;     the total number of modes in the list. It's only supported by GroovyMAME, and is intended as a workaround for the Hyperspin issue.

   ModeTableMethod_Custom = 1
   ModeTableMethod_XML = 1

; Minimum resolution values (these will be used instead of lower values)

   XresMin_XML = 240
   YresMin_XML = 160
   YresRound_XML = 0

   XresMin_Custom = 240
   YresMin_Custom = 160
   YresRound_Custom = 0

; Minimum dotclock value allowed by the video card, in MHz (i.e. DotClockMin = 7.010)

   DotClockMin = 0

; Number of iterations used by the mode generator [0,5]. The higher the number of iterations, the bigger the accuracy of the vertical
; refreshed obtained, normally at the cost of increasing the horizontal frequency strictly required.

   Iterations = 0

; Specifies if the refresh label is multiplied by 10 before rounding (experimental).

   VFreqLabelx10 = 0

; 4. DRIVER
; ---------

; Path for the driver folder

   DriverPath = "C:\Driver\"

; If UpdateRegistry is enabled, UpdateDriver will only work if the driver version found in DriverPath matches the one installed
; in the system.

   UpdateRegistry = 1   ; Specifies if the video card registry section will be updated with the new video modes
            ; (will only work in combination with CRT_EMUDriver).
      
   UpdateDriver = 1   ; Specifies if the driver files in DriverPath will be updated with the new video modes, for
            ; future installations.

   AnyCatalyst = 0      ; Allows modelines to be installed for any Catalyst version. This option is experimental and
            ; known to produce some problems.


Mamemain.txt:
1941,
1942,
1943,
1943kai,
1944,
1945kiii,
19xx,
2020bb,
3countb,
3wonders,
64street,
720,
aburner,
aburner2,
aerofgt,
agallet,
airass,
airbustr,
alexkidd,
aliens,
alpham2,
altbeast,
androdun,
aodk,
aof,
aof2,
aof3,
aoh,
aquarush,
arabfgt,
arcadian,
arkanoid,
armwar,
asterix,
astorm,
astrass,
astyanax,
asurabld,
asurabus,
avengers,
avengrgs,
avsp,
backfire,
baddudes,
bakubaku,
balcube,
bangbead,
batcir,
batmanfr,
batrider,
batsugun,
bbakraid,
bbbxing,
bbmanw,
bgaregga,
biomtoy,
bionicc,
bjourney,
bjtwin,
blazstar,
bldyror2,
blktiger,
blocken,
bloodbro,
bloodstm,
bloodwar,
bluehawk,
bmaster,
bombjack,
bonkadv,
boogwing,
bouldash,
breakers,
breakout,
breakrev,
brvblade,
bstars,
bstars2,
btoads,
bubblem,
bublbob2,
bublbobl,
bucky,
burnforc,
burningf,
cabal,
cadash,
cairblad,
calibr50,
captaven,
captcomm,
cawing,
cbombers,
cbuster,
charlien,
chasehq,
cninja,
colmns97,
columns,
columns2,
commando,
contra,
cosmccop,
cotton,
cotton2,
cottonbm,
crimec,
crimfght,
crsword,
csclub,
ctomaday,
ctribe,
cybattlr,
cyberlip,
cybots,
cyvern,
daraku,
darius,
darius2,
dariusg,
darkseal,
dbreed,
dbz,
dbz2,
dbzvrvs,
ddcrew,
ddonpach,
ddp2,
ddpdfk,
ddpdfk10,
ddpdoj,
ddpdojblk,
ddragon2,
ddragon3,
ddsom,
ddtod,
deadconx,
deathsml,
desertwr,
dfkbl,
diehard,
digdug,
dimahoo,
dino,
djboy,
dkong,
dkong3,
dkongjr,
dmnfrnt,
doapp,
dogyuun,
donpachi,
doubledr,
dragnblz,
drifto94,
dsaber,
dsmbl,
dspirit,
dstlk,
dynagear,
dynwar,
ecofghtr,
edf,
ehrgeiz,
eightman,
elvactr,
espgal,
espgal2,
esprade,
eswat,
fatfursp,
fatfury1,
fatfury2,
fatfury3,
fbfrenzy,
feversos,
ffight,
fgtlayer,
fhawk,
fhboxers,
fightfev,
findlove,
firebarr,
flipshot,
forgottn,
frogger
fround,
futari15,
futaribl,
ga2,
gaiapols,
gaiden,
galaga,
galaga88,
galaxyfg,
galivan,
galpanic,
gametngk,
ganryu,
garou,
gaunt2,
gauntlet,
gaxeduel,
gberet,
gdarius2,
gekiridn,
gforce2,
ghostb,
ghostlop,
ghouls,
gigawing,
gnbarich,
gng,
goalx3,
gogomile,
goldnaxe,
gowcaizr,
gpilots,
gprider,
gradius,
gradius2,
gradius3,
gradius4,
grdforce,
grdians,
grdnstrm,
groovef,
gunbird,
gunbird2,
gundamex,
gundhara,
gunforc2,
gunforce,
gunlock,
gunsmoke,
gururin,
guwange,
hanagumi,
hangon,
hcastle,
hellfire,
hharry,
hitice,
hook,
hoops96,
hotdogst,
hsf2,
hvysmsh,
hyprduel,
ibara,
ibarablk,
ikari,
indytemp,
inthunt,
ironclad
irrmaze,
jchan,
jockeygp,
joemacr,
jojoban,
jojonr2,
joust,
joust2,
joyjoy,
kabukikl,
karnovr,
kbash,
ket,
killbld,
killbldp,
kingdmgp,
kizuna,
klax,
knights,
kod,
kof2000,
kof2001,
kof2002,
kof2003,
kof94,
kof95,
kof96,
kof97,
kof98,
kof99,
kotm,
kotm2,
kov,
kov2,
kov2p,
kovplus,
kovsh,
kovshp,
lastblad,
lastbld2,
lbowling,
ldrun,
legendoh,
legendos,
lightbr,
loht,
lresort,
lwings,
macross,
macross2,
macrossp,
madgear,
magdrop2,
magdrop3,
maglord,
marble,
mario,
martmast,
maruchan,
matrim,
mausuke,
mazinger,
megaman,
megaman2,
mercs,
metamrph,
metmqstr,
miexchng,
mk,
mk2,
mk3,
mmatrix,
mmaulers,
mmpanic,
mmpork,
moomesa,
mpang,
mrdrillr,
msgundam,
msh,
mshvsf,
mslug,
mslug2,
mslug3,
mslug4,
mslug5,
mslugx,
msword,
mtwins,
mushisam,
mushitam,
mutnat,
mvsc,
mwalk,
mysticri,
mystwarr,
nam1975,
nbahangt,
nbajam,
nbbatman,
ncombat,
ncommand,
nebulray,
nemesis,
nemo,
neobombe,
neocup98,
neodrift,
neomrdo,
newfant,
ninjamas,
ninjaw,
nitd,
nslasher,
nwarr,
olds,
oldsplus,
openice,
orlegend,
osman,
outrun,
outzone,
overtop,
p47,
p47aces,
pacman,
pacmania,
pang,
pang3,
panicbom,
parodius,
pblbeach,
pbobbl2n,
pbobble,
pbobble2,
pbobble3,
pbobble4,
pbobblen,
pgoal,
phelios,
photoy2k,
pinkswts,
plsmaswd,
pnickj,
pnyaa,
popbounc,
popnpop,
pow,
preisle2,
prikura,
progear,
psarc95,
pspikes,
pspikes2,
puckman,
pulstar,
punchout,
punisher,
punkshot,
puyo,
puyopuy2,
puyosun,
puzlstar,
puzzldpr,
puzzledp,
puzzli2,
puzzli2s,
pzloop2,
ragnagrd,
raiden,
raiden2,
rambo3,
raphero,
rayforce,
raystorm,
rbff1,
rbff2,
rbffspec,
rdft,
rdft2,
renegade,
rfjet,
ridhero,
ringdest,
roboarmy,
robocop,
robocop2,
rohga,
rotd,
rsgun,
rthun2,
rtype,
rtype2,
rtypeleo,
rvschool,
rygar,
s1945,
s1945ii,
s1945iii,
s1945p,
sailormn,
salmndr2,
samsh5sp,
samsho,
samsho2,
samsho3,
samsho4,
samsho5,
samuraia,
sasissu,
savagere,
sbomber,
scontra,
sdfight,
sdodgeb,
searchar,
sectionz,
sengekis,
sengoku,
sengoku2,
sengoku3,
sexyparo,
sf,
sf2,
sf2ce,
sf2hf,
sfa,
sfa2,
sfa3,
sfex,
sfex2,
sfex2p,
sfexp,
sfiii,
sfiii2,
sfiii2j,
sfiii2n,
sfiii3nr1,
sfiiij,
sfiiin,
sfj,
sftm,
sgemf,
shadfrce,
shangon,
sharrier,
shdancer,
shienryu,
shimpact,
shinobi4,
shocktr2,
shocktro,
silentd,
silkroad,
simpsons,
skns,
slammast,
smashtv,
socbrawl,
sokyugrt,
soldivid,
sonicwi2,
sonicwi3,
soulclbr,
souledge,
spang,
spcinv95,
spcinvdj,
spf2t,
spf2tu,
spidman,
spinmast,
splatter,
ssf2,
ssf2t,
ssideki,
ssideki2,
ssideki3,
ssideki4,
ssriders,
sss,
sstriker,
stakwin,
stakwin2,
strhoop,
strider,
strider2,
suikoenb,
superman,
superpac,
superspy,
suratk,
svc,
svg,
tapper,
tcobra2,
tdragon2,
techromn,
tekken,
tekken2,
tekken3,
tektagt,
tengai,
tetrisp,
tetrisp2,
tgm2,
tgmj,
theglad,
thndrbld,
thndrx2,
thoop,
thunderx,
thunt,
tigeroad,
timecris,
tmnt,
tmnt2,
tnzs,
toki,
tophuntr,
tpgolf,
trackfld,
trally,
trojan,
truxton2,
ts2,
tumblep,
turfmast,
twcup98,
twineag2,
twinspri,
tws96,
uccops,
umk3,
unsquad,
uopoko,
valkyrie,
vampjr1,
varth,
vasara,
vasara2,
vendetta,
vf,
vfkids,
vfremix,
vhunt2,
vhuntj,
viewpoin,
vigilant,
viostorm,
viprp1,
volfied,
vsav,
vsav2,
vulcan,
wakuwak7,
warzard,
wboy,
wboysys2,
wcvol95,
wh1,
wh2,
wh2j,
whp,
willow,
willowu,
winterht,
wizdfire,
wjammers,
wof,
wrally,
wwfmania,
xevious,
xexex,
xmcota,
xmen,
xmvsf,
zedblade,
zerowing,
znpwfv,
zupapa,
« Last Edit: January 18, 2016, 11:45:37 am by Misterfabulous »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: VMmaker+MameMain.txt= crash
« Reply #1 on: January 18, 2016, 11:58:19 am »
I can't remember exactly about the old tools but I'd say you need to add a name after the comma for each line.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

Misterfabulous

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 26, 2016, 02:06:20 pm
  • I want to build my own arcade controls!
Re: VMmaker+MameMain.txt= crash
« Reply #2 on: January 19, 2016, 01:30:00 pm »
Thanks for your reply Calamity, but a friend said it's name rom AND the comma :-\

I do another tests, because VMmaker always crash... :banghead:

This feature is very interesting for the Hyperspin users because with lots of modelines Hyperspin don't work.

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: VMmaker+MameMain.txt= crash
« Reply #3 on: January 19, 2016, 01:55:45 pm »
Example:

Code: [Select]
brkthru, "Kyohkoh-Toppa"
ninjakd2, "UPL"
mustang, "NMK 1989"
snowbros, "Snow Bros"
bublbobl, "Bubble Bobble"
nemesis, "Gradius"
madball, "Argus"
baddudes, "DECO 16 bits"
ddragon, "Double Dragon"
csilver, "DECO 8 bits"
horizon, "Youjuuden"
gokuparo, "GX System A"
outfxies, "Namco NB-1"
shangkid, "Namco NA-1"
rthunder, "Namco System 86"
blzntrnd, "Human"
balcube, "Metro"
sailormn, "Cave"
arabianm, "Taito F3 A"
nam1975, "Neo-Geo"
btlkroad, "Psikyo 1994"
outrun, "Out Run"
shinobi, "Sega System 16A"
ejanhs, "SPI"
ddragon3, "Double Dragon 3"
osman, "DECO 32 bits"
galpanis, "Super Nova System"
uccops, "M-92"
dynagear, "SSV A"
wrally, "World Rally"
sabotenb, "NMK 1992"
dragoona, "GX System B"
ghouls, "CP-S"
ssf2, "CP-S II"
msgundam, "Kidou Senshi Gundam"
pang, "Mitchell"
xexex, "Xexex"
rtype, "M-72"
kov, "PGM"
vsnetscr, "Konami GX C"
mrgoemon, "Jackal"
blkheart, "Black Heart"
bloodbro, "Blood Bros"
toki, "Toki"
hcastle, "Akumajou Dracula"
tnzs, "The New Zealand Story"
shadoww, "Ninja Ryukenden"
gaia, "Gaia Crusaders"
aburner2, "X-Board"
rodland,        "Mega System 1"
trojan, "Trojan"
heatbrl, "Heated Barrel"
asterix, "Aliens"
crimfght, "Crime Fighters"
xmen, "X-Men"
vendetta, "Crime Fighters 2"
grdians, "Denjin Makai II"
astorm, "System 18"
tengai, "Sengoku Blade"
vulcan, "Gradius II"
dariusg, "Taito F3 B"
demonwld, "Horror Story"
terraf, "Armed-F"
ejsakura, "Tatsujin"
shadfrce, "Shadow Force"
denjinmk, "Denjin Makai"
batman, "Atari 1985"
spinlbrk, "Karate Blazers"
pspikes, "Turbo Force"
poitto, "Pang Pom's"
sfiii, "CP-S III"
moomesa, "Eight Forces"
metmqstr, "Oni"
gigandes, "Gundhara"
yanchamr, "Meikyuu Jima"
brival, "Burning Rival"
puyosun, "ST-V A"
sasissu, "ST-V B"
psychic5, "Psychic 5"
contra, "Labyrinth Runner"
scontra, "Super Contra"
truxton2, "Dogyuun"
gaiapols, "Gaiapolis"
ket, "Ketsui"
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

Misterfabulous

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 26, 2016, 02:06:20 pm
  • I want to build my own arcade controls!
Re: VMmaker+MameMain.txt= crash
« Reply #4 on: January 20, 2016, 12:52:39 am »
Yes, I see this informations in the original MameMain ;)

But what is the solution to generate the same txt of my rom folder?
Second question, where is possible to find the exact name that VMmaker need?

For example:
Rom snowbros = "Snow Bros" logical
Rom toki = "Toki" logical
Rom sfiii = "CP-S III" not logical
Rom rtype = "M-72" not logical (for me) :cry:

Which program can see this informations? Mame.xml? Another version of Mame?

Thanks
« Last Edit: January 20, 2016, 07:05:22 am by Misterfabulous »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: VMmaker+MameMain.txt= crash
« Reply #5 on: January 20, 2016, 04:46:02 am »
VMMaker requires that field, but it doesn't check it, just write "game" or "whatever" in there.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

haynor666

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1471
  • Last login:April 22, 2024, 03:17:30 am
  • retro maniac
Re: VMmaker+MameMain.txt= crash
« Reply #6 on: January 20, 2016, 05:32:11 am »
Use replace function in notepad

Code: [Select]
1941,     "any game"
1942,     "any game"
1943,     "any game"
1943kai,     "any game"
1944,     "any game"
1945kiii,     "any game"
19xx,     "any game"
2020bb,     "any game"
3countb,     "any game"
3wonders,     "any game"
64street,     "any game"
720,     "any game"
aburner,     "any game"
aburner2,     "any game"
aerofgt,     "any game"
agallet,     "any game"
airass,     "any game"
airbustr,     "any game"
alexkidd,     "any game"
aliens,     "any game"
alpham2,     "any game"
altbeast,     "any game"
androdun,     "any game"
aodk,     "any game"
aof,     "any game"
aof2,     "any game"
aof3,     "any game"
aoh,     "any game"
aquarush,     "any game"
arabfgt,     "any game"
arcadian,     "any game"
arkanoid,     "any game"
armwar,     "any game"
asterix,     "any game"
astorm,     "any game"
astrass,     "any game"
astyanax,     "any game"
asurabld,     "any game"
asurabus,     "any game"
avengers,     "any game"
avengrgs,     "any game"
avsp,     "any game"
backfire,     "any game"
baddudes,     "any game"
bakubaku,     "any game"
balcube,     "any game"
bangbead,     "any game"
batcir,     "any game"
batmanfr,     "any game"
batrider,     "any game"
batsugun,     "any game"
bbakraid,     "any game"
bbbxing,     "any game"
bbmanw,     "any game"
bgaregga,     "any game"
biomtoy,     "any game"
bionicc,     "any game"
bjourney,     "any game"
bjtwin,     "any game"
blazstar,     "any game"
bldyror2,     "any game"
blktiger,     "any game"
blocken,     "any game"
bloodbro,     "any game"
bloodstm,     "any game"
bloodwar,     "any game"
bluehawk,     "any game"
bmaster,     "any game"
bombjack,     "any game"
bonkadv,     "any game"
boogwing,     "any game"
bouldash,     "any game"
breakers,     "any game"
breakout,     "any game"
breakrev,     "any game"
brvblade,     "any game"
bstars,     "any game"
bstars2,     "any game"
btoads,     "any game"
bubblem,     "any game"
bublbob2,     "any game"
bublbobl,     "any game"
bucky,     "any game"
burnforc,     "any game"
burningf,     "any game"
cabal,     "any game"
cadash,     "any game"
cairblad,     "any game"
calibr50,     "any game"
captaven,     "any game"
captcomm,     "any game"
cawing,     "any game"
cbombers,     "any game"
cbuster,     "any game"
charlien,     "any game"
chasehq,     "any game"
cninja,     "any game"
colmns97,     "any game"
columns,     "any game"
columns2,     "any game"
commando,     "any game"
contra,     "any game"
cosmccop,     "any game"
cotton,     "any game"
cotton2,     "any game"
cottonbm,     "any game"
crimec,     "any game"
crimfght,     "any game"
crsword,     "any game"
csclub,     "any game"
ctomaday,     "any game"
ctribe,     "any game"
cybattlr,     "any game"
cyberlip,     "any game"
cybots,     "any game"
cyvern,     "any game"
daraku,     "any game"
darius,     "any game"
darius2,     "any game"
dariusg,     "any game"
darkseal,     "any game"
dbreed,     "any game"
dbz,     "any game"
dbz2,     "any game"
dbzvrvs,     "any game"
ddcrew,     "any game"
ddonpach,     "any game"
ddp2,     "any game"
ddpdfk,     "any game"
ddpdfk10,     "any game"
ddpdoj,     "any game"
ddpdojblk,     "any game"
ddragon2,     "any game"
ddragon3,     "any game"
ddsom,     "any game"
ddtod,     "any game"
deadconx,     "any game"
deathsml,     "any game"
desertwr,     "any game"
dfkbl,     "any game"
diehard,     "any game"
digdug,     "any game"
dimahoo,     "any game"
dino,     "any game"
djboy,     "any game"
dkong,     "any game"
dkong3,     "any game"
dkongjr,     "any game"
dmnfrnt,     "any game"
doapp,     "any game"
dogyuun,     "any game"
donpachi,     "any game"
doubledr,     "any game"
dragnblz,     "any game"
drifto94,     "any game"
dsaber,     "any game"
dsmbl,     "any game"
dspirit,     "any game"
dstlk,     "any game"
dynagear,     "any game"
dynwar,     "any game"
ecofghtr,     "any game"
edf,     "any game"
ehrgeiz,     "any game"
eightman,     "any game"
elvactr,     "any game"
espgal,     "any game"
espgal2,     "any game"
esprade,     "any game"
eswat,     "any game"
fatfursp,     "any game"
fatfury1,     "any game"
fatfury2,     "any game"
fatfury3,     "any game"
fbfrenzy,     "any game"
feversos,     "any game"
ffight,     "any game"
fgtlayer,     "any game"
fhawk,     "any game"
fhboxers,     "any game"
fightfev,     "any game"
findlove,     "any game"
firebarr,     "any game"
flipshot,     "any game"
forgottn,     "any game"
frogger
fround,     "any game"
futari15,     "any game"
futaribl,     "any game"
ga2,     "any game"
gaiapols,     "any game"
gaiden,     "any game"
galaga,     "any game"
galaga88,     "any game"
galaxyfg,     "any game"
galivan,     "any game"
galpanic,     "any game"
gametngk,     "any game"
ganryu,     "any game"
garou,     "any game"
gaunt2,     "any game"
gauntlet,     "any game"
gaxeduel,     "any game"
gberet,     "any game"
gdarius2,     "any game"
gekiridn,     "any game"
gforce2,     "any game"
ghostb,     "any game"
ghostlop,     "any game"
ghouls,     "any game"
gigawing,     "any game"
gnbarich,     "any game"
gng,     "any game"
goalx3,     "any game"
gogomile,     "any game"
goldnaxe,     "any game"
gowcaizr,     "any game"
gpilots,     "any game"
gprider,     "any game"
gradius,     "any game"
gradius2,     "any game"
gradius3,     "any game"
gradius4,     "any game"
grdforce,     "any game"
grdians,     "any game"
grdnstrm,     "any game"
groovef,     "any game"
gunbird,     "any game"
gunbird2,     "any game"
gundamex,     "any game"
gundhara,     "any game"
gunforc2,     "any game"
gunforce,     "any game"
gunlock,     "any game"
gunsmoke,     "any game"
gururin,     "any game"
guwange,     "any game"
hanagumi,     "any game"
hangon,     "any game"
hcastle,     "any game"
hellfire,     "any game"
hharry,     "any game"
hitice,     "any game"
hook,     "any game"
hoops96,     "any game"
hotdogst,     "any game"
hsf2,     "any game"
hvysmsh,     "any game"
hyprduel,     "any game"
ibara,     "any game"
ibarablk,     "any game"
ikari,     "any game"
indytemp,     "any game"
inthunt,     "any game"
ironclad
irrmaze,     "any game"
jchan,     "any game"
jockeygp,     "any game"
joemacr,     "any game"
jojoban,     "any game"
jojonr2,     "any game"
joust,     "any game"
joust2,     "any game"
joyjoy,     "any game"
kabukikl,     "any game"
karnovr,     "any game"
kbash,     "any game"
ket,     "any game"
killbld,     "any game"
killbldp,     "any game"
kingdmgp,     "any game"
kizuna,     "any game"
klax,     "any game"
knights,     "any game"
kod,     "any game"
kof2000,     "any game"
kof2001,     "any game"
kof2002,     "any game"
kof2003,     "any game"
kof94,     "any game"
kof95,     "any game"
kof96,     "any game"
kof97,     "any game"
kof98,     "any game"
kof99,     "any game"
kotm,     "any game"
kotm2,     "any game"
kov,     "any game"
kov2,     "any game"
kov2p,     "any game"
kovplus,     "any game"
kovsh,     "any game"
kovshp,     "any game"
lastblad,     "any game"
lastbld2,     "any game"
lbowling,     "any game"
ldrun,     "any game"
legendoh,     "any game"
legendos,     "any game"
lightbr,     "any game"
loht,     "any game"
lresort,     "any game"
lwings,     "any game"
macross,     "any game"
macross2,     "any game"
macrossp,     "any game"
madgear,     "any game"
magdrop2,     "any game"
magdrop3,     "any game"
maglord,     "any game"
marble,     "any game"
mario,     "any game"
martmast,     "any game"
maruchan,     "any game"
matrim,     "any game"
mausuke,     "any game"
mazinger,     "any game"
megaman,     "any game"
megaman2,     "any game"
mercs,     "any game"
metamrph,     "any game"
metmqstr,     "any game"
miexchng,     "any game"
mk,     "any game"
mk2,     "any game"
mk3,     "any game"
mmatrix,     "any game"
mmaulers,     "any game"
mmpanic,     "any game"
mmpork,     "any game"
moomesa,     "any game"
mpang,     "any game"
mrdrillr,     "any game"
msgundam,     "any game"
msh,     "any game"
mshvsf,     "any game"
mslug,     "any game"
mslug2,     "any game"
mslug3,     "any game"
mslug4,     "any game"
mslug5,     "any game"
mslugx,     "any game"
msword,     "any game"
mtwins,     "any game"
mushisam,     "any game"
mushitam,     "any game"
mutnat,     "any game"
mvsc,     "any game"
mwalk,     "any game"
mysticri,     "any game"
mystwarr,     "any game"
nam1975,     "any game"
nbahangt,     "any game"
nbajam,     "any game"
nbbatman,     "any game"
ncombat,     "any game"
ncommand,     "any game"
nebulray,     "any game"
nemesis,     "any game"
nemo,     "any game"
neobombe,     "any game"
neocup98,     "any game"
neodrift,     "any game"
neomrdo,     "any game"
newfant,     "any game"
ninjamas,     "any game"
ninjaw,     "any game"
nitd,     "any game"
nslasher,     "any game"
nwarr,     "any game"
olds,     "any game"
oldsplus,     "any game"
openice,     "any game"
orlegend,     "any game"
osman,     "any game"
outrun,     "any game"
outzone,     "any game"
overtop,     "any game"
p47,     "any game"
p47aces,     "any game"
pacman,     "any game"
pacmania,     "any game"
pang,     "any game"
pang3,     "any game"
panicbom,     "any game"
parodius,     "any game"
pblbeach,     "any game"
pbobbl2n,     "any game"
pbobble,     "any game"
pbobble2,     "any game"
pbobble3,     "any game"
pbobble4,     "any game"
pbobblen,     "any game"
pgoal,     "any game"
phelios,     "any game"
photoy2k,     "any game"
pinkswts,     "any game"
plsmaswd,     "any game"
pnickj,     "any game"
pnyaa,     "any game"
popbounc,     "any game"
popnpop,     "any game"
pow,     "any game"
preisle2,     "any game"
prikura,     "any game"
progear,     "any game"
psarc95,     "any game"
pspikes,     "any game"
pspikes2,     "any game"
puckman,     "any game"
pulstar,     "any game"
punchout,     "any game"
punisher,     "any game"
punkshot,     "any game"
puyo,     "any game"
puyopuy2,     "any game"
puyosun,     "any game"
puzlstar,     "any game"
puzzldpr,     "any game"
puzzledp,     "any game"
puzzli2,     "any game"
puzzli2s,     "any game"
pzloop2,     "any game"
ragnagrd,     "any game"
raiden,     "any game"
raiden2,     "any game"
rambo3,     "any game"
raphero,     "any game"
rayforce,     "any game"
raystorm,     "any game"
rbff1,     "any game"
rbff2,     "any game"
rbffspec,     "any game"
rdft,     "any game"
rdft2,     "any game"
renegade,     "any game"
rfjet,     "any game"
ridhero,     "any game"
ringdest,     "any game"
roboarmy,     "any game"
robocop,     "any game"
robocop2,     "any game"
rohga,     "any game"
rotd,     "any game"
rsgun,     "any game"
rthun2,     "any game"
rtype,     "any game"
rtype2,     "any game"
rtypeleo,     "any game"
rvschool,     "any game"
rygar,     "any game"
s1945,     "any game"
s1945ii,     "any game"
s1945iii,     "any game"
s1945p,     "any game"
sailormn,     "any game"
salmndr2,     "any game"
samsh5sp,     "any game"
samsho,     "any game"
samsho2,     "any game"
samsho3,     "any game"
samsho4,     "any game"
samsho5,     "any game"
samuraia,     "any game"
sasissu,     "any game"
savagere,     "any game"
sbomber,     "any game"
scontra,     "any game"
sdfight,     "any game"
sdodgeb,     "any game"
searchar,     "any game"
sectionz,     "any game"
sengekis,     "any game"
sengoku,     "any game"
sengoku2,     "any game"
sengoku3,     "any game"
sexyparo,     "any game"
sf,     "any game"
sf2,     "any game"
sf2ce,     "any game"
sf2hf,     "any game"
sfa,     "any game"
sfa2,     "any game"
sfa3,     "any game"
sfex,     "any game"
sfex2,     "any game"
sfex2p,     "any game"
sfexp,     "any game"
sfiii,     "any game"
sfiii2,     "any game"
sfiii2j,     "any game"
sfiii2n,     "any game"
sfiii3nr1,     "any game"
sfiiij,     "any game"
sfiiin,     "any game"
sfj,     "any game"
sftm,     "any game"
sgemf,     "any game"
shadfrce,     "any game"
shangon,     "any game"
sharrier,     "any game"
shdancer,     "any game"
shienryu,     "any game"
shimpact,     "any game"
shinobi4,     "any game"
shocktr2,     "any game"
shocktro,     "any game"
silentd,     "any game"
silkroad,     "any game"
simpsons,     "any game"
skns,     "any game"
slammast,     "any game"
smashtv,     "any game"
socbrawl,     "any game"
sokyugrt,     "any game"
soldivid,     "any game"
sonicwi2,     "any game"
sonicwi3,     "any game"
soulclbr,     "any game"
souledge,     "any game"
spang,     "any game"
spcinv95,     "any game"
spcinvdj,     "any game"
spf2t,     "any game"
spf2tu,     "any game"
spidman,     "any game"
spinmast,     "any game"
splatter,     "any game"
ssf2,     "any game"
ssf2t,     "any game"
ssideki,     "any game"
ssideki2,     "any game"
ssideki3,     "any game"
ssideki4,     "any game"
ssriders,     "any game"
sss,     "any game"
sstriker,     "any game"
stakwin,     "any game"
stakwin2,     "any game"
strhoop,     "any game"
strider,     "any game"
strider2,     "any game"
suikoenb,     "any game"
superman,     "any game"
superpac,     "any game"
superspy,     "any game"
suratk,     "any game"
svc,     "any game"
svg,     "any game"
tapper,     "any game"
tcobra2,     "any game"
tdragon2,     "any game"
techromn,     "any game"
tekken,     "any game"
tekken2,     "any game"
tekken3,     "any game"
tektagt,     "any game"
tengai,     "any game"
tetrisp,     "any game"
tetrisp2,     "any game"
tgm2,     "any game"
tgmj,     "any game"
theglad,     "any game"
thndrbld,     "any game"
thndrx2,     "any game"
thoop,     "any game"
thunderx,     "any game"
thunt,     "any game"
tigeroad,     "any game"
timecris,     "any game"
tmnt,     "any game"
tmnt2,     "any game"
tnzs,     "any game"
toki,     "any game"
tophuntr,     "any game"
tpgolf,     "any game"
trackfld,     "any game"
trally,     "any game"
trojan,     "any game"
truxton2,     "any game"
ts2,     "any game"
tumblep,     "any game"
turfmast,     "any game"
twcup98,     "any game"
twineag2,     "any game"
twinspri,     "any game"
tws96,     "any game"
uccops,     "any game"
umk3,     "any game"
unsquad,     "any game"
uopoko,     "any game"
valkyrie,     "any game"
vampjr1,     "any game"
varth,     "any game"
vasara,     "any game"
vasara2,     "any game"
vendetta,     "any game"
vf,     "any game"
vfkids,     "any game"
vfremix,     "any game"
vhunt2,     "any game"
vhuntj,     "any game"
viewpoin,     "any game"
vigilant,     "any game"
viostorm,     "any game"
viprp1,     "any game"
volfied,     "any game"
vsav,     "any game"
vsav2,     "any game"
vulcan,     "any game"
wakuwak7,     "any game"
warzard,     "any game"
wboy,     "any game"
wboysys2,     "any game"
wcvol95,     "any game"
wh1,     "any game"
wh2,     "any game"
wh2j,     "any game"
whp,     "any game"
willow,     "any game"
willowu,     "any game"
winterht,     "any game"
wizdfire,     "any game"
wjammers,     "any game"
wof,     "any game"
wrally,     "any game"
wwfmania,     "any game"
xevious,     "any game"
xexex,     "any game"
xmcota,     "any game"
xmen,     "any game"
xmvsf,     "any game"
zedblade,     "any game"
zerowing,     "any game"
znpwfv,     "any game"
zupapa,     "any game"
« Last Edit: January 20, 2016, 06:26:21 pm by haynor666 »

Misterfabulous

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 26, 2016, 02:06:20 pm
  • I want to build my own arcade controls!
Re: VMmaker+MameMain.txt= crash
« Reply #7 on: January 20, 2016, 07:06:05 am »
Ok, many thanks, I try this solution  :)

Misterfabulous

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 26, 2016, 02:06:20 pm
  • I want to build my own arcade controls!
Re: VMmaker+MameMain.txt= crash
« Reply #8 on: January 20, 2016, 03:15:20 pm »
So, VMmaker crash again :dunno

There is a special number of space between the comma and the equal? I use 9 space, like this

3wonders,        = "any game"

Is it good?
« Last Edit: January 20, 2016, 03:19:20 pm by Misterfabulous »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7414
  • Last login:April 10, 2024, 02:02:31 pm
  • Quote me with care
Re: VMmaker+MameMain.txt= crash
« Reply #9 on: January 20, 2016, 04:19:56 pm »
You don't have to use a "=" symbol. Check my post above please. I'm using tabs, but spaces should work too. However, the problem is you're adding more than 512 games in there. I coded a 512 limit back then thinking it was high enough, but unfortunately I didn't add a check. The idea with MameMain was not to add everything in your folder, there's no point in doing so when the maximum number of modes is 120 anyway. So adding more than 120 games is meaningless. In fact, the idea was to carefully select the games which modes are important to keep, in case these were dropped by the program when reducing the mode table. For instance it doesn't make sense to add both 1942 and 1943 because they use the exact same mode.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

haynor666

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1471
  • Last login:April 22, 2024, 03:17:30 am
  • retro maniac
Re: VMmaker+MameMain.txt= crash
« Reply #10 on: January 20, 2016, 06:27:05 pm »
Ups, my mistake. I corrected my post  ;D

Misterfabulous

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:September 26, 2016, 02:06:20 pm
  • I want to build my own arcade controls!
Re: VMmaker+MameMain.txt= crash
« Reply #11 on: January 21, 2016, 07:49:02 am »
Ok!!!  ;D

Sorry if my questions seem silly, but before posting I read lots of posts and I never seen that Mamemain.txt as 512 games limit. :notworthy:

Thank you for your explanation, clear and logical ;)