Not able to run my windows software with the wine.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nirjhar17
Level 1
Level 1
Posts: 5
Joined: Tue Sep 06, 2011 3:13 am

Not able to run my windows software with the wine.

Post by nirjhar17 »

Hi.

When i am trying to run my windows software which is my "Team Viewer"
i am facing below problem please help me. And i have checked Team viewer was there in the application database of Wine

nirjhar17@ubuntu:~$ env WINEPREFIX="/home/nirjhar17/.wine" wine C:\\Program\ Files\\TeamViewer\\Version6\\TeamViewer.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:win:EnumDisplayDevicesW ((null),0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32dd50,0x00000000), stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub


what this code means i didn't understand.

Please help do i need to configure something else.

Regards
Nirjhar
bcpeterson
Level 2
Level 2
Posts: 35
Joined: Sat Sep 11, 2010 6:24 pm

Post by bcpeterson »

TeamViewer has a native linux version, so if that is the only program your trying to get to work on wine, then you might want to the give that a try.

Otherwise, which version of wine are you using, and what version of ubuntu?
nirjhar17
Level 1
Level 1
Posts: 5
Joined: Tue Sep 06, 2011 3:13 am

Not able to run my windows software with the wine.

Post by nirjhar17 »

Hi,

The wine version is 1.2.3-0ubuntu1~ppa1 (wine1.2)
and ubuntu version is 11.04


please tell me from where i can find the linux version of Team viewer.

Regards
Nirjhar
John Drescher

Not able to run my windows software with the wine.

Post by John Drescher »

The wine version is 1.2.3-0ubuntu1~ppa1 (wine1.2)
and ubuntu version is 11.04
Try upgrading to the beta. 1.2.X is old and lacks a lot of
functionality and bug fixes that are in the current development
branch.


John
dardack
Level 3
Level 3
Posts: 98
Joined: Mon Sep 05, 2011 3:24 pm

Not able to run my windows software with the wine.

Post by dardack »

On Thu, Sep 8, 2011 at 7:22 AM, nirjhar17 <[email protected]> wrote:
Hi,

The wine version is 1.2.3-0ubuntu1~ppa1 (wine1.2)
and ubuntu version is 11.04


please tell me from where i can find the linux version of Team viewer.

http://www.teamviewer.com/en/download/index.aspx

Click Linux

Regards
Nirjhar





--
Sincerely,

MacNean C. Tyrrell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... hment.html>
nirjhar17
Level 1
Level 1
Posts: 5
Joined: Tue Sep 06, 2011 3:13 am

Post by nirjhar17 »

John@ Thanks for the reply i am new to ubuntu would you please guide me, i hve already ubuntu 11.04 to upgrade this to beta version do i need to apply some patch or i need to download the new image for that.

after searching on Internet i found the process of upgrading the same from version 10 to the latest .........

dardack@ Thanks for the reply the link which you have provided is for the AMD machine i am running my ubuntu on the intel machine so i am getting error incompatible hardware.

regards
Nirjhar
dardack
Level 3
Level 3
Posts: 98
Joined: Mon Sep 05, 2011 3:24 pm

Not able to run my windows software with the wine.

Post by dardack »

On Thu, Sep 8, 2011 at 9:39 AM, nirjhar17 <[email protected]> wrote:
John@ Thanks for the reply i am new to ubuntu would you please guide me, i
hve already ubuntu 11.04 to upgrade this to beta version do i need to apply
some patch or i need to download the new image for that.

after searching on Internet i found the process of upgrading the same from
version 10 to the latest .........

dardack@ Thanks for the reply the link which you have provided is for the
AMD machine i am running my ubuntu on the intel machine so i am getting
error incompatible hardware.

What do you mean, your using Ubuntu right? 32 or 64bit? In all my 10 years
of using linux, I have never had a piece of software complain that it
couldn't run on intel/amd. Now if your on 64bit Ubuntu, yes it's called
AMD64, but it will work on intel. From the wiki: The original specification
was created by AMD <http://en.wikipedia.org/wiki/Advanced_Micro_Devices>,
and has been implemented by AMD,
Intel<http://en.wikipedia.org/wiki/Intel_Corporation>
, VIA <http://en.wikipedia.org/wiki/VIA_Technologies>, and others So the
naming convention is still AMD64, but it will work on Intel processors. All
Ubuntu 64bit debs are naming convention AMD64, and 32bit naming is i386.
Don't worry, just download the 64bit deb (if your using 64bit) and you
should be good to go.

To get beta wine in ubuntu, since your new (ie probably not comfortable with
compiling from source), check out this ppa:
https://launchpad.net/~ubuntu-wine/+archive/ppa

add it to your sources, and you'll be able to get the newest wine (as of
this writing 1.3.27, new release every 2 weeks about).
regards
Nirjhar





--
Sincerely,

MacNean C. Tyrrell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... hment.html>
nirjhar17
Level 1
Level 1
Posts: 5
Joined: Tue Sep 06, 2011 3:13 am

Post by nirjhar17 »

@dardack Thanks for helping me i have only tried the 64 bit
at that time when i am getting the error.
but now i have successfully installed the 32 bit software .
Thanks again. But do you have any idea why i am getting error when i am
trying to run the .exe in Wine.

$ env WINEPREFIX="/home/nirjhar17/.wine" wine C:\\Program\ Files\\TeamViewer\\Version6\\TeamViewer.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:win:EnumDisplayDevicesW ((null),0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32dd50,0x00000000), stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub

What this error means.

Regards
Nirjhar
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Not able to run my windows software with the wine.

Post by jjmckenzie »

On Thu, Sep 8, 2011 at 8:12 AM, nirjhar17 <[email protected]> wrote:
@dardack Thanks for helping me i have only tried the 64 bit
at that time when i am getting the error.
but now i have successfully installed the 32 bit software .
Thanks again. But do you have any idea why i am getting error when  i am
trying to run the .exe in Wine.

$ env WINEPREFIX="/home/nirjhar17/.wine" wine C:\\Program\ Files\\TeamViewer\\Version6\\TeamViewer.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial stub.
fixme:win:EnumDisplayDevicesW ((null),0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32dd50,0x00000000), stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub

What this error means.
These are not errors, these are warnings that these
processes/functions are either partially or not at all implemented and
fill in code has been added that makes some programs, but not all,
function.

What is the error you receive or is expected funtionality not working properly?

James
dardack
Level 3
Level 3
Posts: 98
Joined: Mon Sep 05, 2011 3:24 pm

Not able to run my windows software with the wine.

Post by dardack »

On Thu, Sep 8, 2011 at 11:12 AM, nirjhar17 <[email protected]>wrote:
@dardack Thanks for helping me i have only tried the 64 bit
at that time when i am getting the error.
but now i have successfully installed the 32 bit software .
Thanks again. But do you have any idea why i am getting error when i am
trying to run the .exe in Wine.

$ env WINEPREFIX="/home/nirjhar17/.wine" wine C:\\Program\
Files\\TeamViewer\\Version6\\TeamViewer.exe
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) -
stub!
fixme:process:SetProcessShutdownParameters (00000100, 00000000): partial
stub.
fixme:win:EnumDisplayDevicesW ((null),0,0x32dd50,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x32dd50,0x00000000),
stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32dd50,0x00000000), stub!
fixme:resource:GetGuiResources (0xffffffff,0): stub

What this error means.

Regards
Nirjhar





OK so you got the Native Linux client running? If so awesome.

If you do you prolly don't need to run the exe anymore, but those aren't
errors.....nvm just got the email James responded to you about that part.



--
Sincerely,

MacNean C. Tyrrell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... hment.html>
nirjhar17
Level 1
Level 1
Posts: 5
Joined: Tue Sep 06, 2011 3:13 am

Post by nirjhar17 »

Thanks alot for the help
Locked