icuii81.exe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Bob Benjamin

icuii81.exe

Post by Bob Benjamin »

Have icuii81.exe in Downloads folder. Also have wine1.3 and Ubuntu
10.04 Lucid. Tried to install it and no luck. It is at
http://www.icuii.com/downloads
Here is the terminal output.

benjie1@benjie1:~/Downloads$ sudo apt-get install icuii81.exe
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package icuii81.exe
benjie1@benjie1:~/Downloads$

Thanks.
John Drescher

icuii81.exe

Post by John Drescher »

On Fri, Aug 13, 2010 at 3:45 PM, Bob Benjamin <[email protected]> wrote:
   Have icuii81.exe in Downloads folder. Also have wine1.3 and Ubuntu 10.04
Lucid. Tried to install it and no luck. It is at
 http://www.icuii.com/downloads
   Here is the terminal output.

   benjie1@benjie1:~/Downloads$ sudo apt-get install icuii81.exe
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package icuii81.exe
benjie1@benjie1:~/Downloads$
You can not mix ubuntu install commands with windows install commands.

How about changing the directory to the place you downloaded
icuii81.exe and install by using

wine icuii81.exe

And I am saying do that from the terminal and not by clicking on the
file the GUI.

John
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: icuii81.exe

Post by dimesio »

Bob Benjamin wrote: benjie1@benjie1:~/Downloads$ sudo apt-get install icuii81.exe
That is not how to install apps in Wine.
http://wiki.winehq.org/FAQ#head-f351523 ... 8da63be66f
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

sudo apt-get install
apt-get is a tie-in command for Ubuntu's own package manager with its own software (that is downloaded and installed through tools like Synaptic, Add/Remove software, or apt-get). Installing any other file ever you downloaded, even when they are .deb files (the file type that the package managers actually download and install), will not work.

Just making this clear as proper instructions have already been given by John Drescher and dimesio.
Bob Benjamin

icuii81.exe

Post by Bob Benjamin »

Sorry. Didn't know what sudo apt meant. Thanks for the info.
Will use the correct command and see what happens. Tks

On 08/13/2010 06:11 PM, DaVince wrote:
sudo apt-get install
apt-get is a tie-in command for Ubuntu's own package manager with its own software (that is downloaded and installed through tools like Synaptic, Add/Remove software, or apt-get). Installing any other file ever you downloaded, even when they are .deb files (the file type that the package managers actually download and install), will not work.

Just making this clear as proper instructions have already been given by John Drescher and dimesio.





John Drescher

icuii81.exe

Post by John Drescher »

   John, here's the output of the command you suggested. Still can't find
the icuii81.exe file.      Bob

    benjie1@benjie1:~$ cd Downloads/
benjie1@benjie1:~/Downloads$ wine icuii81.exe
wine: cannot find L"unix\\home\\benjie1\\Downloads\\icuii81.exe"
benjie1@benjie1:~/Downloads$

Use the ls command to verify that icuii81.exe is in the folder.

ls -al
   Forgot the -al  Here it is.

   benjie1@benjie1:~/Downloads$ ls -al
total 27844
drwxr-xr-x  7 benjie1 benjie1     4096 2010-08-13 15:31 .
drwxr-xr-x 42 benjie1 benjie1     4096 2010-08-14 10:31 ..
drwx------  2 benjie1 benjie1     4096 2010-05-13 12:59 bookmarks
drwx------  2 benjie1 benjie1     4096 2010-05-13 12:58 email addresses
-rwxr-xr-x  1 benjie1 benjie1  6357660 2005-09-29 14:35 hwsoliii.exe
-rwxr-xr-x  1 benjie1 benjie1  7025480 2008-01-27 14:44 icuii81.exe
-rwxrwxr-x  1 benjie1 benjie1 15043072 2010-08-06 09:39 ispq9.msi
-rw-r--r--  1 benjie1 benjie1    21422 2010-08-03 09:47 Phaser6140_Linux.zip
drwx------  2 benjie1 benjie1     4096 2010-08-12 10:00 Quizes etc
drwxr-xr-x  3 benjie1 benjie1     4096 2010-08-03 09:48 usr
-rw-r--r--  1 benjie1 benjie1    23056 2009-03-05 06:31
Xerox-Phaser-6140-1.1-1.noarch.rpm
drwx------ 12 benjie1 benjie1     4096 2010-05-13 12:54 Yoda born 2-10-09
benjie1@benjie1:~/Downloads$
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: icuii81.exe

Post by dimesio »

    benjie1@benjie1:~$ cd Downloads/
benjie1@benjie1:~/Downloads$ wine icuii81.exe
wine: cannot find L"unix\\home\\benjie1\\Downloads\\icuii81.exe"
Did you remove the Z: drive in winecfg?
Bob Benjamin

icuii81.exe

Post by Bob Benjamin »

No I didn't. winecfg always shows drives C, H, and Z. Remove just
the Z or H as well? Thanks.

On 08/14/2010 07:32 PM, dimesio wrote:
benjie1@benjie1:~$ cd Downloads/
benjie1@benjie1:~/Downloads$ wine icuii81.exe
wine: cannot find L"unix\\home\\benjie1\\Downloads\\icuii81.exe"

Did you remove the Z: drive in winecfg?





User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: icuii81.exe

Post by dimesio »

Bob Benjamin wrote:No I didn't. winecfg always shows drives C, H, and Z. Remove just
the Z or H as well? Thanks.
No, don't remove it. I was asking because if you had, that would explain why Wine couldn't find the file even though it exists in that directory.
Bob Benjamin

icuii81.exe

Post by Bob Benjamin »

OK. What about the H: drive. Guess I leave that there too. Bob

On 08/15/2010 07:36 AM, dimesio wrote:
Bob Benjamin wrote:
No I didn't. winecfg always shows drives C, H, and Z. Remove just
the Z or H as well? Thanks.

No, don't remove it. I was asking because if you had, that would explain why Wine couldn't find the file even though it exists in that directory.





Bob Benjamin

icuii81.exe

Post by Bob Benjamin »

Hi. Was reading on icuii.com re: their restore program for
users who have a list of people they've talked to before. When moving to
a new computer download the trial version (iCU2v8-22.exe) and then enter
license agreement. I removed the icuii81.exe from wine, downloaded the
trial version, in terminal window typed wine iCU2v8-22.exe and it
installed immediately. Has only 2 probs now. Won't recognize the camera
(Logitech 9000) and can't type text in message box. It says I have a
camera called UVC Camera(046d:0990) But there is no picture of me. Can
receive pics of others. Thanks again. Sorry I didn't know about the
trial version. Figured as a registered user, I should use the registered
file. Live and learn. Sorry for the long message. Thanks Bob

On 08/15/2010 08:45 AM, Bob Benjamin wrote:
OK. What about the H: drive. Guess I leave that there too. Bob

On 08/15/2010 07:36 AM, dimesio wrote:
Bob Benjamin wrote:
No I didn't. winecfg always shows drives C, H, and Z. Remove just
the Z or H as well? Thanks.
No, don't remove it. I was asking because if you had, that would
explain why Wine couldn't find the file even though it exists in that
directory.





Bob Benjamin

icuii81.exe

Post by Bob Benjamin »

Not sure if I sent this previously. Sorry if I did. Just the camera
won't turn on. Thanks.

On 08/15/2010 11:08 AM, Bob Benjamin wrote:
Hi. Was reading on icuii.com re: their restore program for
users who have a list of people they've talked to before. When moving
to a new computer download the trial version (iCU2v8-22.exe) and then
enter license agreement. I removed the icuii81.exe from wine,
downloaded the trial version, in terminal window typed wine
iCU2v8-22.exe and it installed immediately. Has only 2 probs now.
Won't recognize the camera (Logitech 9000) and can't type text in
message box. It says I have a camera called UVC Camera(046d:0990)
(vfw). But the camera doesn't turn on. Can receive pics of others.
Thanks again. Sorry I didn't know about the trial version. Figured as
a registered user, I should use the registered file. Live and learn.
Sorry for the long message. Thanks Bob

On 08/15/2010 08:45 AM, Bob Benjamin wrote:
OK. What about the H: drive. Guess I leave that there too. Bob

On 08/15/2010 07:36 AM, dimesio wrote:
Bob Benjamin wrote: No, don't remove it. I was asking because if you had, that would
explain why Wine couldn't find the file even though it exists in
that directory.





User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: icuii81.exe

Post by dimesio »

Bob Benjamin wrote:Not sure if I sent this previously. Sorry if I did. Just the camera
won't turn on. Thanks.
http://bugs.winehq.org/show_bug.cgi?id=16147
The bug report hasn't been updated in awhile. Please add a comment noting that it also affects ICU2 and is still a problem in 1.3.0.
Robert Benjamin

icuii81.exe

Post by Robert Benjamin »

Updated the bug with comments like you suggested. So now I guess we
wait and things will work out hopefully. Not sure how bugs are fixed so
just commenting and very curious. Thanks. Bob

dimesio wrote:
Bob Benjamin wrote:

Not sure if I sent this previously. Sorry if I did. Just the camera
won't turn on. Thanks.


http://bugs.winehq.org/show_bug.cgi?id=16147
The bug report hasn't been updated in awhile. Please add a comment noting that it also affects ICU2 and is still a problem in 1.3.0.







-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Robert Benjamin

icuii81.exe

Post by Robert Benjamin »

Updated the bug report that the camera won't work with wine
1.3.1 and icu2 Tks. Bob

On 8/18/2010 9:05 AM, Robert Benjamin wrote:
Updated the bug with comments like you suggested. So now I guess we
wait and things will work out hopefully. Not sure how bugs are fixed
so just commenting and very curious. Thanks. Bob

dimesio wrote:
Bob Benjamin wrote:

Not sure if I sent this previously. Sorry if I did. Just the camera
won't turn on. Thanks.

http://bugs.winehq.org/show_bug.cgi?id=16147
The bug report hasn't been updated in awhile. Please add a comment
noting that it also affects ICU2 and is still a problem in 1.3.0.







-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked