similar to: Still the Kernel32.dll and Watson Problem

Displaying 20 results from an estimated 10000 matches similar to: "Still the Kernel32.dll and Watson Problem"

2001 Sep 26
0
WG: Big Problem... screw up samba or linux:(
Correction: EVERYTHING is write only!!! What the heck happened there? And... How can I fix that? :( -----Urspr?ngliche Nachricht----- Von: Kauffmann, Andreas Gesendet: Mittwoch, 26. September 2001 12:34 An: samba@samba.org Cc: samba-ntdom@samba.org Betreff: Big Problem... screw up samba or linux:( Wichtigkeit: Hoch Hy Samba Cracks... I hope under you is a Linux crack too... I tried to add a
2002 Apr 24
0
kernel32.dll problems
Hi, Using wine 20020411 with a fake windows dir with no native dlls. Sometines when I try to install some applications I get a kernel32.dll error from wine-dbg, the last lines of a backtrace is (is there an easy way for cut'n paste from winedbg?) : 15 0x400e9d7e (KERNEL32.DLL CreatePipe+0x14b in libntdll.dll.so) (ebp=405b6f38) 16 0x400ed515 (KERNEL32.DLL WaitForMultipleObjecteEx+0x2dd in
2008 Dec 27
2
could not load kernel32.dll
hello, When I am on playonliux, the script of my game works with wine 1.1.5 but with version 1.1.6 doesn' works: (my directory is located in /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin) Code: [marc at localhost bin]$ ./wine ../../../../wineprefix/WorldOfWarcraft/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe err:module:load_builtin_dll failed to load .so lib for builtin
2006 Mar 25
0
unimplemented function KERNEL32.dll.InitializeSListHead / wine 0.10
Hello, Im trying to run Adobe Premiere Elements 2 Trial-Edition. The installer won't work also I installed it manually. But the application won't start: wine: Call from 0x7ecbd04f to unimplemented function KERNEL32.dll.InitializeSListHead, aborting wine: Call from 0x7ecbd04f to unimplemented function KERNEL32.dll.InitializeSListHead, aborting wine: Unimplemented function
2008 Nov 11
1
Can I load kernel32 native dll ?
I cant load kernel32 native dll ... why ? WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
2008 Nov 18
3
wine fails to run with: "KERNEL32.DLL" failed to initialize
I'm use Gentoo and I've tried wine-1.1.4 as well as the latest version from git. No matter which wine command I try, the error is always just about the same: # winecfg err:heap:HEAP_GetPtr Invalid heap (nil)! err:heap:HEAP_GetPtr Invalid heap (nil)! err:module:attach_process_dlls "KERNEL32.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization
2019 Dec 03
0
tinc 1.1pre17 not working on Windows XP due to KERNEL32.DLL (InitOnceExecuteOnce)
Good afternoon. I've tried making use of tinc inside of a Windows XP box, mostly to test whether it is at all possible to use a JScript/VBScript file (Windows Scripting Host). However, upon executing tinc.exe (this also happens with tincd.exe), an error pops up, telling about a method that is not available in KERNEL32.DLL. Apparently, this method, InitOnceExecuteOnce, is only available from
2015 May 06
0
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On 06/05/2015 10:57 AM, Vinh Nguyen wrote: > Dear list, > > With the new R 3.2.0 on the aforementioned platform, I get the following > pop-up error when I enter "?update.packages" using R64: > > "The procedure entry point IdnToAscii could not be located in the dynamic > link library KERNEL32.dll" > > That is, my command never gets executed. This does
2001 Sep 24
0
NT Domain Problem.
Hy everybody out there. I?ve got a Problem, joining a a samba domain with a NT4 Client SP6a. I use Samba V2.2.1a. You see the Problem on the <dortpassiertes.bmp> Please help! I made Screenshots because my English is toooo bad to explain that in a good way. May a German Samba Profi will mail me. Thanks! <<domaeneistda.zip>> ///\\
2015 May 06
2
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
Dear list, With the new R 3.2.0 on the aforementioned platform, I get the following pop-up error when I enter "?update.packages" using R64: "The procedure entry point IdnToAscii could not be located in the dynamic link library KERNEL32.dll" That is, my command never gets executed. This does NOT happen with R32. I previously noticed this error starting with R 3.0.0 with the
2002 Jul 16
1
Watson test
Hi, I develop a little pice of code to perform a watson test. I try to compare the result obtain with my code and those given by the R library CircStats and it's watson(x,alpha,dist) provided function. My trouble is that I've got a set of test data (with it's watson test result) and the result given by R's watson function is not the same. Is there anybody who knows witch function
2009 Aug 03
1
Comparison of Output from "dwtest" and "durbin.watson"
Should "dwtest" and "durbin.watson" be giving me the same DW statistic and p-value for these two fits? library(lmtest) library(car) X <- c(4.8509E-1,8.2667E-2,6.4010E-2,5.1188E-2,3.4492E-2,2.1660E-2, 3.2242E-3,1.8285E-3) Y <- c(2720,1150,1010,790,482,358,78,35) W <- 1/Y^2 fit <- lm(Y ~ X - 1) dwtest(fit,alternative="two.sided")
2009 Aug 05
2
Durbin-Watson
Hi, I ran an experiment with 3 factors, 2 levels and 200 replications and as I want to test for residuals independence, I used Durbin-Watson in R. I found two functions (durbin.watson and dwtest) and while both are giving the same rho, the p-values are greatly differ: > durbin.watson(mod1) lag Autocorrelation D-W Statistic p-value 1 -0.04431012 2.088610 0.012 Alternative
2001 Nov 02
1
Look, Watson! La.svd & ATLAS
Dear R-devel, I had attempted to compile r-devel (dated Oct. 31, 2001) on WinNT with link to ATLAS, with mostly success. However, when I tried the following, I got a visit from Dr. Watson: R : Copyright 2001, The R Development Core Team Version 1.4.0 Under development (unstable) (2001-10-31) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under
2005 May 19
1
Calculation of Durbin-Watson p-value
Sir,   I am unable to get the source code for Durbin-Watson test, as I want to calculate the p-value for Durbin Watson statistic using interpolation method. I sent this mail to r-help, but it was rejected, please suggest me some way. I will be highly greatful to you. Thanks in advance Ramesh [[alternative HTML version deleted]]
2005 Dec 01
3
Google Earth vs KERNEL32.dll.IsWow64Process
Brian Litzinger schrieb: > I'm trying to run Google Earth (tried current + two previous versions). Install it via the Winetools http://www.von-thadden.de/Joachim/WineTools/ and it should work. Sven
2015 May 06
1
IdntoAscii issue with KERNEL32.dll on 64-bit R on Windows Server 2003 x64 SP2
On Wed, May 6, 2015 at 9:44 AM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > > On the MSDN page for that function, it mentions that you need a header file and DLL to use it in XP or Server 2003. You might try downloading the DLL to see if it works for you automagically; I think it's unlikely we will put in code to special case that version in the general release of R, as
2001 Nov 06
1
R-devel & ATLAS generates Dr. Watson on NT (was RE: Look, Wa tson! La.svd & ATLAS)
Prof. Bates & R-devel, I've done more test with the following results: I have two versions of ATLAS 3.2.1. One was compiled on my old Thinkpad 600E (PII), the other was compiled on my new Thinkpad T22 (PIIISSE1). I compiled R-devel dated 10/31, 11/01 and 11/04, linked against either of the two ATLAS libs. All gave Dr. Watson when given this code: La.svd(matrix(runif(1e5), 1e3,
2000 Feb 09
0
[Colin Watson <cjw44@cam.ac.uk>] Bug#49902: [PATCH] Bug#49902: ssh and pam conspire to deny logins
Hi, Here's a helpful patch from one of our (Debian's) users. I'd guess that the similar if/xfree a few lines above in the #if PAM section could do with the same treatment. Cheers, Phil. --[[message/rfc822]] Date: Sat, 29 Jan 2000 11:11:32 +0000 From: Colin Watson <cjw44 at cam.ac.uk> To: 49902 at bugs.debian.org [Bug was that when sshing one's password is denied,
2011 Aug 12
1
Which Durbin-Watson is correct? (weights involved) - using durbinWatsonTest and dwtest (packages car and lmtest)
Hello! I have a data frame mysample (sorry for a long way of creating it below - but I need it in this form, and it works). I regress Y onto X1 through X11 - first without weights, then with weights: regtest1<-lm(Y~., data=mysample[-13])) regtest2<-lm(Y~., data=mysample[-13]),weights=mysample$weight) summary(regtest1) summary(regtest2) Then I calculate Durbin-Watson for both regressions