|
Notes |
|
|
(0014761)
|
|
Wepl
|
|
2025-12-21 20:41
|
|
I don't really understand the problem.
The Startup script is run synchronized by whdload. Which means whdload does wait for the script to finish and them continues.
Do you use RUN command somewhere? |
|
|
|
|
I'm not using run. I see the following:
While splash window is up preload happens and at same time startup is run. Even with preload is disabled and script is not done game can launch. I'm away from my 4000t but can try a bit more on a1200 in a few days to see if I can send photo of the setup |
|
|
|
(0014763)
|
|
Wepl
|
|
2025-12-21 22:04
|
|
The startup script is run before preload starts.
You can use TRACE option and check .whdl_trace file to see what happens. |
|
|
|
|
I got to try this on an A1200. I was able to run WHDLOAD 2 different ways:
1) From workbench by double clicking icon and using startfrom=Workbench in Icon Information Window
2) From shell and typing whdload with slave name.
From workbench execution, I see the issue but with shell I do not. With shell, it waits till startup script is done before continuing to load. In workbench this is not happening. I'm attaching trace files.
In this test I commented everything in the startup and cleanup scripts and only had the following lines in the startup. For testing purposes, I manually disabled all the network things, etc. before I executed whdload.
set echo on
C:Wait 30
Echo "Done" |
|
|
|
|
|
Adding trace dump when executed from shell. |
|
|
|
(0014772)
|
|
Wepl
|
|
2026-01-01 18:15
|
|
|
Thanks, I see. I'm going to investigate. |
|
|
|
(0014773)
|
|
Wepl
|
|
2026-01-01 19:29
|
|
|
Which OS release do you use? |
|
|
|
|
|
|
|
(0014775)
|
|
Wepl
|
|
2026-01-01 21:49
|
|
|
Can you please check if attached WHDLoad fixes the problem. |
|
|
|
|
|
Yes, this is working nicely! In workbench, the splash screen for the slave now comes up after the startup script is completed. Thanks a lot. |
|
|
|
(0014777)
|
|
Wepl
|
|
2026-01-02 13:04
|
|
|
latest beta is also updated now |
|