Page 1 of 1

1.3.2 pre2 - CEL script startup broken

Posted: 19.02.2004, 10:19
by don
1.3.2 pre2 WinXP

First, copy and save the script below.

1. Run Celestia
2. File / Open Script
3. Take 10 or 15 seconds in the Open dialog
4. Open the script

You will notice that the longer you spend in the Open dialog, the further along the script is when it is displayed on-screen.

Can anyone else confirm this in Windows or Linux?

-Don G.

Code: Select all

{
  print { text "Test line 1" row -3 duration 3 }
  wait {duration 3 }

  print { text "Test line 2" row -3 duration 3 }
  wait {duration 3 }

  print { text "Test line 3" row -3 duration 3 }
  wait {duration 3 }
}

Re: 1.3.2 pre2 - CEL script startup broken

Posted: 19.02.2004, 11:07
by Harry
don wrote:1.3.2 pre2 WinXP [...]
You will notice that the longer you spend in the Open dialog, the further along the script is when it is displayed on-screen.

Can anyone else confirm this in Windows or Linux?

Seems to be ok on Linux. But the problem sounds familiar, this may (again) be due to the blocking of Celestia while the File-dialog is open. The time won't get updated, so once the file-dialog is closed there is a sudden jump in time, this could be the reason why the script is executing too quickly at the beginning.

Could you open a short(!) bugreport on sf.net, or if you prefer remind me by mail in a couple of days?

Can you check against older versions, like 1.3.1?

Harald

Re: 1.3.2 pre2 - CEL script startup broken

Posted: 19.02.2004, 12:19
by don
Harry wrote:Could you open a short(!) bugreport on sf.net,
Opened a one-liner.

Harry wrote:Can you check against older versions, like 1.3.1?

It's the same in 1.3.1 final.

Thanks Harald!

-Don G.