LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-29-2016, 11:59 AM   #1
igloo22
LQ Newbie
 
Registered: Jul 2016
Posts: 10

Rep: Reputation: Disabled
Configure Mame for opensuse


Hello. i have scoured the internet to find some direction on configuring mame for opensuse tumbleweed. i have mame installed and i think im stuck on create a rompath because when i type mame and enter it gives me error message there are no roms. i installed a chd file for street fighter but how do i accociate it with mame. Thank you for any help.
 
Old 08-29-2016, 12:37 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I don't have experience with Mame but these links look like a place to start.

https://forums.opensuse.org/showthre...recognize-roms

https://www.google.com/#q=how+to+cre...me+on+opensuse

-::-Look in the Open Suse Forum-::-
https://forums.opensuse.org/forumdis...-To-FAQ-Forums

Search on Rom errors:
https://www.google.com/#q=mame+there+are+no+roms

Is this the error your getting?
http://en.appnee.com/index.php?qa=68&
 
Old 08-29-2016, 01:27 PM   #3
igloo22
LQ Newbie
 
Registered: Jul 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
Error message:"no games found. Please check the rompath specified in the mame.ini file. If this is your first time using mame, please check the config.txt file in the docs directory for information on configuring mame."
 
Old 08-29-2016, 01:45 PM   #4
igloo22
LQ Newbie
 
Registered: Jul 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
I have also followed the steps on http://www.upubuntu.com/2012/10/how-...le-arcade.html but when i put in sudo nautilus /usr/local/share/games/mame/roms at the end i receive error message
polo@linux-zwyw:~/.mame> sudo nautilus /usr/local/share/games/mame/roms
Unable to init server: Could not connect: Connection refused

(nautilus:10336): Gtk-WARNING **: cannot open display:
 
Old 08-29-2016, 09:29 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
please check the config.txt file in the docs directory for information on configuring mame.
Look in the config.txt file. It should say how to configure mame.
Post the contents of the file if you can.
 
Old 08-30-2016, 08:29 PM   #6
igloo22
LQ Newbie
 
Registered: Jul 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
I am still very new to linux. how do i access the config.txt file? i have tried cat and vim but the file cannot be found. also with that being said where are the programs stored? Thank you again for the help.
 
Old 08-30-2016, 08:48 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by igloo22 View Post
I am still very new to linux. how do i access the config.txt file? i have tried cat and vim but the file cannot be found. also with that being said where are the programs stored? Thank you again for the help.
The config.txt file could be in one of 2 places. Either in the Home directory or in the mame directory.

To find a program or application you can use the terminal and use the locate cmd. For example lets say you have Cheese installed and you want to find it. Open your terminal and run:
Code:
locate cheese
If that doesn't help look in /usr/bin. OR look in the doc's directory.

I downloaded the Mame Guide PDF. That will take me a while to read that.

Last edited by Ztcoracat; 08-30-2016 at 08:59 PM.
 
Old 08-30-2016, 09:09 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The Mame Guide is the first listing on this Google search. I suggest you download it and read it while I'm doing much the same.

https://www.google.com/#q=mame+guide+pdf

After 2 days of reading the PDF Manual on Virtual Box I was only than able to install it and run it properly. I know it can be boring and redundant to read manuals but I think that's the only way to learn about mame at this point.
 
Old 08-31-2016, 08:37 PM   #9
igloo22
LQ Newbie
 
Registered: Jul 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
i have found out how to access the mame directory but still cannot find the config.txt. i have "cfg comments diff inp mame.ini memcard nvram roms snap sta" in the mame.ini file i have

#
# CORE CONFIGURATION OPTIONS
#
readconfig 1
writeconfig 0

#
# CORE SEARCH PATH OPTIONS
#
rompath /home/polo/Downloads;/home/polo/Downloads
hashpath hash
samplepath $HOME/.mame/samples;/usr/share/mame/samples
artpath $HOME/.mame/artwork;$HOME/.mame/effects;/usr/share/mame/artwork;/usr/share/mame/effects
ctrlrpath $HOME/.mame/ctrlr;/usr/share/mame/ctrlr
inipath $HOME/.mame/ini;/etc/mame
fontpath /usr/share/mame/fonts
cheatpath $HOME/.mame/cheats;/usr/share/mame/cheats
crosshairpath $HOME/.mame/crosshair;/usr/share/mame/crosshair

#
# CORE OUTPUT DIRECTORY OPTIONS
#
cfg_directory $HOME/.mame/cfg
nvram_directory $HOME/.mame/nvram
input_directory $HOME/.mame/inp
state_directory $HOME/.mame/sta
snapshot_directory $HOME/.mame/snap
diff_directory $HOME/.mame/diff
comment_directory $HOME/.mame/comments

#
# CORE STATE/PLAYBACK OPTIONS
#
state
autosave 1
playback
record
mngwrite
aviwrite
wavwrite
snapname %g/%i
snapsize auto
snapview internal
snapbilinear 1
statename %g
burnin 0

#
# CORE PERFORMANCE OPTIONS
#
autoframeskip 0
frameskip 0
seconds_to_run 0
throttle 1
sleep 1
speed 1.0
refreshspeed 0

#
# CORE ROTATION OPTIONS
#
rotate 1
ror 0
rol 0
autoror 0
autorol 0
flipx 0
flipy 0
 
Old 08-31-2016, 09:22 PM   #10
igloo22
LQ Newbie
 
Registered: Jul 2016
Posts: 10

Original Poster
Rep: Reputation: Disabled
i have also downloaded a zip of streat fighter and placed it in my rom directory. but when i try to run it by typeing mame sfiii3.zip i am met with error message "polo@linux-zwyw:~/.mame/roms> mame sfiii3.zip
Error: attempt to free untracked memory 0x7020a80 in (null)(0)!
Ignoring MAME exception: Error: attempt to free untracked memory
Error: attempt to free untracked memory 0x7022e50 in (null)(0)!
Ignoring MAME exception: Error: attempt to free untracked memory
Error: attempt to free untracked memory 0x7024490 in (null)(0)!
Ignoring MAME exception: Error: attempt to free untracked memory
Error: attempt to free untracked memory 0x7024b70 in (null)(0)!
Ignoring MAME exception: Error: attempt to free untracked memory
Error: attempt to free untracked memory 0x7025910 in (null)(0)!
Ignoring MAME exception: Error: attempt to free untracked memory
cap-33s-2.chd NOT FOUND
FATALERROR: Required files are missing, the game cannot be run."
 
Old 08-31-2016, 10:13 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
but still cannot find the config.txt. i have "cfg comments diff inp mame.ini memcard nvram roms snap sta" in the mame.ini file i have
That config.txt file should be in the docs directory. Look in you Home directory and search for hidden files and folders. While in your Home directory go to >View> show hidden files.

Quote:
Required files are missing, the game cannot be run."
As long as the ROM files are missing that will continue to be the case.

Did you know that there are Legal issues involved?

The use of a game ROM's in the United States is only allowed if the person owns the game, has permission to use it from the owner of the game or games. From what I understand you will hav to purchase licenses.

http://wiki.mamedev.org/index.php/FAQ:ROMs

I haven't finished reading the Manual.

Do you have the legal right to posses a copy of and use games?
 
Old 08-31-2016, 10:17 PM   #12
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
A CHD file is a compressed representation of a game's hard disk, CD-ROM, or laserdisc, and is generally not included as part of a game's ROMs. However, in most cases, these files are required to run the game, and MAME will complain if they cannot be found.

If you don't have the proper files, licenses and complied with the legal issues I won't be able to help you.

Last edited by Ztcoracat; 08-31-2016 at 10:19 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
using configure command in OpenSuse adegbaye Programming 1 10-06-2013 12:31 AM
how to configure a new graphics card in opensuse 12.1 sirius57 Linux - Hardware 4 01-03-2013 09:03 AM
How to configure IP tables on OpenSuse 10.3 gsvsmanyam Linux - Newbie 2 03-11-2010 06:40 AM
how to configure tls on opensuse finsh Linux - Server 5 02-09-2009 10:42 AM
configure openSuSe 10.3 for the internet ogfizzle SUSE / openSUSE 5 09-17-2008 11:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration