winectl and DS Manager from Tibbo

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
maurelioc
Newbie
Newbie
Posts: 3
Joined: Tue Apr 29, 2008 1:34 pm

winectl and DS Manager from Tibbo

Post by maurelioc »

Hi folks,
I need to use a SW to program an ethernet-to-serial converter from Tibbo company.
After running the SW installer I was able to use it clicking on its icon in the winectl window. The program is not a .exe or .com file (I do not know if it is a script language or not). It used to run quite fine on wine.
But after upgrading wine (9.60) and my Linux distribuition (Mandriva 2008.1) winectl is not available anymore. The question is: is there another way to start DS manager?

I have the DSManager (TDST_3-9-82.zip) at the link below:
http://www.astrotec.com.br/arquivos/TIBBO.zip
or at the Tibbo´s site:
http://www.tibbo.com/downloads.php
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

winectl and DS Manager from Tibbo

Post by austin987 »

On Tue, Apr 29, 2008 at 1:48 PM, maurelioc <[email protected]> wrote:
Hi folks,
I need to use a SW to program an ethernet-to-serial converter from Tibbo company.
After running the SW installer I was able to use it clicking on its icon in the winectl window. The program is not a .exe or .com file (I do not know if it is a script language or not). It used to run quite fine on wine.
But after upgrading wine (9.60) and my Linux distribuition (Mandriva 2008.1) winectl is not available anymore. The question is: is there another way to start DS manager?

I have the DSManager (TDST_3-9-82.zip) at the link below:
http://www.astrotec.com.br/arquivos/TIBBO.zip
or at the Tibbo´s site:
http://www.tibbo.com/downloads.php





What version of wine used to work?
maurelioc
Newbie
Newbie
Posts: 3
Joined: Tue Apr 29, 2008 1:34 pm

Post by maurelioc »

I do not remember exactly. I make a wine update as soon as it is available for my Linux distribuition (contrib source). Maybe the winectl was left from an older version of wine.
A few days ago I made an upgrade to Mandriva 2008.1. After that I could not use DS Manager anymore. Actually I had to install form scratch and then copied the /home dir to keep the user private files. The other directories are new and older stuff on then were discarded.
Dan Kegel

winectl and DS Manager from Tibbo

Post by Dan Kegel »

On Tue, Apr 29, 2008 at 1:08 PM, maurelioc <[email protected]> wrote:
I do not remember exactly. I make a wine update as soon as it is available for my Linux distribuition (contrib source). Maybe the winectl was left from an older version of wine.
What is winectl? I can't find it in a google search.
maurelioc
Newbie
Newbie
Posts: 3
Joined: Tue Apr 29, 2008 1:34 pm

Post by maurelioc »

My previous reply was lost.

There is not a winectl command, it is "wine control". Sorry for the mistake. "wine control" works fine. It is there where I can have a valid shortcut to run DS Manager.
DS Manager is not a .exe or .com file.

The shortcut created on wine during setup is:
>
env WINEPREFIX="/home/maurelio/.wine" wine "c:\windows\command\start.exe" "E:\SW\Windows\Tibbo\TDST_3-9-82\rundll32" shell32.dll,Control_RunDLL tdstui32.cpl,@0
>
which does not work.

The same created on windows is :
>
C:\WINDOWS\system32\rundll32.exe shell32.dll,Control_RunDLL tdstui32.cpl,@0
>

Marco Aurelio
Locked