Archived from groups: alt.games.morrowind (
More info?)
> When logging on, hold down the Shift key. Do this while you press
> the "OK" button on the login dialog (or, if the system logs you in
> automatically, from the time that the dialog disappears) until the
> system is completely booted -- this will kill most of the startup
> applications, and, hopefully, any background interference with
> the game that could cause this. After that, start Morrowind
> directly from the executable and see if there's any difference.
Hmm. I don't want to have to reboot with a special procedure every time I
want to play, but I'll try it once, just to see if it makes a difference.
> If there isn't, wait a bit for more replies, post this to a forum
> or two, and, finally, take it to the Bethesda techies.
Yeah, I've had very little luck in the past talking to tech support for any
games I've played. They usually just send auto-replies. I'll give it a
shot as a last resort, but I'm not holding out much hope for that...
> If you don't have the stomach to get to the heart of this issue or
> the devs turn out to be just as stumped as I am, there is a better
> solution -- look for an application that will sync your system
> clock with that of another machine when run, and use a batch file
> like the following to launch Morrowind:
>
> rem Start Morrowind, wait, and then start the (self-executing)
> rem application that will set the system time to the correct
> rem value
>
> start /wait [Morrowind.exe path]
> start /min [path to time-synching application]
>
> rem The /min switch on the latter start command will start the
> rem time-synching executable minimized -- to have it start
> rem normally, simply remove this switch.
Hmm. Looks like an interesting hack-job workaround, though hopefully
there's a better solution. Also, technically, I'd need it to run after
Morrowind closes, not right after it opens. Or does this take that into
account? It's been a while since I looked at batch file formatting. (I
used to do it alot back in pre-Windows days, but I've gone rusty.) Oh, and
do you have any recommendation for an app. that will do that automatically?
I have a program called "Abouttime", but I actually have to push a button
after opening the program to get it to actually do its work. One that just
opens, syncs, and closes again without user input would be best for this
sort of trick...