search for: idrivers

Displaying 20 results from an estimated 31 matches for "idrivers".

Did you mean: drivers
2010 Nov 09
1
IDriver crash on install
Hello all, I use Silkypix Pro on Wine (a licensed RAW file converter). It worked fine in the last few versions but the current one won't install: I get a popup "The program IDriver.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience" the "InstallShield 1628: Failed to complete installation". A more complete log is below. Google
2001 Apr 05
2
Digital Ear evaluation of Vorbis beta 4
For those who haven't yet seen this: EarGuy's Digital Ear (physiological model of the ear based on work by Frank Baumgarte) has just finished rating the sound quality of Vorbis beta 4 at 128 kbs using 30 random 10-second selections of music: http://pub41.ezboard.com/fr3mixfrm4.showMessage?topicID=33.topic Two samples on which the Ear says Vorbis performed uncharacteristically poorly
2009 Jun 10
2
IL2 Sturmovik 1946 install failure - Ubuntu 9.04 (64) 1.1.23
Second try with wine. Currently not having success installing anything (GW, Medieval2, or IL-2). Focusing on IL-2 because it's still listed as Gold, and the other apps seem known not to work with ver 1.1.23... Attempted install from right-click>Open With Wine Windows Program Loader Also attempted install from terminal. Both attempts failed at same stage. Progresses through dialogue
2019 Mar 29
4
[PATCH v2] drm: prefix header search paths with $(srctree)/
...IR)/ i915-y += $(addprefix $(GVT_DIR)/, $(GVT_SOURCE)) diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile index 56a70c7..b7b1ebd 100644 --- a/drivers/gpu/drm/msm/Makefile +++ b/drivers/gpu/drm/msm/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 -ccflags-y := -Idrivers/gpu/drm/msm -ccflags-y += -Idrivers/gpu/drm/msm/disp/dpu1 -ccflags-$(CONFIG_DRM_MSM_DSI) += -Idrivers/gpu/drm/msm/dsi +ccflags-y := -I $(srctree)/$(src) +ccflags-y += -I $(srctree)/$(src)/disp/dpu1 +ccflags-$(CONFIG_DRM_MSM_DSI) += -I $(srctree)/$(src)/dsi msm-y := \ adreno/adreno_device.o \ d...
2019 Jan 31
2
[PATCH] drm: prefix header search paths with $(srctree)/
...E)) obj-$(CONFIG_DRM_I915_GVT_KVMGT) += $(GVT_DIR)/kvmgt.o diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile index 56a70c7..b7b1ebd 100644 --- a/drivers/gpu/drm/msm/Makefile +++ b/drivers/gpu/drm/msm/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 -ccflags-y := -Idrivers/gpu/drm/msm -ccflags-y += -Idrivers/gpu/drm/msm/disp/dpu1 -ccflags-$(CONFIG_DRM_MSM_DSI) += -Idrivers/gpu/drm/msm/dsi +ccflags-y := -I $(srctree)/$(src) +ccflags-y += -I $(srctree)/$(src)/disp/dpu1 +ccflags-$(CONFIG_DRM_MSM_DSI) += -I $(srctree)/$(src)/dsi msm-y := \ adreno/adreno_device.o \ d...
2000 Oct 15
1
Where to send examples of poor encoding?
('binary' encoding is not supported, stored as-is) I've been playing around with vorbis quite a bit lately, and I've hit on a few chunks of audio where the encoder falls down. I imagine that the developers will want to hear these and I'm just wondering - perhaps there is already some procedure setup for submitting these samples? Maybe there's a vorbis idrive/incoming ftp
2019 Mar 29
0
[PATCH v2] drm: prefix header search paths with $(srctree)/
...VT_DIR)/, $(GVT_SOURCE)) > diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile > index 56a70c7..b7b1ebd 100644 > --- a/drivers/gpu/drm/msm/Makefile > +++ b/drivers/gpu/drm/msm/Makefile > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > -ccflags-y := -Idrivers/gpu/drm/msm > -ccflags-y += -Idrivers/gpu/drm/msm/disp/dpu1 > -ccflags-$(CONFIG_DRM_MSM_DSI) += -Idrivers/gpu/drm/msm/dsi > +ccflags-y := -I $(srctree)/$(src) > +ccflags-y += -I $(srctree)/$(src)/disp/dpu1 > +ccflags-$(CONFIG_DRM_MSM_DSI) += -I $(srctree)/$(src)/dsi > > msm-...
2010 Nov 06
1
Problems Installing Slingplayer
Trying to install Slingplayer 1.4. Get "serious problem with iDriver.exe", then error 1628.
2001 Mar 20
1
tough file
Here's a tough file to encode well at 128 kbit/s average: https://www.idrive.com/miyaguch/files/Shared/?curr-node=8821135668693434409 "duel.wav" It is the first few seconds from "Duel of the Fates" off of the Star Wars I soundtrack. Vorbis beta 4 at 128 produces artifacts that sound like some tones are beating with others. I identified the Vorbis encode 16 of 16
2008 May 29
1
>1TB ZFS thin provisioned partition prevents Opensolaris from booting.
Not sure where to put this but I am cc''ing the ZFS - discussion board. I was successfull in creating iscsi shares using ZFS set shareiscsi=on with 2 thin provisioned partitions of 1TB each (zfs create -s -V 1tb idrive/d1). Access to the shares with an iscsi initiator was successful, all was smooth, until the reboot. Upon reboot, the console reports the following errors. WARNING:
2019 Apr 26
1
[PATCH v2] drm: prefix header search paths with $(srctree)/
...VT_DIR)/, $(GVT_SOURCE)) > diff --git a/drivers/gpu/drm/msm/Makefile b/drivers/gpu/drm/msm/Makefile > index 56a70c7..b7b1ebd 100644 > --- a/drivers/gpu/drm/msm/Makefile > +++ b/drivers/gpu/drm/msm/Makefile > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0 > -ccflags-y := -Idrivers/gpu/drm/msm > -ccflags-y += -Idrivers/gpu/drm/msm/disp/dpu1 > -ccflags-$(CONFIG_DRM_MSM_DSI) += -Idrivers/gpu/drm/msm/dsi > +ccflags-y := -I $(srctree)/$(src) > +ccflags-y += -I $(srctree)/$(src)/disp/dpu1 > +ccflags-$(CONFIG_DRM_MSM_DSI) += -I $(srctree)/$(src)/dsi > > msm-y...
2007 Mar 19
1
Paratext Installation Problem
Hello, I'm trying to install the Paratext program on Linux. It's only available to some people, so you can't try it yourself, but it's running into a problem with the MSI. It runs the GUI, and gets most of the way through before saying that the wizard was interrupted before the installation could be completed. It's using the InstallShield Wizard. Here's the output from
2005 Oct 31
1
Boson Netsim Installation
While trying to install boson net simulator, i get the following error fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x4003 -> 0xb) 7ef9ffff err:ole:marshal_object couldn't get IPSFactory buffer for interface {9c5ba03f-c36f-458f-94a6-2aebda2ebb64} err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80040111 err:ole:CoMarshalInterface Failed
2005 Jun 03
4
New User
I'm totally new to using Wine and for that matter Fedora. I recently installed Wine as a package. I've been trying to run Delphi applications using Wine and everytime I try to run it say that c:\\windows is not accessible. Does anyone have any idea what I'm doing wrong?
2008 Dec 04
4
DO NOT REPLY [Bug 5939] New: rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1)
https://bugzilla.samba.org/show_bug.cgi?id=5939 Summary: rsync: delete of stat xattr failed for ... (in backup): Operation not permitted (1) Product: rsync Version: 3.0.4 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2006 Aug 13
1
iTunes & Wine 0.9.19
I tried to install the latest iTunes version. The result was: wine iTunesSetup.exe > iTunes_wine.txt fixme:shell:SHAutoComplete SHAutoComplete stub fixme:exec:SHELL_execute flags ignored: 0x00000580 bojan@linux:~/Desktop/Downloads> err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" ->
2007 Nov 15
0
No subject
messages all over the place, but eventually fails with one about a unhandled page fault: err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002 err:ole:marshal_object object doesn't expose interface {60e73571-8258-478b-bd66-a7c07319cc89}, failing with error 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces
2011 Jan 25
4
Call of duty 2 1.00 error
i get couldn't load default_mp.cfg Any help ?
2014 Jun 02
2
Samba File Share Encryption How To?
Hello, Can someone please point me to documentation on encrypting a file share? Looking to have data created on a Windows workstation backed up and saved on a Samba file share across a WAN link. Currently using IPsec so I assume I'm good on the transport end? Thanks. -- -James
2009 Mar 22
2
wineboot not working as expected
I'm trying to install "Microsoft Digital Image 9", and the very first thing it does is configures a few files then immediately prompts the user it's going to reboot. I press "Ok", and it then does what it just did, and pops up the same message. This can continue forever. So, I decided to try to press "Ok", then immediately enter in "wineboot".