Displaying 20 results from an estimated 1000 matches similar to: "help with error msg"
2001 Mar 30
1
ntdll error msg
Hello,
I'm a newbie to wine. I've installed
codeweavers-wine-20010305-1.i386.rpm to Redhat Linux 6.2; Windows
version is win98.
I've tested the wine install and can run sol.exe, micrsoft office apps,
and a Pegasus Email client just fine.
The main purpose of installing wine is to run an EDI windows client
server application - Gentran Server 5.2.1.04. I need the Gentran
client
2001 Mar 16
2
wine: error while loading shared libraries: wine: undefined symbol: Callout
Wine gives me the following error message
myprompt >wine SETUP.EXE
wine: error while loading shared libraries: wine: undefined symbol: Callout
! removed my porevious wine installation completely, every file!
I installed codeweavers wine PR3
I run the setup anwering default on everything
-> now it does not work. Why? what does the error message mean?
--
-- )((
+O-O+
< U
2001 Apr 18
1
Runtime error with winelib and CreateMutex()
Can't find anything at goggle, so hope someone in this group can help.
I've installed codeweavers-wine-20010305-1.i386.rpm on my RedHat 7.0,
which put everything in /opt/wine/.
I built the following program (in file hello.cpp):
#include <iostream.h>
#include <windows.h>
int main()
{
INT i = 0;
cout << "i = " << i << endl;
HANDLE h =
2001 Apr 12
3
Looking for junopine-2.0.2
I've seen people discussing Juno under WINE. I have an older version of
Juno, however I cannot locate the "junowine-2.0.2" program. Can someone
PLEASE post a URL to the exact program for download? Thanks in advance.
2001 Mar 27
1
Problems Seeing Output From Wine
Hi All,
I'm very new to this whole wine app so please stick with me. I have
installed wine 1.0 from codeweavers and am having mixed success with it,
for example: I am able to intall the motorola 56000 software
developement tools under the ~/.wine/fake_windows/Program Files/
directory and can actually use the assembler if I explicitly tell wine
the full path
wine --
2001 Mar 27
4
Running Wine as a user
Hi
I've used Wine for some time now, compiled from source, from root with no problems. I now wish to run it regularly as an ordinary user.
Unfortunately it's refusing to run because "the socket is not owned by you", or words to that effect. After the socket is created under /home/user/.wine/... I can give it user permissions and Wine will start, but if I stop Wine and
2001 Mar 30
2
wine releases and Pegasus Mail
On a RedHat 6.2 (with the latest RH updates) I have been using wine
(compiled from source with ./configure-make depend-make) to run Pegasus
Mail 3.12c for the last 12-15 months. It has had (and still has) its ups and
downs. I am using wine with real Windows, not 'fake'.
Early on Pegasus Mail (PM) crashed when trying to add attachments, but
slowly things improved, until (and
2001 Apr 08
1
help installing wine
Hi, everyone, i am trying to install wine from the source. after running the
configure script i procceed to do: make depend but i get the following message:
make:**** No rule to make target `depend'.Stop.
Does anyone have any suggestions about what to do? i am on linux madrake 6.5,
if that helps, thanks in advance.
2001 Mar 09
1
winelib
Has anyone have any succes in building a Windows application, on Linux,
using winelib???
I followed the steps in the online documentation and didn't work. I used
winemaker to create some of the configuration files. I then ran ./configure
to generate the Makefile and then I ran make. It compiled the sources fine
and it also created the binary. But the binary file is nothing but a link
to
2001 Apr 15
1
Problem starting wine
Hi,
I am a newbie here. I am trying to run wine on Mandrake 7.1. I get the
following error:
Warning: could not find wine.conf [Drive x] entry for current working
directory /home/nk; starting in windows directory.
Invalid path 'c:\windows' for temp directory
Perhaps you have not properly edited or created your Wine configuration
file.
This is either /etc/wine.conf or $HOME/.winerc
or it
2001 Mar 19
2
can i use a differentwine config file for different apps
can i use a different wine config file for different apps
2001 Mar 26
1
Problem with Free Visual Pinball
High,
i tried to install the free Visual Pinball package from:
http://www.randydavis.com/vp/intro.htm
When i tried to run the installer it aborted with an error message to
check the installer package.
Whe i try to run the VPinball.exe directly without using the installer
it comes up well. But now when i try to load a table i get the error
that modul
RichEdit32A Module is missing.
peter
2001 Mar 05
2
WINE and IO permissions
In my latest attempt to use Wine to run Forte Agent, these were my
observations.
tilleyrw@debian:~/vmware-distrib$ wine '/mnt/C/Program
Files/Agent/agent.exe'
/usr/bin/wine: [: too many arguments
Invoking /usr/bin/wine.bin /mnt/C/Program Files/Agent/agent.exe ...
tilleyrw@debian:~/vmware-distrib$ wine '/mnt/C/Program\
Files/Agent/agent.exe'
/usr/bin/wine: [: too many arguments
2001 Mar 07
2
can't find libntdll.so, but it's there
Wine (20001202-1mdk) invoked, message "can't find libntdll.so, no such file
or directory." However there is such a file. Same wine.conf file used as
with earlier version 20001026-4mdk. In both installations, wine never made
a proper wine.conf file, file was blank and I had to write my own. I don't
notice anything in the wine.conf file about where the libraries are.
2001 Apr 05
3
dumb newbie needs help
hi, I read the howto and the official documentation, and have tried setting
up w(h)ine according to the configuration directions, but for some reason,
I'm getting errors on all drives - "cannot stat the drive". what does that
mean, and how do I fix it? All drives that it is calling are already
mounted...
thanks
hello
2001 Jun 15
1
wine 2000909-1mdk
I have Mandrake 7.1 installed, but have not been able to get wine 20000909-1mdk to work. I used rpm format to install.
Can I get some help? I would really like to give Bill Gates no more money.
Thanks Jim G. zzyzx@prtcnet.com
2001 Sep 25
1
wine reports wrong version
I have been running, first, codeweaver's wine and, just recently I built
and installed wine-20010918-1. Nonetheless, no matter which version I have
had, doing a "wine --version" produces "Wine release 20010824".
I have uninstalled wine before switching from one version to another.
Doing "rpm -qa |grep wine" shows only wine-20010918-1 installed. Somewhere
2001 Mar 14
2
problem with regapi on Solaris 8 x86
Hello,
I have been tinkering with Wine on Solaris 8 x86. I downloaded the
source (20010305) and built wine. The installation went very well until
the last part where I asked to build a registry using regapi.
Here is the error I get when trying to run regapi.
bash-2.03# ./regapi setValue <
/usr/local/software/wine-20010305/winedefault.reg
Could not stat /mnt/fd0 (No such file or
2001 Apr 23
2
Dosvm
After installing SUSE 7.1, I upgraded to wine-2001418. No compliation
or install errors were noted. However now when I try to start a simple
test app like sol.exe I get the the following error:
wine: error while loading shared libraries: wine: undefined symbol:
Dosvm
I tried an older wine version that seemed to work under suse 7.0 but I
get the same error. I dont think it even trys to start
2001 Apr 21
2
Which wine do I download?
Ok, This is kind of a stupid question. I've worked with Windows for awhile, but
I really don't like it. Linux was suggested by a friend of mine. I've got Linux
Mandrake 7.1 deluxe, and I'm not sure which version of wine I should download.
Any suggestions would be helpful. Thanx.
Jeremiah Holland
Emperoroftheice5@cs.com