Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wine-bin
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
spatula
n00b
n00b


Joined: 05 Oct 2004
Posts: 6

PostPosted: Tue Nov 16, 2004 5:24 am    Post subject: Reply with quote

I emerged this package, and it seemed to install just fine. However, when I try to run wine, nothing happens. Can anyone gimme a hint?
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Thu Nov 18, 2004 6:20 am    Post subject: Reply with quote

Finally got wine installed but mIRC won't start which is the only reason I wanted wine in the first place =/.
Code:

# wine mirc.exe
#


I wrote a lot of scripts for mirc and i don't want to give them up =/.
Back to top
View user's profile Send private message
linux_on_the_brain
Tux's lil' helper
Tux's lil' helper


Joined: 24 Feb 2004
Posts: 136

PostPosted: Thu Nov 18, 2004 9:01 am    Post subject: Reply with quote

I finally tried to use wine but it appears something is wrong. From the command prompt I type wine dvdshrink.eve and it jsut returns to the command prompt and nothing else happens. Anybody else experience this behavior
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Fri Nov 19, 2004 9:34 pm    Post subject: Reply with quote

linux_on_the_brain wrote:
I finally tried to use wine but it appears something is wrong. From the command prompt I type wine dvdshrink.eve and it jsut returns to the command prompt and nothing else happens. Anybody else experience this behavior


Yea that is exactly what I am getting.
Back to top
View user's profile Send private message
Galahad
Tux's lil' helper
Tux's lil' helper


Joined: 12 Feb 2003
Posts: 126

PostPosted: Fri Nov 19, 2004 10:12 pm    Post subject: Reply with quote

wine -debugmsg +all says it can't find any libraries (opengl, d3d, whatever) and exits immediately.
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Sat Dec 04, 2004 10:14 pm    Post subject: Reply with quote

I have yet to get this wine go work with any win32-bit app. I don't know what I am doing wrong.
Back to top
View user's profile Send private message
La`res
Arch/Herd Tester
Arch/Herd Tester


Joined: 11 Aug 2003
Posts: 79
Location: ::0

PostPosted: Sun Dec 05, 2004 8:06 pm    Post subject: Reply with quote

What about the libungif??? I get the following error.
Code:
lares@jayden ~ % WINEDEBUG=on linux32 wine /mnt/cdrom/Setup.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"OLEAUT32.dll": libungif.so.4: cannot open shared object file: No such file or directory
err:module:import_dll Loading library OLEAUT32.dll (which is needed by L"Z:\\mnt\\cdrom\\MSVBVM60.DLL") failed (error c000007a).
err:module:import_dll Library MSVBVM60.DLL (which is needed by L"Z:\\mnt\\cdrom\\Setup.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\mnt\\cdrom\\Setup.exe" failed, status c0000135

what am I supposed to do from here.
In this post there is something about the rpm2tar of a libungib binary rpm. Is that included in the wine-bin ebuild

[edit]
I added the libungif files from the rpm, as per this post to /opt/wine/lib and it worked.

Now on to updating dlls.
[/edit]
_________________
Lares Moreau <lares.moreau@gmail.com>
LRU: 400755 http://counter.li.org
lares/irc.freenode.net
Back to top
View user's profile Send private message
Tshwala
Tux's lil' helper
Tux's lil' helper


Joined: 27 Sep 2004
Posts: 86
Location: South Africa

PostPosted: Mon Dec 06, 2004 3:33 pm    Post subject: Reply with quote

Hi all

I get the following when I try run emerge wine-bin after following all the other instructions. I have added

app-emulation/wine-bin-20040408 -*

and a few derivatives of the above to fix the problem but I just don't get it...

any ideas?


[wayne@Wuler] sudo emerge wine-bin
Calculating dependencies
!!! All ebuilds that could satisfy "wine-bin" have been masked.
!!! One of the following masked packages is required to complete your request:
- app-emulation/wine-bin-20040408 (masked by: -* keyword)
Back to top
View user's profile Send private message
Thuban
n00b
n00b


Joined: 12 Dec 2004
Posts: 2
Location: England

PostPosted: Sun Dec 12, 2004 12:14 pm    Post subject: Reply with quote

Tshwala, I think you need to add an = to the begining of the line in your /etc/portage/package.keywords file. i.e.:

=app-emulation/wine-bin-20040408 -*

I had the same problem until I did this. I have not needed to have the '=' in any other entries in this file. Can somebody explain briefly why this is needed? Or link to an apropriate Doc?
_________________
PC Specs:
AMD64 3000, ABIT KV8Pro, 1GB Mem, 160G HD & LeadTek NVidia 6800
Back to top
View user's profile Send private message
jimbojetset
n00b
n00b


Joined: 01 Feb 2004
Posts: 67
Location: UK

PostPosted: Mon Dec 13, 2004 4:40 pm    Post subject: Reply with quote

sounds like you guys aren't setting up your overlay correclty. Make sure you have the following:-

Firstly your /etc/make.conf should contain
Code:
PORTDIR_OVERLAY="/usr/local/portage"

then the ebuild should be placed in /usr/local/portage/app-emulation/wine-bin/
then finally:
Code:
cd /usr/local/portage/app-emulation/wine-bin
ebuild wine-20040408.ebuild digest
echo "app-emulation/wine-bin ~amd64" >> /etc/portage/package.keywords
emerge wine-bin


Hopefully it should emerge successfully
James


Last edited by jimbojetset on Mon Dec 13, 2004 5:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
jimbojetset
n00b
n00b


Joined: 01 Feb 2004
Posts: 67
Location: UK

PostPosted: Mon Dec 13, 2004 4:48 pm    Post subject: Reply with quote

if anyone is interested i have made a binary for the latest x86 stable wine.

http://www.moomoomoo.plus.com/wine-bin-20041019.ebuild

half-life working fine here for me
James
Back to top
View user's profile Send private message
gnolreve
n00b
n00b


Joined: 07 Jun 2004
Posts: 46

PostPosted: Tue Dec 14, 2004 6:30 am    Post subject: Reply with quote

i get the error when i run ebuild wine-bin-20040408.ebuild digest


Code:
!!! Invalid PORTDIR_OVERLAY (not a dir): /usr/local/portage
!!! aux_get(): ebuild path for 'portage/wine-bin-20040408' not specified:
!!!            None
!!! aux_get(): ebuild path for 'portage/wine-bin-20040408' not specified:
!!!            None
doebuild(): aux_get() error; aborting.


the directory doesnt exist.
what should i do, im a noob, dont really want to break anything, just want wine up and running so i can play call of duty and such
Back to top
View user's profile Send private message
babo
Guru
Guru


Joined: 10 Aug 2004
Posts: 477
Location: Ljubljana

PostPosted: Tue Dec 14, 2004 9:03 am    Post subject: Reply with quote

did you
Code:
mkdir /usr/local/portage

?
Back to top
View user's profile Send private message
jimbojetset
n00b
n00b


Joined: 01 Feb 2004
Posts: 67
Location: UK

PostPosted: Tue Dec 14, 2004 12:18 pm    Post subject: Reply with quote

Yes, you need to create the directories. Sorry, should have been more specific.
so:
Code:
mkdir -p /usr/local/portage/app-emulation/wine-bin


place the ebuild in that directory then digest it.

James
Back to top
View user's profile Send private message
Mythos
l33t
l33t


Joined: 02 May 2004
Posts: 953
Location: Portugal

PostPosted: Tue Dec 14, 2004 12:56 pm    Post subject: Reply with quote

work's fine for me :)
_________________
Best Regards,
Sérgio Henrique
Linux dune 3.0.6-gentoo #1 SMP Thu Oct 27 16:47:29 WEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux
Back to top
View user's profile Send private message
gnolreve
n00b
n00b


Joined: 07 Jun 2004
Posts: 46

PostPosted: Tue Dec 14, 2004 2:06 pm    Post subject: Reply with quote

ok, i love you guys now, all worked well, i just have to set up wine so i can install call of duty :)
Back to top
View user's profile Send private message
jimbojetset
n00b
n00b


Joined: 01 Feb 2004
Posts: 67
Location: UK

PostPosted: Tue Dec 14, 2004 2:10 pm    Post subject: Reply with quote

good luck! :)
Back to top
View user's profile Send private message
Thuban
n00b
n00b


Joined: 12 Dec 2004
Posts: 2
Location: England

PostPosted: Sun Dec 19, 2004 3:50 pm    Post subject: Reply with quote

It seems you guys were right, I had my overlay wrong. I didn't have a /etc/local/portage directory, so I put the ebuild file in /usr/portage/app-emulation/wine-bin and set the overlay to that path. Although I eventually got it working (as mentioned in my earlier post) I suspect it would all fall apart on the next world update. I am a bit new to this ebuild stuff. Hopefully now it should all work properly.

Now for my next problem: I need Wine to continue running Quicken. This now works but the fonts look terrible. The winehq.org docs explain how to fix this by using the M$-Windows fonts with the 'fnt2bdf' utility that is supposed to come with Wine. It appears that this utility is not supplied with the ebuild, so can anyone explain how I get it through the portage system?
_________________
PC Specs:
AMD64 3000, ABIT KV8Pro, 1GB Mem, 160G HD & LeadTek NVidia 6800
Back to top
View user's profile Send private message
gour
Apprentice
Apprentice


Joined: 16 Apr 2003
Posts: 231
Location: Zagreb, Croatia

PostPosted: Wed Jan 12, 2005 4:41 pm    Post subject: Reply with quote

Hi!

Quote:
I have yet to get this wine go work with any win32-bit app. I don't know what I am doing wrong.


I was happily running wine-bin 20041019 and since yesterday it didn't work, i.e. after running any program I get:
Code:
wine: Unhandled exception (thread 0009), starting debugger...


Any idea what could go wrong :?:

The only thing I did/changed is upgrading kernel to 2.6.10.

Sincerely,
Gour

Edit: Forgot to write that when I boot old (2.6.9) kernel, wine works, so it's the matter of 2.6.10 kernel :?

Any idea :roll:
Back to top
View user's profile Send private message
Greven
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2002
Posts: 138

PostPosted: Fri Jan 14, 2005 2:35 am    Post subject: Reply with quote

I'm working on a HOWTO for wine-wiki.org on how to install WIne on a AMD 64. If this work, I will post it.
_________________
veritas vos liberabit...
Linux User Number: 346805
Wine-Wiki
AMD 64 3500+ | MSI "K8T NEO2-FIR" | mushkin Dual Channel DDR 400
Back to top
View user's profile Send private message
<3
Veteran
Veteran


Joined: 21 Oct 2004
Posts: 1081

PostPosted: Fri Jan 14, 2005 4:34 am    Post subject: Reply with quote

My question is why don't they add a 32-bit binary to portage instead of having to deal with these ebuilds.
Back to top
View user's profile Send private message
DaveHope
Tux's lil' helper
Tux's lil' helper


Joined: 16 Sep 2004
Posts: 117
Location: Dorset, United Kingdom

PostPosted: Fri Jan 14, 2005 1:57 pm    Post subject: Reply with quote

Thanks all!, Nice to finally have Photoshop working on my new system :) - Loop forward to seeing these in portage.
Back to top
View user's profile Send private message
Martin LORANG
Tux's lil' helper
Tux's lil' helper


Joined: 07 Dec 2003
Posts: 92
Location: Moselle / France

PostPosted: Sat Jan 15, 2005 4:41 pm    Post subject: Reply with quote

After emerging, when I run wine the 1st time I get :
Code:
!! ~/.wine/config misses
!! Setting up a config file
!! Setting up ~/.wine/fake_windows/
!! Setting up default registry.
!! Installation complete.
!! Set your drives in ~/.wine/config
the 2nd and following times I get :
Code:
/usr/bin/wine: line 55:  1468 Erreur de segmentation  WINEDEBUG=-all "$RUNWINE" "$@"
What is wrong ?
TIA
Martin
Back to top
View user's profile Send private message
Greven
Tux's lil' helper
Tux's lil' helper


Joined: 28 Jul 2002
Posts: 138

PostPosted: Sun Jan 16, 2005 7:41 pm    Post subject: Reply with quote

I get that error too. We need Wine to work on the AMD64s.
_________________
veritas vos liberabit...
Linux User Number: 346805
Wine-Wiki
AMD 64 3500+ | MSI "K8T NEO2-FIR" | mushkin Dual Channel DDR 400
Back to top
View user's profile Send private message
sgreene
n00b
n00b


Joined: 15 Jun 2003
Posts: 7

PostPosted: Sun Jan 16, 2005 10:36 pm    Post subject: Reply with quote

Anyone know where the wine-bin source went to? The page has gone bye-bye.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum