http://bugs.winehq.org/show_bug.cgi?id=4109
Summary: Unable to install or run Codeblocks and Dev-C++ IDEs Product: Wine Version: 0.9.3. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P3 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: andy.elvey@paradise.net.nz
Hi all -
I'm running Mepis Linux, kernel 2.6.15-rc4. I installed Wine 0.9.3 (using apt-get) from the WineHQ site ( http://www.winehq.org/site/download-deb ).
The apps that I've tried to run are -
a) CodeBlocks version 1.0-rc2 ( http://www.codeblocks.org ) and b) Dev-C++ version 4.9.9.2 ( http://sf.net/projects/dev-cpp )
First, I tried to run the CodeBlocks IDE as a normal user. Doing this, I got a pile of errors as follows -
***** Start of errors - running CodeBlocks as normal user ***** andy@4[~]$ wine codeblocks-1.0rc2.exe err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tries to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tries to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. fixme:win:SetWindowTextA setting text "Setup" of other process window (nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Setup" of other process window (nil) should not use SendMessage ***** End of errors - running CodeBlocks as normal user *****
I then attempted to run CodeBlocks again, but as root. This gave me the following errors -
***** Start of errors - running CodeBlocks as root ************ root@4[andy]# wine codeblocks-1.0rc2.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tries to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tries to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. fixme:win:SetWindowTextA setting text "Setup" of other process window (nil) should not use SendMessage fixme:advapi:CheckTokenMembership ((nil) 0x7fd5e4e0 0x7f9efe3c) stub! fixme:win:SetWindowTextA setting text "Setup" of other process window (nil) should not use SendMessage root@4[andy]# ***** End of errors - running CodeBlocks as root ************
I should say that Wine is complaining about my X-server not running. I can assure you that it is running...
So, I downloaded and tried to run Dev-C++. I should mention that Dev-C++ has run successfully for me on Wine in the past (about a year ago). However, no luck with Dev-C++ this time. Trying to run that gave me the following errors -
*** Start of errors - trying to run Dev-C++ 4.9.9.2 ****** root@4[andy]# wine devcpp-4.9.9.2_setup.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": libXxf86vm.so.1: cannot open shared object file: No such file or directory Application tries to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY is set correctly. fixme:win:SetWindowTextA setting text "Dev-C++ 5 beta 9 release (4.9.9.2)" of other process window(nil) should not use SendMessage fixme:win:SetWindowTextA setting text "Dev-C++ 5 beta 9 release (4.9.9.2)" of other process window(nil) should not use SendMessage
root@4[andy]# *** End of errors - trying to run Dev-C++ 4.9.9.2 ******
As can be seen, many of the errors are very similar or identical in both cases ( CodeBlocks and Dev-C++ ).
I should mention that these problems aren't critical for me - my main reason for attempting to run these apps was to see how Wine was progressing (having not run it for quite a while), and to log a (hopefully useful) bug report if Wine failed to run the apps (which it has unfortunately done).
I'm keen to help out with getting these apps to run (if at all possible!). I will also do my best to give any further information (if this bug-report has omitted anything that may be useful).
Anyway, in spite of these problems, I want to say a really big **THANKS!** to all of the Wine devs for your efforts! Have a great Christmas and New Year :-)
- Andy