search for: hresults

Displaying 20 results from an estimated 149 matches for "hresults".

Did you mean: results
2010 Sep 16
7
.Net Framework installation error Failed to load the runtime
I trying to install .net 3.0 over winetricks. 2.0 installs just fine, then when 3.0 starts everything is fine until after i hit the install button. The terminal gives me this: fixme:advapi:LookupAccountNameW (null) L"corey" (nil) 0x33c924 (nil) 0x33c928 0x33c91c - stub fixme:advapi:LookupAccountNameW (null) L"corey" 0xd05bf8 0x33c924 0xd06428 0x33c928 0x33c91c - stub
2006 Jun 26
1
Rake + SQL Server + Migrations == Errors. Help?!
Hello all, I''m trying to initialize my migrations against a current database implementation. rake db:schema:dump runs without error. The resulting schema.rb is pasted below, along with my database.yml Can one of you point me in the direction of enlightenment? -- ------------------------------ Apple MacBook. Black. It''s the new White! ------------------------------ Peter
2010 Nov 14
4
.Net 3.0 needed to work---- HELP!
Please excuse me if I have duplicated a post. I am in need to get the .Net Framework 3.0 to install correctly. When I try to install I receive the following: ------------------------------------------------------ Instaling .net 3.0 runtime. Can take 15-30 minutes. See http://wiki.winehq.org/MicrosoftDotNet for tips. ------------------------------------------------------ prerequisite dotnet20
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby
2006 Aug 31
2
DCOM 1.3.5 Exception from HRESULT: 0x80040013 on iR.Init("R")
Hallo Everyone, I have a problem getting R DCom to work on a MS Server 2003. I am using Visual Studio 2005 to use some statistical functions from R. I have installed DCOM 1.3.5. but as soon as the statement iR.Init("R") is executed I get the following error: Exception from HRESULT: 0x80040013 I have checked the path and the environmental variables and there are none associated with
2010 Oct 02
1
.Net Framework 2.0 SP2 wont get installed
Hey guys, i tried installing dotnet20sp2 with winetricks several times (dotnet11, dotnet20, dotnet30 are all installed!), but i always get the same error message: overflyer at overflyer-desktop:~$ winetricks dotnet20sp2 ------------------------------------------------------ Instaling .net 2.0 runtime. Can take several minutes. See http://wiki.winehq.org/MicrosoftDotNet for tips.
2016 Sep 16
0
Wine release 1.9.19
The Wine development release 1.9.19 is now available. What's new in this release (see below for details): - Initial version of a udev bus driver for HID. - Various improvements in joystick support. - Initial implementation of DC rendering in Direct2D. - Improved metafile support in GDI+. - Various bug fixes. The source is available from the following locations:
2010 May 07
4
Use of R in C#
I have a C# program that requires the run of a logistic regression. I have downloaded the R 2.11 package, and have added the following references to my code: STATCONNECTORCLNTLib; StatConnectorCommonLib; STATCONNECTORSRVLib; In my code I have: StatConnector scs = new STATCONNECTORSRVLib.StatConnectorClass(); scs.Init("R"); The init step returns the below error which seems to indicate
2006 Jan 05
3
MS SQL server connection problems
I am trying to connect to a remote sql server and I am getting the following error: c:/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:57:in `connect'': Open (DBI::Databa seError) OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. HRESULT error code:0x80020009 Exception
2009 Dec 29
6
Runaway problem
Hello, I installed correctly this game in wine but i can't to play because i have an error message when i launch the game. The error message told me that the game doesn't found this file : DATAVA02.001 But, this file is in the installation folder (.wine/drive_c/Program Files/PENDULO Studios/RUNAWAY - A road adventure/Datav/]DATAVA02.001) This is the error message in the console : Code:
2007 Mar 19
2
wine WM8EUTIL
Hello, i've got a little problem that begins to drive me mad. FOr usage on my xbox360, i need to convert Videos to WMV. After a long search, i found MS WM8EUTIL which seems to be perfect. The Problem is, it doesnt work. 1. It begins to install, but never seems to register in the system (is there a way to manually register setup.inf ? ) 2. Though, suprsingly, all works well for audo only
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2006 Jan 19
3
problems with migrations in sql server
Is anyone using migrations with a SQL Server database who might be able to lend me a hand? I''ve used migrations with MySql in the past and haven''t run into any issues so forgive When I run rake migrate nothing is actually getting updated in my database. I created a migration using ./script/generate migration AddFooTable and updated the migration to look as follows: class
2004 Apr 27
2
Problems with Samba 3 and XP Roaming Profiles
I've got some annoying Problems with roaming profiles. Perhaps someone is able to help me... I would like to use Samba as a PDC and for storing NT roaming profiles. When I first installed Samba 3.02 and XP SP1 (Before that I used Samba 2.2.8a and XP without SP1), XP downloaded the old profiles it found. But upon shutdown or logoff, changes to the profiles were not written to the server. I
2008 Jun 10
7
Unraveling a FAR*
Hi all, Just looking over fole_s_connect() in win32ole.c and I noticed this bit: hr = CLSIDFromProgID(pBuf, &clsid); ... hr = GetActiveObject(&clsid, 0, &pUnknown); ... hr = pUnknown->lpVtbl->QueryInterface( pUnknown, &IID_IDispatch, (void **)&pDispatch ); Using win32-api, that would be something like: IID_IUnknown =
2006 Aug 15
1
rails and MSSQL transactions
Hello, I have rails using a MSSQL db. The set up works fine with low volume, but with 2+ requests/second I keep on getting the following error: DBI::DatabaseError: Execute OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server Cannot create new connection because in manual or distributed transaction mode. HRESULT error code:0x80020009 Exception occurred.: SELECT
2010 Jul 31
2
getElementsByName
static HRESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v, IHTMLElementCollection **ppelColl) { HTMLDocument *This = HTMLDOC3_THIS(iface); FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl); return E_NOTIMPL; } I'm trying to use an application that has an embedded IE browser component
2012 Feb 25
1
Calling R code through VC.net
Hi, I try to use the visual studio 2008(VC.net) to call R code, but there is en error:  Exception from HRESULT: 0x80040013 How can I fix the problem? Thanks.   My PC systern is XP, R version is "R-2.14.1" and "R_Scilab_DCOM3.0-1B5.exe".   best regards, Xiongqing [[alternative HTML version deleted]]
2012 Mar 29
1
Komplete 8 Players - can't mount ISO through Wine
When I try to install Komplete 8 Players, it prompts me to install a driver to mount ISO images. Then, when I press ok, it says it "Cannot connect to virtual CD driver: HRESULT code 0x80070002" What would be the fastest way to fix this?