similar to: wine reports wrong version

Displaying 20 results from an estimated 1000 matches similar to: "wine reports wrong version"

2001 Sep 25
3
What the HELL is deadbeef?! Or lstat64.c?
OK, I have windoze ME installed on my system and have been trying to run IE 6.0 with wine release 20010824. Trying to start iexplore.exe goes along until: Unhandled exception: page fault on read access to 0xdeadbeef in 32-bit code (0xdeadbeef). In 32-bit mode. 0xdeadbeef (_end+0x9df10793): *** Invalid address 0xdeadbeef (_end+0x9df10793) -- no code -- Enter path to file 'lstat64.c':
2001 Sep 08
5
Wine and Windows 2000
I had the latest wine running under winblows 98 SE for a week or two with no problems, then I installed winblows 2000 and now I cannot get wine to work. It is important for me to get it running again since I run United Devices cancer research agent (http://members.ud.com) 24/7 to help them find a cure for cancer. Is wine compatible with Win2k, or will I need to re-install 98 again? -- Interested
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 Aug 22
1
Questions about W2K
I have a windows application that I need to have access to (so that I can keep my wife happy with using linux)... I have tried the downloaded version of Wine, and also recently loaded the CodeWeaver's Wine. I like some of the features with the CodeWeaver's version (it included the setup util)... However, I can't seem to get the windows application to run. It launches a Dr. Watson
2001 Aug 28
1
wine and windoze me
I have tried codeweavers wine and now the latest cvs version of wine dated 2001-08-24. In no case am I able to run anything but notepad from windoze ME. The doze media player...nope, internet exploder? nope. Here is what I get trying to run windoze media player: wine --managed --winver win98 /mnt/win_c/Program\ Files/Windows\ Media\ Player/wmplayer.exe fixme:shell:SHRegGetUSValueW
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 Jun 19
4
Damn itcl to hell.
Hi, Sorry to bug people with this what must be a very trivial question. I've got a Mandrake 8.0 installation and have been trying in vain to get CodeWeavers Wine (preview #3) installed. I've downloaded and installed the 'blessed' version of itcl from the CodeWeaver's website (itcl-8.3.2-7mdk.i586.rpm) and am still getting the itcl not found error when I try to run winesetup.
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 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 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 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 Apr 04
1
help with error msg
Hello, Can anyone tell me what the following message is indicating and how I can fix it: err: ntdll: RtlpWaitForCriticalSection Critical Section 0x40e24230 wait timed out. Retrying (60 sec) fs=02b7 Wine failed with return code 143 The above message occurs when I try to run a windows application with codeweavers-wine-20010305-1.i386 on redhat linux 6.2. Thank you. -pat
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 Dec 10
1
Commandline tools broke between Sept 21 and 20011108?
I have been running Wine-20010824 updated via cvs to Sept 21 quite happily for some time. Today I updated to Debian testing's version of wine, which is 20011108. It seems to work-- but commandline windows apps are now behaving very strangely. Wine seems to put the console into raw mode! This causes programs that read lines from standard input, like ss.exe (part of visual sourcesafe), 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 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 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 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
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