The online racing simulator
I see nothing on LFS about LFS Qualifying Ticker, and in the LFS Qualifying Ticker java screen is blank.

I upload a screen shot form the Java program, and other with the last messages on LFS.

What I'm doing wrong?
Attached images
screenshot.JPG
Captura.JPG
Quote from Napalm Candy :I can't run it say that has a problem

Have you modified the configuration file (config.cfg) in any way?
I edit later the message... I solved the other problem, but have a new one :P

Yes I edited the config with the LFS route (the problem was I use \ for the directories, and need to use / ), also I configured the IP like in my PC 192.168.1.33, and start insim on LFS /insim 29999. And nothing more

I do some laps on hotlap, but I didn't see anything

Edit: Ok, I see the problem, I need to be in a Qualifying or not will work. It can be possible to add the option to work on hotlap mode?
Quote from Napalm Candy :Edit: Ok, I see the problem, I need to be in a Qualifying or not will work. It can be possible to add the option to work on hotlap mode?

I don't have any free time to work on this just now and I'm not planning on changing it in the future, sorry.
anyone had the error "cant find main class" when double clicking on the jar file??
Quote from Russ76 :anyone had the error "cant find main class" when double clicking on the jar file??

Have you modified any of the files contained in the JAR?
Quote from amp88 :Have you modified any of the files contained in the JAR?

the only thing i have changed was the config line where my lfs programe files are.

like the instuctions say to do,other than that no haven't changed a thing?

Do you think that could be the reason,i see this as a great programe for my league and it would just ad to lfs in genral,i really i hope to get it running.

here is a screeny of my config line



here is a screeny of my error message





and thankyou so much for you reply
Quote from Russ76 :the only thing i have changed was the config line where my lfs programe files are.

like the instuctions say to do,other than that no haven't changed a thing?

Do you think that could be the reason,i see this a great programe for my league and it would just ad to lfs in genral,really i hope to get it running.

No, if you've only changed the "config.cfg" file that won't make a difference. Can you please run the jar file from the command line and report the output? Open command prompt, navigate to the folder where the jar is located and run the following command:

java -jar "LFS Qualifying Ticker 0.1.6 Alpha.jar"

Quote from amp88 :No, if you've only changed the "config.cfg" file that won't make a difference. Can you please run the jar file from the command line and report the output? Open command prompt, navigate to the folder where the jar is located and run the following command:

java -jar "LFS Qualifying Ticker 0.1.6 Alpha.jar"


ok sorry for my stupidness,i must have missed a step or something i'm a noob at this sort of thing.

This is what i have done. I downloaded 0.1.6 alpha Extract the archive to desktop only.open the config.cfg with note pad added where my lfs path folder is,saved it went to the lfs qual ticker 0.1.6 apha exe jar file(which is in the same folder as config.cfg) double click and it came straight up with that error message as pref said.(screen shot in my above posts)

So once again im sorry for my stupidness but how do i open command prompt the jar folder is where i extracted it to on my desk top which i cant open to put anything in,i'm know i missing something besides brains lol im guessing i was meant to move the jar file somewhere???
Quote from Russ76 :ok sorry for my stupidness,i must have missed a step or something i'm a noob at this sort of thing.

It's my fault for assuming, sorry.

Quote from Russ76 :This is what i have done. I downloaded 0.1.6 alpha Extract the archive to desktop only.open the config.cfg with note pad added where my lfs path folder is,saved it went to the lfs qual ticker 0.1.6 apha exe jar file double click and it came straight up with that error message as pref said.(screen shot in my above posts)

Yep, that's the correct procedure. However, I see from the previous screenshot that you have entered the following for the folder path:

C:\Documents and Settings\Compaq_Owner.RUSS76\Desktop\LFS.exe

...this doesn't look correct. You need to provide the folder where LFS is located rather than the location of the LFS exe file. So, try this instead:

C:\Documents and Settings\Compaq_Owner.RUSS76\Desktop

That shouldn't solve the current problem you're having, but it should help when we get past the current problem.

Quote from Russ76 :how do i open command prompt the jar folder is where i extracted it to on my desk top which i cant open to put anything in,i'm know i missing something besides brains lol im guessing i was meant to move the jar file somewhere???

It doesn't matter where you put the JAR file, as long as you keep the JAR file and the CFG file in the same place.

To open command prompt:
Click on "Start" then "Run...".
Type in "cmd" (without the "").
Press enter.
You should now see a black box pop up on the screen.

To find the JAR file:
If you extracted the ZIP file to your desktop you should have a folder on it called "LFS Qualifying Ticker 0.1.6 Alpha". In the black box type the following:

cd Desktop

...then press enter.

Now type:

cd "LFS Qualifying Ticker 0.1.6 Alpha"

...then press enter.

Now type:

java -jar "LFS Qualifying Ticker 0.1.6 Alpha.jar"

...then press enter. When you do this you should get the error message coming up in the black box. Right click in the black box and click on "Mark". Then, use the mouse to select all of the error message in the black box (everything after the last command you entered above). Once you've selected it all press Enter. That will copy all of the selected text into your clipboard (so you can paste it). Then, come back here, create a new post. Click on the code tags (the little hash (#) symbol in the text editor) and paste (right click -> Paste) between the code tags. This should show me the exact error you're getting and may help to diagnose the problem.

Good luck, and don't hesitate to ask if I haven't explained anything well. It's my fault for not explaining it
Thankyou so very much understood all of that, well not understood but could follow it easy anyway

Exception in thread "main" java.lang.UnsupportedClassVersionError: lfsqualifying
ticker/LFSQualifyingTickerStart (Unsupported major.minor version 50.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Once again thankyou i know you have stoped work on this so i thankyou for your time
Quote from Russ76 :Thankyou so very much understood all of that, well not understood but could follow it easy anyway

Exception in thread "main" java.lang.UnsupportedClassVersionError: lfsqualifying
ticker/LFSQualifyingTickerStart (Unsupported major.minor version 50.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Once again thankyou i know you have stoped work on this so i thankyou for your time

Ah, now I see the problem

The version of Java you currently have installed is too old, so you need to upgrade it to be able to run the application. If you go here and click on the "Windows 7/XP/Vista/2000/2003/2008 Online" option you can do the update. Let me know if you have any problems with this and I'll see if I can help.
Quote from amp88 :Ah, now I see the problem

The version of Java you currently have installed is too old, so you need to upgrade it to be able to run the application. If you go here and click on the "Windows 7/XP/Vista/2000/2003/2008 Online" option you can do the update. Let me know if you have any problems with this and I'll see if I can help.

OMG its that simple sometimes ay.....It works perfectly now you ripper thanks heaps for that
Quote from Russ76 :OMG its that simple sometimes ay.....It works perfectly now you ripper thanks heaps for that

Yep, and the error message in the screenshot led me in the wrong direction because it was a knock-on effect from the older version. Anyway, sorted now, have fun
thanks again, very handy knowing where you loose time and pickup time on track without waiting for the lfs split time sections goodstuff.

FGED GREDG RDFGDR GSFDG