similar to: override winspool.drv

Displaying 20 results from an estimated 9000 matches similar to: "override winspool.drv"

2002 Oct 26
2
WINSPOOL.DRV not found
Hi! I get an error message that I need winspool.drv to run my specific win application, but that file could not be found. What can I do about it? Regards, Christian
2003 Mar 21
2
winspool.drv problem
I'm a new WINE user and I've got a problem, and I've already googled for an answer. The problem is that when I invoke WINE I get an error message: err:module:PE_fixup_imports Module (file) WINSPOOL.DRV (which is needed by X:\_ISTMP3.DIR\_INS5576._MP) not found My steps: 1) use dselect to download Wine 20030115 2) use dselect to download winesetuptk 3) run winesetuptk
2008 Oct 06
1
winspool.drv
Recently I've been having a problem with winspool.drv taking an extremely long time to initialize - about 5 minutes. I've had no problems running the apps/games I need, but they take awhile to start and can get very frustrating... I've tried placing winspool.drv/.exe from windows xp into my system32 but that only created more problems. This issue started randomly (wine 1.1.5) and I
2008 Mar 12
4
override with native, builtin
I would like to know if there is any difference between [native] and [native,builtin]? Is there any function that native dll missing and need builtin version to step in? regards,
2008 Mar 10
3
how to override dll
I notice that there are some proxy dll inside system32 eg. comctl32.dll, What is the correct procedure to override it? Is that OK that just to copy my native comctl32.dll to overwrite that dll and then run winecfg to set the override tab? And if that proxy dll was overwritten, how to restore to use built-in version? regards,
2008 Mar 12
2
question on override
I want to know will builtin dll always call other builtin dll or it depends on winecfg setting just like other dll? Is it reliable that these dll mixed togther? For example, the builtin gdiplus depend on and call ole dll, does the builtin gdiplus designed to work with both builtin and native ole dll? Will there be any incompatibilities, like different memory allocator? regards,
2003 Feb 02
1
Winspool errors with notepad
When I run notepad or sthing that needs winspool I get : err:winspool:AddPrinterW pName = L"" - unsupported err:winspool:PRINTCAP_ParseEntry lp not added by AddPrinterA (87) What should I do fix it ? The docu didnt help about this. (Perhaps it should be updated, as the psdrv.reg doesnt exist anymore.) [syl@snoop Temp]$ notepad --debugmsg +winspool trace:winspool:AddPrinterDriverA
2006 Dec 22
0
Wine release 0.9.28
This is release 0.9.28 of Wine, a free implementation of Windows on Unix. What's new in this release: - OpenGL in child windows should work again. - Better mouse support in games. - Beginnings of new state management in Direct3D. - Improved audio and font support on Mac OS. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release
2002 Dec 06
0
winspool error
I am using Mandrake 9.0 and wine-20021125. The program in question installed with no apparent problems. A lot of the program works correctly, however, I get to a point that gives an error. I ran the program with --debugmsg +loaddll options. I also line numbered the output and I included all output. On line 11 it loads winspool.drv but on line 41 it can not find winspool.drv. Any ideas on how to
2002 Dec 29
0
REPOST: winspool error
I posted this earlier with no response. I have also tried wine-20021219 with the same results. I am using Mandrake 9.0 and wine-20021125. The program in question installed with no apparent problems. A lot of the program works correctly, however, I get to a point that gives an error. I ran the program with --debugmsg +loaddll options. I also line numbered the output and I included all output.
2002 Oct 10
0
Winspool : corrupted registry
Trying to print in wine with every program leads me to a message saying I have corrupted registry. err:winspool:WINSPOOL_GetDevModeFromReg corrupted registry for L"Default DevMode" ( size 2) no DevMode in registry. please setup your printer again. use the default hard-coded DevMode(wineps/A4/300dpi). The generic.ppd file is installed and configured in .wine/config as printing.html
2010 Feb 28
1
Nouveau [vanilla 2.6.33] + GeForce FX 5200 = blank screen
Hi there, I have just decided to try this new driver stuff (used 2.6.27 earlier and a proprietary nvidia driver) but the monitor (Samsung 214T) becomes black and the power LED starts flashing (standby) after loading nouveau module (from a fresh 2.6.33). For now I am trying framebuffer only. The monitor is connected with a single link DVI cable. lspci -nn 03:00.0 VGA compatible controller
2010 Oct 21
4
data.frame query
Hi All, Apologies for the simplicity of my question, but I would be grateful for any advice. Thanks I'm trying to put the output from a for loop into a data frame, however I have not been successful. The steps I have taken are: *R-code:* >for (k in 1:(nt-1-n0) ){ > n<- n0-1+k > lam=n/nt > Q=x[n] > output1<-data.frame(cbind(k,n,lam,Q)) > output1 > }
2002 May 17
2
SSH 3.2.2 on Solaris 8 with /kernel/drv/random
Hi, I'm like to try a get the new release to work with Sun's new device, that can be installed with patch 112438-01. I compiled SSL attempting to point it at the random device: cd openssl-0.9.6d ./Configure solaris-sparcv7-gcc make DEVRANDOM="/kernel/drv/random" And then ran the SSH configure: ./configure --prefix=/opt/OBSDssh --with-pam --without-rsh \ --sysconfdir=/etc/ssh
2009 Jul 04
2
override all dll
If I will replace all Wine's dlls with all windows xp native, will I have a perfect Wine?? p.s. I need AutoCAD 2009 (framework .net 3.0)
2018 Aug 05
2
MASS::boxcox "object not found"
Hi there, I wrote a function that wraps MASS::boxcox as: bc <- function(vec) { lam <- boxcox(lm(vec ~ 1)) lam <- lam$x[which.max(lam$y)] (vec^lam - 1)/lam } When I invoke it as: > x <- runif(20) > bc(x) Error in eval(predvars, data, env) : object 'vec' not found I have googled, and rewrote the above function as: bc <- function(vec) { dat <<-
2018 Aug 05
2
MASS::boxcox "object not found"
Hi there, I wrote a function that wraps MASS::boxcox as: bc <- function(vec) { lam <- boxcox(lm(vec ~ 1)) lam <- lam$x[which.max(lam$y)] (vec^lam - 1)/lam } When I invoke it as: > x <- runif(20) > bc(x) Error in eval(predvars, data, env) : object 'vec' not found I have googled, and rewrote the above function as: bc <- function(vec) { dat <<-
2008 Jun 24
2
Problem with nvidia-drv-x11 when upgrading to CentOS 5.2
Hi! I know that the nvidia-drv-x11-package is from RPMForge, but I thought I might mention it here. I have a machine with a NVidia-card and because of the ease of use I use the rpmforge-package for that. After upgrading the problem was that during rebooting as soon as the machine hit the RHGB (which implicitly uses that driver) the machine froze. I booted into the old kernel removed rhgb,
2000 Jul 08
1
iteration scheme
Dear friends. On p 95 in 3. ed. MASS a zero-truncated Poisson distribution is analyzed. I understand the probability distribution and expected mean. The Newton iteration scheme is Lam(m+1)=Lam(m)-[Lam(m)-Ybar(1-exp(-Lam(m))]/[1-Ybar*exp(-Lam(m)], and I suppose the latter part should be f(Lam(m))/f ' (Lam(m)) and f(Lam(m)) is Lam(m)/(1-exp(-Lam(m)), right ? But then f ' (Lam(m)) is
2008 Dec 28
3
xorg-x11-drv-nouveau for CentOS?
Is there a way to use "Nouveau" (open source Nvidia) driver in CentOS 5 ? "nv" seems to support only the lowest resolutions thru the dvi output (NV44 chip), and I don't like the idea of installing propiertary Nvidia drivers. This way I came to Nouveau. I had a look at some Fedora rpms, but they needed something CentOS obviously doesn't have: # rpm -ivh