Issue running Wine1.6
Issue running Wine1.6
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.
Please help.
Re: Issue running Wine1.6
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.
Re: Issue running Wine1.6
I did install it by "make" command. How do I make it work from location without specifying it's path
Re: Issue running Wine1.6
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.deepa wrote:I did install it by "make" command.
Reread my previous response. I already answered that question.How do I make it work from location without specifying it's path
Re: Issue running Wine1.6
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
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
Re: Issue running Wine1.6
http://bugs.winehq.org/show_bug.cgi?id=25742wine: Call from 0x7ef7e32f to unimplemented function ntdll.dll.RtlCreateTagHeap, aborting
Re: Issue running Wine1.6
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
err:process:__wine_kernel_init boot event wait timed out
fixme:event:wait_for_withdrawn_state window 0x30020/a00001 wait timed out
Re: Issue running Wine1.6
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.
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.
Re: Issue running Wine1.6
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
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
Re: Issue running Wine1.6
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 wrote: err:wincodecs:PngEncoder_CreateInstance Trying to save PNG picture, but PNG support is not compiled in.
Re: Issue running Wine1.6
i ran ./configure --without-freetype
Is the error because of excluding freetype
Is the error because of excluding freetype
Re: Issue running Wine1.6
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.
Re: Issue running Wine1.6
How do i fix PNG error
Re: Issue running Wine1.6
You probably need to install the libpng 32 bit development files. As to which package to install, ask your distro.
Re: Issue running Wine1.6
PNG libraries are alreay installed on our machine. But, I still get this error
Re: Issue running Wine1.6
I said the development files, not the libraries.
Re: Issue running Wine1.6
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
Re: Issue running Wine1.6
The list you should be looking at is the one ./configure gives you at the end of things it hasn't found.
Re: Issue running Wine1.6
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
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
Re: Issue running Wine1.6
What app is this, and does it have a legal, free download?