- This topic has 13 replies, 7 voices, and was last updated 5 years, 1 month ago by Kingspian.
-
AuthorPosts
-
July 20, 2019 at 4:53 pm #137830
Not sure where to start so If I’m in the wrong topic and needs to be moved? You may do so. I just want to be sure I’m in the right place.
Okay I just downloaded The Simpson Party (May 22, 2018) from vpinball.com and I’m having issues. I found the Rom “simpprty” and when I started the game in Visual Pinball 10.5? I keep getting Rom Error Msg and it won’t start. I put it in the right Folder. I have 3 Harddrives and I wanted to avoid putting the Pinball game on my SSD Drive. Where can I fix or Find the Correct Rom file? I’m new to the Script so you may have to tell me Step by Step and Hopefully we can solve this issue.
You need to login in order to like this post: click here
July 20, 2019 at 5:11 pm #137832What’s your vpinmame rom path setup as in vpinmame setup?
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
You need to login in order to like this post: click here
July 20, 2019 at 5:32 pm #137838Roms: E:\Visual Pinball\VPINMAME\roms
Config: E:\Visual Pinball\VPINMAME\cfg
NVRAM: E:\Visual Pinball\VPINMAME\nvram
Samples: E:\Visual Pinball\VPINMAME\samples
Screenshots: E:\Visual Pinball\VPINMAME\snapVisual Pinball X 10.5 is in the E:\Visual Pinball. All the other Pinball Tables seems to work pretty good except the Simpsons Party.
You need to login in order to like this post: click here
July 20, 2019 at 5:50 pm #137847In the table script does it specify a different rom name?
This should be visible somewhere in the top part of the script.
Const cGameName=”simpprty”You need to login in order to like this post: click here
July 20, 2019 at 5:50 pm #137848When ever having a rom issue, it’s never a bad idea to try testing it through vpinmame before running through visual pinball, if it doesn’t work through vpinmame it could be a bad rom or something, try downloading another.
You need to login in order to like this post: click here
July 20, 2019 at 5:51 pm #137849your table will not load unless you know for a fact that you have a working rom
run an audit in PINMAME to make sure you have a complete rom
after you verify you have all the bin files (and they are named to match what PINMAME expects)
https://www.dropbox.com/s/5xnmvj9cuc1t2fj/1.png?dl=0
do a test launch (start button) to make sure PINMAME is launching your rom.
- if both of this tings are correct you can move on to checking your Visual Pinball settings.
see a table you like help me find the resources so that I can finish it
https://www.dropbox.com/sh/7qtake9whi5ium2/AAB4K4W78oMVlqSxTzKtGHTHa?dl=0see a table you like help me find the resources so that I can finish it
https://www.dropbox.com/sh/7qtake9whi5ium2/AAB4K4W78oMVlqSxTzKtGHTHa?dl=0You need to login in order to like this post: click here
July 20, 2019 at 6:30 pm #137861The Rom seems just fine. Got no problems there. The Game still cannot pick it up. Maybe something’s wrong with the Script. Let me share this screenshot Script so you guys can take a look.
It’s strange everyone else’s game is working except mine. But I’m not bound to give up until I learn how to resolve this issue.
I got the game from here https://vpinball.com/VPBdownloads/simpsons-pinball-party-the-stern-2003/
So here’s the Script Screenshot I’ve Provided
You need to login in order to like this post: click here
July 20, 2019 at 7:01 pm #137876If rom is good then try this but rare it would be the cause but worth trying
https://vpinball.com/wiki/visual-pinball-knowledge-base/turning-onoff-at91jit/
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
You need to login in order to like this post: click here
July 20, 2019 at 7:42 pm #137888Well nothing worked, but I did find the vpt for VPX 9.5 so I’m enjoying that. Thanks guys for trying to help me out. I do hope it’ll be fixed for the future. I am willingly to learn about to fix some tables.
If there is something else to fix? Let me know. I’ll try different things to try to get it to work. For Some reason it’s not picking up the Rom.
You need to login in order to like this post: click here
July 20, 2019 at 8:42 pm #137903Post a pic of the rom error msg
you probably have ddraw = 1 issue, so search the fix for that
You need to login in order to like this post: click here
July 20, 2019 at 8:48 pm #137905Gtxjoe as usual is probably spot on! Forgot about that possible issue. Give that a try for sure
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
********************************************************
Messing with the VPinball app and push notifications.
So if you haven't downloaded app yet what are you waiting for!?
for IOS and Android********************************************************
You need to login in order to like this post: click here
July 20, 2019 at 8:52 pm #137906Here you go. I brought everything together from the Dual Screen to one so you know why I’m getting a error.
You need to login in order to like this post: click here
July 20, 2019 at 9:01 pm #137908Try going into Preferences, Video Options, and uncheck Force exclusive Fullscreen Mode.
Or if you need to turn DDraw to 0, you can add this to table script, (In the Table Init Sub)
Controller.Games(cGameName).Settings.Value(“ddraw”) = 0
or
Controller.Games(“simpprty”).Settings.Value(“ddraw”) = 0
Hope this helps.
You need to login in order to like this post: click here
July 20, 2019 at 9:06 pm #137910Try going into Preferences, Video Options, and uncheck Force exclusive Fullscreen Mode.
Or if you need to turn DDraw to 0, you can add this to table script, (In the Table Init Sub)
Controller.Games(cGameName).Settings.Value(“ddraw”) = 0
or
Controller.Games(“simpprty”).Settings.Value(“ddraw”) = 0
Hope this helps.
THAT WAS THE ONE!!! I just unchecked the Force Exclusive Fullscreen Mode
You need to login in order to like this post: click here
-
AuthorPosts
Forums are currently locked.