similar to: Windows .SYS Drivers

Displaying 20 results from an estimated 1000 matches similar to: "Windows .SYS Drivers"

2005 May 24
3
Wine on Macs ?
Now that MacOS is Unix-based, can Wine be run on them ? -- Andrew You can be the captain I will draw the chart Sailing into destiny Closer to the heart Closer to the Heart by Rush (A Farewell to Kings, 1977) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008 Aug 07
0
Wine and eBookMan Desktop
> > How do I get wine to connect to an USB port ? I have tried the > following (in ~/.wine/dosdevices): > > ln -s /dev/ttyUSB0 USB: > > but there are a couple of problems. > 1) SuSE 10.1 has no ttyUSBx devices; > 2) I don't know if USB: is the correct name for the port > > -- > > Andrew > > "Oh, bother," said the Borg.
2009 Jun 22
5
Further .NET woes
Further to advice from the list, I tried using winetricks. Below you can see a list of available packages and the one I felt was the answer (mono is the linux implementation of .NET). Can anyone tell me what I am doing wrong ? andrew at zeus:~/Download/Fictionwise/Mobipocket$ winetricks Usage: /usr/bin/winetricks [options] package [package] ... This script can help you prepare your system
2005 Mar 19
2
all fonts gone crazy
Hello all, this is my first message to the list. I have wine 20041201, installed on my slack 10.1, and it was working fine, until I installed a software and then all fonts in menus and messages became weird symbols. I am sending a screenshot to show how it is today. Also I will let the image in http://www.igc.usp.br/pessoais/guano/geocalc_wine.jpg Does anyone know what is going on and how to
2006 Dec 29
0
Wine and eBookMan Desktop
How do I get wine to connect to an USB port ? I have tried the following (in ~/.wine/dosdevices): ln -s /dev/ttyUSB0 USB: but there are a couple of problems. 1) SuSE 10.1 has no ttyUSBx devices; 2) I don't know if USB: is the correct name for the port -- Andrew "Oh, bother," said the Borg. "We've assimilated Pooh."
2018 Sep 19
4
Bias in R's random integers?
On Wed, 19 Sep 2018 at 13:43, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > I think the analyses are correct, but I doubt if a change to the default > is likely to be accepted as it would make it more difficult to reproduce > older results. I'm a bit alarmed by the logic here. Unbiased sampling seems basic for a statistical language. As a consumer of R I'd
2008 Mar 14
1
Buggy Kinderman-Ramage (PR#2846)
Unfortunately, RNGkind is buggy. It will not generate warnings except the full name "Buggy Kinderman-Ramage" is supplied for normal.kind. match.arg is supposed to be called before "==" comparison. ======================================== Shengqiao Li Research Associate The Department of Statistics PO Box 6330 West Virginia University Morgantown, WV 26506-6330
2003 Apr 25
4
Kinderman-Ramage (PR#2846)
Hi, Our department has detected a bug in the implementation of the Kinderman-Ramage generator for normal random variates in version 1.7.0, which can be seen from the below R session. (Consecutive calls for chisq.test(...) always gives p-values very close to 0.) We have already encountered this bug in version 1.6.2 The error is in file R-1.7.0/src/nmath/snorm.c Here is a patch for this file to
2003 Sep 17
3
More files randomly corrupted
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Still having that problem with samba seemingly corrupting files, it seems to be the same files that are corrupted again and again, yet they are corrupted differently and sometimes not. I ran my md5 summer against one file ch02.pdf, and it almost contineously corrupts, I checked in a hex editor and there are some differences. Yet the problem is that
2015 Feb 08
3
Which function can change RNG state?
Today I struggled for hours to understand some unexpected package test results. It turned out that this is because package "parallel", buried deep in my dependencies, calls runif() during it's initialization and in this way changes the random number sequence. This seems to be a part of a more general question--which kind of functions can we trust if we want to preserve random
2009 Jun 21
2
Problems Installing .Net 1.1 SP1
I just downloaded TurboDelphi from edn.emarcadero.com (the full 2006 package) and am trying to install it under wine. Installation stops with a message that it needs DotNet 1.11 installed so I downloaded the .Net package from Microsoft. For some reason, this version will not install - I had previously tried .Net 2.0 and .Net 1.1. The link below leads to a file containing the command-line
2005 Mar 18
4
wine-20050211 on SuSE 9.2
I am trying to install wine-20050211 on my second system, which runs SuSE 9.2. After much faffing around I finally managed to download and install bison, which allowed ./config to complete. A warning at the end advised me to install xlib-devel or xfree86-devel. Googling around I found the RPM for XFree86-devel for SuSE 9.1 so I downloaded it and started to install it. Unfortunately, a
2001 Nov 30
2
Wine and Lightwave
I'm trying to run the demo version of Lightwave, but I keep getting the follwing message... fixme:win32:DEVICE_Open Unknown/unsupported VxD RNBODRV0 Anyone know what the problem is?
2007 Sep 25
3
tcptop fail to run "Can''t find include file sys/tsol/label.h"
I try to run tcptop in solaris 10 x86 with patch level 125101-04 and I get the following error /usr/include/sys/zone.h line 16: can''t find include file sys/tsol/label.h error. Is there a work around for this problem? -- This message posted from opensolaris.org
2003 Mar 25
1
BUG report : 'rnorm' (LINUX, R 1.6.2) (PR#2682)
Dear colleague, unfortunately 'rnorm' does not create normal distributed numbers as you can see with following histogramm: > hist(rnorm(1000000),breaks=100) and > hist(pnorm(rnorm(1000000)),breaks=100) I have done several chi^2-tests which have all failed: > chi2unif<- function(x,N) > { > anz=length(x) > f0<-rep(anz/N,times=N) >
2002 Aug 12
1
set.seed
I'm running into problems with set.seed--maybe I'm misunderstanding something. I'm running R 1.5.1 on Windows 2000. I'm basically trying to capture the random seed so that I can reproduce a simulation if it's necessary later. Using set.seed, I can certainly get reproducible results, but not the results I get on the first pass. Here's an example: # Generate a random
2010 May 01
4
Civ4 on Ubuntu doesn't work anymore after upgrade
Hi. I upgraded my Ubuntu installation to 10.04 this morning and now I can't make Civ4 work anymore (Beyond the Sword, patched 3.19, with last BUG mod). The application starts OK, but when I click "New Game", it crashes with this console message : wine: Unhandled page fault on read access to 0x18868000 at address 0x7c3428fa (thread 0009), starting debugger... Register dump:
2017 Jun 14
0
[FORGED] Re: draw stripes in a circle in R
> On Jun 14, 2017, at 1:53 PM, Rolf Turner <r.turner at auckland.ac.nz> wrote: > > On 15/06/17 05:29, David Winsemius wrote: >>> On Jun 14, 2017, at 10:18 AM, David Winsemius <dwinsemius at comcast.net> wrote: >>> >>> >>>> On Jun 14, 2017, at 9:46 AM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: >>>>
2009 Jun 24
4
Wine auto update under Suse 10.3
The above has been working perfectly since I first installed Wine last year, successfully installing the updates which appear sometimes on a daily basis. It uses the main Suse 10.3 repositories, plus software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/ However in the last couple of weeks the updates have all failed, giving a "missing dependencies" message showing many
2005 May 22
1
Installation Problems
Having uninstalled the old Wine installation from SuSE 9.2 so that I could install the 20050419 RPM, I am having problems running programs. Trying to install an audio converter, I get the following andrew@zeus:~/Download/Software> wine waveatmp3_setup.exe err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system\\shlwapi.dll") not found