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  
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
herbie
Guru
Guru


Joined: 09 Oct 2002
Posts: 319
Location: London UK

PostPosted: Wed Feb 16, 2005 1:31 pm    Post subject: Reply with quote

Not seen anything like that before, could it be related to:
http://kt.dlut.edu.cn/wine/wn20031114_196.html#5
Back to top
View user's profile Send private message
Tony420
Apprentice
Apprentice


Joined: 16 Mar 2004
Posts: 193
Location: Corona, CA

PostPosted: Wed Feb 16, 2005 10:00 pm    Post subject: Reply with quote

works GREAT here! fixed my problems with 2.6.10 kernel not working... YAY!

Ill have my 6800ultra on fri/sat and then Ill be able to test some games :)
Back to top
View user's profile Send private message
kagey
n00b
n00b


Joined: 27 Jun 2004
Posts: 10
Location: NB, Canada

PostPosted: Wed Feb 16, 2005 10:27 pm    Post subject: Reply with quote

none of my installshield installers work. Does anyone else have trouble installing using installshield? the only solutions i found on the net was moving dlls into widows/system, but i dont have a windows install to grab dlls from. any suggestions? i usually get the error "Error installing iKernel.exe: Network name deleted" after the installshield wizard little window pops up.

edit: used winetools to set everything up and it is working great now.


Last edited by kagey on Thu Feb 17, 2005 3:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
topcat
n00b
n00b


Joined: 17 Nov 2003
Posts: 10

PostPosted: Wed Feb 16, 2005 10:41 pm    Post subject: wine-bin works after changing Desktop in config Reply with quote

Struggled with wine-bin, everything seemed to install OK, but the display was messed up. Discovered that wine was having a problem with by 1200x800 screen. Uncommented and changed the 'Desktop' option in the wine config file to "1024x768" and it works beautifully.

Thanks for the wine-bin ebuild. Works great. What would it take to get this in portage?

Instead of having to compile from code in a 32-bit chroot, would it make sense to grab one of the binary packages at winehq?

Thanks again.
Back to top
View user's profile Send private message
twgray
n00b
n00b


Joined: 04 Mar 2004
Posts: 67
Location: The Woodlands, TX

PostPosted: Thu Feb 17, 2005 3:22 am    Post subject: wine-bin Reply with quote

Just upgraded to 2004.3 and the latest wine-bin. I am now getting the following when I run /usr/bin/wine:

/opt/wine/bin/wine: libc.so.6: version `GLIBC_2.3' not found (required by /lib32/libpthread.so.0)
/opt/wine/bin/wine: libc.so.6: version `GLIBC_2.3.2' not found (required by /lib32/libpthread.so.0)
/opt/wine/bin/wine: libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib32/libpthread.so.0)
/opt/wine/bin/wine: /lib/ld-linux.so.2: version `GLIBC_2.1.1' not found (required by libc.so.6)
/opt/wine/bin/wine: /lib/ld-linux.so.2: version `GLIBC_2.2.3' not found (required by libc.so.6)
/opt/wine/bin/wine: /lib/ld-linux.so.2: version `GLIBC_2.2' not found (required by libc.so.6)
/opt/wine/bin/wine: libc.so.6: version `GLIBC_PRIVATE' not found (required by /lib32/libdl.so.2)


What is the problem?
_________________
You live, you learn. Well, at least you live.
--Douglas Adams
Back to top
View user's profile Send private message
gour
Apprentice
Apprentice


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

PostPosted: Fri Feb 18, 2005 12:23 pm    Post subject: Reply with quote

herbie wrote:
I've updated my wine-bin package to match the current x86 ebuild version (20050211). This seems to have fixed the problems with 2.6.10 kernels. I've also made a .tar.bz2 of my win-bin overlay to make it easier to install.


Well, no luck here :-(

win-bin worked in the past, but since I did some system upgrades, it just segfaults (like OpenOffice).

Here is the result after emerging your ebuild:
Code:
gour@gaura-nitai ~/mydata/com $ wine
wine: creating configuration directory '/home/gour/.wine'...
/opt/bin/wineprefixcreate: line 168: 20604 Segmentation fault      ${WINELOADER:-wine} rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf


Code:
gour@gaura-nitai ~/mydata/com $ uname -a
Linux gaura-nitai 2.6.10-gentoo-r7 #2 Fri Feb 18 12:19:14 CET 2005 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux


Any idea?

Sincerely,
Gour
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Sun Apr 03, 2005 6:59 am    Post subject: Reply with quote

works great thanks!, at least my $ /opt/bin/wine ~/.wine/drive_c/windows/notepad.exe works perfect, installing other things now to check it out...

hey is there a way to just type in $ wine instead of $ /opt/bin/wine ? like changing the PATH or something?

[edit]

when i tried $ /opt/bin/wine flash\ mx\ 2004/setup.exe

"The InstallShield Engine (iKernel.exe) could not be launched. (0x80004005)

i checked and ~/.wine/drive_c/Program Files/Common Files/InstallShield/Engine/6/Intel 32/IKernel.exe is there
i even copied it to iKernel.exe cause it said "iKernel.exe" was missing, so i thought it was a case_sensitivity problem.

does anyone know why this happens or how to fix it?

[/edit]
_________________
help the needy
Back to top
View user's profile Send private message
andrewd18
Guru
Guru


Joined: 11 Apr 2004
Posts: 364
Location: Wisconsin, USA

PostPosted: Sun Apr 03, 2005 8:25 pm    Post subject: Reply with quote

Quote:
hey is there a way to just type in $ wine instead of $ /opt/bin/wine ? like changing the PATH or something?


Sure. ln -s /opt/bin/wine /home/<username>/bin/wine

~~ Andrew D.
_________________
Keep Your Toolchain Stable! - emwrap.sh

There's no place like ::1
Back to top
View user's profile Send private message
remix
l33t
l33t


Joined: 28 Apr 2004
Posts: 797
Location: hawaii

PostPosted: Mon Apr 11, 2005 10:44 am    Post subject: Reply with quote

okay i'm still having a problem with when i try to install anything, the install splash of the app appears, the install shield loader loads, but then a wine box pops up and it says...
Code:
The InstallShield Engine (iKernel.exe) could not be launched (0x80004005)


does anyone know how to fix this?
_________________
help the needy
Back to top
View user's profile Send private message
radagast
Apprentice
Apprentice


Joined: 20 Mar 2004
Posts: 217
Location: sydney, .au

PostPosted: Fri Jun 24, 2005 3:30 am    Post subject: Reply with quote

>>>> EDIT:
looking through the rest of this thread i noticed a few people using --digest. the emerge man page doesn't even mention it. but it worked... playing winemine now...

Code:

$emerge wine-bin Calculating dependencies ...done!
>>> emerge (1 of 1) app-emulation/wine-bin-20050211 to /
>>> md5 files   ;-) wine-bin-20041019.ebuild
>>> md5 files   ;-) wine-bin-20040408.ebuild

!!! Digest verification Failed:
!!!    /usr/local/portage/app-emulation/wine-bin/wine-bin-20050211.ebuild
!!! Reason: Filesize does not match recorded size


it looks like it is the right size though...
Code:
$ls -l /usr/portage/distfiles/wine-bin-20050211.tar.bz2
-rw-rw-r--  1 root portage 9791139 Feb 15 03:56 /usr/portage/distfiles/wine-bin-20050211.tar.bz2

$cat app-emulation/wine-bin/files/digest-wine-bin-20050211
MD5 f4ecb46e7a152164de4058b488fa417b wine-bin-20050211.tar.bz2 9791139


i've made some silly mistake, right?
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
Page 4 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