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: Game Displays as "Out of Range" - How do I fix this? HELP!!!  (Read 3975 times)

0 Members and 1 Guest are viewing this topic.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Game Displays as "Out of Range" - How do I fix this? HELP!!!
« on: October 04, 2010, 09:48:10 pm »
How do I force a game to display at a certain resolution?  I have a Happ Vision Pro monitor and I get an "Out of Range" message when I try playing Zoo Keeper.  Is there a quick fix I can add in the cfg file?
« Last Edit: August 14, 2011, 06:39:50 pm by javeryh »

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: "Out of Range" - How do I fix this?
« Reply #1 on: October 05, 2010, 10:30:50 am »
In the game's ini file (ie zookeep.ini) set:
resolution 640x480

(or whatever resolution your game supports).  Doesn't that monitor only support one resolution anyway?  If so, you may want to add that line to the main mame.ini to set it for all games.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #2 on: October 05, 2010, 11:10:06 am »
In the game's ini file (ie zookeep.ini) set:
resolution 640x480

(or whatever resolution your game supports).  Doesn't that monitor only support one resolution anyway?  If so, you may want to add that line to the main mame.ini to set it for all games.

Thanks.  I'll try that and hopefully it will work.  I think my monitor is the VGA/CGA version - it's a CRT that's about 4 or 5 years old.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #3 on: October 07, 2010, 10:18:43 pm »
Hmmm maybe I'm missing something but I don't have any ini files for individual games (I have cfg files though).  Should I create a "zookeep3.ini" file with just the one line in it or should I be editing the cfg file?  Also, does the ini file go in the same folder as the mame.ini file or do I need to put it in an "ini" folder?

Thanks.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #4 on: October 07, 2010, 10:48:53 pm »
The exact message I'm getting is:

Out of Range

Hf: 30Khz - 38Khz
Vf: 40hz - 150hz

86hz / 43.3hz

I tried "resolution 640x480" and "resolution 800x600" in the zookeep3.ini file (in the ini folder which is where it should be according to the mame.ini file).

Any ideas?

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: "Out of Range" - How do I fix this?
« Reply #5 on: October 07, 2010, 11:49:28 pm »
I assume you are using set 3 of zookeeper.  If so, try this in zookeep3.ini (I think the 0 may be required now):

resolution0 640x480
switchres 1

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #6 on: October 08, 2010, 07:30:44 am »
Thanks - I will give this a shot.  FYI, in the mame.ini file I have

resolution 640x480
resolution0 auto
resolution1 auto
resolution2 auto
resolution3 auto

Not sure if this makes a difference...

FrizzleFried

  • no one listens to me anyway.
  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5146
  • Last login:July 24, 2025, 09:28:02 am
    • Idaho Garagecade
Re: "Out of Range" - How do I fix this?
« Reply #7 on: October 08, 2010, 01:56:31 pm »
Get rid of the AUTO resolutions and add the switchres 1 line...

Visit my arcade blog at: www.idahogaragecade.com (Updated 10-28-21)

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #8 on: October 08, 2010, 04:39:29 pm »
Get rid of the AUTO resolutions and add the switchres 1 line...



So just delete the "resolution(0-3) auto" lines in the mame.ini file??

ahofle

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4544
  • Last login:August 30, 2023, 05:10:22 pm
    • Arcade Ambience Project
Re: "Out of Range" - How do I fix this?
« Reply #9 on: October 08, 2010, 05:07:43 pm »
yes and add the switchres.

I'm confused though, you said you were editing the zookeep3.ini -- now you are editing mame.ini?  zookeep3.ini overrides anything you do in mame.ini just so you know.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #10 on: October 08, 2010, 10:07:11 pm »
my zookeep3.ini file only has the one line in it: "resolution 640x480" (this does not fix the issue)

I'm going to change it to:

resolution0 640x480
switchres 1

and not touch the mame.ini file.  I'll report back!

JustMichael

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1438
  • Last login:September 27, 2015, 01:19:40 am
  • Mmmmm!! Cheesecake!!
Re: "Out of Range" - How do I fix this?
« Reply #11 on: October 08, 2010, 11:25:37 pm »
The exact message I'm getting is:

Out of Range

Hf: 30Khz - 38Khz
Vf: 40hz - 150hz

86hz / 43.3hz

The game is supposed to run at 60.xxxx hz for its vertical frequency normally.  I wonder why your video card is putting out such a strange signal.

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: "Out of Range" - How do I fix this?
« Reply #12 on: August 14, 2011, 02:53:28 pm »
my zookeep3.ini file only has the one line in it: "resolution 640x480" (this does not fix the issue)

I'm going to change it to:

resolution0 640x480
switchres 1

and not touch the mame.ini file.  I'll report back!

I'm still trying to sort this out... I'm trying to get Qix up and running as well as Zookeeper with no luck.  I added

resolution0 640x480
switchres 1

to the qix.ini file and still get the same error...  any more ideas?

javeryh

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 7963
  • Last login:August 15, 2025, 09:40:15 am
Re: Game Displays as "Out of Range" - How do I fix this? HELP!!!
« Reply #13 on: August 15, 2011, 08:52:28 pm »
OMG I'm going mental.

CrazyKongFan

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 569
  • Last login:June 06, 2017, 01:22:29 pm
Re: Game Displays as "Out of Range" - How do I fix this? HELP!!!
« Reply #14 on: August 16, 2011, 09:34:50 am »
I get some kind of weird error with Zookeeper on my MAME cab too. I don't think it's the same one, but it'll work the first time I run it. If I exit out, then try and run it again, it'll bomb out with some error.

newmanfamilyvlogs

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1694
  • Last login:June 15, 2022, 05:20:38 pm
    • forum.arcadecontrols.com/index.php/topic,103584.msg1096585.html#msg1096585
    • Newman Family Vlogs
Re: Game Displays as "Out of Range" - How do I fix this? HELP!!!
« Reply #15 on: August 16, 2011, 03:39:59 pm »
Sounds like your system has modelines installed that your monitor cannot display. Maybe use something like VNC to connect to it while the game is running and snoop exactly what res it's switching to?

JustMichael

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1438
  • Last login:September 27, 2015, 01:19:40 am
  • Mmmmm!! Cheesecake!!
Re: Game Displays as "Out of Range" - How do I fix this? HELP!!!
« Reply #16 on: August 17, 2011, 02:08:15 pm »
What version of Mame are you running?  The only reference to such a problem I could find was an initial report on MameWorld and that bug is listed as fixed in Mame .123.