Compiling Wine (32-bit) on Arch64 with multilib

Now I know multilib is not officially supported by Arch, but I need to apply a patch to Wine before compiling it in order to be able to play a game.
I have installed all the lib32 files (well not all, not catalyst or glibs etc.) but I have all the needed libs.
So one would assume that I should be able to compile Wine, no?
Here is the output when I do a simple ./configure
22:05:16 [speng@spengpc [wine-1.1.14] 3.2]$ ./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++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
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.
Maybe it's not looking in the right location? Hmm, any ideas on how I could do this without chroot?
Thanks!
Edit:
Log output is:
configure:3464: $? = 0
configure:3471: g++ -v >&5
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,treelang --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.3.3 (GCC)
configure:3475: $? = 0
configure:3482: g++ -V >&5
g++: '-V' option must have argument
configure:3486: $? = 1
configure:3489: checking whether we are using the GNU C++ compiler
configure:3518: g++ -c conftest.cpp >&5
configure:3525: $? = 0
configure:3542: result: yes
configure:3551: checking whether g++ accepts -g
configure:3581: g++ -c -g conftest.cpp >&5
configure:3588: $? = 0
configure:3689: result: yes
configure:3755: checking for cpp
configure:3771: found /usr/bin/cpp
configure:3782: result: cpp
configure:3811: checking whether gcc -m32 works
configure:3835: gcc -m32 -o conftest -g -O2 conftest.c >&5
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/libgcc.a when searching for -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.3.3/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
collect2: ld returned 1 exit status
configure:3842: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.1.14"
| #define PACKAGE_STRING "Wine 1.1.14"
| #define PACKAGE_BUGREPORT "[email protected]"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3856: result: no
configure:3858: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
Last edited by speng (2009-02-08 22:36:00)

Hi all,
Im trying to compile wine-git for a regression test, iam using a native 64bit system so i setup a 32bit chroot and installed the following packages:
base base-devel xorg nvidia nvidia-utils
My problem are these message outputs from ./configure:
configure: libxcomposite 32-bit development files not found, Xcomposite won't be supported.
configure: libgnutls 32-bit development files not found, no schannel support.
configure: WARNING: OpenGL development headers not found. OpenGL and Direct3D won't be supported.
configure: WARNING: libxml2 32-bit development files not found, XML won't be supported.
configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported.
configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.
Does anyone know which packages i need to install to satisfy at least the OpenGL part?
SOLVED: nvidia nvidia-utils packages don't include the development headers so did this by myself using nvidia driver package from nvidia site
Last edited by Arjann (2009-05-19 11:17:39)

Similar Messages

  • [SOLVED]Cannot compile Wine on Arch64

    I am trying to compile the 32 bit version of Wine on Arch 64. I know I could use PKGBUILDS and all that but I want to compile it from scratch.
    I am not very experienced (at all) so please  post in retard language for me.
    bash-3.2# ./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++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    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.
    I have installed the lib32 package, I don't know what I'm missing. I have done this before on an X86_64 system but never on Arch Linux.
    Any ideas on what I might need?
    Thanks!
    Last edited by speng (2009-01-18 02:37:28)

    speng wrote:
    I'll try this. When I have compiled wine, do I need to use the Arch32 system every time I want to load a program?
    Also, is this the only way to do it?
    Thanks.
    You're going to need a bunch of 32 bit libraries to run 32 bit Wine. Either a chroot or lib32 libraries will work.
    I don't know much about cross compilers, so I can't help with your other question. What distro were you running when you did this before?

  • Compileing wine - error on ./configure

    Hi,
    I'm fairly new to Arch, no Linux newbie though. I didn't know where to exactly post this, so I hope it's not completely wrong here (there was no specific devel/compilation forum, and it doesn't really fit to archbuild). I've been searching the forums and the web to no avail yet. Maybe anyone can help me.
    As the subject suggests, I've been trying to compile wine following the Gentoo Howto on the WineHQ wiki and am already failing upon configure. This is the command line output:
    [manuel@flyinghorse wine-1.1.1]$ ./configure --x-libraries=/opt/lib32/usr/lib/ LDFLAGS="-L/opt/lib32/usr/lib -L/opt/lib32/lib" --enable-opengl --with-x
    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 -m32
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    I'm stuck here. The config.log doens't help me at all. I uploaded it here. Anyone who can understand the error?
    As you can see from the command, I'm using the lib32 libraries and was trying to link to them. Yeah, I have read about the problems of 32bit applications under Arch64. And I wouldn't want to try it, if the regular wine/wine-suse packages were working. I'm however suffering from this bug. So I have no other choice as to patch and compile wine myself unless it gets implemented into the native wine source.
    What can I do here? Would compiling in a 32bit chroot help? I read that you could do that and then using it like bin32-wine, but didn't find any wiki entry or forum thread about it. So I seriously don't know how to do that. Or do I just create the 32bit chroot, compile there and use the program in Arch64? Any help there would be really appreciated. Also if you have any other idea what I could do without having to compile wine, I'm open to all suggestions. Thanks in advance.

    why do you prefer to compile packages using ./configure, make and make install?
    there is already a package for wine in AUR. http://aur.archlinux.org/packages.php?ID=7915
    download tarball, extract it, then makepkg. after the process is completed pacman -U package.pkg.tar.gz. for more details about the process
    http://wiki.archlinux.org/index.php/AUR_User_Guidelines
    Last edited by wonder (2008-07-15 09:46:11)

  • EHP4 upgrade - win 32 bit

    Hello All,
    SAP is running om win 32 bit with oracle 10.2.0.5. pls check the below SP and kernel details .
    Can you pls advise any prechecks i have to perform before ehp4 upgrade as well sap note and sap standard document .
    Kernel release    700
    Compilation       NT 5.2 3790 Servic
    Sup.Pkg lvl.      353
    Database system      ORACLE
    Release              10.2.0.5.0
    Component version    SAP ECC 6.0
    Unicode System       Yes
    SAP_BASIS
    700
    0027
    SAPKB70027
    SAP Basis Component
    SAP_ABA
    700
    0027
    SAPKA70027
    Cross-Application Component
    PI_BASIS
    2006_1_700
    0017
    SAPKIPYM17
    Basis Plug-In (PI_BASIS) 2006_1_700
    ST-PI
    2005_1_700
    0006
    SAPKITLQI6
    SAP Solution Tools Plug-In
    SAP_BW
    700
    0029
    SAPKW70029
    SAP NetWeaver BI 7.0
    SAP_AP
    700
    0028
    SAPKNA7028
    SAP Application Platform
    SAP_APPL
    600
    0022
    SAPKH60022
    Logistics and Accounting
    SAP_HR
    600
    0086
    SAPKE60086
    Human Resources
    EA-IPPE
    400
    0022
    SAPKGPID22
    SAP iPPE
    EA-APPL
    600
    0022
    SAPKGPAD22
    SAP Enterprise Extension PLM, SCM, Financials
    EA-DFPS
    600
    0022
    SAPKGPDD22
    SAP Enterprise Extension Defense Forces & Public Security
    EA-FINSERV
    600
    0023
    SAPKGPFD23
    SAP Enterprise Extension Financial Services
    EA-GLTRADE
    600
    0022
    SAPKGPGD22
    SAP Enterprise Extension Global Trade
    EA-HR
    600
    0086
    SAPKGPHD86
    SAP Enterprise Extension HR
    EA-PS
    600
    0022
    SAPKGPPD22
    SAP Enterprise Extension Public Services
    EA-RETAIL
    600
    0022
    SAPKGPRD22
    SAP Enterprise Extension Retail
    FINBASIS
    600
    0022
    SAPK-60022INFINBASIS
    Fin. Basis
    ECC-DIMP
    600
    0022
    SAPK-60022INECCDIMP
    DIMP
    ERECRUIT
    600
    0022
    SAPK-60022INERECRUIT
    E-Recruiting
    FI-CA
    600
    0022
    SAPK-60022INFICA
    FI-CA
    FI-CAX
    600
    0022
    SAPK-60022INFICAX
    FI-CA Extended
    INSURANCE
    600
    0022
    SAPK-60022ININSURANC
    SAP Insurance
    Thanks

    Hi John,
    Few checks before you start the upgrade
    1) Check PAM for checking OS and DB compatibility with EHP4
    2) I could see apart from core ECC , you have HR module being implemented and used.
       So check upgrade release info for HR module if there is any dependecy
    3) For EHP4 related information refer SAP upgrade guide.
    Hope this helps.
    Regards,
    Deepak Kori

  • Epson Stylus Pro 9800 errors on 32-bit Windows 7 with Adobe CS4

    Epson Stylus Pro 9800 errors on 32-bit Windows 7 with Adobe CS4
    Question: We are experiencing some major errors with printing to our Epson Stylus 9800 Pro. Some of our large files are spooling about 16K, then crashing Photoshop. Sometimes we are getting partial prints (the left most 3-4 inches of print, or the file starting to print about 1/2 way into the file itself), sometimes it just spools for a few minutes, then stops, with nothing coming from the printer at all.
    At Epson's request, we have tried the following:
    reinstalling Windows 7 print driver
    Reinstalling Adobe CS 4
    Installed NEW NIC in printer
    Installed new network line to printer
    Installed new main board on printer
    Printed from a PC directly connected to printer via USB and crossover cable
    This issue is very bizarre in that it is random and sporatic. Same file will cause one of the above errors, then, another attempt to print same file will be successful. We have several Windows 7 machines that get the issue, while several Windows XP machines are fine. Epson instructed us to install the newest (win7) driver on the XP machines, issue then affects XP machines. Uninstalling new driver and re-installing old driver on XP machines resolves issue on XP machines.
    Is this an issue with the Epson driver? CS4 on Windows 7? Or some other malady?
    When Photoshop crashes, the following error log is created: Log Name:      Application
    Source:        Application Error
    Date:          10/6/2010 1:31:16 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      _PCNAME_._OUR_DOMAIN_.com
    Description:
    Faulting application name: Photoshop.exe, version: 11.0.2.0, time stamp: 0x4bf2d4f6
    Faulting module name: E_FJBLDBE.DLL, version: 0.1.1.7, time stamp: 0x469dea6c
    Exception code: 0xc0000005
    Fault offset: 0x0001c9ba
    Faulting process id: 0x1cf8
    Faulting application start time: 0x01cb657c010cac1c
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe
    Faulting module path: C:\Windows\system32\spool\DRIVERS\W32X86\3\E_FJBLDBE.DLL
    Report Id: 85870535-d16f-11df-b849-406186f3bc8f
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-10-06T17:31:16.000000000Z" />
        <EventRecordID>5497</EventRecordID>
        <Channel>Application</Channel>
        <Computer>_PCNAME_._OUR_DOMAIN_.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Photoshop.exe</Data>
        <Data>11.0.2.0</Data>
        <Data>4bf2d4f6</Data>
        <Data>E_FJBLDBE.DLL</Data>
        <Data>0.1.1.7</Data>
        <Data>469dea6c</Data>
        <Data>c0000005</Data>
        <Data>0001c9ba</Data>
        <Data>1cf8</Data>
        <Data>01cb657c010cac1c</Data>
        <Data>C:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe</Data>
        <Data>C:\Windows\system32\spool\DRIVERS\W32X86\3\E_FJBLDBE.DLL</Data>
        <Data>85870535-d16f-11df-b849-406186f3bc8f</Data>
      </EventData>
    </Event>

    Giving that a go.
    Thanks!

  • Simple how-to guide to adding windows 7 64-bit to mavericks with boot camp

    Simple how-to guide to adding windows 7 64-bit to mavericks with boot camp
    *Please note I accept no responsibility for issues occurring from the use of this guide, please use at your risk
    **Please note I do not propose or support using illegal copies of Windows software or licenses
    Required technical skill: minimal
    Required time: approx 1-2 hours
    Required items: Mac, USB drive or DVD-R
    Get a version of Windows 7 64-bit:
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_install/canno t-find-digital-river-download-site/66a8439b-0d16-4b70-92f7-1c8486a46ebf
    Windows 7 Downloads are still available.
    Download the appropriate Windows 7 .ISO file which includes Service Pack 1
    (Note: must match what your product key version is for)
    Windows 7 Home Premium 32Bit: http://msft.digitalrivercontent.net/win/X17-58996.iso
    Windows 7 Home Premium 64Bit: http://msft.digitalrivercontent.net/win/X17-58997.iso
    Windows 7 Professional 32Bit: http://msft.digitalrivercontent.net/win/X17-59183.iso
    Windows 7 Professional 64Bit: http://msft.digitalrivercontent.net/win/X17-59186.iso
    Windows 7 Ultimate 32Bit: http://msft.digitalrivercontent.net/win/X17-59463.iso
    Windows 7 Ultimate 64Bit: http://msft.digitalrivercontent.net/win/X17-59465.iso
    Burn this image file (.iso) to a USB drive or DVD-R:
    USB drive:
    Get a blank USB drive with 8 GB+ capacity
    Format this drive to Fat32 (Windows and Mac shared format), this will erase the drive!:
    Finder > Applications > Utitilies > Disk Utility > Partition > 1 > Fat32
    Extract the image file to the drive exposing its files:
    Finder > Applications > Utilites > Boot Camp Assistant
    Click both "Create a Win 7 or later version install disk" and "Download the latest windows support software from Apple" and advance
    Locate your image (iso) file, example: /Users/Christoper/Downloads/X17-58997.iso.download/X17-58997.iso
    Destination disk is your USB flash drive that was formatted to fat32, if it does not appear it may be in the wrong format
    Click continue, this process takes a long time (30 mins - 1.5 hour estimated), it may appear that it is freezing because progress bar stops at times, do not stop it, let it keep running.  If you are unsure it is still going, open finder > click the drive > get info, and look at the size of the files.  Then close finder wait a few seconds, get info again and see that file size is slightly larger.  The final file size was 4+ GB for me
    or DVD-R:
    I have not used a DVD-R but this is how I expect it to work:
    Insert black DVD-R
    Finder > Applications > Utitilies > Disk Utility > Burn
    Locate your image (iso) file, example: /Users/Christoper/Downloads/X17-58997.iso.download/X17-58997.iso
    Partition HD for WIndows 7:
    Finder > Applications > Utilites > Boot Camp Assistant
    Choose the 3rd option Install Windows 7
    It will ask you to select a size of your Harddrive space for Windows OS, this will eat up some of the free space on your Mac HD.  How much space is enough for a Windows OS?  Depends on how many programs you plan to install on it.  If you are just using for surfing web and running MS Office, probably 30-40 GB is enough, and this is what I did.  Remember this space will be used up from your existing HD and not usable when you are in Mac OS.  This process takes about 10 mins I think
    Install Win 7 OS:
    With USB drive in port or DVD in drive, restart laptop. 
    It will bring up the Win 7 installer on boot up
    Select the OS type that you have a registered key for
    It will ask you to find a HD to use for Win 7 OS:
    Select the HD you just created, if you try to continue it will complain that HD is wrong format (because MAC formatted it to a MAC compatible HD, we will fix this)
    Select the HD, there is a button to the right for "advanced" I believe is the text of it.  It will allow you to reformat the drive, choose NTFS which it requires.  Then proceed
    Proceed to setup Win with your preferences
    Type product key from your OS purchase or an existing one that you are moving from another machine
    Select Default Boot Drive:
    By default it selects Windows as your default OS to boot at power up, most people want Mac OSX to be the default, so this can be changed:
    Finder > System Preferences > Startup Disk > select Mac
    Enjoy having Windows on your Mac!

    Why use Boot Camp: Sometimes you need to run a windows only program.  Boot Camp lets you do that with the speed and smoothness of a full windows OS. 
    How is it different from Mac Virtual Machine: A VM allows you to run another OS simultaneously while you are running OSX, while in a window similar to any other application.  A VM is not as fast, smooth, and may have limited screensize/view.   
    Is it possible to have a VM and Boot Camp: Yes, and I do this because sometimes I want to use a VM quickly without shutting down, sometimes I want the advantages of Boot Camp
    How do I get Windows in VM: how-to here:
    https://discussions.apple.com/thread/6043251

  • Wine and Intel HD 3000 with lib32-intel-dri

    I have a HP ProBook 4530s with Intel HD 3000 graphics. Wine doesn't find the graphics card. Usually lib32-intel-dri has solved this, however this time it didn't.
    fixme:d3d:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 0x301)").
    I don't recognize the Gallium/llvmpipe part. Is it some new part of the graphics driver architechture that wine can't recognize?

    I have this problem too (ati radeon hd 6670 with ati-dri drivers here). On clean wine:
    $ WINEPREFIX=$(mktemp -d) wine dxdiag
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    fixme:storage:create_storagefile Storage share mode not implemented.
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    err:mscoree:LoadLibraryShim error reading registry key for installroot
    fixme:iphlpapi:NotifyAddrChange (Handle 0xefe308, overlapped 0xefe320): stub
    fixme:storage:create_storagefile Storage share mode not implemented.
    fixme:iphlpapi:NotifyAddrChange (Handle 0x101e8e0, overlapped 0x101e8ec): stub
    wine: configuration in '/tmp/tmp.moZglmSWXW' has been updated.
    fixme:d3d:wined3d_guess_card No card selector available for GL vendor 0x4 and card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpi
    pe (LLVM 0x301)").
    wine: Unhandled page fault on read access to 0xffffffff at address 0xf2905535 (thread 0009), starting debugger...
    Unhandled exception: page fault on read access to 0xffffffff in 32-bit code (0xf2905535).
    Register dump:
    CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
    EIP:f2905535 ESP:0032cb68 EBP:7e1ddd30 EFLAGS:00210202( R- -- I - - - )
    EAX:0000001c EBX:00000054 ECX:7e1f2780 EDX:00000000
    ESI:00000038 EDI:7e2bc4b4
    Stack dump:
    0x0032cb68: 7e246f48 7e244020 00000000 f583eff4
    0x0032cb78: 7e1f83d0 7e1f83d0 00000003 00000004
    0x0032cb88: 00000000 00000000 f75a8420 f583d810
    0x0032cb98: 7e1f83d0 00000000 7e1f83d0 f542fc38
    0x0032cba8: 7e1f83d0 7e246f48 00000005 f5c23ff4
    0x0032cbb8: 7e1f83d0 7e23deb8 7e23de88 f5b8c8af
    000c: sel=0067 base=00000000 limit=00000000 16-bit --x
    Backtrace:
    =>0 0xf2905535 (0x7e1ddd30)
    0xf2905535:
    Modules:
    Module Address Debug info Name (76 modules)
    ELF 7b800000-7ba3d000 Deferred kernel32<elf>
    \-PE 7b810000-7ba3d000 \ kernel32
    ELF 7bc00000-7bcd3000 Deferred ntdll<elf>
    \-PE 7bc10000-7bcd3000 \ ntdll
    ELF 7bf00000-7bf04000 Deferred <wine-loader>
    ELF 7e3f6000-7e3fc000 Deferred libxfixes.so.3
    ELF 7e3fc000-7e407000 Deferred libxcursor.so.1
    ELF 7e5a2000-7e5cb000 Deferred libexpat.so.1
    ELF 7e5cb000-7e600000 Deferred libfontconfig.so.1
    ELF 7e600000-7e610000 Deferred libxi.so.6
    ELF 7e610000-7e614000 Deferred libxcomposite.so.1
    ELF 7e614000-7e61d000 Deferred libxrandr.so.2
    ELF 7e61d000-7e627000 Deferred libxrender.so.1
    ELF 7e627000-7e62d000 Deferred libxxf86vm.so.1
    ELF 7e62d000-7e631000 Deferred libxinerama.so.1
    ELF 7e631000-7e655000 Deferred imm32<elf>
    \-PE 7e640000-7e655000 \ imm32
    ELF 7e655000-7e677000 Deferred libxcb.so.1
    ELF 7e677000-7e67d000 Deferred libuuid.so.1
    ELF 7e67d000-7e697000 Deferred libice.so.6
    ELF 7e67d000-7e697000 Deferred libice.so.6
    ELF 7e697000-7e7ce000 Deferred libx11.so.6
    ELF 7e7ce000-7e7e0000 Deferred libxext.so.6
    ELF 7e7e0000-7e7e9000 Deferred libsm.so.6
    ELF 7e7e9000-7e877000 Deferred winex11<elf>
    \-PE 7e7f0000-7e877000 \ winex11
    ELF 7e877000-7e88e000 Deferred libz.so.1
    ELF 7e88e000-7e92a000 Deferred libfreetype.so.6
    ELF 7e958000-7ea83000 Deferred oleaut32<elf>
    \-PE 7e970000-7ea83000 \ oleaut32
    ELF 7ea83000-7eb02000 Deferred rpcrt4<elf>
    \-PE 7ea90000-7eb02000 \ rpcrt4
    ELF 7eb02000-7eb1c000 Deferred version<elf>
    \-PE 7eb10000-7eb1c000 \ version
    ELF 7eb1c000-7ebe9000 Deferred gdi32<elf>
    \-PE 7eb30000-7ebe9000 \ gdi32
    ELF 7ebe9000-7ed3c000 Deferred user32<elf>
    \-PE 7ec00000-7ed3c000 \ user32
    ELF 7ed3c000-7eda7000 Deferred advapi32<elf>
    \-PE 7ed50000-7eda7000 \ advapi32
    ELF 7eda7000-7eecf000 Deferred ole32<elf>
    \-PE 7edc0000-7eecf000 \ ole32
    ELF 7ef7e000-7ef8b000 Deferred libnss_files.so.2
    ELF 7ef8b000-7efd2000 Deferred libm.so.6
    ELF 7efd5000-7efe5000 Deferred libbz2.so.1.0
    ELF 7efe5000-7f000000 Deferred dxdiag<elf>
    \-PE 7eff0000-7f000000 \ dxdiag
    ELF f4989000-f5b2a000 Deferred swrast_dri.so
    ELF f5b2a000-f5b44000 Deferred libgcc_s.so.1
    ELF f5c2c000-f6fdf000 Deferred r600_dri.so
    ELF f6fdf000-f6fe8000 Deferred librt.so.1
    ELF f6fe8000-f6ff5000 Deferred libdrm.so.2
    ELF f6ff5000-f700e000 Deferred libxcb-glx.so.0
    ELF f700e000-f7011000 Deferred libx11-xcb.so.1
    ELF f7011000-f7015000 Deferred libxdamage.so.1
    ELF f7015000-f702b000 Deferred libglapi.so.0
    ELF f702b000-f7081000 Deferred libgl.so.1
    ELF f70af000-f718d000 Deferred opengl32<elf>
    \-PE f70d0000-f718d000 \ opengl32
    ELF f718d000-f71a1000 Deferred psapi<elf>
    \-PE f7190000-f71a1000 \ psapi
    ELF f71a1000-f7213000 Deferred ddraw<elf>
    \-PE f71b0000-f7213000 \ ddraw
    ELF f7213000-f7359000 Deferred wined3d<elf>
    \-PE f7220000-f7359000 \ wined3d
    ELF f7359000-f7396000 Deferred d3d9<elf>
    \-PE f7360000-f7396000 \ d3d9
    ELF f7396000-f73bb000 Deferred dxdiagn<elf>
    \-PE f73a0000-f73bb000 \ dxdiagn
    ELF f73d3000-f73d8000 Deferred libdl.so.2
    ELF f73d9000-f73e0000 Deferred libxdmcp.so.6
    ELF f7402000-f7406000 Deferred libxau.so.6
    ELF f7406000-f75ac000 Deferred libc.so.6
    ELF f75ac000-f75c7000 Deferred libpthread.so.0
    ELF f75c7000-f770a000 Dwarf libwine.so.1
    ELF f770b000-f772d000 Deferred ld-linux.so.2
    ELF f772d000-f772e000 Deferred [vdso].so
    Threads:
    process tid prio (all id:s are in hex)
    00000008 (D) C:\windows\system32\dxdiag.exe
    00000009 0 <==
    0000000c services.exe
    00000045 0
    00000030 0
    0000000e 0
    0000000d 0
    00000012 explorer.exe
    00000013 0
    0000002d winedevice.exe
    00000034 0
    00000033 0
    0000002f 0
    0000002e 0
    I tried wine-git from aur, fails with same error. I can't get trace with gdb, but running wine with
    WINEDEBUG=+all wine dxdiag
    gives something similar. Log is quite big (62Mb) and from different executable, but i think all revelant info is here:
    19.337:0009:trace:module:load_dll Found L"C:\\windows\\system32\\ddraw.dll" for L"DDRAW.DLL" at 0x7dfb0000, count=3
    19.337:0009:trace:heap:RtlFreeHeap (0x110000,70000062,0x1c2ad0): returning TRUE
    19.337:0009:Ret KERNEL32.LoadLibraryA() retval=7dfb0000 ret=10001b82
    19.337:0009:Call KERNEL32.GetProcAddress(7dfb0000,1000e1bc "DirectDrawCreate") ret=10001bb1
    19.337:0009:Ret KERNEL32.GetProcAddress() retval=7dfb1b0c ret=10001bb1
    19.337:0009:Call ddraw.DirectDrawCreate(00000000,0033f240,00000000) ret=10001be6
    19.337:0009:trace:ddraw:DirectDrawCreate driver_guid (null), ddraw 0x33f240, outer_unknown (nil).
    (lots of text)
    20.396:0009:Ret ddraw.DirectDrawCreate() retval=00000000 ret=10001be6
    20.396:0009:trace:ddraw:ddraw1_QueryInterface iface 0x1980cc, riid {b3a6f3e0-2b43-11cf-a2de-00aa00b93356}, object 0x33f248.
    20.396:0009:trace:ddraw:ddraw7_QueryInterface iface 0x1980c0, riid {b3a6f3e0-2b43-11cf-a2de-00aa00b93356}, object 0x33f248.
    20.396:0009:Call wined3d.wined3d_mutex_lock() ret=7dfbb2cc
    20.396:0009:Ret wined3d.wined3d_mutex_lock() retval=00000000 ret=7dfbb2cc
    20.396:0009:trace:ddraw:ddraw7_QueryInterface (0x1980c0) Returning IDirectDraw2 interface at 0x1980c8
    20.396:0009:trace:ddraw:ddraw2_AddRef 0x1980c0 increasing refcount to 1.
    20.396:0009:Call wined3d.wined3d_mutex_unlock() ret=7dfbb31a
    20.396:0009:Ret wined3d.wined3d_mutex_unlock() retval=00000000 ret=7dfbb31a
    20.396:0009:trace:ddraw:ddraw2_Release 0x1980c0 decreasing refcount to 0.
    20.396:0009:trace:ddraw:ddraw1_SetCooperativeLevel iface 0x1980cc, window (nil), flags 0x8.
    20.396:0009:trace:ddraw:ddraw7_SetCooperativeLevel iface 0x1980c0, window (nil), flags 0x8.
    20.396:0009:trace:ddraw:DDRAW_dump_cooperativelevel - DDSCL_NORMAL
    20.396:0009:Call wined3d.wined3d_mutex_lock() ret=7dfbd7b7
    20.396:0009:Ret wined3d.wined3d_mutex_lock() retval=00000000 ret=7dfbd7b7
    20.396:0009:Call wined3d.wined3d_get_adapter_display_mode(001ba280,00000000,0033f1b4) ret=7dfbd987
    20.396:0009:trace:d3d:wined3d_get_adapter_display_mode wined3d 0x1ba280, adapter_idx 0, display_mode 0x33f1b4, rotation 0x18c.
    20.396:0009:Call user32.EnumDisplaySettingsExW(001baaf4 L"\\\\.\\DISPLAY1",ffffffff,0033efd4,00000000) ret=7de1eaaa
    20.396:0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode -1 (current) -- getting current mode (desktop)
    20.396:0009:trace:x11settings:X11DRV_EnumDisplaySettingsEx mode 0 -- 800x600x32bpp @60 Hz (desktop)
    20.396:0009:Ret user32.EnumDisplaySettingsExW() retval=00000001 ret=7de1eaaa
    20.396:0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7de1eb46 ip=7de1eb46 tid=0009
    20.396:0009:trace:seh:raise_exception info[0]=00000001
    20.396:0009:trace:seh:raise_exception info[1]=0000018c
    20.396:0009:trace:seh:raise_exception eax=0000018c ebx=7deefff4 ecx=00000000 edx=0033f1b4 esi=001ba290 edi=0033f0b0
    20.396:0009:trace:seh:raise_exception ebp=0033f0c8 esp=0033ef90 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00210297
    20.396:0009:trace:seh:call_stack_handlers calling handler at 0x403988 code=c0000005 flags=0
    20.396:0009:Call KERNEL32.UnhandledExceptionFilter(0033eb24) ret=00402baa
    0009: create_event( access=001f0003, attributes=00000002, manual_reset=1, initial_state=0, objattr={rootdir=0000,sd={},name=L""} )
    0009: create_event() = 0 { handle=0058 }
    wine: Unhandled page fault on write access to 0x0000018c at address 0x7de1eb46 (thread 0009), starting debugger...
    For me native apps works too (glxgears and glxgears32 from mesa-demos and lib32-mesa-demos). I don't have any 64-bit windows apps to test. Here is similar bug report (closed): https://bugs.archlinux.org/task/27645.
    edit: typo
    Last edited by hiciu (2012-07-11 07:15:25)

  • I can't find any driver for Pavillion G4-2004TU Win-32 bit

    I want to update my graphic driver, but there aren't any for Win-32 bit
    Where can I find them?
    Please help me

    Dear Customer,
    Welcome to HP Support Forum
    Please Click Here to download the relevant drivers as requested
    Note: Just to let you know "INTEL" did not develop a Windows 7 32 Bit Braphics Driver for Notebooks with the
    "Pentium N and Celeron N" Processors. You have to run a 64 Bit Operating System on that model.
    Hope this helps, for any further queries reply to the post and feel free to join us again
    **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    K N R K
    I work on behalf of HP

  • Win-64 bit and premier Cs3

    We have just upgrated our OS to Win-64 bit, though we do not want to upgrade the Cs3 to Cs4 , yet. Is there any way to work efficiently with Cs3 and Win 64?
    thank you

    Hi Dan,
    Glad that XP-64 is working for you. Yes, there were many problems reported. Unfortunately, a lot of those posts are probably history, since the forum change over. You are probably correct that many of the problems stemmed from something else entirely, but quite a few uninstalled XP-64 and went back to XP-Pro and their problems were cured. Obviously, other issues could well have been fixed with a major OS overhaul. I would expect that some were fixed, not by the OS change, but the process of making that change. Same for some, who went to Vista, primarily 32-bit - problems disappeared (with what was it, the 3.0.2 update?). Again, what cured the problems? Could be the OS, or the process of changing the OS. We'll never know.
    There is also the possibility that many did not list enough details for any of us to draw conclusions. You are one of the few folk, who are reporting success. Many of those, for whom it worked add a big "But!" with things like all is OK, but I cannot Capture, edit, Export, etc. Why? We'll now likely never know. I'm just going from the number of posts on XP-64 and Adobe, though they are likely history now.
    We're seeing similar posts regarding Win7 RC and many Adobe programs. Some have had all sorts of problems, but many have loved the OS and the Adobe programs. I think that this shows that issues can go far more deeply, than just the OS version. Throw in some hardware incompatibility, or some driver issues, and who knows?
    Thanks for the comments,
    Hunt

  • How to install Oracle 10g ODBC driver  for win 64 bit?

    I need to install Oracle 10g ODBC driver for win 64 bit, I donot know how to do that,
    where to find the driver....
    The driver 10.1.0.5.0 25-Apr-2006 2.1 MB isnot for 64 bits Win server 2003.

    Dear Sir,
    Yes, you can find the Driver here
    http://www.oracle.com/technology/software/tech/windows/odbc/index.html

  • Help - How to install Win XP in dual boot with Win 7 (first installed)?

    Hi everybody!
    I'm having some difficult in install a win xp in dual boot with win 7 (which came with the G550 notebook).
    I modified the D: (Lenovo) partition to a primary partition to install the XP.  Also I installed the EasyBCD to manange the boots and both S.O. load fine. 
    The problem is that Win XP is seeing a partition (the first partition on disk) with 200MB that is hidden for Win 7 !   So this partition takes the C: letter in XP and mess all the configuration once that many programs uses the C: as a default letter. 
    The disk is divided in (aprox):
    200 MB hidden partition (from factory)
    160GB with Win 7 installed
    40GB with Win XP installed
    19GB hidden partition (Recovery - from factory)
    Is anyone has some idea who to solve this problem or make install XP from the beginning without problems?
    Thank a lot! 

    jay4baps wrote:
    Are you sure VMWare Fusion 6 is Launched???  give me link then i download it...
    It's version 3.1

  • SAP NetWeaver ABAP Trial 7.02 Win 64-bit Version (SP7)

    i am using windows 7 can i able to install this
    SAP NetWeaver ABAP Trial 7.02 Win 64-bit Version (SP7)
    in my system ?
    Moderator message : Moved from "ABAP General" to Trials, Previews & Other downloads.
    Edited by: Vinod Kumar on Sep 14, 2011 3:34 PM

    i am using windows 7 can i able to install this
    SAP NetWeaver ABAP Trial 7.02 Win 64-bit Version (SP7)
    in my system ?
    Moderator message : Moved from "ABAP General" to Trials, Previews & Other downloads.
    Edited by: Vinod Kumar on Sep 14, 2011 3:34 PM

  • Trex version under NW 7.01 SP 5 for win 32 bit computer

    Hi,
    Our EP system is SAP NW 7.01 SP3. I am going to upgrade it to SP5. When selecting the components in SP5 stack its asking to select the components for Trex. Under Trex NW 7.01 there are only two option:
    1. Linux on x86_64 64bit
    2. Windows Server on x64 64bit
    Our system is running on win 32 bit, but there is no option for win 32 bit under Trex components.
    Any suggestion whether I shld select Win 64 components.
    Our current level of Trex is SAP NW 7.01 SP3.
    Regards
    Deb

    Hi,
    You have wrote:
    Under Trex NW 7.01 there are only two option:
    1. Linux on x86_64 64bit
    2. Windows Server on x64 64bit
    Our current level of Trex is SAP NW 7.01 SP3.
    OK.
    But be sure there exists only TREX versions like
    TREX 7.0
    and
    TREX 7.10
    and there doesn't exits SP for TREX there exists Revisions....
    But anyway TREX 7.10 is a 64bit software that's why the operation system must as well be 64bit.
    TREX 7.0 is a 32 bit software so that's why your operation system could be 32 bit.
    You should install in windows 32 bit TREX 7.0.
    Or upgrade your Windows to 64 bit and install TREX 7.10
    Best regards
    Frank

  • TS4062 hi can somebody help me... itunes does not accept the iphone 4s but i already have the version 64 bit to work with windows 7 64 bit,  the computer recognizes the phone but itunes sais i need 64 bit itunes.... please is there something im missing...

    hi can somebody help me... itunes does not accept the iphone 4s but i already have the version 64 bit to work with windows 7 64 bit,  the computer recognizes the phone but itunes sais i need 64 bit itunes. please is there something im missing... thanks

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • 32-bit Java error with Navy Federal Credit Union eScan Deposit

    I am trying to do eScan Deposit. The first time it said it needed to download a Java applet, and I said yes, after the download was complete it still did not recognize the scanner. It gave me an error saying "This system does not support 64-Bit Java. Select 32-Bit Java". I verified with Apple Support that both 32 and 64-bit Java come with snow leeopard and the Java Prefs were correct. Could this be the printer, or is this a Navy Federal web site issue? Anyone know how to fix the problem? Thanks in advance. 

    The browser does not allow created files to be uploaded, it wants to manage that process. This worked fine for my windows latop, but I had the full HP driver installed. HP has not made one availabile yet for 10.7.2 and recommeds using the Apple drivers. I can do that fine for printing and scanning (with the Image software). But not with the application. The Credit Union sais it "should work with MAC" provided I have the right printer driver and TWAIN compliant scanner. The HP 7780is TWAIN compliant. HP recommended gong to www.twain.org and downloading TWAIN s/w for MACs. I started to, but the s/w was dated 2002 and won't help for newer MAC operating systems.

Maybe you are looking for

  • I've built a website in DW CS3 how do I 'give' it to my client so they can edit text etc?

    Is there some sort of WCMS I can use, my client has absolutely no experience of web design and isn't a very competent computer user. Thank you

  • CHANGE HEADING IN STANDARD REPORT CM50

    HI i have to change the heading of cm50 report , "remaining available capacity"  to customer description. i changed the data element short description but its not reflecting in the report.However the description i gave is shown if i press "F1" ......

  • How to schedule restart of multiple services in Windows Server?

    I want to schedule a weekly restart of multiple services on a Windows Server. There are steps/sequence involved in the manual restart of these services. Step 1) Stopping services one after another in a particular sequence. Step 2) Starting all servic

  • Resetting Photo Stream Problem

    I have problem resetting my photo stream on iCloud. Cant find the advance option under my email account it was replace by notification option. Any idea where can I find the advance option under iCloud.com

  • Fault Binding Resolution Order.

    Hi All, Consider the following fault policy: <?xml version="1.0" encoding="windows-1252" ?> <faultPolicies xmlns="http://schemas.oracle.com/bpel/faultpolicy"> <faultPolicy version="2.0.1" id="POProcessingFaults1" xmlns:env="http://schemas.xmlsoap.org