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: Can't get MAME working  (Read 1808 times)

0 Members and 1 Guest are viewing this topic.

fmzip

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 99
  • Last login:December 04, 2018, 11:14:15 am
  • I want to build my own arcade controls!
Can't get MAME working
« on: April 05, 2015, 05:30:02 pm »
Running windows XP SP2 and the latest version of MAME, this is what I get on my display. Any suggestions as to what to try?


Haze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1296
  • Last login:October 04, 2023, 08:30:02 am
  • I want to build my own arcade controls!
    • MAME Development Blog
Re: Can't get MAME working
« Reply #1 on: April 05, 2015, 05:40:28 pm »
intel graphics?

try updating the drivers.. but it might just be they suck too much

in which case -video ddraw or you might want to try one of the SDL builds which have a different video codepath completely.
http://mamedev.emulab.it/haze/2015/02/25/ume-mame-mess-0-159/
(sorry haven't had time to do 0.160 builds yet)




johnrt

  • Guest
  • Trade Count: (0)
Re: Can't get MAME working
« Reply #2 on: April 05, 2015, 05:47:41 pm »
I run MAME perfectly on Intel graphics, I even resolved the video preview issue.

What's the spec on your computer?

fmzip

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 99
  • Last login:December 04, 2018, 11:14:15 am
  • I want to build my own arcade controls!
Re: Can't get MAME working
« Reply #3 on: April 05, 2015, 05:52:28 pm »
intel graphics?

try updating the drivers.. but it might just be they suck too much

in which case -video ddraw or you might want to try one of the SDL builds which have a different video codepath completely.
http://mamedev.emulab.it/haze/2015/02/25/ume-mame-mess-0-159/
(sorry haven't had time to do 0.160 builds yet)

The SDL build works on my Sony Laptop running Windows 7 which is great! Where is the ROM directory with this SDL build?

Haze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1296
  • Last login:October 04, 2023, 08:30:02 am
  • I want to build my own arcade controls!
    • MAME Development Blog
Re: Can't get MAME working
« Reply #4 on: April 05, 2015, 05:57:18 pm »
intel graphics?

try updating the drivers.. but it might just be they suck too much

in which case -video ddraw or you might want to try one of the SDL builds which have a different video codepath completely.
http://mamedev.emulab.it/haze/2015/02/25/ume-mame-mess-0-159/
(sorry haven't had time to do 0.160 builds yet)

The SDL build works on my Sony Laptop running Windows 7 which is great! Where is the ROM directory with this SDL build?

it will still use whatever rom paths you configure in mame.ini
you can create the ini file with sdlmame -cc on the commandline

by default it just looks in 'roms' in the same folder

for the most part it works the same as a regular mame CL build, just some slightly different SDL specific ini options.


fmzip

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 99
  • Last login:December 04, 2018, 11:14:15 am
  • I want to build my own arcade controls!
Re: Can't get MAME working
« Reply #5 on: April 05, 2015, 06:03:36 pm »
^^^ Need some help with what you are describing.

That is greek to me

johnrt

  • Guest
  • Trade Count: (0)
Re: Can't get MAME working
« Reply #6 on: April 05, 2015, 06:13:28 pm »
First: Is the problem only MAME-related? Do you see the windows desktop on your screen?

Haze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1296
  • Last login:October 04, 2023, 08:30:02 am
  • I want to build my own arcade controls!
    • MAME Development Blog
Re: Can't get MAME working
« Reply #7 on: April 05, 2015, 06:59:18 pm »
^^^ Need some help with what you are describing.

That is greek to me

don't really have time to do a full tutorial on commandline use, guess you've only used the GUI builds before.

hopefully people here can get to the bottom of it for you, or guide you thought the process if you do decide to use one of the commandline builds.

windows key + R will get you a run prompt
typing cmd.exe will get you the command line
but beyond that you really have to know what you're doing to some degree, and it sounds like you have no knowledge at all.

most of the frontends assume a regular DirectX build too, not SDLMAME too, so might not help much.

« Last Edit: April 05, 2015, 07:01:44 pm by Haze »

Slippyblade

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 3167
  • Last login:June 05, 2024, 10:30:57 am
  • And to the death god we say, "Not today!"
Re: Can't get MAME working
« Reply #8 on: April 05, 2015, 08:10:17 pm »
I mentioned this in your other thread, but I'll post it here as well.

You get that screen garbage when your video set doesn't want to do Direct3D.  Simply add the switch "-video ddraw" at the end of your command line and it will work.

fmzip

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 99
  • Last login:December 04, 2018, 11:14:15 am
  • I want to build my own arcade controls!
Re: Can't get MAME working
« Reply #9 on: April 05, 2015, 09:53:42 pm »
got it to work, used Mame 1.45 instead