English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   support.Apps (https://eab.abime.net/forumdisplay.php?f=8)
-   -   ToolsDaemon (https://eab.abime.net/showthread.php?t=13394)

Enverex 25 April 2004 00:47

ToolsDaemon
 
For some odd reason, whenever I try and start a program from the ToolsDaemon menu, the machine will just partially freeze. I can still move the mouse, move windows and bring up the menu, but I can't close windows, click icons or start programs and have to restart (soft) to get control back.

It does this with anything on the menu (other than ToolsPrefs) and does it 9/10 making it pretty useless.

Has anyone else heard of this problem before?

ant512 25 April 2004 01:01

It sounds like the programs are running as foreground processes, which will cause Workbench to hang until they exit - Workbench isn't multithreaded. To fix it, you need to put the "run" command before the program you want to execute, so the command to launch IconEdit (for example) would change from:

SYS:Tools/IconEdit

to:

C:Run <NIL: >NIL: SYS:Tools/IconEdit

Instead of running IconEdit and waiting for it to exit, the system now runs "run", which launches IconEdit as a background process and exits immediately, allowing Workbench to continue normally.

I think that's the problem, anyway.

Bloodwych 25 April 2004 01:23

1 Attachment(s)
I use toolsdaemon combined with the older and less trouble prone magicmenu which Akira kindly gave me, but only in the ClassicWB LITE.

In the full and above, a Scalos/popupmenu combo is used.

Can't understand why your having issues - worked fine for me. Try running it without any other startup programs. Also try having the WB part selected, although some programs like NewZap have to be run using the CLI string - see below. These functions are explained in the readme.

Enverex 25 April 2004 01:33

Doesn't matter if they are set to WB or Cli mode. You may also want to have a look at ToolsPrefs2 which is nice to customise TD with.

Bloodwych 25 April 2004 01:44

Thanks, I'll take a look. What WB version are you trying to install this on BTW?

Bloodwych 25 April 2004 17:44

The reason I asked about WB version is if it's something newer like 3.9 (going by your virusz thread), the toolsdaemon readme mentions you could encounter problems.

DrBong 27 April 2004 06:40

Quote:

Originally Posted by Bloodwych
The reason I asked about WB version is if it's something newer like 3.9 (going by your virusz thread), the toolsdaemon readme mentions you could encounter problems.

Yep, there's a ToolsDaemon patch on Aminet for use under OS 3.x. Installing the latest BoingBag may also help things.

Enverex 27 April 2004 09:38

Yeah, I am using BB2, but I wasn't aware of a patch, cheers DB.


All times are GMT +2. The time now is 18:30.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04180 seconds with 11 queries