similar to: winecfg error - please help

Displaying 20 results from an estimated 1000 matches similar to: "winecfg error - please help"

2006 Mar 13
2
winecfg fails to open X window
List serv subscribers, I am relatively new to Linux and of course this is my first time using Wine. I get this error message when trying to run winecfg: 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!
2006 Mar 28
3
Running text app without X
I'm sure this question comes up waaaay to often in this list, and I apologize if I've missed the obvious answer. I did spend the last two hours looking for a solution and trying various things, but to no avail. I'm trying to run a command-line app (text-only). It's a cross-compiler tool for which we only have Windows binaries. The app works fine, but when I run it (i.e. to
2007 Jun 14
1
Problem with Football manager 2007 with Wine
Hi all, I am trying to setup Football manager 2007 on my OpenSuse 10.2, I have everything setup up and when I run the game with wine fm.exe --cache_skin=0, I got the following error message: (wine 0.9.8) preloader: Warning: failed to reserve range 00000000-60000000 err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found! (XRandR) err:x11settings:X11DRV_ChangeDisplaySettingsEx No
2005 Aug 10
5
config file (or lack thereof) question, turning off ttydrv
I am TRYING to use the most recent release of wine. Am I correct to assume that there is no longer a .wine/config file? Am I also correct to assume that all documentation still refers to the .wine/config file, and gives NO F*CKING help about how to use the new system? If these two assumptions are correct, it seems to be a real stupid way to do things. How is a new user EVER supposed to
2005 Oct 26
4
ubuntu 5.1 & wine 0.9
hi, i've setup wine 0.9 on ubuntu 5.1 but it does not work. what i get is: err:module:load_builtin_dll failed to load .so lib for builtin L"winex11.drv": /usr/lib/libSM.so.6: undefined symbol: IceGetPeerName ESC(BESC) 0ESC[?1049hESC[1;24rESC[m^OESC[4lESC[?7hESC[HESC[2Jfixme:ttydrv:TTYDRV_GetBitmapBits (0x1a4, 0x7bc4f224, 128) : stub fixme:ttydrv:TTYDRV_GetBitmapBits (0x1a0,
2005 Nov 28
0
winecfg on FC4
Hello list, I'm a newbie wine user, and I'm just trying to get my first installation working. I installed (and reinstalled) the FC4 i686 rpm, and when I run winecfg, I get the following errors: Xlib: connection to ":0.0" refused by server Xlib: No protocol specified err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color!
2007 Mar 19
1
Errors when running wine on Intel Mac OS X v10.4.8
Hi all, I compiled the latest wine v0.9.31 and after installing tried to run "wine sol.exe" (Using Windows solitaire as a starter) This resulted in the following message: err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! Application tried to create a
2005 Nov 11
0
Re: Problem with wine 0.9.1 debian packages (debian sarge)
On Fri, 2005-11-11 at 19:26 +0100, Jonas Freienhofer wrote: > Hi, > > I have a problem with the wine 0.9.1 .deb-packages on debian sarge. > Every time I try to start an application with wine I get an error that > libXxf86dga.so.1 can't be opened. > I searched that file but it doesn't exist on my system. > With the preview 0.9.0 version I didn't had this problem.
2007 Mar 19
1
Wine and d3d window.
Hi, i have an application that launches a d3d text window, is there anyway to force this into standard tty, text? I try to run the app in a console session and i get: err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! err:imagelist:ImageList_ReplaceIcon no color! Application tried to create a window, but no
2008 Jul 21
2
installing Starcraft problem?
Can someone help me how to install my starcraft through wine? can some one elaborate the step of installing... thanks! debian:/media/My Disc/starcraft# wine /media/My\ Disc/starcraft/INSTALL.EXE Invoking /usr/lib/wine/wine.bin /media/My Disc/starcraft/INSTALL.EXE ... Xlib: connection to ":0.0" refused by server Xlib: No protocol specified err:dc:CreateDCW no driver found for
2001 Oct 15
3
fixme:ole:CoRegisterMessageFilter stub
Hi all! Well, I`m trying using a Windows mail client in Linux, called Becky (very good). The program was installed with success, but there a one problem when I try read the messages: ---------------------------------------------------------- [root@anapaula B2]# wine B2.exe fixme:ole:CoRegisterMessageFilter stub err:treeview:TREEVIEW_Sort invalid item hParent=0 err:imagelist:ImageList_Remove
2006 Sep 11
1
uninitialized constant ImageList
I keep getting this error: NameError : uninitialized constant ImageList from this code: helloworld = Magick::ImageList.new("helloworld.jpg") I really want to get this to work, ive tested for days now, EVERYTHING except this feature interacting with my application is working. Ruby : 1.8.4 Rails: 1.1.6 ImageMagick: 6.2.9 Q8 RMagick: 1.13.0 OS: Win32 Manually writing the code in an
2006 Jun 18
2
Winelib Getting Started 1.3.2. Test Drive
Hello, Would a wine developer please revisit this page http://www.winehq.org/site/docs/winelib-guide/winelib-getting-started and modify it to have a step by step guide to take a Linux box without wine nor winelib to a running notepad exe built by the newbie (and not downloaded)? Or if you are a wine-user, please provide such steps to this list. As a newbie, the statement "It can be found
2006 Apr 06
1
Rmagick file conversion
I am using rmagick to convert files stored as a tiff to either pdf or jpg for display to the user. A snippet of test code from the controller follows. It works OK. ( it does need a sanitizer ) require RMagick def pdf @sdoc = Sdoc.find(params[:id]) @fname = ''/var/www/images/'' + @sdoc.fname @nf = Magick::ImageList.new(@fname)
2006 Jan 23
2
require rmagick
Hello, I''m trying to use rmagick in a helper script (for auto-generating image sizes) and I''m not sure where I should be calling ''require''. currently I have: require ''RMagick'' at the top of my controller: class FilmsController < ApplicationController require ''RMagick'' but that''s giving me an error:
2011 Jul 31
3
wine explorer crashes on start - wine-1.3.25 + natty
I am using wine-1.3.25 on kubuntu natty 11.04 (64 bit). I am trying to start wine explorer, but it crashes every time, even with a "clean" .wine directory. --------------------------------\ $ env WINEPREFIX=/home/greenman/.wine-junk wine explorer fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains unsupported style(s): 0x00000004
2018 Mar 22
2
Crash when writing 32bit flac files, am I doing something wrong ?
Hello, I manage to successfully write 8, 16 and 24 bit, all stereo, FLAC files. But when I try to write 32 bit FLACs my program crashes. *FLAC__stream_encoder_set_bits_per_sample *is called to match the desired bit depth (8, 16, 24, 32) It's the same code for all bit depths, i provide a fixed-size signed int buffer to the lib (size=16384), with values with appropriate ranges for each bit
2006 Jan 31
1
agp video card direction
greetings i am thinking of purchasing a 256 meg or larger AGP video card my current card is a 128 meg nvidia geforce fx 5200 and i have a viewsonic vp201s lcd monitor are their larger memory AGP cards worth buying? i have no idea it will be for serious CentOS and Win XP integration and testing and eventually production issues... XP is a necessary support issue in these circumstances since i
2005 Sep 13
2
Patches I forgot to send last night, pt. 1
Patch for RubyConstants.i to add ImageList constants _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2001 Feb 21
1
S: Vesa VBE for Windows 2000 (Duke Nukem 3d)
Hi I want to play Duke Nukem 3d, but I need a Vesa driver, but i can't find anyone who want to work. Is there somebody who know something about this problem?????? I have: Windows 2000 Creative Labs RIVA TNT