similar to: wine or wine-preloader exit with code 2 on x86_64

Displaying 20 results from an estimated 3000 matches similar to: "wine or wine-preloader exit with code 2 on x86_64"

2009 Aug 24
1
Compile wine source from git "Try using a Unicode string"
Getting the source from git , trying to compile WITHOUT patches. Running Ubuntu 9.04 x86_64 This is the configure (got it from http://wiki.winehq.org/WineOn64bit#head-d6dc6aaec38bf9f2198767215ea1813c44a5981d ) Code: CC="gcc-4.3 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" ./configure -v make depend goes fine but make ends up with : Code:
2007 Mar 19
3
Error while compiling in Ubuntu 6.06 64 bit
When compiling in Ubuntu 6.06 64 bit using this guide: http://wiki.winehq.org/WineOn64bit When I do 'sudo make install' I get this error: make[2]: Entering directory `/home/marcus/wine/dlls/gdi' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./gdi32.spec dispdib.spec.o gdi.exe.spec.o wing.spec.o bidi16.o dispdib.o env.o gdi16.o metafile16.o wing.o bidi.o bitblt.o
2008 Mar 23
4
Compiling wine from (git) Source - Debian Sid 64 bit ?
Hello all, really hope someone can help me on this one... That is what i have done 1. Installed all suggested lib32 libraries available 2. Direct Rendering: yes (newest fglrx 64 bit drivers from ATI site) 3. http://wiki.winehq.org/WineOn64bit went through wiki over and over but still get this errors after running ./configure configure: libxcomposite development files not found, Xcomposite
2010 Aug 02
3
Error compile wine1.3 on Ubuntu10.04 64bit
CFLAGS="-m32 $(CFLAGS)" LDFLAGS="-L/usr/lib32 $(LDFLAGS)" ./configure I notice here some strange lines: ... checking whether we need to define __i386__... no ... configure: lib(n)curses 32-bit development files not found, curses won't be supported. configure: libv4l 32-bit development files not found. When I do make: Code: /usr/bin/ld: i386:x86-64 architecture of input
2006 Aug 26
2
Compiling wine on AMD64
I've been trying various ways of getting wine running on my 64 bit ubuntu machine. So far I haven't been very successful. I am trying the source for 0.9.20 and I'm using the latest k8 kernel in ubuntu. I have an nvidia card and am using the latest glx drivers available in ubuntu (1.0.8762). I am using the guide here: http://wiki.winehq.org/WineOn64bit with help from here:
2011 Apr 07
1
Debian64 Wine deps, big confusion
I'm trying to build 32bit Wine under Debian64. None of the tips on WineOn64Bit page help completely. I remember that on Ubuntu64 I was only missing OpenCL support when configuring the source. Now, on Debian64 I'm lacking gstreamer and GetText to addition of OpenCL. I tried putting 32bit gstreamer and GetText to /lib, /lib32, /usr/lib and /usr/lib32 instead of making soft links, but
2011 Jan 30
1
debian 64 bits, some dev files not found...
Hello all, Since I get my debian in 64bits, i can't compile wine by myself... I reach a lot of 32bits dev files requirement, but there are a few wich still missing ! And i don't know why because they are present in my /lib32 and /usr/lib32 dirs under several names. Code: configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled configure:
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As
2006 Jul 31
1
WineOn64Bit
Hello to all. I have a VERY important correction to this article. To compile wine on Debian Etch amd64 (kernel 2.6.17) you'll need some changes: 1. You don't need to make the X11R6 symlinks 2. The package "ia32-libs-dev" does not longer exist, you need libc6-dev-i386 3. make and make depend have to be run with LD_LIBRARY_PATH="/lib32" I hope now it is all regards,
2011 Dec 24
2
make: don't know how to make wine.maninstall-man-pages. Stop
from http://source.winehq.org/git/wine.git, download the newest git on FreeBSD 8.2 AMD64, Code: ./configure --enable-win64 --prefix=/usr/local/lib32 --mandir=/usr/local/man CC=/usr/local/bin/gcc46 FLEX=/usr/local/bin/flex then I make and completed. but make install show error: > make: don't know how to make wine.maninstall-man-pages. Stop > *** Error code 2 > path wrong in
2009 Jan 31
1
Wine on 64-bit Kubuntu 9.04a3 - No problem.
I just reloaded my system (had to try Ext4 <g>) and rebuilt Wine from source on the latest 64-bit Kubuntu alpha. Everything works great; the Wine devs have done a lot to make the build process painless. There were just a couple of K/ubuntu-specific 32-bit library issues that I wanted to share (in case anyone else was playing in the same sandbox) before I forget them: In the 64-bit build
2008 Jul 02
1
Compiling on AMD64 with a cross-compiler
Hello. I'm still trying to get the latest (post 0.9.60) wine releases to build on my laptop; it is a SlAMD64 installation. I used to compile ok up to 0.9.60; then from 0.9.61 on it refused to compile. I tried lately to compile this way: CFLAGS="-I/test/alsa/lib32/include" \ LDFLAGS="-L/usr/lib -Wl,-rpath-link,/usr/lib -L/test/alsa/lib32/lib
2014 Jan 23
2
Loading syslinux.efi from preloader.efi
Hello everyone, I am trying to prepare a UEFI bootable thumb drive using syslinux and Linux foundations PreLoader.efi. I started the same as as it works with gummiboot-42: * Copy PRELOADER.EFI to EFI/BOOT/BOOTX64.EFI * Copy HASHTOOL.EFI to EFI/BOOT/BOOTX64.EFI * Copy gummibootx64.efi to EFI/BOOT/LOADER.EFI With just those files PreLoader asks to enroll gummiboot's hash. I do so and
2004 Jul 11
1
[BUG] iconv detection in 3.0.5rc1
I've found that the inner loop for iconv detection in a lib32 subdirectory of the LOOK_DIR path doesn't work right. Here are the problems I've noticed, 1) configure only tested lib32 on the first directory, /usr, this is because ICONV_FOUND was set to "yes" on the try of /usr/local/lib and never reset (if it should be) to "no" because all the conversion tests
2008 Mar 23
13
Halo PC update error
ok i have been using linux for about three days now and i must say it is pretty cool. my only problem is that when i tried to update halo pc to play online wine froze. so when i tried to do it manually by clicking on halo update.exe everything seemed to download fine until it started to update. then it had some weird error about internet explorer. here is a picture [Image:
2009 Mar 30
1
Crash in 1.1.18-6.1
Wine 1.1.18-6.1 is crashing under Arch Linux x86_64. An example of the crash happens when I run winecfg : Code: *** glibc detected *** winecfg.exe: munmap_chunk(): invalid pointer: 0xf7f96018 *** ======= Backtrace: ========= /opt/lib32/lib/libc.so.6[0xf7d67ee4]
2006 Jul 10
3
compile will not link from elf64-x86-64 to elf32-i386
first off im running on an AMD64 3800+, Ubuntu 6.06, 2.6.15-25-amd64-generic ive been working on getting this thing to work for the past few hours, setup symbolic links like in the howto run wine on amd64 tutorial, plus some. and started compiling, make depend went well, and so was make all until this happened make[2]: Entering directory `/home/anolis/Desktop/wine-0.9.16/dlls/gdi'
2008 Feb 02
1
CC messed up in RELENG_7 build
The sources were csupped ~3 hours ago. My CC is defined as follows: env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc I have done many buildworld, buildkernel and port builds with this setting and it never caused any problems. However today buildworld fails the following way: env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache env CCACHE_PREFIX=/usr/local/bin/distcc
2006 Mar 24
4
SAMBA install on IRIX 6.5
I am having problems with Samba on IRIX 6.5 authenticating via Active Directory. Installing the tardist of 3.0.21c did not give me kerberos/ldap/adc capabilities even though Kerberos and LDAP were prereq's. With OpenLDAP and Kerberos5 installed, my configure fails. I am trying this: ./configure --libdir=/usr/lib --includedir=/usr/include --prefix=/usr/samba --with-ldap --with-ads