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 at 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
2011-Sep-07 18:44 UTC
[Wine] Re: Not able to run my windows software with the wine.
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
2011-Sep-08 11:22 UTC
[Wine] Re: Not able to run my windows software with the wine.
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
2011-Sep-08 11:39 UTC
[Wine] Not able to run my windows software with the wine.
> 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
MacNean Tyrrell
2011-Sep-08 12:32 UTC
[Wine] Not able to run my windows software with the wine.
On Thu, Sep 8, 2011 at 7:22 AM, nirjhar17 <wineforum-user at winehq.org> 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-users/attachments/20110908/2e7ca506/attachment.html>
nirjhar17
2011-Sep-08 13:39 UTC
[Wine] Re: Not able to run my windows software with the wine.
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
nirjhar17
2011-Sep-08 15:12 UTC
[Wine] Re: Not able to run my windows software with the wine.
@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
James McKenzie
2011-Sep-08 15:31 UTC
[Wine] Not able to run my windows software with the wine.
On Thu, Sep 8, 2011 at 8:12 AM, nirjhar17 <wineforum-user at winehq.org> 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