Published on April 5, 2007 By Skyjax In Stardock Support General
    This is the line i always get now, can someone tell me whats wrong?
Input past end of file
Line: 32     
Code:
(not available)

Comments
on Apr 05, 2007
What widget? There's a huge number of weather widgets out there...
on Apr 05, 2007
its just a stock widget built into any theme Thomassen, it dont matter which theme i use i always get it.
on Apr 05, 2007
well, link to one theme as a reference would help.
on Apr 05, 2007

Weather widgets don't all use the same code, so we can't help much without knowing which one you are using.

on Apr 05, 2007
Most of the weather widgets read/write from a file called weather.ini in your DesktopX directory. If all of your weather widgets are having this error, that could be your culprit. Try closing desktopx, deleting that file, then restarting desktopx.

If that doesn't work, knowing which theme you're using would be helpful, as others have said. We'd need to see whats on line 32 of your weather script to pinpoint your problem.
on Apr 05, 2007
Ok im using Gef's PDA Theme, but as i said its on every theme,
Input past end of file
Line: 29
Code:
(not available)
Thats the script error
And this is the line of code relating to that.
Else
27 Set filetxt = filesys.OpenTextFile(filestring)
28 location = filetxt.ReadLine
29 tempunit = filetxt.ReadLine
30 filetxt.Close
on Apr 05, 2007
Yeah looks like it could be a problem with the .ini file. Try what I wrote above.
on Apr 06, 2007
the ini file might be corrupted. B the looks of it the script requires the file to have two lines of data in it.

What's the content of that ini file?
on Apr 06, 2007
Well believe it or not its workin now and i aint done anything, tried it on a few other themes and it's fine again, any ideas why it was doin that? BTW thankyou for your help everyone.