similar to: What does these errors mean?

Displaying 20 results from an estimated 900 matches similar to: "What does these errors mean?"

2011 Feb 23
4
TIME_MMTimeStop Timer still active?!
Hi all When trying to play Lego Universe I get: fixme:dbghelp:elf_search_auxv can't find symbol in module err:mmtime:TIME_MMTimeStop Timer still active?! just when the game enters the menu, and the game exits... no other errors... Anybody has an idea???
2011 Jan 11
0
D3D problem... Mac Specific?
I don't know if this is the right place for this; but seeing as it's the only publicly accessible forum on winehq I thought I'd try here first. I've been trying to run a couple of games by Nifflas (http://nifflas.ni2.se). His older games, Knytt, Knytt Stories, and Within A Deep Forest all run perfectly with the correct Microsoft Visual C++ Runtime Libraries installed. However,
2010 Jan 07
1
Splinter Cell Double Agent crash on start up
Hello, I'm new to Wine but have just installed Splinter Cell Double agent. I can get the game to launch, but it crashes and displays a message saying Wine caused the crash. I've looked in the AppDB and have replaced one of the dll files it said to for the game... Here's the Terminal code... any chance anyone knows how to get this working? Many thanks! wine SCDAAutoRun.exe
2012 Nov 26
1
who's in charge of the fortune d/b?
I haven't found who does it for RHEL/CentOS yet, and there's a wrong attribution.... --------------------- Fortune Begin ------------------------ I'm N-ary the tree, I am, N-ary the tree, I am, I am. I'm getting traversed by the parser next door, She's traversed me seven times before. And ev'ry time it was an N-ary (N-ary!) Never wouldn't ever do a binary. (No
2004 Mar 17
0
Plot 2 time series with different y axes (left and right)
Petr Pikal said: > I am not really a R specialist but for this task I use function: and he pasted his code into the email. I reindented the code, and wrote a fragment to experiment with it. Here it is: --------------------------------------------------------------------------- plot.yy <- function(x, yright, yleft, yleftlim=NULL, yrightlim = NULL,
2010 Dec 13
2
AudioSurf - Runtime error
Hello, Just trying to get Audiosurf to work under wine 1.3.8. I'm running 64-bit GNU/Linux with 32-bit wine (64-bit Wine Prefix). When I launch Audiosurf everything goes well and it loads up to the main screen. I choose my character, and then move onto the song selection. I head to "My Documents" (/home/user) and pick a .mp3 out of there. The the game heads to the loading screen,
2018 Aug 31
8
Certificates
Leo, >> I would like to obtain an ssl certificate, so I can run my own imap server on a machine in my office. >> I am assuming I'll need to pay a CA to generate what I need, but >> I'm confused about what I need. I am running dovecot at teh moment, >> but my clients (iphone, windows laptops) say my ssl connection is >> not trusted. The phone just won't
2010 Feb 22
1
Is the NUT site down?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, Had anybody noticed that the http://networkupstools.org/ had been inaccessible for several days? At least I can't access the site from three different Moscow ISPs, and it seems also to be inaccessible through http://anonymouse.org/. Is that normal? - -- Best regards, Alexey Loukianov mailto:mooroon2 at
2009 Aug 10
2
"Boot error" message
Hi! I use syslinux 3.71 to boot embedded linux based on gentoo. From time to time the "Boot error" message appears. So I have to reinstall the loader. I use the ext3, so the command i invoke looks like that: extlinux -i /dev/[partition]. What can cause such situation?
2010 Jul 04
1
Re: TF2 random quit
James McKenzie wrote: > Terminal output and log file if too long (>20 lines) when this happens? > > http://wiki.winehq.org/FAQ#get_log > > James McKenzie tried to lower all audio and video details to lowest before one of the crashes the console says Code: fixme:d3d_shader:print_glsl_info_log Error received from GLSL shader #57: fixme:d3d_shader:print_glsl_info_log Vertex
2010 Aug 21
1
Re: Trouble with libgsm on Mac OS X 10.6.2
I'm following the instructions posted above, and I'm still getting the: err:gsm:GSM_drvLoad Couldn't load libgsm.1.0.13.dylib: dlopen(libgsm.1.0.13.dylib, 258): image not found I've copied it to: /usr/lib/libgsm.1.0.13.dylib and symlinked it to: /usr/lib/libgsm.dylib and /usr/local/lib/libgsm.dylib just in case. Though, it still fails after the blue bar fills. It throws a:
2009 Jan 25
2
In Lego Racers 1 How Do You Pass A -novideo option?
Hi I am try to Lego Racers1 to work in Wine 1.1.13 on Ubuntu 8.04. How do I pass a -novideo option?
2017 Nov 23
0
adding percentage secondary y-axis
Hi It is usually not recommended but if you insist maybe library(plotrix) ?twoord.plot twoord.plot(lx=D[,1],ly=D[,2], rx=D[,1], ry=D[,3]) or plot.yy(x=D[,1],yright=D[,3], yleft=D[,2]) which allows only one x axis (see below). Cheers Petr plot.yy <- function (x, yright, yleft, yleftlim = NULL, yrightlim = NULL, xlab = NULL, yylab = list(NA, NA), pch = c(1, 2), col = c(1,2), linky
2010 Jul 10
2
TIME_MMTimeStop Timer still active?! on Wolfenstein & Fly!2
Hi I got this with rc6 and same with rc7. Same error on Wolfenstein and Fly!2 I've filed a bug report so pls someone test and file a bug as well to get it fixed for 1.2. Thanks michael at michael:/apps/WINE-drive_c/Programme/Terminal Reality/Fly! II$ wine fly2.exe fixme:win:EnumDisplayDevicesW ((null),0,0x32f634,0x00000000), stub! fixme:win:EnumDisplayDevicesW
2011 Sep 08
2
Zanzarah game
I've decided to try Zanzarah in both wine 1.2.2 and in latest release 1.3.27 None works... :( Here is the terminal output in 1.3.27: ... DFMT_R8G8_SNORM_L8X8_UNORM to floating point. err:d3d_surface:surface_convert_color_to_float Unhandled conversion from WINED3DFMT_R8G8_SNORM_L8X8_UNORM to floating point. err:d3d_surface:surface_convert_color_to_float Unhandled conversion from
2012 May 09
2
problem with Gauss Hermite ( x and w )
Hi all, I am using the 'gaussHermite' function from the 'pracma' library ############ CODES ########### library(pracma) cc=gaussHermite(10) cc$x^2 cc$x^5 cc$x^4 ############ CODES ########### as far so good. However, it does NOT work for any NON integer values, say ############ CODES ########### cc$x^(2.5) cc$x^(-2.5) ############ CODES ########### But just think about it
2012 May 16
3
triangular matrices input/output
Hi, Is there any package that deals with triangular matrices? Say ways of inputting an upper (lower) triangular matrix? Or convert a vector of length 6 to an upper (lower) triangular matrix (by row/column)? Thanks! ----- ###################### PhD candidate in Statistics Big R Fan Big LEGO Fan Big sTaTs Fan ###################### -- View this message in context:
2017 Nov 23
2
adding percentage secondary y-axis
Thank you very much peter. It worked out nicely. I have additional question. How can I get Y-axis on log-scale? Thank you very much in Advance, Eliza UoS PP ________________________________ From: PIKAL Petr <petr.pikal at precheza.cz> Sent: 23 November 2017 16:22:39 To: Eliza Botto; r-help at r-project.org Subject: RE: adding percentage secondary y-axis Hi It is usually not
2003 May 19
2
R doesn't support 3D histograms?
Hi, I've been using R since a while now to make 2D histograms. I have some data (appended) that would like to use to make a 3-D plot with x being the first variable in the file, y the second and the height, or z the third variable. How can I do it in R? I would like to have 3-D visualization of this plot. Preferably as a lego plot, that is, a set of stacks that grow with respect to the
2018 Sep 01
4
Certificates
> Am 01.09.2018 um 18:00 schrieb Leon Fauster via CentOS <centos at centos.org>: > > Out of curiosity - do you change also the private key every time? I?m pretty sure LE creates a new private key, too. From a cursory glance at lego?s certificate directory on a server with a couple of dozens of LE certificates at least. After all, changing the private key is what this is all