1.3.2 pre2 - CEL script startup broken

Report bugs, bug fixes and workarounds here.
Topic author
don
Posts: 1709
Joined: 12.07.2003
With us: 21 years 4 months
Location: Colorado, USA (7000 ft)

1.3.2 pre2 - CEL script startup broken

Post #1by don » 19.02.2004, 10:19

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 }
}

Harry
Posts: 559
Joined: 05.09.2003
With us: 21 years 2 months
Location: Germany

Re: 1.3.2 pre2 - CEL script startup broken

Post #2by Harry » 19.02.2004, 11:07

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

Topic author
don
Posts: 1709
Joined: 12.07.2003
With us: 21 years 4 months
Location: Colorado, USA (7000 ft)

Re: 1.3.2 pre2 - CEL script startup broken

Post #3by don » 19.02.2004, 12:19

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.


Return to “Bugs”