similar to: hash in the wine command line

Displaying 20 results from an estimated 50000 matches similar to: "hash in the wine command line"

2009 Jan 09
6
User interface blank
I first tried the regular install for Linux Ubuntu Intrepid Ibex. Both the Wine user interface and e-Sword were there but completely blank, i.e. no labelling. uninstalled wine Uninstalled e-Sword installed binaries and command line apt libraries Wine User interface is there but still minus labels and functionality What do I do now?
2007 Mar 19
1
IE with winetools (wine ver. 0.9.9)
I tried installing IE6 using winetools, this failed for some reason. after several attempts i found IEs4linux, which installed IE5 and IE6 for me with no hassle, can i get winetools to recognise this install? because it won't let me install other software at the minute, or could someone give me a hand in getting winetools to work with the original IE6 setup? cheers!
2024 Aug 23
1
Linear regression and stand deviation at the Linux command line
? Thu, 22 Aug 2024 13:07:37 -0600 Keith Christian <keith1christian at gmail.com> ?????: > I'm interested in R construct(s) to be entered at the command > line that would output slope, y-intercept, and r-squared values read > from a csv or other filename entered at the command line, and the same > for standard deviation calculations, namely the standard deviation, >
2011 Nov 11
3
COPILOT Glucose Meter COM problem
I am a 62 year old beginner in Ubuntu. Thanks for any help, guidance, suggestions on this problem! I have used commands like the following to be certain that I have an active com port: dmesg | grep ttyS rm com1 ln -s /dev/ttyS0 com1 So I suspect the solution lies somewhere in WINE. If all else fails I will get a USB to SERIAL converter cable and try that. My wife has an Abbott Labs Freestyle
2003 Dec 23
6
UTMP logging in Samba 3.0.1 does not have hostnames
Hi, I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. I compiled Samba using gcc 3.3 with the following options: configure --prefix=/local/samba-3.0.1 --enable-static --with-nis --with-quotas --with-syslog --with-msdfs --with-utmp I set utmp = yes in the smb.conf file The samba server does create login entries but minus the hostname entries. The following
2011 Jan 28
7
how to install wine for centos 5 32 bit
how to install wine for centos 5 32 bit please some one help me [Shocked]
2011 Oct 07
7
No sound playing Tom Clancy's HAWX
Hi, Problem is there is no sound. Code: $ wine --version wine-1.3.12 Tried using the the wine ver. offered at winehq but got an exe dump. Played the same game under Ubuntu without any issues. How to troubleshoot ? Need to get the sound working.
2018 Sep 04
2
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
On Mon, Sep 3, 2018 at 8:12 PM, Mika Westerberg <mika.westerberg at linux.intel.com> wrote: > We have seen one similar issue with LPSS devices when BIOS assigns > device BARs above 4G (which is not the case here) and it turned out to > be misconfigured MTRR register or something like that. It may not be > related at all but it could be worth a try to dump out MTRR registers of
2008 Oct 21
2
Dragon NaturallySpeaking 7 install fails -ve memory reported
Hi folks, I'm presently having my second foray into Wine. I'm running Ubuntu 8.04 on a machine with 3GB memory. I'm having problems installing Dragon NaturallySpeaking 7 and would welcome some guidance. When I run "wine /media/cdrom1/autorun.exe" the install looks promising for a few moments, then an error message saying: "Your computer does not meet the minimum
2001 Mar 23
1
wine.conf
Perhaps you help with the following problem. I installed Wine rpm 20001002 on Mandrake 7.2 and then edited wine.conf. When I start Wine from /usr/bin directory get this message: Warning: could not find wine.conf [Drive x] entry for current working directory /usr/bin starting in windows directory. Then it says: Usage: wine [options] program_name [arguments] and then: gives a host of
2011 Mar 10
4
Wine sometime really surprise me
Software as Application, can always find a replacement. (Well most of the time) But Software as Games, there is good chance that you will never find a replacement. They are their own unique Art. (Classical games is another story, such as chess, and those "public domain") In order words, doesn't matter how old a game might be. it will not get obsolesce. When it come to
2003 May 22
2
Wine and winsock
Having gotten the latest CVS to build, I'm trying to get IE working again (yeah, yeah, I know...) I can get it to load, but then it doesn't seem to be able to make any network connections. I can't browse anything. It doesn't matter whether I use ip addresses or dns names. This was working on previous versions, but I can't quite figure out what changes broke this. Any help or
2004 Aug 10
1
/minus or /hyphen in PS output
Dear R devolepers! Wouldn't you change src/main/devPS.c file (patch will follow). Problem is with minus sign in ps output. The original code forces the name /minus to the character number 45 (-). But /minus symbol is not defined in standard Adobe encoding and (even worse) is not defined in most type1 fonts (where the name /hyphen is used instead), in this case you will have an empty
2004 Aug 10
1
/minus or /hyphen in PS output
Dear R devolepers! Wouldn't you change src/main/devPS.c file (patch will follow). Problem is with minus sign in ps output. The original code forces the name /minus to the character number 45 (-). But /minus symbol is not defined in standard Adobe encoding and (even worse) is not defined in most type1 fonts (where the name /hyphen is used instead), in this case you will have an empty
2006 Mar 17
3
Collapsing levels of a factor
> x <- factor(1:3, labels = c("b" , "f", "minus")) > x [1] b f minus Levels: b f minus I want to change all "minus" to "b". I know that the simplest way to do this is > levels(x) <- c("b", "f", "b") and also that > x[x == "minus"] <- "b" > x <- factor(x)
2006 Mar 17
3
Collapsing levels of a factor
> x <- factor(1:3, labels = c("b" , "f", "minus")) > x [1] b f minus Levels: b f minus I want to change all "minus" to "b". I know that the simplest way to do this is > levels(x) <- c("b", "f", "b") and also that > x[x == "minus"] <- "b" > x <- factor(x)
2011 Jun 03
1
VLOOKUP in R - tried everything.
I am attempting to emulate the VLOOKUP function from Excel in R. I want to compare one column (coll.minus.release) with another (release.days) to get the number of parasitoid released at that time (TotalParasitoids). for example: coll.minus.release release.days ParasitoidTotal -12 -266 1700 8 -259 1000 8
2001 Dec 17
3
smoothing line and a pair of confidence intervals
Hi R Users, I am very new to R and would like to do something quick if possible, please help! Suppose I have a data set of y versus x, how can I generate a smoothing line of y versus x (for example, using loess) and at the same time, generate a pair of confidence intervals for the smoothing or mean plus/minus standard deviation? Yi Zhu Golder Associates Inc. USA
2009 Dec 11
1
conflicting memory types
I just noticed these messages in my logs : modprobe:1998 conflicting memory types e8000000-e8010000 uncached-minus<->write-combining reserve_memtype failed 0xe8000000-0xe8010000, track uncached-minus, req uncached-minus ioremap reserve_memtype failed -16 Xorg:5078 conflicting memory types e8000000-e8010000 uncached-minus<->write-combining reserve_memtype failed 0xe8000000-0xe8010000,
2008 May 05
5
Office 2003 Install Fails - Ubuntu 8.04 - Wine 0.9.61
Something happened between wine 0.9.59 to 0.9.61 where the wheels have really come off. First, the installed Office 2003/Outlook never worked, but I tried to run it after installing .61 and got the old failed to "reserve range 00000000-00010000" error message. I performed this command the following command to try to fix it: sudo sysctl -w vm.mmap_min_addr=0 This allowed Outlook to run