Issue running Wine1.6

Questions about Wine on Linux
Locked
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Issue running Wine1.6

Post by deepa »

I've compiled Wine1.6 on RHEL5.9. It was completed successfully. But, when I try to type "wine" on command line, it gives me "command not found"

Please help.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

You say you compiled it, but did you install it? If you're running from the build directory, you either have to specify the full path in the command line, or cd to the build directory and use ./wine instead of just wine.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

I did install it by "make" command. How do I make it work from location without specifying it's path
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

deepa wrote:I did install it by "make" command.
By that do you mean you did "make install", or did you only do "make"? If you didn't do "make install" you didn't install it.
How do I make it work from location without specifying it's path
Reread my previous response. I already answered that question.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

I did follow the steps mentioned in the document for installing. Now I get error saying when I try to run one my Windows application.

fixme:ntdll:NtQuerySystemInformation (0x00000032,0x33fb34,0x00000004,(nil)) stub
wine: Call from 0x7ef7e32f to unimplemented function ntdll.dll.RtlCreateTagHeap, aborting
err:module:attach_process_dlls "KERNELBASE.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"c:\\windows\\system32\\services.exe" failed, status 80000100
err:wineboot:start_services_process Unexpected termination of services.exe - exit code -2147483392
err:process:__wine_kernel_init boot event wait timed out
fixme:event:wait_for_withdrawn_state window 0x20074/1200001 wait timed out
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

wine: Call from 0x7ef7e32f to unimplemented function ntdll.dll.RtlCreateTagHeap, aborting
http://bugs.winehq.org/show_bug.cgi?id=25742
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

Now i'm getting below error:

err:process:__wine_kernel_init boot event wait timed out
fixme:event:wait_for_withdrawn_state window 0x30020/a00001 wait timed out
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

What Wine version? If it's not the latest development release, upgrade.

What app is this, and have you checked the AppDB and Bugzilla for known problems and workarounds? Are you using any native dlls?

When posting terminal output, post the full output, including the command used to run the app.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

I'm using Wine 1.6

I get this error when I try to run the from shell script. But, get different error when i type the command at the command propmt (below is the error when i type my command at the command prompt)
If i run my command at command prompt it never ends..

err:wincodecs:PngEncoder_CreateInstance Trying to save PNG picture, but PNG support is not compiled in.
fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {27949969-876a-41d7-9447-568f6a35a4dc}, hres is 0x80004005
err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder
err:wincodecs:PngEncoder_CreateInstance Trying to save PNG picture, but PNG support is not compiled in.
fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {27949969-876a-41d7-9447-568f6a35a4dc}, hres is 0x80004005
err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

deepa wrote: err:wincodecs:PngEncoder_CreateInstance Trying to save PNG picture, but PNG support is not compiled in.
That message is pretty clear. You need to recompile Wine with PNG support. I'd also recommend paying closer attention to the list of things ./configure says it can't find and make sure you aren't leaving out anything else important.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

i ran ./configure --without-freetype

Is the error because of excluding freetype
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

The error message in your console output was about lacking PNG support, but if you also compiled without freetype, that too will cause many apps to not work.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

How do i fix PNG error
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

You probably need to install the libpng 32 bit development files. As to which package to install, ask your distro.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

PNG libraries are alreay installed on our machine. But, I still get this error
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

I said the development files, not the libraries.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

I checked WineOn64bit, and the list of libraries mentioned are for RHEL6. I'm using RHEL5.9. Will these hold good for my OS. I'm using RHEL5.9 64bit OS
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

The list you should be looking at is the one ./configure gives you at the end of things it hasn't found.
deepa
Level 2
Level 2
Posts: 11
Joined: Tue Nov 19, 2013 4:23 am

Re: Issue running Wine1.6

Post by deepa »

I've installed PNG deve files. Now, i don't get PNG errors, but, I still get my initial error. After this error the system never comes out the process, it just stays there.

fixme:event:wait_for_withdrawn_state window 0x1004e/e00001 wait timed out

If I try to explicitly kill the process, i get below error

fixme:event:wait_for_withdrawn_state window 0x1004e/e00001 wait timed out
XIO: fatal IO error 104 (Connection reset by peer) on X server ":77.0"^M
after 86 requests (79 known processed) with 8 events remaining.^M
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Issue running Wine1.6

Post by dimesio »

What app is this, and does it have a legal, free download?
Locked