(SOLVED)Cannot install WINE (x86_64 Arch)

Hey.
I cannot install WINE. I already enabled =multilib=, did "pacman -Syu", restarted.
sudo pacman -S wine
error: target not found: wine
I did "pacman -Scc" a few times and chose "Yes" when I was asked to clear unused Repos.
Any thoughts?
Thanks
Last edited by archie0 (2012-03-21 09:40:11)

Next time, please copy the text instead of using a screenshot.

Similar Messages

  • [SOLVED] Cannot install skype on Arch x86_64 system

    Hello i am a newbie here and i am looking for you help ... here what i got after
    " sudo pacman -S skype"
    1st attempt
    ============
    sudo pacman -S skype
    resolving dependencies...
    warning: cannot resolve "lib32-alsa-lib", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-e2fsprogs", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-fontconfig", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-freetype2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-glib2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxi", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrandr", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrender", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxss", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxv", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-openssl", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-pcre", a dependency of "bin32-skype-staticqt"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    bin32-skype-staticqt
    Do you want to skip the above package for this upgrade? [y/N] y
    looking for inter-conflicts...
    there is nothing to do
    2nd attempt
    ============
    sudo pacman -S skype
    resolving dependencies...
    warning: cannot resolve "lib32-alsa-lib", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-e2fsprogs", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-fontconfig", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-freetype2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-glib2", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxi", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrandr", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxrender", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxss", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-libxv", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-openssl", a dependency of "bin32-skype-staticqt"
    warning: cannot resolve "lib32-pcre", a dependency of "bin32-skype-staticqt"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    bin32-skype-staticqt
    Do you want to skip the above package for this upgrade? [y/N] n
    error: failed to prepare transaction (could not satisfy dependencies)
    :: bin32-skype-staticqt: requires lib32-alsa-lib
    :: bin32-skype-staticqt: requires lib32-e2fsprogs
    :: bin32-skype-staticqt: requires lib32-fontconfig
    :: bin32-skype-staticqt: requires lib32-freetype2
    :: bin32-skype-staticqt: requires lib32-glib2
    :: bin32-skype-staticqt: requires lib32-libxi
    :: bin32-skype-staticqt: requires lib32-libxrandr
    :: bin32-skype-staticqt: requires lib32-libxrender
    :: bin32-skype-staticqt: requires lib32-libxss
    :: bin32-skype-staticqt: requires lib32-libxv
    :: bin32-skype-staticqt: requires lib32-openssl
    :: bin32-skype-staticqt: requires lib32-pcre
    Last edited by hael (2011-12-28 18:02:54)

    karol wrote:
    I don't know what the deal with bin32-skype-staticqt is - it's in the AUR [1], so pacman should be installing skype from multilib repo [2]. Have you enabled some unofficial repo with precompiled bin32-skype-staticqt?
    Post your pacman.conf.
    [1] https://aur.archlinux.org/packages.php?ID=49522
    [2] http://www.archlinux.org/packages/multi … _64/skype/
    thank you Karol
    here the output of
    cat /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    Include = /etc/pacman.d/mirrorlist
    #pacman -S gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-glibc
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch
    [archstuff]
    # AUR's most voted and many bin32-* and lib32-* packages.
    Server = http://archstuff.vs169092.vserver.de/$arch
    #[cake]
    # Crapkit, dbus, hal, etc. stripped packages compatible with Arch Linux (from
    # http://hereticlinux.org/).
    #Server = http://hereticlinux.org/repo/cake/$arch
    [pfkernel]
    # Kernel packages: generic i686 and x86_64, optimized P3, P4, K7, Atom,
    # Pentium-M, K8, Core2
    # nvidia-pf, squid3, arora-git, nvidia-utils-beta
    Server = http://dl.dropbox.com/u/11734958/$arch
    [kde4-eyecandy-64]
    # Useful and beautiful plasmoids and themes for KDE4.
    Server = http://archlinuxgr.tiven.org/kde4-eyecandy/$arch
    [compiz-fusion]
    # compiz-fusion-git
    Server = http://compiz.dreamz-box.de/$arch
    [nightly]
    # Nightly builds of some packages from the AUR.
    # Repo-Tracker: http://tracker.kromonos.net/projects/show/nightlyarch
    Server = http://files.shadowice.org/nightly/$arch
    [zen]
    # Various and zengeist' AUR packages.
    Server = http://zloduch.cz/archlinux/$arch
    [studioidefix]
    # Precompiled boxee packages.
    Server = http://studioidefix.googlecode.com/hg/repo/$arch
    [pyropeter]
    # My AUR packages: http://aur.archlinux.org/packages.php?SeB=m&K=pyropeter
    Server = http://keks.selfip.org/arch/pyropeter
    #[kdemod-core]
    #Server = http://chakra-project.org/repo/core/x86_64
    #[kdemod-extragear]
    #Server = http://chakra-project.org/repo/extragear/x86_64
    Last edited by hael (2011-12-28 17:12:36)

  • [solved] Cannot install grub on Arch installation!

    I'm trying to install Arch on my new Laptop. Almost everything works fine until I come to the point where GRUB will be installed (to the MBR). Installaton fails and I'm told to have a look on tty5 for error messages. Doing so I read:
    grub> root (hd0,3)
    Filesystem type unknown, partition type 0x7
    grub> setup (hd0)
    Error 17: Cannot mount selected partition
    grub> quit
    AnyIdeas what I could do?
    By the way, I'm installing the 64Bit Version 0.8 on a computer that currently runs "bad, bad Vista". I'm going to kill Vista anyway, sooner or later, but I wanted to have a try on getting them both on one computer. Might that be a problem?
    Last edited by saciel (2007-06-06 00:31:15)

    The layout preset by the factory is the following:
    sda1: some sort of windows configuration backup blabla
    sda2: Vista System
    then there is roughly one gigabyte of free space then
    sda4: which was a preset ntfs partition for data
    I decided to turn 4 in arch root partition, leaving everyting else unchanged for an instance (no additional swap/boot partition).
    By the way, I tried to install Grub directly on partition 4 (it is an ext3 now), too afterwards, which failed with the same error.
    Last edited by saciel (2007-06-06 00:16:07)

  • [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?

  • [SOLVED] Cannot install any package thru pacman

    I cannot install any package thru pacman
    when i try to install the package with pacman -S,
    I started getting error when my sytem crashed and i have to forcefully switch off my laptop through power button
    after that when i install anything from pacman i got following error:
    [tan@ARCH ~]$ sudo pacman -S shotwell
    Password:
    warning: shotwell-0.9.3-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): shotwell-0.9.3-1
    Total Download Size: 0.00 MB
    Total Installed Size: 9.12 MB
    Proceed with installation? [Y/n] y
    (1/1) checking package integrity [##########] 100%
    (1/1) checking for file conflicts [##########] 100%
    (1/1) upgrading shotwell [##########] 100%
    ldconfig: File /usr/lib/libgexiv2.so.0.0.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so.0 is empty, not checked.
    ldconfig: File /usr/lib/libgexiv2.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2 is empty, not checked.
    ldconfig: File /usr/lib/libraw.so.2.0.1 is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so is empty, not checked.
    ldconfig: File /usr/lib/libraw_r.so.2.0.1 is empty, not checked.
    Thanks in advance
    Last edited by tan (2011-05-29 05:45:28)

    Thank God, everything is fixed now:
    First, I deleted all these files, then i follows the following procedure
    1. For libgexiv2 file i upgraded 'xorg-server, xorg-xinit, xorg-utils, xorg-server-utils' from pacman
    # pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils
    2. For libraw file i upgraded 'libraw' from pacman
    # pacman -S libraw
    There will be some conflicting files
    After deleting some conflicting files it solves the problem and restore all the 'lib' file.

  • Satellite Z930-14F - cannot install Win 8.1 from SCCM 2012 R2 environment

    Dear all,
    Sattelite Z series laptops cannot install OS (win 8.1) from our SCCM 2012 R2 environment.
    Either no installation is starting, or pxe boot aborted error is showed.
    The environment is used to successfully install OS (win 8.1) on different other vendor computers (dell) and virtual machines (hyper-v and vmware).
    I've tried both UEFI and CMS boot options and tried to switch off the secure boot. Please advice.
    Also, i've read about the "SCCM installation package for Toshiba". Will it help in my situation or is it just driver packages for SCCM?
    Best Regards, Evgeny.

    I guess you are speaking about this Toshiba package:
    http://www.toshiba.eu/services/on-demand/business-computing/sdp120gs-v/
    I dont have much experience using such SCCM drive package but it definitely compatible with the Toshiba business notebooks. The Satellite / Portege Z930 belong to the business range and I think the package should be compatible.
    This package seems to be for all IT administrators who manage devices on the corporate network with SCCM 2012 R2. Toshiba offers with the new Toshiba SCCM package a solution to integrate other notebook into an existing IT infrastructure quickly and smoothly and all Toshiba Driver and application packages and a demonstration task sequence are integrated.
    However, it seems that you could get more details about this package directly from Toshiba [email protected]
    By the way: The Win 8.1 installation requires the UEFI mode (in case the UEFI BIOS is available). But booting from another, external source requires the disabled secure boot option.
    So maybe you should use the UEFI mode but should disable the secure boot option in order to boot from LAN.

  • Cannot install Win 8 on a late 2013 iMac using bootcamp on 10.9

    I'm trying to install Win 8 on a late 2013 iMac (purchased a couple of months ago)
    I have a win 8 pro DVD, but obviously there is no DVD in this iMac. I usally use the DVD drive in my older 2009 iMac for any disk based installs but I can't appear to use it here.
    I followed the instructions and downloaded a Win 8 Pro ISO from Microsoft to use with my authentication code, created a bootable USB using bootcamp, created the partition and rebooted. Once I'd entered the code I get to the install location but it says I cannot install on the partition created by bootcamp. Even if I format the partition it says I need a GPT drive but I have MBR, so won't let me install.
    I tried several suggestions including creating aprtitions in various other programs and once I even got past that screen, but as soon as it tried to install I got another error saying the MBR was formatted incorrectly and it failed.
    I had no issues installing Win 7 via bootcamp on the older iMac, but this one has me stumped. I used to think I knew a bit about computers, but I'm fairly new to Mac related issues as the older iMac has always just worked.
    Any help would be greatly appreciated.

    Hello,
    I just installed Windows 8.1 on my Late 2013.
    There are just a couple of things I had to do that deviated from the Boot Camp Installation Manual.
    1.  I downloaded my copy of Windows 8.1 as an ISO image AND as a bootable USB from the Microsoft site.
    Not sure why I did that but it came in handy because Bootcamp was taking a very long time to copy the ISO onto the USB stick..
    The ISO copying seemed to freeze up, but it's likely that it was just taking a long time, probably 20mins.
    So, instead of waiting, I took the contents of the the USB startup stick and simply moved them over to the stick that Bootcamp had formatted for the ISO copy (I cancelled that copy function and deleted any files that had copied but didnt complete).
    Once that was done, the machine rebooted from the USB stick and began the normal Windows setup process.
    All went very smoothly except that my mouse was not working.
    2.     To get around the mouse issue, I simply plugged in a MS USB Mouse and it worked immediately.
    The Bootcamp manual advised that the way around this was to 'click in upper right corner and search for Bootcamp'.   Problem was, it was nowhere to be found.
    So, using my MS mouse, I navigated to the 'DESKTOP' icon in Win 8.1 and found File Explorer, which showed my USB stick connected along with Bootcamp and the MS Support File (i.e. All the Apple Drivers).
    I began manually clicking on all the driver files until realizing that there IS a Bootcamp executable which will automatically install the drivers for the Nvidia card, keyboard, camera, mouse, etc....
    Once that was done, my installation was completed.
    The entire process took about an hour, but now that I've done it, it really shouldnt take much more than 45 mins.
    I have the late 2013 iMAC, with the GTX780M and 1TB Fusion Drive i5 Quad Core.
    For those who are leery about doing this, please note that I'm a PC 'lifer' and this is my very first go-around with doing anything on an Apple product.
    It all went much more smoothly than I could have imagined, but if you are not a PC person, you might be a little challenged finding the Bootcamp in File Explorer or doing anything in Win 8.1 to get over these minor hurdles.
    Good luck!
    I'm looking forward to getting STEAM up and running to see how this thing games!

  • Cannot install WINS Server Role on Windows Server 2008 R2 Standard x64

    Hi, 
    We are trying to install WINS Server Feature on a brand new Windows Server 2008 R2 Standard x64 (Virtual Machine). It seems that WINS is getting installed and right at the very end it gives an error 0x80070002.
    We have tried rebooting the server multiple times , DNS/DHCP roles have been installed successfully as
    well . It is just the WINS server feature that we are unable to install on this server. 
    Can someone point us to right direction. Are there any pre requisites we need to ensure before installing this feature. Are there any alternate ways to install
    the WINS feature .. if yes please let us know. 

    The error indicates a File was not found:
    C:\Users\Mark\Documents\Tools>err 0x80070002
    # for hex 0x80070002 / decimal -2147024894
      COR_E_FILENOTFOUND                                            
    corerror.h
    # MessageText:
      DIERR_NOTFOUND                                                
    dinput.h
      DIERR_OBJECTNOTFOUND                                          
    dinput.h
      STIERR_OBJECTNOTFOUND                                         
    stierr.h
    # as an HRESULT: Severity: FAILURE (1), FACILITY_WIN32 (0x7), Code 0x2
    # for hex 0x2 / decimal 2
      ERROR_FILE_NOT_FOUND                                          
    winerror.h
    # The system cannot find the file specified.
    # 5 matches found for "0x80070002"
    I would check a few things:
    1) Is the OS activated (Control Panel/System)
    2) Is the OS fully patched and has it been rebooted since it was patched?

  • [Solved] Issue installing wine from the official repositories.

    I'm trying to install wine, but upon running 
    $ sudo pacman -S wine
    it returns
    error: target not found wine
    and If I try PlayOnLinux with
    $ sudo pacman -S playonlinux
    it returns
    warning, cannot resolve "wine", a dependency of playonlinux
    Wine should still be in the official repositories, and my research has turned up nothing for this issue.  Actually I'm not even sure if this is happening to anyone other than me?
    Thanks,
    Shane
    P.S.
    I'm new to the forums, so hopefully I posted this properly, and in the right place.
    Last edited by ShaneHutter (2015-06-18 07:04:38)

    thoffmeyer wrote:run a "pacman -Syy" to force refresh the package databases.
    Probably best to use:
    # pacman -Syyu
    https://wiki.archlinux.org/index.php/Pa … nsupported
    EDIT: @OP: Enable [Multilib] in pacman.conf and then run:
    # pacman -Syyu wine
    Last edited by Head_on_a_Stick (2015-06-18 06:38:39)

  • Cannot install win xp by boot camp

    acturally, I install the Win Xp sp2 before, but I found the network very unstable, so I uninstall it. and the HD has already separated in two parts. however, when I want to install the win xp sp2 again, the Boot Camp showed that it cannot install in the HD which has two parts. to , How can I combin the two parts as original? use boot camp or others? thank you so much`!!

    My guess is you deleted the Windows OS not using Boot Camp Assistant (which for future reference is the easiest way to to do it) & now you have an empty partition plus the normal OS X one, what you call 'separated parts.'
    If so, just as the Boot Camp documentation mentions, Boot Camp Assistant will refuse to set up the drive for Windows since it only does this for a drive with a single OS X partition.
    One simple solution is to run Disk Utility, select your HD from the list (not the volume name like "Macintosh HD" indented under it), & click on the "Partitions" tab. Locate the empty Windows partition in the window -- it should be the lower one of the two you see -- & click the minus button to remove it. Then drag the tab at the bottom right of the OS X partition down all the way to the bottom so that it uses all the space the just deleted partition occupied. Click Apply, wait for the procedure to end, & quit Disk Utility.
    Now run Boot Camp Assistant again, following the instructions in the documentation, & it should be fine.

  • Cannot install Win 7 Via BC with magic mouse? Its my only mouse. Answers??

    I just got my new imac today with the only mouse I have...the magic mouse. I put my win 7 install DVD in through boot camp and no reception at all. How do I install win 7 without my magic mouse before I can install the drivers for it?

    I had the same problem at first and I went and checked the solutions page on this site, their answer is to boot in mac and re-pair your mouse with your system after you have installed your windows bootcamp and it should work. I did that and my magic mouse works just fine in my windows partition. Hope this helps!

  • Satellite L50-A-1d5 - cannot install Win 7 (32bit or 64bit)

    Hi guys.
    Very strange problem when i trying to install win 7.
    I changed the bios setting to boot from cd and it works graet.
    After the windows 7 install finish, the laptop resets and when the Windows 7 flag appears it's just freeze.(the keeps moving but nothing happend).
    I allready tried 3 versions of windows 7 and always the same problem.
    I also use Arconis via Hiren's and i cleaned the hard drive and installed again but..... the same problen accured.
    any suggestions??
    thanks a lot

    What BIOS settings did you change exactly?
    Usually you need to disable the secure boot and have to change the boot mode from UEFI to CSM mode.
    By the way: did you use the clean original Microsoft installation disk to install the system or did you use an image backup for OS installation?

  • [SOLVED] cannot install windowscodecs for wine

    Hi,
    I'm stuck with a problem with wine, I can't install windowscodecs, even in a clean 32 bits winebottle (I have an x86_64 host):
    xantares@archlinux:~/projects$ rm -rf ~/.wine && WINEARCH=win32 winetricks windowscodecs
    Executing w_do_call windowscodecs
    Executing load_windowscodecs
    Using native override for following DLLs: windowscodecs windowscodecsext
    Executing winetricks_early_wine regedit C:\windows\Temp\_windowscodecs\override-dll.reg
    Working around wine bug 32859 -- Working around possibly broken libX11
    Executing taskset -c 0 wine wic_x86_enu.exe /passive
    fixme:clusapi:GetNodeClusterState ((null),0x33ebc4) stub!
    fixme:advapi:DecryptFileA ("d:\\da3baf053b07b80057aafc\\", 00000000): stub
    fixme:setupapi:pSetupGetGlobalFlags stub
    err:virtual:map_file_into_view failed to set 00000005 protection on file map, noexec filesystem?
    err:virtual:NtMapViewOfSection map_file_into_view 0x590000 1000 000000000 failed                                                                                                               
    fixme:advapi:RegisterEventSourceA ((null),""): stub                                                                                                                                             
    fixme:advapi:RegisterEventSourceW (L"",L""): stub                                                                                                                                               
    fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc00e1115,(nil),0x0003,0x00000000,0x33f1e0,(nil)): stub                                                                                   
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc00e1115,(nil),0x0003,0x00000000,0x126ec8,(nil)): stub                                                                                   
    err:eventlog:ReportEventW L"Windows"                                                                                                                                                           
    err:eventlog:ReportEventW L""                                                                                                                                                                   
    err:eventlog:ReportEventW L"Access denied.\r\n"
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    Note: command 'taskset -c 0 wine wic_x86_enu.exe /passive' returned status 67.  Aborting.
    googling the issue yields:
    - issue with the exec mount flag (err:virtual:map_file_into_view failed to set 00000005 protection on file map, noexec filesystem?):
    https://forum.winehq.org/viewtopic.php?t=15541
    I tried to add it and reboot, no luck:
    # UUID=01e0968c-6ebb-4ad0-8956-cb4257465b2a
    /dev/sda9               /home           ext4            rw,exec,relatime,discard,data=ordered   0 2
    - issue #32859:
    https://bugs.winehq.org/show_bug.cgi?id=32859
    but what I have is not a crash and it's fixed upstream anyway (libX11 1.6.2)
    I tried to downgrade from 1.7.29 to 1.7.26, install winetricks-svn, same issue.
    Could someone try that command line and tell me if it works ?
    Last edited by xantares (2014-10-26 12:01:03)

    Cool, and how did you solve it? I just ran into the same problem.
    Last edited by mir91 (2014-12-22 16:32:32)

  • L7555 - Cannot install Win 8.1 drivers

    I really need to print something and the old Win8 drivers will not work so I uninstalled everything and am trying it install the new Win 8.1 drivers.  I must be insane because I am trying to do the exact same thing expecting different results.  What is the deal here?  I am tired of seeing this message and I really need my printer 60 minutes ago!!!!!!!
    "The system cannot find the file specified"
    The printer is recognized on the network and I can open the properties via a web browser using the IP address.  When I click the install button on the installation software all I get is the above message.
    Thanks,
    Bill

    Hi midas001
    Sorry this is so frustrating.
    Was there not a  uninstall_L3 listed either?
    We could have ran it.
    This url  is a scrubber to remove old printer files. It will work for your product also.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-109453-
    2&cc=us&dlc=en&lc=en&os=4132&product=3752459&sw_lang=\
    If the scrubber doesn't work then follow Step two: Remove any installed HP software from this url.
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c01841185#N461
    This url is for uninstalling a program.
    http://www.wikihow.com/Uninstall-a-Program-in-Windows-8
    Then download, save and then run the downloaded drivers from url below. Just put in the operating system and click the next button.
    http://www8.hp.com/us/en/drivers.html
    Let me know if this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • [SOLVED] Cannot install 'renpy'

    Hallo.
    I want to install renpy. So, I downloaded 'renpy-aio' from aur. 'pyhton-renpy' and 'renpy' are outdated.
    I successfully compiled them with makepkg and now I have two .pkg.tar.gz files. But when I try to install them with pacman, I receive the following error:
    pacman -U renpy-aio-6.18.3-1-any.pkg.tar.xz renpy-allinone-6.18.3-1-x86_64.pkg.tar.xz
    loading packages...
    resolving dependencies...
    warning: cannot resolve "python-renpy", a dependency of "renpy-aio"
    warning: cannot resolve "python-renpy", a dependency of "renpy-aio"
    warning: cannot resolve "renpy>=6.18.3", a dependency of "renpy-allinone"
    warning: cannot resolve "python-renpy>=6.18.3", a dependency of "renpy-allinone"
    :: The following packages cannot be upgraded due to unresolvable dependencies:
    renpy-aio renpy-allinone
    :: Do you want to skip the above packages for this upgrade? [y/N]
    error: failed to prepare transaction (could not satisfy dependencies)
    :: renpy-aio: requires python-renpy
    :: renpy-aio: requires python-renpy
    :: renpy-allinone: requires renpy>=6.18.3
    :: renpy-allinone: requires python-renpy>=6.18.3
    Any idea how to install renpy?
    Thank you
    Last edited by alex.theoto (2014-12-07 15:30:53)

    karol wrote:Do you have https://aur.archlinux.org/packages/python-renpy/ installed?
    Well, I finally installed it. I first installed your suggestion and then I installed python-renpy-aio-6.18.3-1-x86_64.pkg.tar.xz and renpy-aio-6.18.3-1-any.pkg.tar.xz.
    Pacman removed the outdated python-renpy [6.17.xxx version] and everything is ok.
    After some tests to understand what was wrong, all I needed to install from the builded Aur package was:
    python-renpy-aio-6.18.3-1-x86_64.pkg.tar.xz
    renpy-aio-6.18.3-1-any.pkg.tar.xz
    and NOT renpy-allinone-6.18.3-1-x86_64.pkg.tar.xz because there was an conflict with 'renpy' package.
    Problem solved. Thank you...

Maybe you are looking for