Displaying 20 results from an estimated 500 matches similar to: "Error Message"
2001 Apr 04
1
Problem with winmine
Does anybody know what went wrong? Wine doesn't seem to work on RedHat
7.0
Hans
[root@duron win98]# wine --winver win98 ./winmine.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
wprocs.dll: symbol __sysconf, version GLIBC_2.2 not defined in file
libc.so.6 with link time reference
err:int:INT_GetPMHandler could not load wprocs.dll
err:seh:UnhandledExceptionFilter
2001 Apr 09
3
Whining about Wine
I just installed Wine, and when i test it by the command "wine cdplayer" i
get the following error message : "err:module:BUILTIN32_dlopen failed to
load .so lib for builtin kernel32.dll: symbol __sysconf, version GLIBC_2.2
not defined in file libc.so.6 with link time reference
err:module:fixup_imports Module (file) KERNEL32.dll needed by
C:\Windows\cdplayer.exe not found"
I
2001 May 30
1
wprocs.dll (fwd)
On Wed, 30 May 2001, Bence Fejervari wrote:
>
> Hi,
>
> I compiled wine-20010510 and tried to run winmine.exe, but got the
> following error message:
>
> $ wine winmine.exe
> err:int:INT_GetPMHandler could not load wprocs.dll
...
>
> What is this wprocs.dll file it misses? I couldn't find it anywhere...
>
I dunno, but wine has a built in one (libwprocs.so -
2001 Feb 01
6
hello, I need some help for using wine
hello,
i have this problem :
[y.moya@yves y.moya]$ cd /mnt/cdrom
[y.moya@yves cdrom]$ ls
3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll
setup.bmp
DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat
setup.ins
DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin
setup.lid
Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat
sierra.inf
2001 Mar 19
2
wine.conf newbie problem +user32.dll
I seem to have gotten past one hurdle and on to the next. It seems that the problem that
I was having relates to poorly documented changes in the config files in the HOWTO.
I now have /root/.wine/config which seems to solve the old drive problem. However, here
is my new error.
[root@pato .wine]# cp /etc/wine.conf ~/.winerc
cp: overwrite `/root/.winerc/wine.conf'? y
[root@pato .wine]# wine
2001 Feb 19
1
symbol problems with FRESH install
Hello,
I installed wine 20010112 from source and can't get it to work. I had an
old version on before, but I COMPLETELY removed it before I started. I'm
sure -- I checked for libkernel32.so and others, and even took away the
.wine directory. Anyway, so now I am getting this undefined symbol
message:
----------------------------------------
[root@localhost cdrom]# wine HWSetup.EXE
2001 Apr 13
1
newbie question to make WINE run with a w2k partition
Hi,
I just installed Linux on my system (finally !:)
using Mandrake7.2
But I have some problem running even the simplest program , notepad.
I entered the command :
wine -winver nt40 -desktop 60x70 /mnt/win_c/winnt/notepad.exe
And I got the following error:
Warning: could not find wine.conf [Drive x] entry for current working
directory /root; starting in windows directory.
2005 Sep 27
4
Problem with DllOverrides (Wine 20050725)
Wine version used : 20050725 on debian 3.1 system.
I try to use a windows application call cmc.exe (internal use) wrote with
Visual Basic.
The installation of this application with a windows setup file has done
without problem.
On the [Software\\Wine\\AppDefaults\\cmc.exe\\DllOverrides] section of the
user.reg file created by the winecfg command, I have indicated "native" for
all
2001 Feb 09
3
install R from RPM
Hi everybody !
I'm new to R (used to Matlab ...) and I 'd like
to use R at home ...
I've installed it from RPM package (R-base-1.2.1-2.i386.rpm)
on a linux RedHat 7.0, succesfully ....however but I've got
problems with running the demos, it says :
"/usr/lib/R/bin/R.bin : error while loading shared libraries
: /usr/lib/R/bin/R.bin : symbol __sysconf, version GLIBC_2.2
2001 Mar 19
1
GLIBC problem on Linux 7
I'm using Redhat linux 7 and R 1.2.2. When trying to run a program I
get the following error:
/usr/lib/R/bin/R.bin: error while loading shared libraries:
/usr/lib/R/bin/R.bin: symbol __sysconf, version GLIBC_2.2 not
defined in file libc.so.6 with link time reference. What does this
mean and how can I fix it?
Thank you
=====
Janine Porter
Paladin Data Systems
206-910-8370
2006 Jun 07
7
Internet Explorer 6 Setup & A
--- James Hawkins <truiken@gmail.com> wrote:
> Please try running ie6setup.exe from your home
> directory and report back.
An interesting development:
Running it from the home directory didn't help, but
running it, letting it fail, then running it again
works (regardless of location). The installer
finishes ok, and places all the files in Program
Files/Internet Explorer.
2015 Jul 07
4
What database should I use, for simple data storing? SQLite or the buitin one?
Hi.
I was studying about how to use databases in Asterisk, accessing it from the dial plan.
In my project, my dial plan will have to store simple data (ex: IP number, port number, device name, etc) in a persistent way, so that it will be possible to retrieve such information in future moments, still via dial plan.
For this case, I would like to know?
1. What is the best choice for storing and
2001 Feb 28
1
redhat 7.0 trouble
Hi. I am running R 1.2.1 on an i686 (dell laptop). I can do simple
things like defining vectors, plot, etc... however when I use the function
smooth.spline() or demo(lm.glm), I get the following error and it kicks me
out of R:
/usr/lib/R/bin/R.bin: error while loading shared libraries:
/usr/lib/R/bin/R.bin: symbol __sysconf, version GLIBC_2.2 not defined in
file libc.so.6 with link time
2001 Feb 04
1
Linux shared library problem (PR#838)
Full_Name: Daniel Egloff
Version: 1.2.1
OS: Linux Redhat 7.0
Submission from: (NULL) (212.35.34.200)
Externals in the shared library libc.so.6 not found. See the
following R session, with the abort message at the end.
> demo(graphics)
demo(graphics)
---- ~~~~~~~~
Type <Return> to start :
> opar <- par(ask = interactive() && (.Device %in%
2001 May 30
0
wprocs.dll
Hi,
I compiled wine-20010510 and tried to run winmine.exe, but got the
following error message:
$ wine winmine.exe
err:int:INT_GetPMHandler could not load wprocs.dll
err:seh:UnhandledExceptionFilter Couldn't start debugger (debugger/winedbg
134624448 44) (2)
Read the Wine Developers Guide on how to set up winedbg or another
debugger
err:ntdll:RtlpWaitForCriticalSection Critical section
2003 Feb 23
1
VirtualDub and enconding with DivX, XviD
Hello,
I am trying to get the latest wine (Wine 20030219, fake windows) working
with the
GordianKnot (0.27). Unfortunately, Virtual Dub is not be able to compress a
avs-file with the DivX-codec. It crashes if trying to. Also, it would be
nice to compress an
mpeg-source with Xvid but also it crashes. BTW, VirtualDub does
not list it in its codecs window ?f "msvfw32" is set to
2002 Nov 21
3
Tribes 1.x & Wine
Has anyone ever tried to actually get a tribes server
running under wine or another emulator?
Just the other day i was setting up a linux counter-strike server.
My friend asked me if i would setup a Tribes 1.0 or 1.11 server.
I thought linux would be a great way to do it.
I was trying to run a headless / dedicated starsiege tribes server (1.0/1.11)
I Installed the tribes files (including the
2001 Mar 23
1
wine.conf
Perhaps you help with the following problem.
I installed Wine rpm 20001002 on Mandrake 7.2 and then edited wine.conf.
When I start Wine from /usr/bin directory get this message:
Warning: could not find wine.conf [Drive x] entry for current working
directory /usr/bin starting in windows directory.
Then it says:
Usage: wine [options] program_name [arguments]
and then:
gives a host of
2015 Jul 07
0
What database should I use, for simple data storing? SQLite or the buitin one?
I believe that Asterisk 1.8 and older uses the BerkeleyDB for Asterisk's
internal database (AKA the Astdb) and in newer versions use SQLite. However,
the basic functionality is the same. Whether you use the Astdb or MySQL
really depends on what you want to do with it. The AstDB is not a relational
database like MySQL, it simply a key/value store. If you can get away with
that, and you need
2015 Jul 07
1
Fwd: What database should I use, for simple data storing? SQLite or the buitin one?
To some extent the answer depends on how you want to use it overall, and
what you already have installed.
We did something similar on a project where we created a simple app
accessible via AGI, and it stored/retrieved data to/from anXML file. If
your access frequency is low enough that might be a good solution. On
the other hand if you need complex query capability you should stay on
the