similar to: Improve Colors in Wine

Displaying 20 results from an estimated 10000 matches similar to: "Improve Colors in Wine"

2007 Mar 19
2
setup.exe fails on wine version 0.9.20 and later
When I try to run wine /mnt/cdrom/setup.exe on the Monopoly CD-ROM it returns "Terminated" on the console. This has happened since version 0.9.20. It worked almost perfect in wine version 0.9.19. Monopoly is a Windows 16 bit game. Any idea why this is happening now? Thanks in advance, Charlie
2002 Mar 04
1
String Resources & Popup Problem
Ok, that's done. Now after this the should compile and run : in En.rc MAIN_MENU is defined now like this : MAIN_MENU MENU { POPUP "&File" { MENUITEM "&New...", 0x100 En.rc is included by #include "En.rc" in rsrc.rc. And gcc complies about it when compiling : [syl@snoop notepad]$ make gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2003 Nov 25
1
Font Metrics
Hi All Newbie to wine here :) I have installed wine, and can get notepad and winemine up, but when I do, I get a painfully long list of messages and then it goes into Font Metrics 1.1% - Font Metrics 1.2% untill we eventually get to 100%. I also tried to run File Maker Pro 5 for windows, however the window opened and just hung for about 15 mins before I killed the process. I have checked the
2005 Dec 27
6
Best Environment for development
This is a newb question, and probably one that is a matter of taste more than objective merit. I''m working on a home server, running Linux [FC 4], hosting a website [look for generocities.com shortly]. I have a delightful new Windows XP Pro Dell Inspiron 9300 laptop. What would the community recommend for the environment in which I develop? I don''t mean technologies like RoR
2009 Jan 25
4
Too much functionality in WINE
Does anyone know of a way to compile a LITE wine - like a zinfandel I guess? I just want to be able to use - wine /mypathto/myprogram.exe. such as --disable-dev --without-notepad --without-ie.... After compiling wine 1.1.13 it works quite well... at least the parts of it that I have tested. There are so many things included that I will never use that basically just take up space. For instance
2004 Feb 16
2
Delphi 6 app with QReport
The program it is working in wine except that I can't print. When I try I receive this: fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:psdrv:PSDRV_EndPage Already ended a page? And nothing is printed... Any hint? Thankyou and please excuse my english.
2007 Aug 23
3
speex payload value
I'm currently implementing A rtp header info and using speex for audio. can someone tell me what the rtp payload type value is for speex. i've checked the submitted speex draft and it says its beyond its scope and i can't find anything in RFC3550 that might suggest what it is. any help would be appreciated thank you, Greg --------------------------------- Boardwalk for $500?
2004 Feb 04
1
getting started with wine on debian and W2K
Dear All Thanks for your comments. I have downloaded and installed wine-20040121. Unfortunately things seem to have worsened. I installed wine with my Windows partition mounted umask=000, and used the Windows partition for the wine installation when prompted (sorry can't remember the prompt question wording). I didn't install & run winesetuptk as everything seemed ready to
2007 Aug 16
1
Network Settings in Wine
Hi! I'm using Slackware 11 and Wine 0.9.40. The problem is, Wine is not detecting my network settings, though it(Internet) works fine in my Slack. i can access the entire network (Company's), see the sambha shares in my slack, but when i try to run "ipconfig" or "ping", i got an error saying it was trying to user ICMP and this would not work unless used as root. Even
2012 Apr 15
6
Can not uninstall / remove Wine 1.5.0
I have been trying to upgrade to 1.5.2 from 1.5.0 I can't seem to get rid of it. I have Removed it via Software Center, Synaptics Package Manager, and some command lines. Killed orphan files. typing; wine --version give; wine-1.5.0 Please help me remove.. I need to install 1.5.2 Note: Im a novice.. so might have to spell out what to type in command line. Thanks
2004 Aug 02
4
Is anyone using X.org instead of XFree86 implementation of X Windows?
I just upgraded my machine from Slackware 9.1 (using XFree86) to Slackware 10.0 which uses X.org instead. A simple notepad.exe gives errors when started. This did not have this problem under the previous setup. Is anyone using X.org ???
2011 Oct 26
1
Re: Keylogger question
micdhack wrote: > My wow account was hacked and since i logged in more from ubuntu than windows i wanted to ask if it is possible a keylogger to be installed through wine and if it could start automatically to monitor the system each time linux starts or each time i start some wine application. > By the way i used antivirus to scan linux and wine directories and nothing was found In my
2008 Apr 11
2
wine explorer /desktop doesn't work the first time
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I do: rm -r ~/.wine/ wineprefixcreate wine explorer /desktop=default,1200x900 winemine Then winemine opens in its own window. It does not open inside a fake desktop, which is what explorer /desktop is supposed to do. However, if I close winemine and run the same command again wine explorer /desktop=default,1200x900 winemine I get the correct
2007 Sep 09
3
nat=yes
Hi List; If I set nat=yes, then asterisk will send the packets to the public IP address or to the private IP address (which will be for the endpoint that is behind the nating)? And by setting the nat=yes, then what exactly will be ignored at asterisk side when reading the registeration messages from the endpoint? Any help. Regards Bilal
2014 Feb 06
2
r noobie, reading my text file into r
Hi everyone, this is my first time using r and I think I'm overlooking something small and I just need some help seeing it. I have a file in notepad that I need to read into r. > ceosalary<-read.table(file="C:/Users/mz106_010/Desktop/ceosalary.csv",header > = TRUE,sep="\t") Error in file(file, "rt") : cannot open the connection In addition: Warning
2013 Mar 12
2
split data into columns from dataframe
Dear r-users,   Originally my data is in notepad.  I use data.frame(...) to convert the data into columns but it has no header.  The data below is what I got in R.  I would like to extract these data:   19710629        39.3  19701126  19720629        33.8  19720517 ... when I use data2_30min[1, cbind(1,3,5)] command the result is NULL.   Then I tried data2_30min[1], it gives me the whole set of
2004 Sep 24
5
flame request
I've upgraded from Mandrake 10.0 to 10.1 CE, which meant moving from wine 20040213 to 20040813. It sorta runs , I have the C drive pointed to the win directory off my home dir thats used by win4lin, I know it can see this as the fonts are OK. I can only get regedit and notepad to run from the menubar, plus the old problem of not finding c:\ and running a VOIP prog called echolink which runs
2009 Oct 31
3
OT - Number Portability
Sorry for the off-topic, but perhaps this will be of interest to other asterisk based ITSPs. We are starting service in a rural area where the ILEC has the rural "monopoly". From what we have read in the FCC docs this does NOT exempt them from number portability, but what does it take for us to qualify to receive their numbers? To date we simply have a few voice trunks to them,
2007 Jul 24
10
What is the best softphone work with Asterisk
Hi List; I need to configure a softphone to be client and use it with Asterisk, which is the recommended one? Is it iax2? Regards Bilal ____________________________________________________________________________________ Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Yahoo! Games.