similar to: set DLLs realtime

Displaying 20 results from an estimated 90000 matches similar to: "set DLLs realtime"

2010 Nov 13
4
DLLs not found if set to native only (vcrun2010)
Hi, I've got a problem which is kinda odd. I know how to tell wine that it should use native and buildin libs, but since today I have a problem with vcrun2010s dlls: MSVCR100.dll and MSVCP100.dll (I had never installed it since now). When I set it to "native, buildin" the game tells me it has unimplemented functions, I should use the native version, so I set it to native only, which
2003 May 08
1
dcom98, ole32=n and CreateProcess
hi, can't change line wrapping, so am attaching plain text file with message. waiting for answer. TIA -------------- next part -------------- I have no-windows wine system. when installing "dcom98.exe" package into clean system I get such msg-box with an alert: "A newer version of DCOM95 or DCOM98 had been installed. To override, you must uninstall the current version
2008 Nov 21
2
Question about submitted a bug using native DLLs
Hello, I'm trying to play a game (Star Wars: Rebellion) and it mostly works except for the tactical battle mode. There have been workarounds suggested on the appdb page (http://appdb.winehq.org/objectManager.php?sClass=version&iId=181&iTestingId=33818), which include getting a native d3drm.dll, which I did. This and one other native DLL (d3dxof.dll) reduced the number of errors and
2004 Jan 04
2
Which ( any ) windows dlls should be moved to wine?
I'm runiing wine-20031212 on a dual boot machine. I have both win98 and w2k installed. Other posts have suggested these be copied. Is the the right - complete? -set? advapi32.dll comctl32.dll ddraw.dll gdi32.dll kernel32.dll mfc42.dll msvcrt.dll ole32.dll rpcrt4.dll shell32.dll shlwapi.dll user32.dll sean
2006 Aug 01
2
Crypto API
AB Spam/AV Checker..-Message-ID: <1154377473107014403@www.autobaun.net> Hi all, I am getting an error when starting Dungeons and Dragons Online: Stormreach. I am able to get the game to run, but when trying to login to their auth server I get a windows error of "Unable to initialize crypto API". I am wondering if there is a way around this error using the windows dll's or
2009 Apr 24
1
Managing DLLs with the same names in an R session
I am having a problem using two DLLs with the same name, but obviously located in different directories, in an R session. The troublesome package is the (Bioconductor) Rgraphviz package. It relies on (3rd party software) graphviz and imports functions from (Bioconductor) package graph. Unfortunately, the current stable release of graphviz for Windows
2016 Dec 21
2
Request: Increasing MAX_NUM_DLLS in Rdynload.c
On Tue, Dec 20, 2016 at 7:39 AM, Karl Millar <kmillar at google.com> wrote: > It's not always clear when it's safe to remove the DLL. > > The main problem that I'm aware of is that native objects with > finalizers might still exist (created by R_RegisterCFinalizer etc). > Even if there are no live references to such objects (which would be > hard to verify), it
2003 Jun 20
2
winword2000 has pipe problems
High dears, I just do my first step on wine on SuSE8.2 and Wine 20030508, installed from new rpm for SuSE. First I have installed the Office2000 with that command: Office2000 Prem> wine --dll cabinet=n --debugmsg +loaddll setup.exe hat it seems to be work: I have got the messages "restart your Computer". After that I start wine notepad only to see if wine is still working
2016 Dec 20
2
Request: Increasing MAX_NUM_DLLS in Rdynload.c
On Tue, Dec 20, 2016 at 7:04 AM, Henrik Bengtsson <henrik.bengtsson at gmail.com> wrote: > On reason for hitting the MAX_NUM_DLLS (= 100) limit is because some > packages don't unload their DLLs when they being unloaded themselves. I am surprised by this. Why does R not do this automatically? What is the case for keeping the DLL loaded after the package has been unloaded? What
2009 Mar 29
2
about overriding dlls
I am checking an old bug http://bugs.winehq.org/show_bug.cgi?id=9637 which happens to affect several games. Before arriving to the bug in question, one has to workaround another bug relate to shdocvw.dll. It is recommended to override a set of libraries which I believe should be put in system32. However, at least some of the dlls are already there. Are these the wine builtins or rather proxies as
2009 Jan 23
6
Native dlls for applications
Hello, I am trying to install an application on Wine. It needs an ole function which has not been implemented as of now. I downloaded ole32.dll, I copied it @ windows/system32 and I changed to library to load native ole32 first. However, Wine says fixme:ole:.... Why Wine still looks for the builtin function. The native function shouldn't say fixme.... Also, How can I check the status of
2005 Jan 04
1
I can almost feel Civilization 3 running
But not quite. If I could just get past the sound, I think it might start and run. I'm running Wine in desktop display mode, emulating win98. comdlg32, shell32, shlwapi, and '*' are set to "native, builtin" while the rest of the DLLs that the default installation names are builtin, native. I've tried running it with 'winedbg --gdb civilization3', and it always
2010 Oct 03
1
dlls. any way to convert or "wrap" them using wine?
Hello. I am working to make Linux ports of a couple of games that were made using AGS (adventure game studio). there's a linux engine for running games to use to port them and I am very close getting 2 of them working. However, one of them uses a few additional plugins, in dll format. Since linux is not compatible with dlls this causes the game to crash before it even starts up. I cannot
2001 Feb 01
1
Need advice on which native dlls to try
Hi Folks! I'm completely new to wine, so please be gentle with me! I am trying to run Curious Labs' Poser4 under Tuesday's CVS snapshot on RedHat 6.2 without any native DLLs so far. All I get is one of those famous 'Critical section 0x... wait timed out' errors. Conventional knowledge says try some native DLLs - but which ones? Here is a list of DLLs and modules loaded:
2010 Nov 23
2
Problems with Wine importing DLLs
Hello, I'm trying to set up an MMO called "Eudemons Online" in Wine since it's been awhile since I've tried and Wine has made great strides. Installs fine, updates fine, awesome! Better than before! My problem comes when I try to launch the game, play.exe (the launcher) executes soul.exe (the actual game client) and soul.exe throws this error: Code:
2010 Jun 29
2
RPostgreSQL - Unable to locate required modules/DLLs on WinXP/7
Dear list users, The problem occurs when library(RPostgreSQL) is issued on R. This issue has previously appeared on R mailing list without any robust solution. The error message issued by R: Loading required package: RPostgreSQL Loading required package: DBI Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library
2008 Jul 19
1
GetModuleFileName in winelib DLLs
Hi, I have the following problem - when I compile a DLL using winegcc and call GetModuleFileName on it I get a name in "c:\windows\system", regardless of the DLLs actual location. I have googled for it, and found this thread http://www.winehq.org/pipermail/wine-devel/2003-December/023224.html which says that this behavior is needed for built-in DLLs. My problem is that I'm
2001 Nov 29
1
System DLLs
Are there "builtin" wine implementations of common Windoze DLLs (ntdll, kernal32, comdlg32, winsock etc) and if so, where do they reside? I am trying to get my own application to run using wine (without a recompile) and it continues to ask me for common windows dlls. I would like to try to get my application running without having to copy over all of the relevant windows dlls as I am
2006 Jan 13
2
Tracking DLLs
Does anyone know what command line params I can use to track what DLLs a a program is accessing -- I'm trying to debug "unreal" from a compiled install of Wine 0.9.4. Everything works fine for the most part but the keyboard and mouse tend to freeze up. I thought maybe using a native DLL for mouse and keyboard might fix the problem. Thanx much, Jeff
2008 Jan 09
2
Set CDR userfield in a realtime dialplan
Hello, I'm using Asterisk with Realtime extensions and ODBC CDR. And I'm have some trouble with the CDR userfield that is not changed when using the SET command in the realtime dialplan. In my dialplan (extensions.conf, the file) I'm setting the userfield like this : exten => s,n,Set(CDR(userfield)="X") Later, my dialplan switches to the realtime part and this is an