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: sega model 2 emulator v1.0 problem  (Read 16492 times)

0 Members and 1 Guest are viewing this topic.

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
sega model 2 emulator v1.0 problem
« on: August 07, 2011, 03:25:19 pm »
HI

I just download the last version of sega model 2 emulator v1.0.
the problem is  when i run it and choose on of the game its just dont load :banghead:
until now i used old version of sega model v.0.9.  any idea please :dizzy:
Every game I seem to load makes M2 crash and burn.
« Last Edit: August 07, 2011, 03:46:16 pm by jackiabu »

Dan_Dan_91_07

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 104
  • Last login:March 28, 2019, 04:04:00 am
Re: sega model 2 emulator v1.0 problem
« Reply #1 on: August 07, 2011, 11:01:58 pm »
Can I have a look at your .ini please?

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
Re: sega model 2 emulator v1.0 problem
« Reply #2 on: August 08, 2011, 05:21:25 am »
;Configuration file for the SEGA Model 2 emulator
;All text to the right of ; is ignored (use as comments)


;Add your rom directories here (max 10)
;ROMS subdirectory in the same folder than the exe is always scanned when searching for roms
;(remove the ; form Dir1)
[RomDirs]



[Renderer]
SoftwareVertexProcessing=0   

Wireframe=0         ;Disables polygon filling (for debug purposes, don't change)
FakeGouraud=0         ;Tries to guess Per-vertex colour (gouraud) from the Model2 per-poly information (flat)
Bilinear=1         ;Enables bilinear filtering of textures
Trilinear=0         ;Enables mipmap usage and trilinear filtering (doesn't work with some games, DoA for example)
FilterTilemaps=0      ;Enables bilinear filtering on tilemaps (looks good, but can cause some stretch artifacts)
ForceManaged=0         ;Forces the DX driver to use Managed textures instead of Dynamic. Use it if the emulator
            ;crashes after loading or doesn't show anything
ForceSync=0
FullScreenWidth=640
FullScreenHeight=480

AutoMip=0         ;Enables Direct3D Automipmap generation
MeshTransparency=0      ;Enabled meshed polygons for translucency. Requires PS3.0
DrawCross=1         ;Show Crosshair in gun games
GammaR=1.0         ;Per Component Gamma correction (1.0 = no correction). Red
GammaG=1.0         ;Green
GammaB=1.0         ;Blue

WideScreenWindow=0      ;Set widescreen in windows mode: 0 - 4:3, 1 - 16:9, 2 - 16:10



;These options are configured from menus so don't touch
FullMode=0   
Sound=1
Frameskip=-1
AutoFull=0
Filter=34603520



[Input]
XInput=0         ;Enable support for Xbox360 compatible devices
EnableFF=0         ;Enable Force Feedback Effects
HoldGears=0         ;Set to 1 to return to Neutral in driving games when the gear shift key is released
UseRawInput=0         ;Read mouse through Rawinput, allowing 2 mice
RawDevP1=0         ;Assign specific RawInput devices to players. If you have more than 2 mice
RawDevP2=1         ;set which one is assigned to each player (0-based)

;FORCE EFFECTS PARAMETERS
;FE_CENTERING Effect (Spring centering effect)
FE_CENTERING_Gain=0.5      ;Global gain
FE_CENTERING_Coefficient=10000   ;0-10000
FE_CENTERING_Saturation=10000   ;0-10000
FE_CENTERING_Deadband=1000   ;10%

;FE_CLUTCH Effect (Friction, wheel turn hardness)
FE_CLUTCH_Gain=1.0      ;Global gain
FE_CLUTCH_Coefficient=10000   ;0-10000

;FE_LEFT,FE_RIGHT (Constant force in a direction)
FE_LEFT_Gain=1.0      ;Global gain
FE_LEFT_Magnitude=10000      ;0-10000
FE_RIGHT_Gain=1.0      ;Global gain
FE_RIGHT_Magnitude=10000   ;0-10000


;FE_UNCENTERING (Sine force, wave the wheel, rumble)
FE_UNCENTERING_Gain=1.0      ;Global gain
FE_UNCENTERING_Magnitude=10000   ;0-10000
FE_UNCENTERING_Offset=-200
FE_UNCENTERING_Phase=0
FE_UNCENTERING_Period=56000

Dan_Dan_91_07

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 104
  • Last login:March 28, 2019, 04:04:00 am
Re: sega model 2 emulator v1.0 problem
« Reply #3 on: August 08, 2011, 06:14:25 am »
I'm thinking that perhaps the issue is that the emulator can't find the ROMs.

The ROMs should either be placed in a folder named "ROMS" along side the .exe - note it needs to be called exactly this, or the ROMS should be placed in a different location and under "[RomDirs]" in the .ini, a line should be added stating the ROMs location. The way the latter is done is by typing "Dir1=" and then the ROMs location (without any spaces after the "=").

Hope this helps.

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
Re: sega model 2 emulator v1.0 problem
« Reply #4 on: August 08, 2011, 07:16:54 am »
I'm thinking that perhaps the issue is that the emulator can't find the ROMs.

The ROMs should either be placed in a folder named "ROMS" along side the .exe - note it needs to be called exactly this, or the ROMS should be placed in a different location and under "[RomDirs]" in the .ini, a line should be added stating the ROMs location. The way the latter is done is by typing "Dir1=" and then the ROMs location (without any spaces after the "=").

Hope this helps.

still no luck :hissy: i add the defult line "Dir1=C:\Model2\Roms" but still crash :dizzy:

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
Re: sega model 2 emulator v1.0 problem
« Reply #5 on: August 08, 2011, 07:48:27 am »
i just load it in my win 7 laptop, and its load smooth!!!
but on my computer (xp) it's crash! so maybe its graphics issue :embarassed:

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:July 24, 2025, 02:05:45 pm
  • ...
Re: sega model 2 emulator v1.0 problem
« Reply #6 on: August 08, 2011, 12:09:30 pm »
i just load it in my win 7 laptop, and its load smooth!!!
but on my computer (xp) it's crash! so maybe its graphics issue :embarassed:

Are your directx & visual C++ runtimes up to date on the xp machine?
Model 2 V1.0 requires the newest ones.
You get them from Microsoft's website.
There's a redistributable package at the bottom of the webinstaller page for computers that aren't connected to the internet if your cab isn't connected.

If it doesn't work after that, notice the line in the ini file:

ForceManaged=0         ;Forces the DX driver to use Managed textures instead of Dynamic. Use it if the emulator
            ;crashes after loading or doesn't show anything

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
Re: problem
« Reply #7 on: August 08, 2011, 02:48:24 pm »
i just load it in my win 7 laptop, and its load smooth!!!
but on my computer (xp) it's crash! so maybe its graphics issue :embarassed:

Are your directx & visual C++ runtimes up to date on the xp machine?
Model 2 V1.0 requires the newest ones.
You get them from Microsoft's website.
There's a redistributable package at the bottom of the webinstaller page for computers that aren't connected to the internet if your cab isn't connected.

If it doesn't work after that, notice the line in the ini file:

ForceManaged=0         ;Forces the DX driver to use Managed textures instead of Dynamic. Use it if the emulator
            ;crashes after loading or doesn't show anything

ok i just download vcredist_x86 (visual c+++) and directx_Jun2010_redist.
i install this files. now the  sega model 2 emulator v1.0 load the game ok,and dont crash but all the graphics on the screen is Shades of gray and white :dunno
any idea please ;D

p.s. maybe i dont install the dx ok?


BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:July 24, 2025, 02:05:45 pm
  • ...
Re: sega model 2 emulator v1.0 problem
« Reply #8 on: August 08, 2011, 03:17:30 pm »
I haven't had that issue, but I think it was a problem with the video card not supporting pixel shader 2.0
If that's the case, it's either get a newer video card or use the older version of M2 emulator.  :-\

Like I said, I never had the issue, so I'm not that familiar with it.
Do a search for it.  I know lots of people had that problem.

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
Re: sega model 2 emulator v1.0 problem
« Reply #9 on: August 08, 2011, 04:38:45 pm »
First of all thank you for all your help. But you know what pisses me off :angry:, it's their site they do not mention all these problems, and all the software around that you need to download.
Why can not we do a simple feature to run as MAME :applaud:

jackiabu

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 324
  • Last login:May 18, 2025, 02:29:49 pm
    • http://jackiabu.blogspot.com/
Re: sega model 2 emulator v1.0 problem
« Reply #10 on: August 09, 2011, 06:59:03 am »
I serch in the net and found that my card  ATI Radeon X300 512 mb SE supports pixel shading v3.0.
i allso update the driver for the card. but still i see the games in black an white?!! or gray??
anyway If someone could help me with this I would be happy. I can play the old version 8 but I prefer the first new V1.0 :dunno

sega_mad

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 284
  • Last login:July 09, 2015, 04:03:08 am
Re: sega model 2 emulator v1.0 problem
« Reply #11 on: August 09, 2011, 09:53:51 pm »
Same problem with me. Version 1.0 Black and White.

I'm just sticking with 0.9, as most of the bugs are fixed for Daytona and Sega Rally.

Sorry I can't help out...I haven't found the fix either  :'(