search for: nwarn

Displaying 11 results from an estimated 11 matches for "nwarn".

Did you mean: warn
2009 Mar 22
2
Warhammer - Mark of Chaos
Hi... After playing a mission in 'Warhammer - Mark of Chaos' i get an error-message (access violation), when the scenario-map is loaded. In Application database i couldn't find a relating solution to this error, only some registry-keys for wine version 0.9.32. Unfortonatly, when I load them into the registry I get the error massage 'invalid parameter' during startup. Does
2006 Jun 25
1
using withCallingHandlers, how to deal with warning( , immediate. = TRUE)?
...w) { + if (exists("last.warning", envir = .GlobalEnv)) { + lwarn <- get("last.warning", envir = .GlobalEnv) + } else lwarn <- list() + # Do not add more than 50 warnings + if (length(lwarn) >= 50) return() + # Add the warning to this list + nwarn <- length(lwarn) + names.warn <- names(lwarn) + Call <- conditionCall(w) + lwarn[[nwarn + 1]] <- Call + names(lwarn) <- c(names.warn, conditionMessage(w)) + # Save the modified version in .GlobalEnv + last.warning <<- lwarn + }) [1] 1 [1] 2 [1] 3 > i...
2009 Mar 22
4
L4D crashes reaching in-game, d3d_shader bug maybe?
...put from the terminal would be useless so I tried to narrow it down to the very last moments before it crashed and this is what the terminal reported: Code: fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #93: "Fragment shader was successfully compiled to run on hardware.\nWARNING: 0:2: extension 'GL_ARB_draw_buffers' is not supporte" fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #90: "Fragment shader(s) linked, vertex shader(s) linked. \nWARNING: 0:2: extension 'GL_ARB_draw_buffers' is not supportedWARNING: built-in varyin...
2008 Oct 29
1
Wine d3d apps: Fuzzy (badly distorted) picture
...me:advapi:ReportEventW (0xcafe4242,0x0002,0x0000,0x80000002,(nil),0x0004,0x00000000,0x32e540,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #1: "Fragment shader was successfully compiled to run on hardware.\nWARNING: 0:1: extension 'GL_ARB_draw_buffers' is not supporte" fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #3: "Fragment shader(s) linked, vertex shader(s) linked. \nWARNING: 0:1: extension 'GL_ARB_draw_buffers' is not supportedWARNING: built-in varying...
2005 Jan 12
4
"model.response" error
...ve = 1e-07, tol.opt = .Machine$double.eps^0.5, sparsedebug = FALSE) { mt <- terms(formula, data = data) mf <- lm(formula, data, na.action = na.action, method = "model.frame") na.act <- attr(mf, "na.action") if (!is.matrix.csr(weights)) cat("\nWarning: weights matrix not in sparse form\n") switch(type, lag = if (!quiet) cat("\nSpatial lag model\n"), mixed = if (!quiet) cat("\nSpatial mixed autoregressive model\n"), stop("\nUnknown model type\n")) if (!quiet) cat("Jacobian...
2008 Dec 07
4
Gaming support with different hardware vendors (esp. ATI)
Hi all! I recently got an ATI Radeon HD 3850 card and now noticed that with the fglrx driver many games that look well in AppDB do not run properly on this hardware (Supreme Commander ingame: flickering static garbage, Prince of Persia SoT has several issues that completely garble ingame graphics). Older games (not using shaders among other things) seem to run fine - need to do more testing
2023 Oct 31
0
warnings() in R-devel: inherits from "warnings" - summary(warnings())
...gs()) == 0) maybe a good way to end *such* test R scripts (where you treat warnings as errors in the end): Show (a summary of) the warnings if there are, and still stop. Otherwise, we now *can* recommend using summary(warnings()) more generally, and particularly useful sometimes after options(nwarnings = 1e5) # to get practically all warnings Best regards, Martin -- Martin Maechler ETH Zurich and R Core team
2013 Feb 03
1
Fractional logit in GLM?
Hi, Does anyone know of a function in R that can handle a fractional variable as the dependent variable? The catch is that the function has to be inclusive of 0 and 1, which betareg() does not. It seems like GLM might be able to handle the fractional logit model, but I can't figure it out. How do you format GLM to do so? Best, Rachael [[alternative HTML version deleted]]
2015 Nov 07
3
Re: mkfs.ext2 succeeds despite nbd write errors?
On Sat, Nov 7, 2015 at 5:03 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > How about 'strace mkfs.ext2 ..' and see if any system calls are > returning errors. That would show you whether nbd-client is throwing > errors away, or whether mkfs is getting the errors and ignoring them > (seems pretty unlikely, but you never know). > > After that, it'd be down
2012 Mar 30
0
R 2.15.0 is released
...the latter being the wish of PR#14720). The "data.frame" method is more consistent with the default method: in particular it now applies zapsmall() to numeric/complex summaries. o The number of items retained with options(warn = 0) can be set by options(nwarnings=). o There is a new function assignInMyNamespace() which uses the namespace of the function it is called from. o attach() allows the default name for an attached file to be overridden. o bxp(), the work horse of boxplot(), now uses a more sensible default xlim i...
2012 Mar 30
0
R 2.15.0 is released
...the latter being the wish of PR#14720). The "data.frame" method is more consistent with the default method: in particular it now applies zapsmall() to numeric/complex summaries. o The number of items retained with options(warn = 0) can be set by options(nwarnings=). o There is a new function assignInMyNamespace() which uses the namespace of the function it is called from. o attach() allows the default name for an attached file to be overridden. o bxp(), the work horse of boxplot(), now uses a more sensible default xlim i...