Check this out

I've been following that thread and a couple others on the subject), might give it a shot after I get this OC done. It seems to get the NickN Seal of Approval™ so that's something I guess.

EDIT: More on this over here
 
I'd like to try this but I'm too stupid to figure out the patch....

Can any provide more concrete directions as to where this FPS_Limiter_GUI.jar" file is??

I can't seem to bring it up in a search.
 
I run my FSX locked at 60 and texture_bandwidth_Multiplier set to 90 and I have solid fluid flight all day long...On a E8600


AI at 50

GA at 50

Airport traffic at medium

Road traffic 20

All other traffic at 35
 
When I click on the "FPS_Limiter_GUI.jar" file to run it, Winrar wants to unzip it. I have the latest version of JAVA and am following the instructions exactly. How do I get past Winrar?
 
to run it - right click on the jar and selected open with, then choose java from the list :)
 
to run it - right click on the jar and selected open with, then choose java from the list :)

OK, selected JAVA, but when I run it using JAVA, it opens what looks like a DOS screen with some commands for a split second before it closes. So fast, I can't even read what the screen says.
 
FSX is not on my main drive, so found the FSX.exe and created the .bat file in the FSX folder, also the FS limter is ther as well.

The .bat folder reads

start D:\"D FSX\"FPS_Limiter.exe /r:D3D9 /f:30 /x:OFF /l:OFF "D:\D FSX\fsx.exe

What I am missing?
 
OK, selected JAVA, but when I run it using JAVA, it opens what looks like a DOS screen with some commands for a split second before it closes. So fast, I can't even read what the screen says.

You aren't trying to run it straight out of the rar file by any chance? Extract it all to a folder, then try it if so.
Make sure your java install is updated.
Do you have it associated with "Java (TM) Platform SE Binary"... or something similar?
 
FSX is not on my main drive, so found the FSX.exe and created the .bat file in the FSX folder, also the FS limter is ther as well.

The .bat folder reads

start D:\"D FSX\"FPS_Limiter.exe /r:D3D9 /f:30 /x:OFF /l:OFF "D:\D FSX\fsx.exe

What I am missing?

That looks like a weird path to me. I'd try:

start D:\FSX\FPS_Limiter.exe /r:D3D9 /f:30 /x:OFF /l:OFF D:\FSX\fsx.exe
or possibly
start "D:\FSX\FPS_Limiter.exe" /r:D3D9 /f:30 /x:OFF /l:OFF "D:\FSX\fsx.exe"

Just a guess though.
 
First path does not work and the second just flashes up then disappears, actually my original path does the same.
 
I might try this if my system was running bad...But I'm taking no chances with it running an unseen batch file I can't see or control....Hope it works out for all you ....:gossip:
 
You aren't trying to run it straight out of the rar file by any chance? Extract it all to a folder, then try it if so.
Make sure your java install is updated.
Do you have it associated with "Java (TM) Platform SE Binary"... or something similar?

OK, extracted the FPS_Limiter_GUI.rar file and it's contents are now in a folder called "FPS_Limiter_GUI" within the same folder that contains all the other files (FPS_Limiter_0.2). Ran the FPS_Limiter_GUI.rar using JAVA and have the same problem. It is associated with "Java (TM) Platform SE Binary" and my JAVA install is updated as of this morning.
 
I'm not sure what to say beyond, that's just weird. If I come across a fix though, I'll post it for you.
 
hmm well that is strange, mines working fine (smooths things out a bit as well :woot:)

heres what my dat file reads

start C:\"Documents and Settings\home\My Documents\Downloads\FPS_Limiter_0.2\"FPS_Limiter.exe /r:D3D9 /f:30 /x:OFF /l:OFF "C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\fsx.exe

Maybe its worth putting it on the main drive and seeing if that helps?

also a wild wild stab in the dark but i downloaded the one from filefront instead of rapidshare, might be a last ditch effort downloading from one of the other links?
 
Thanks Datter!

Hi Dave,

I've had problems getting java jar apps to run in the past
even though I have java properly installed.

I did, however, find a way to get them to run properly.
All that is required is a batch file pointing to the jar app.

Here is what I use to start the FPS_limiter jar app:
Code:
java -jar "K:\FSX Tools\FPS_Limiter\FPS_Limiter_GUI.jar"
:



The jar and exe files are in my "K:\FSX Tools\FPS_Limiter"
directory.

Just change the path to your path in a text file. Save it as a
.bat file and then run it.
It should open the application that will then let you create
the .bat file(s) configured to run FSX.

I have about 6 'versions' of FSX...each .exe has a different
name ( fsx_test.exe, fsx_propliner.exe, fsx_OZ.exe....)
I succesfully created .bat files to start all of my FSX
'versions' after first running the 'java' batch file
to get the jar app to run.

Give it a try. Also, the 'java' bat file can be anywhere.
I happened to place it in the same directory as all the
FPS_limiter files.

Paul
 
Back
Top