search for: exposer

Displaying 20 results from an estimated 8691 matches for "exposer".

Did you mean: exposed
2009 Apr 04
1
Can't install Doom3
I am trying to install the Doom3 game, and the install is failing. I believe it failed when it tried to switch CDs; it never asked for the second cd, just went straight to the closing dialogs. Now, it's so messed up I can't even uninstall it. When running the uninstall option from the wine menu, it quits and does nothing. When I phymanually removed the files and tried installing again, it
2008 Apr 01
4
Tiger Woods 2004
TW2004 Installation: Code: wine /media/cdrom/setup err:wineboot:pendingRename couldn't get file attributes (2) fixme:spoolsv:serv_main (0 (nil)) err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002 err:rpc:I_RpcReceive we got fault packet with status 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces
2011 Jun 07
1
Fail at end of Roller Coaster Tycoon 2 install
I'm new to Wine, but am following instructions from http://www.youtube.com/watch?v=da-1pKWp4Z0&feature=related I have the game files on a CD i burned, and thats fine. I select AutoRun.exe (everthing directory wise looks the same as on the video), and it successfully takes me through the end of the installation. WHen the game is done installing, I click "Finish" to finish the
2006 Jan 30
1
Failure to install ComfyWare
Running Fedora Core 4. Wine updated from Fedora Extras via apt-get for Fedora. $ wine --version Wine 0.9.6 $ Trying to install ComfyWare's "First Steps" on wine fails resoundingly. I can't find it in the Applications Database. This is educational software that comes with a USB keyboard for infants. I got it as a birthday present for my 1 year old.
2009 Jun 03
2
Create a time interval from a single time variable
I am trying to set up a data set for a survival analysis with time-varying covariates. The data is already in a long format, but does not have a variable to signify the stopping point for the interval. The variable DaysEnrolled is the variable I would like to use to form this interval. This is what I have now: ID Age DaysEnrolled HAZ WAZ WHZ Food onARV
2009 Jan 18
1
Installations fail
Hi! I've tried to install several games in Wine; however, many of them can't even be installed. They should work pretty well according to the AppDB, so it has to be a problem with my computer... The problem comes up as soon as the program starts copying the files. The first few files are copied without any problems, however. OS: Ubuntu 8.10 Wine version: 1.1.13 (I upgraded after it
2009 Mar 05
6
Heroes of MIght and Magic V
Please, can someone help me with install Heroes? I was reading HOWTO, but I understund it. > If the setup program asks for 'setup.exe', kill it, and then run 'killall -9 IKernel.exe' > Place d3dx9_25.dll in Wine's windows/system32 directory > To allow camera change by holding down the right mouse button, edit input.cfg found in <game dir>/profiles/<profile
2008 Apr 27
1
wine will not install programs
running archlinux with wine 0.9.56-1, winecfg is alsa for audio when I try to install any programs ie Guildwars and Morrowind I get the installshield and then it stops and i get an error. I tried to run setup thru the konsole and I got the same error. this is the output of the xsessions log err:ole:marshal_object object doesn't expose interface {be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing
2018 Oct 22
2
How secure is SMB3 over internet?
On Sat, Oct 20, 2018 at 3:56 AM Reindl Harald via samba <samba at lists.samba.org> wrote: > Am 19.10.18 um 20:04 schrieb jmqaodmthr1acosyg--- via samba: > > Hello, > > How secure is SMB3 over Internet? I see that Microsoft Azure is doing SMB3 shares over internet so they seem to think it's secure. > > Does the SAMBA team recommend this type of scenario OR do they
2017 Jun 16
2
[EXTERNAL] Re: Submitting a patch that exposes VAD voiced/unvoiced signal type
Hi Peter, Can you say a little bit more about what you're doing exactly with the information you're exposing and how? unfortunately, I don't have a concrete proposal in mind right now. That's in part because I don't quite understand the use case, but also because it's really hard to expose this kind of information in a way that both avoids breaking application with new
2017 Jun 07
2
Submitting a patch that exposes VAD voiced/unvoiced signal type
Hi Peter, There's two main issues with a patch like the one you're proposing. First, the data is only valid when SILK is being used and is essentially undefined in CELT mode. The second issue is that by exposing internals, it makes it impossible to improve these algorithms since it would break API compatibility. I'm not fundamentally against trying to expose some information, but
2012 Jan 04
0
[LLVMdev] exposing container-specific features in the Object library
Hello, The ObjectFile class (in Object/ObjectFile.h) presents a format-independent interface for object files. In addition, for COFF and MachO, some internal format details are exposed in special headers. For example, Object/COFF.h exposes coff_file_header and coff_symbol. Object/MachOFormat.h exposes headers, "segment load commands" and so on. ELF, however, is not exposed and
2006 Feb 09
2
Sims help
I am beginning to use Linux (currently using Ubuntu 5.10). My daugher wants to keep her Sims Complete Collection game..... I am trying Wine 20050725-ubu to run the game. When I begin the install I get a load of this; fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects
2010 Feb 18
6
[LLVMdev] ocaml survey
I'm in the process of finishing up the ocaml llvm bindings, and I had some last minute questions before we code freeze: 1. What version of ocaml is everyone using, and how old of an ocaml version do you need to support? 2. Would it be alright if I renamed some functions? Module providers are being removed for 2.7. I can keep the old functions around, but I'd prefer to keep the API clean.
2011 Feb 03
3
Dreamweaver 8/MX in Ubuntu 10.04 64bit wont start.
I can not get Dreamweaver 8 or Dreamweaver MX to run. I have installed each one a couple of times and come to find out that Dreamweaver 8 has not been tested or at least WineHQ does not have a listing for Ubuntu 10.04 and Dreamweaver 8. Now they do have a listing of Ubuntu 10.04 and Dreamweaver MX and they do have Ubuntu 10.10 and Dreamweaver 8 listed. But when I install Dreamweaver 8 or
2017 Jun 20
0
[EXTERNAL] Re: Submitting a patch that exposes VAD voiced/unvoiced signal type
Hi Jean-Marc, We're exposing the opus_internal_flags data structure so that we can access the value assigned to prevSignalType. Here's a snippet of our code: error = opus_encoder_get_internal_flags(vad->opus, &internalflags); if (error != OPUS_OK) { return OPUSVAD_OPUS_ERROR; } cur_signal_type = internalflags.prevSignalType; if
2009 Oct 12
1
List mappings and variable creation
Hi All, I have a questions about associative list mappings in R, and if they are possible? I have data in the form show below, and want to make a new 'bucket' variable called combined. Which is the sum of the control and the exposed metric values This combined variable is a many to many matching as values only appear in the file if they have a value > 0. conversion.type filteredID
2012 Mar 20
2
Writing a MatchDecider and exposing it to PHP
I would like to write a MatchDecider in C++ and expose it to PHP. I'm able to compile a simple extension and use SWIG to expose a simple function to PHP, but I can't seem to hit upon the right incantation to expose my MatchDecider class. I have a header file declaring my decider, MyDecider.h #ifndef _INC_MYDECIDER_H #define?_INC_MYDECIDER_H #include <xapian/enquire.h>
2012 Feb 28
3
[Patch] X86: expose HLE/RTM features to dom0
X86: expose HLE/RTM features to dom0 Intel recently release 2 new features, HLE and TRM. Refer to http://software.intel.com/file/41417. This patch expose them to dom0. Signed-off-by: Liu, Jinsong <jinsong.liu@intel.com> diff -r 92e03310878f xen/arch/x86/traps.c --- a/xen/arch/x86/traps.c Wed Feb 08 21:05:52 2012 +0800 +++ b/xen/arch/x86/traps.c Mon Feb 27 02:23:42 2012 +0800 @@ -857,9
2013 Jul 24
4
[PATCH 2/3] V5 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough
The i915 driver probes chip version through PCH ISA bridge device / vendor ID. Previously, the PCH ISA bridge is exposed as PCI-PCI bridge in qemu-xen-trad, which breaks the assumption of the driver. This change fixes the issue by correctly exposing the ISA bridge to domU. Signed-off-by: Rui Guo <firemeteor@users.sourceforge.net> Tested-by: Rui Guo <firemeteor@users.sourceforge.net>