[Wine] Trying to Get EMBIRD32 Working Under Wine

Gert van den Berg wine-users at mohag.net
Mon Jun 7 12:38:35 CDT 2010


On Mon, Jun 7, 2010 at 07:49, oldefoxx <wineforum-user at winehq.org> wrote:
> zi follow what you are saying, but there was nothing to guide me in this matter, and folder names with spaces in them are a bit tricky to deal with in Linux, or Ubuntu in this case.  For instance, I would never think to use aq c:/Program \Files to handle this, and no idea why it might work or what it really means is lost on me.

The backslash before the space keep the shell from taking it as a
parameter seperator... (Quotes around the string / "special
characters" also work (instead of backslashes)) Unix-like operating
systems use "/" as a directory separator. (The quotes have two types,
single quotes are the simplest - everything except a single quote get
sent directly...)

I'm not sure if Program files is really needed for a program that seem
to still contain 16-bit components and tries to creat start menu
entries by using the Windows 3.1 method...

> As to getting the Embrd800.exe, I don't think it is available online anymore.  I just use the copy I downloaded for my wife years ago.  It is only a demo until you get what they refer to as the password, and that activates all paid for features.  I did find an earlier Embird 7.x version at several archives, but when I searched for it again, I was finally directed here:  http://www.embird.com/sw/embird/oldfiles.htm.  I don't think there is an evident way there through the main page.
>
> I don't get asked by the installer where I want the install to go.  Normally you have a choice of drive or directory, but I don't see that happening here.

It might make it more sensitive to where the application is installed.
I know a few applications that refuste to run when they are not
installed in a specific path... (Yes, it is really bad coding
practices, but companies normally don't like "your code suck"
comments..)

> Another odd thing is that each effort to try and get Embird up and running,
> which it won't do for some unspecified error (I mean it reports the error, but there is quite a bit involved and I;m not going to specify it myself on this go around).  But here is something else that is happening:  I get a growing list of Embird entries in the list where you can choose which application to open a file with.  You know, bu pointing to the file and using the right mouse button.  I have no idea why they kept getting added but i checked under .local/share/applications and found a slew of wine-extention-###-desktop entriesm where the ### was either three letters or three digits.  The letter combos might be representative of embroidery file extentions, Not sure why three digits,  Anywaym I did a rm -R ./wine-* and it not only got rid of these, but what now shows up under the list for choose another application looks right now.

Choosing no file-associations under the setup might reduce that problem...

> It is possible, I suppose, that someone else is emulating XP rather than 2000, and I could attempt the same, if I knew how to configure wine.  Every time I try to use Configure Wine, it goes off somewhere for awhile, then comes back,  and nothing has happened.
>
It might really be a good idea to rename / move your .wine directory
and try again in a new one. (Windows XP is the default settings for
Wine)

"Configure Wine" can be run from the terminal with "winecfg"

Gert



More information about the wine-users mailing list