I thought that I would be able to use Wine to play TF2 in Fedora 11, so I used this guide to install steam: http://fedorasolved.org/gaming-solutions/installing-steam-using-wine Steam appeared to be working fine, so I downloaded some games (TF2 and CS:S), When they were done downloading, I tried to play one, and the "Preparing to launch TF2" box came up. So I waited for a few seconds and then it just went away. No game opened up at all. I then tried installing Age of Empires II. I could get in the game menu, but as soon as I tried to actually start a game, it crashed. Then I realized I had no graphics driver installed. :x So I installed the driver, restarted my computer, and tried running a game. I opened up steam, and tried to play TF2, but the moment I double-clicked on it, all of steam just disappeared. Same thing happens with TF2. I then tried Age of Empires II, but when I try to open the game, nothing happens at all =[ Any ways, I was wondering what my next step should be. By the way, I have wine version 1.1.23 and am using Fedora.
McJugga wrote:> By the way, I have wine version 1.1.23 and am using Fedora.Upgrade, that is known bad version with a bug affecting many programs, including Steam.
Uh... Without sounding too much like a noob, how do I get 1.1.26? When I go to the page you linked to, it just tells fedora users to go here: http://fedoraproject.org/wiki/AndreasBierfert/Wine And that page just tells me to use yum, which tells me I already have the latest version.
On Tue, Aug 4, 2009 at 12:59 PM, McJugga <wineforum-user at winehq.org> wrote:> Uh... Without sounding too much like a noob, how do I get 1.1.26? > > When I go to the page you linked to, it just tells fedora users to go here: > http://fedoraproject.org/wiki/AndreasBierfert/Wine > > And that page just tells me to use yum, which tells me I already have the > latest version. > > Oh sorry I use ubuntu. Ok you can compile it, get the source:http://sourceforge.net/projects/wine/files/Source%20Packages/1.1.26/wine-1.1.26.tar.bz2/download Then check out: http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b Um for the recommended packages in ubuntu we run: sudo apt-get build-dep wine for fedora, i found a link for fedora 9 and the to compile 32 bit wine on a 64 bit platform (what i had to do): yum install alsa-lib-devel.i386 alsa-lib-devel audiofile-devel.i386 audiofile-devel cups-devel.i386 cups-devel dbus-devel.i386 dbus-devel esound-devel.i386 esound-devel fontconfig-devel.i386 fontconfig-devel freetype-devel.i386 freetype-devel giflib-devel.i386 giflib-devel hal-devel.i386 hal-devel lcms-devel.i386 lcms-devel libICE-devel.i386 libICE-devel libjpeg-devel.i386 libjpeg-devel libpng-devel.i386 libpng-devel libSM-devel.i386 libSM-devel libusb-devel.i386 libusb-devel libX11-devel.i386 libX11-devel libXau-devel.i386 libXau-devel libXcomposite-devel.i386 libXcomposite-devel libXcursor-devel.i386 libXcursor-devel libXext-devel.i386 libXext-devel libXi-devel.i386 libXi-devel libXinerama-devel.i386 libXinerama-devel libxml2-devel.i386 libxml2-devel libXrandr-devel.i386 libXrandr-devel libXrender-devel.i386 libXrender-devel libxslt-devel.i386 libxslt-devel libXt-devel.i386 libXt-devel libXv-devel.i386 libXv-devel libXxf86vm-devel.i386 libXxf86vm-devel mesa-libGL-devel.i386 mesa-libGL-devel mesa-libGLU-devel.i386 mesa-libGLU-devel ncurses-devel.i386 ncurses-devel openldap-devel.i386 openldap-devel openssl-devel.i386 openssl-devel zlib-devel.i386 pkgconfig sane-backends-devel.i386 sane-backends-devel xorg-x11-proto-devel.i386 xorg-x11-proto-devel glibc-devel.i386 prelink fontforge flex bison Think that should work for 32 bit also, since that is the 32 bit libraries that are probably required to compile wine on fedora. But sorry have no idea about fedora specifically -- Sincerely, MacNean C. Tyrrell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090804/17a7ade2/attachment.htm>
On Tue, Aug 4, 2009 at 12:59 PM, McJugga <wineforum-user at winehq.org> wrote:> Uh... Without sounding too much like a noob, how do I get 1.1.26? > > When I go to the page you linked to, it just tells fedora users to go here: > http://fedoraproject.org/wiki/AndreasBierfert/Wine > > And that page just tells me to use yum, which tells me I already have the > latest version. > > > > > Forgot to add you need to remove the old version, not sure if this is rightbut yum uninstall wine? Have to find that out. -- Sincerely, MacNean C. Tyrrell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090804/80a76bfb/attachment.htm>
On Tue, 2009-08-04 at 13:20 -0400, MacNean Tyrrell wrote:> > Forgot to add you need to remove the old version, not sure if this is right > but yum uninstall wine? Have to find that out. >yum remove xxxx yum erase xxxx Both do it. "man yum" for more details. Martin
MacNean Tyrrell wrote:> On Tue, Aug 4, 2009 at 12:59 PM, McJugga <wineforum-user at winehq.org> wrote: > > > > Uh... Without sounding too much like a noob, how do I get 1.1.26? > > > > When I go to the page you linked to, it just tells fedora users to go here: > > http://fedoraproject.org/wiki/AndreasBierfert/Wine > > > > And that page just tells me to use yum, which tells me I already have the > > latest version. > > > > Oh sorry I use ubuntu. Ok you can compile it, get the source: > > > > http://sourceforge.net/projects/wine/files/Source%20Packages/1.1.26/wine-1.1.26.tar.bz2/download > > Then check out: > > http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b > > Um for the recommended packages in ubuntu we run: > > sudo apt-get build-dep wine > > for fedora, i found a link for fedora 9 and the to compile 32 bit wine on a > 64 bit platform (what i had to do): > > yum install alsa-lib-devel.i386 alsa-lib-devel audiofile-devel.i386 > audiofile-devel cups-devel.i386 cups-devel dbus-devel.i386 dbus-devel > esound-devel.i386 esound-devel fontconfig-devel.i386 fontconfig-devel > freetype-devel.i386 freetype-devel giflib-devel.i386 giflib-devel > hal-devel.i386 hal-devel lcms-devel.i386 lcms-devel libICE-devel.i386 > libICE-devel libjpeg-devel.i386 libjpeg-devel libpng-devel.i386 > libpng-devel libSM-devel.i386 libSM-devel libusb-devel.i386 > libusb-devel libX11-devel.i386 libX11-devel libXau-devel.i386 > libXau-devel libXcomposite-devel.i386 libXcomposite-devel > libXcursor-devel.i386 libXcursor-devel libXext-devel.i386 > libXext-devel libXi-devel.i386 libXi-devel libXinerama-devel.i386 > libXinerama-devel libxml2-devel.i386 libxml2-devel > libXrandr-devel.i386 libXrandr-devel libXrender-devel.i386 > libXrender-devel libxslt-devel.i386 libxslt-devel libXt-devel.i386 > libXt-devel libXv-devel.i386 libXv-devel libXxf86vm-devel.i386 > libXxf86vm-devel mesa-libGL-devel.i386 mesa-libGL-devel > mesa-libGLU-devel.i386 mesa-libGLU-devel ncurses-devel.i386 > ncurses-devel openldap-devel.i386 openldap-devel openssl-devel.i386 > openssl-devel zlib-devel.i386 pkgconfig sane-backends-devel.i386 > sane-backends-devel xorg-x11-proto-devel.i386 xorg-x11-proto-devel > glibc-devel.i386 prelink fontforge flex bison > > Think that should work for 32 bit also, since that is the 32 bit libraries > that are probably required to compile wine on fedora. But sorry have no > idea about fedora specifically > > -- > Sincerely, > > MacNean C. Tyrrell > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090804/17a7ade2/attachment.htm>None of those packages seem to be available.
On Tue, Aug 4, 2009 at 2:09 PM, McJugga <wineforum-user at winehq.org> wrote:> > MacNean Tyrrell wrote: > > On Tue, Aug 4, 2009 at 12:59 PM, McJugga <wineforum-user at winehq.org> > wrote: > > > > > > > Uh... Without sounding too much like a noob, how do I get 1.1.26? > > > > > > When I go to the page you linked to, it just tells fedora users to go > here: > > > http://fedoraproject.org/wiki/AndreasBierfert/Wine > > > > > > And that page just tells me to use yum, which tells me I already have > the > > > latest version. > > > > > > Oh sorry I use ubuntu. Ok you can compile it, get the source: > > > > > > > > http://sourceforge.net/projects/wine/files/Source%20Packages/1.1.26/wine-1.1.26.tar.bz2/download > > > > Then check out: > > > > http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b > > > > Um for the recommended packages in ubuntu we run: > > > > sudo apt-get build-dep wine > > > > for fedora, i found a link for fedora 9 and the to compile 32 bit wine on > a > > 64 bit platform (what i had to do): > > > > yum install alsa-lib-devel.i386 alsa-lib-devel audiofile-devel.i386 > > audiofile-devel cups-devel.i386 cups-devel dbus-devel.i386 dbus-devel > > esound-devel.i386 esound-devel fontconfig-devel.i386 fontconfig-devel > > freetype-devel.i386 freetype-devel giflib-devel.i386 giflib-devel > > hal-devel.i386 hal-devel lcms-devel.i386 lcms-devel libICE-devel.i386 > > libICE-devel libjpeg-devel.i386 libjpeg-devel libpng-devel.i386 > > libpng-devel libSM-devel.i386 libSM-devel libusb-devel.i386 > > libusb-devel libX11-devel.i386 libX11-devel libXau-devel.i386 > > libXau-devel libXcomposite-devel.i386 libXcomposite-devel > > libXcursor-devel.i386 libXcursor-devel libXext-devel.i386 > > libXext-devel libXi-devel.i386 libXi-devel libXinerama-devel.i386 > > libXinerama-devel libxml2-devel.i386 libxml2-devel > > libXrandr-devel.i386 libXrandr-devel libXrender-devel.i386 > > libXrender-devel libxslt-devel.i386 libxslt-devel libXt-devel.i386 > > libXt-devel libXv-devel.i386 libXv-devel libXxf86vm-devel.i386 > > libXxf86vm-devel mesa-libGL-devel.i386 mesa-libGL-devel > > mesa-libGLU-devel.i386 mesa-libGLU-devel ncurses-devel.i386 > > ncurses-devel openldap-devel.i386 openldap-devel openssl-devel.i386 > > openssl-devel zlib-devel.i386 pkgconfig sane-backends-devel.i386 > > sane-backends-devel xorg-x11-proto-devel.i386 xorg-x11-proto-devel > > glibc-devel.i386 prelink fontforge flex bison > > > > Think that should work for 32 bit also, since that is the 32 bit > libraries > > that are probably required to compile wine on fedora. But sorry have no > > idea about fedora specifically > > > > -- > > Sincerely, > > > > MacNean C. Tyrrell > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > http://www.winehq.org/pipermail/wine-users/attachments/20090804/17a7ade2/attachment.htm > > > > None of those packages seem to be available. > > > > Try this for recommended packages:http://wiki.winehq.org/Recommended_Packages http://wiki.winehq.org/FAQ#head-7ed3c3163e2b932ee2030a48f9c5e553dc41817b -- Sincerely, MacNean C. Tyrrell -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090804/b1741e3c/attachment.htm>
I got all those packages... Same problem. When I do Code: ./tools/wineinstall Like the readme says, this happens. Code: Running configure... checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking for cpp... cpp checking whether gcc -m32 works... no configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. Configure failed, aborting install.
Installed those, same problem. :(
McJugga wrote:> checking whether gcc -m32 works... no > configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.http://wiki.winehq.org/WineOn64bit
vitamin wrote:> > McJugga wrote: > > checking whether gcc -m32 works... no > > configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries. > > http://wiki.winehq.org/WineOn64bitWhen I try to install any of the .i386 packages, such as cups-devel.i386, it says that there is no package available.