Fedora :: Install Diablo 1 Through Wine On 64-bit 12 - 'Hunk #1 Failed'

Jan 5, 2010

I am running 64-bit Fedora 12, and am trying to install Diablo 1 through Wine. I installed wine from Yum, installed Diablo fine, but when I try to run it I get this message: wine: '/home/obriem5/.wine' is a 32-bit prefix, it cannot be used with wow64 Wine. On a side note, I tried installing Diablo using the guide given here, but received errors when trying to use the patch. (i.e, instead of seeing 'Hunk #1 succeeded', etc, I see 'Hunk #1 failed', etc.)

View 2 Replies


ADVERTISEMENT

Ubuntu :: Adding Patch To Wine: Hunk #1 FAILED At 94

Jul 7, 2010

So I'm trying to get Worms Armageddon working on linux via wine and following the instructions here. Downloaded source of Wine 1.1.39 from sourceforge, and using this patch. I try to patch by running this command:

Code:
patch -p0 < ../worms.patch
But I get this error in return:

Code:
patching file b/dlls/wined3d/swapchain_gdi.c
Hunk #1 FAILED at 94.
1 out of 1 hunk FAILED -- saving rejects to file b/dlls/wined3d/swapchain_gdi.c.rej
patching file b/server/window.c
Hunk #1 FAILED at 2310.

1 out of 1 hunk FAILED -- saving rejects to file b/server/window.c.rej I'm not to familiar with this patching and compiling from source business.

View 7 Replies View Related

General :: Patching File Ssh2.c Hunk #1 FAILED At 477 - 1 Out Of 1 Hunk FAILED - Saving Rejects To File Ssh2.c.rej

Feb 11, 2010

I was installing PECL extension. i have downloaded the setup. then whatever process is mension in this link i have done that. PHP: Installation - Manual. when i m doing patch <patchfile i m getting this patching file ssh2.c Hunk #1 FAILED at 477. 1 out of 1 hunk FAILED -- saving rejects to file ssh2.c.rej

View 1 Replies View Related

Ubuntu :: Trying To Patch 10.10 I686 - 1 Out Of 1 Hunk FAILED -- Saving Rejects To File Linux-2.6/Documentation/kernel-parameters.txt.rej

Nov 16, 2010

I saw this forum post and I want to try it out so I went here and copied and pasted the following text into a file called test.patch.

Code:
---
Documentation/kernel-parameters.txt | 2
drivers/tty/tty_io.c | 1
include/linux/sched.h | 19 ++++
init/Kconfig | 12 +++
kernel/fork.c | 5 +
kernel/sched.c | 25 ++++--
kernel/sched_autogroup.c | 140 ++++++++++++++++++++++++++++++++++++
[Code]....

1 out of 1 hunk FAILED -- saving rejects to file linux-2.6/Documentation/kernel-parameters.txt.rej I'm not so good with patching so I am sure it is probably something easy.

View 7 Replies View Related

Ubuntu :: Can't Get Diablo 2 To Install

Jul 19, 2011

i type wine /media/install/install.exe and it asks me to insert the install disc, when i do so it pops up over and over again. i don't know what's wrong it worked on my older version of ubuntu, now i have the latest and can't get it to work

View 2 Replies View Related

OpenSUSE Install :: Diablo II In 11.4 - Error "Please Insert CD Labeled 'install Disc'"

Jul 26, 2011

i used the terminal command: 'wine /media/INSTALL/install.exe' and I got "Please insert the CD labelled 'install Disc'" (even though the install disc was in the drive. I even tried the other discs. I tried searching another thread on another forum where a Fedora user had the same problem, which was solved, but it doesn't work for me for some reason.

View 2 Replies View Related

Software :: Install Wine Got "Missing Dependency: Wine-gecko Is Needed By Package Wine"?

Mar 19, 2010

when I tried to install wine I got "Missing Dependency: wine-gecko is needed by package wine"so I looked for wine-gecko and download it but also when I tried to install it I got "Missing Dependency: wine-gecko is needed by package wine"it seems that I am in loop each package need the other what to do please?

View 1 Replies View Related

Ubuntu :: Diablo 2 Not Working In 9.10

Apr 25, 2010

This is actually for a friend of mine. He can't get Diablo II to work. Even if he runs it in XP under VBox, it says it couldn't start D3D, or there was a D3D error, or something like that.

View 3 Replies View Related

Ubuntu Installation :: Diablo II From Battle Net Jaming

Jun 17, 2010

I've downloaded Diablo II and LOD expansion from Battle Net to install it and I did it, I installed it, and it starts the presentation, it goes like "Blizzard"... "Blizzard North"... and them it jams! If I press the space button a lot of times (lol) or click a lot (lol), I can get to the Diablo's menu, but I can't click in anything at all, it's just there, jammed.

View 3 Replies View Related

Server :: Install Wine On Rhel 5 - Send Wine Installtion Command?

May 21, 2010

i want to install wine on rhel 5.plz send me wine installtion command.

View 1 Replies View Related

General :: WINE GNOME Menus Won't Show Up After Re-install Of WINE?

Dec 18, 2009

Lot of questions about WINE... When I'm done I'm going to make a HOWTO so that others can do what I did It's hard work, but I'm nearly done.The last problem I'm having is the WINE menu on GNOME won't show up after a install of WINE from a .deb package (it usually does). This was after I compiled WINE from source and removed it with "make uninstall" and "rm -rf /.wine".So now I installed the WINE from a deb package and the Wine menu entry is not showing up.I've tried re-installing Wine and rebooting my PC but nothing seems to work.

View 3 Replies View Related

Programming :: Patch Command: Hunk #1 Succeeded At 25 With Fuzz 1

Oct 21, 2010

I am beginning to start to work with compiling and I get some confusing output adding patches to sourcecode (xosview-1.8.3). (The patch is for suppressing warnings while running the make command : deprecated conversion from * char to ** char ) Xosview compiles without the patch. The patch itself contains 17 files to add mostly const char instead of char. It is one single file containing also files in one subdirectory.
While running `patch < PATCHFILE.patch I had to copy'n'paste the filenames of the subdirectory to the terminal to keep it going. To get it going without much manual input I split it up for the two directories. I got the original patch and both splitted patches succeeding but with confusing output like :

patch unexpectedly ends in middle of line Hunk #2 succeeded at 78 with fuzz 1.

or just

patching file nfsmeter.h patch unexpectedly ends in middle of line # I splitted the original patch to every 17 files and this kind of output I get now at almost every patchfile. I downloaded patch source from debian
and running `pfind` (Puppy-linux speciality .sh) for search text in files showed off patch.c

Quote:
if (verbosity != SILENT)
say ("Hunk #%d FAILED at %s.
", hunk,
format_linenum (numbuf, newwhere));
} else {
if (verbosity == VERBOSE
[Code]........

As you can see the patch is working but what would I have to add to the patch? I added more newlines , added all lines to close a "{" if the patched line was inside ( also added "}" ), adjusted the path at the diff -uraNd /PATH/ -line, even deleted the diff line.

View 8 Replies View Related

Fedora :: Can't Install Wine?

Aug 11, 2010

Fedora 13 (2.6.33.6-147.2.4.fc13.i686)"yum install wine" ends with an error message. If I understood correctly it complains about missing wine-common package "Requires: wine-common = 1.2.0-1.fc13".However, when trying to install wine-common "yum install wine-common" it says it is already installed "Package wine-common-1.2.0-1.fc13.noarch already installed and latest version".

Code:
[root@nc6000 boris]# yum install wine
Loaded plugins: downloadonly, fastestmirror, presto, refresh-packagekit, remove-

[code]....

View 3 Replies View Related

Fedora :: Wine During Ie Install ?

Jan 6, 2011

I am trying to install IE. But after entering this command

Code:

I am getting this prompt

Code:

Your wine does not have wineprefixcreate installed. Maybe you are running an old Wine version. Try to update it to the latest version. After that now I found that I have installed code (Oxford dictionary with wine it was not working too.

View 8 Replies View Related

Fedora :: YUM Install Wine As Root?

Oct 28, 2010

I managed to completely screw up my wine, so decided to go from scratch.

yum remove wine*
rm -rf /home/jan1024188/.wine

Now when I go yum install wine it installs as root and in /root/.wine. I don't want this. What do I do?

View 3 Replies View Related

Fedora :: Cannot Install Wine Online With Yum On F14

Feb 7, 2011

I have fedora 14 installed on my dell laptop and I am trying to install wine (wine-core). I downloaded it in rpm format but when in tried to install it I got a message that I needed to install two more packages (nss-mdsn and wine-common). I installed nss-mdsn but when I tried to install wine-common I got a message that I have to install wine core for it and when I tried to install wine-core. I got a message to install wine-common first and I tried to install both of them at the same time but still it didn't work. I cant install it online with yum because of a few other problems.

View 2 Replies View Related

Red Hat / Fedora :: Get Wine To Install On Centos 5.5?

Aug 5, 2010

I've tried downloading the RPM file on their website, But I always get an unknown error message.how to do this? Like what commands should I Run, etc. I'm VERY new to linux, and every time I read a guide one command seems to be for one os, and the other command for another.

View 4 Replies View Related

Fedora :: Install Library's Before Installing Wine In 11?

Nov 9, 2009

I recently installed Fedora 11 with VMware workstation. I downloaded the Wine file (wine-1.0.1.tar.bz2 and wine-1.0.1.tar.bz2.sign, its a source archive i think)from [URL]. Those two files are now in my flash disk. I went throught the wine user guide but they haven't explained about how to install it in detail, but i found that, "Compiling & installing Wine from source is slightly more difficult than using a package".

I went to [URL] looking for packages but again its saying, i should install some library's before building Wine and leads to [URL]. I went there & found a web page with some codes.

View 1 Replies View Related

Fedora :: Install An Older Version Of Wine?

Dec 30, 2009

The newest version of wine 32-bit (1.1.32?) seems to be a disaster. I had Newsbin Pro working great in Fedora 10. Now this program won't run with wine.i686 on Fedora 12 x64.

I have tried Crossover Linux 8 standard and Newsbin Pro works with that. Crossover is using wine 1.1.18. However that will cost me $40.

How do I install an older version of wine with the dependencies in Fedora 12 x64?
I searched for an rpm and found various flavors of wine rpms. Can I just install that older rpm?

View 4 Replies View Related

Fedora :: Wine Work Well With 14 - Install Through The Terminal?

Mar 21, 2011

I am currently using Ubuntu 10.10 and am wanting to switch to Fedora 14. I have always loved the way Fedora looked and felt. So I am finally making the transition. But I am wondering does Wine work well with Fedora 14? If so how do I install through the terminal. I know it is the harder way but I find it gives me more customization. I prefer it, so what would the command be? With Ubuntu it is sudo apt-get install wine1.2 what is it in Fedora?

View 2 Replies View Related

Fedora :: How To Install Wine - Directory Is Wrong

Apr 26, 2011

I'm new to fedora. I am using a core i3 desktop computer. I installed fedora 14 into my desktop and I Downloaded a wine 1.3.14.tar but I cannot install it. I tried tools/wineinstall in the terminal bu it say "Your directory is wrong".

View 14 Replies View Related

Fedora :: Use Wine To Install Windows Installer?

Jul 22, 2011

I'm trying to use Wine to install windows installer, but whenever I try to run the .exe file and error comes up that says "bad EXE format for"

View 4 Replies View Related

Fedora :: Remove Wine And Wine Installed Program?

Nov 19, 2010

I am new to fedora and installed wine to see if I could get the sony reader software working (required to access sony bookstore from my sony ereader). Well the program did not work though it did create icons on my desktop. wine kept crashing and I said lets just get rid of it. I uninstalled wine via yum remove and nothing appeared to happen so I did rpm -qa |grep wine and saw lots of stuff. So I simply did yum remove wine* and then a rpm -qa |grep wine was empty. however wine is still under applications on my desktop and still has a category for programs--reader. I should also mention that while wine was installed I attempted to remove the reader via the wine uninstalller but a) wine gave a message of a core crash and b) all the uninstaller did was give me the option to reinstall the reader program. so now when I attempt to open an epub it tries with the sony reader software. I know I can just right click to use another program but for now I want wine gone completely from my pc and the sony program gone.

View 2 Replies View Related

Software :: Wine + Slackware's = Failed To Execute Child Process

Oct 22, 2010

Every time I try to execute a .exe file it says

Code:

Failed to execute child process

but when I type wine and the file it says

Code:

bash-4.1# wine
bash: /usr/bin/wine: No such file or directory

View 1 Replies View Related

Slackware :: 13.37 System Or Wine / Warning: Failed To Reserve Range 00010000-00110000?

May 7, 2011

I'm using a slack 13.37 version and this message is occuring during wine apps running:

preloader: Warning: failed to reserve range 00010000-00110000

Instead of being only a warning, I think it's breaking down and don't know exactly it's a wine or OS problem.

Googling point me a wine problem,

url

and another Ubuntu and Wine topics .

url

url

But I'm in a 32bits option ( no multilibs ), my wine, dependencies packages and procedures are the same installed before in 13.1 . Just system was changed! Anyone have any info on that sytem or wine problem?

View 6 Replies View Related

Fedora :: Installing Wine - Add / Remove Program Install Both 86_64 And I686 Files

Jul 7, 2011

When I install wine the add/remove program wants to install both 86_64 and i686 files. I have the x86_64 version of Fedora 14. I am having problems with counterstrike and have installed it using Wine, have noted problems when both types of files are installed.

I would like to have Fedora set up just right but as with all Linux distros, am having trouble keeping my head above water with fc14. I have success up to a point and then want to go back to Windows for its simplicity. Just this wine problem

View 1 Replies View Related

Fedora Installation :: Ata Softreset Failed, Can't Install?

Jun 10, 2009

I'm trying to install Fedora 11 but I can't get the live cd to start.After I pick "Default" or the "Live cd" option, I get an:Quote:

ata2 softreset failed ...
ata3 softreset failed ...

I used to have that error on Ubuntu, after adding a second HDD, but that still booted without problems after the error.I also installed OpenSuse on this pc, and didn't get that error.Windows 7 is also on this pc, again without any problem.--Are there any workarounds for this error, so I can get Fedora 11 installed?Note: I'm trying to install from a USB disk, created by Unetbootin.

View 3 Replies View Related

Fedora :: Cannot Install Flash (Authorization Failed)

Jun 11, 2011

The short story: I am trying to install Flash, and get this error:

I tried from the terminal, starting with su and authenticating myself, then running the .rpm file, and I get this:

Code:
[jason@Jaslinfed temporary_downloads]$ su
Password:
[root@Jaslinfed temporary_downloads]# ./adobe-release-i386-1.0-1.noarch.rpm
bash: ./adobe-release-i386-1.0-1.noarch.rpm: Permission denied
[root@Jaslinfed temporary_downloads]#

The long story: I used to use Ubuntu religiously, but with the more recent updates it's become somewhat buggy, and too Microsoft-like for me, so I decided to try a different distro. I heard Fedora was supposed to be really good, so I went ahead and snagged it. I'm relatively familiar with Linux in general, but know nothing about Fedora specifically. So far I've just had a couple of minor issues (my panel crashes and then disappears, for example) but this one is kinda big. If I can't arbitrarily install software on a whim, I might as well be using Windows.

For the record, yum seems to be working just fine; I've already installed several other applications, but for some reason I cannot install Flash. I've tried from both Opera and Firefox, and again, I even tried straight from the command line as root, but still no luck.

In case it helps: Linux Jaslinfed 2.6.38.7-30.fc15.i686 #1 SMP Fri May 27 06:02:17 UTC 2011 i686 i686 i386 GNU/Linux

View 5 Replies View Related

OpenSUSE Install :: Subprocess Failed. Error: RPM Failed: Installing Package Xen-4.0.0_21091_06-0.1.1.x86_64?

Oct 14, 2010

Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.

View 1 Replies View Related

Fedora :: Failed Dependencies Error During Orkaudio Install

Nov 28, 2009

I'm running Fedora 11:
kernel Linux 2.6.30.9-96.fc11.i586
Gnome: 2.26.3

Trying to install orkaudio using the instructions here: [URL]
When I get to rpm -i ACE-5.4.8-1.i386.rpm I get:
error: Failed dependencies:
libcrypto.so.4 is needed by ACE-5.4.8-1.i386
libssl.so.4 is needed by ACE-5.4.8-1.i386

I've also tried system/administration/add/remove software but no joy.
if I do # yum install openssl
I get:
Loaded plugins: refresh-packagekit
Setting up Install Process
Package openssl-0.9.8k-5.fc11.i686 already installed and latest version
Nothing to do

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved