Displaying 20 results from an estimated 300 matches similar to: "Trace for DLLs needed for applications"
2012 Mar 09
10
Problems with two apps
I'm using Wine on a Ubuntu 10.04 box.
I'm having problems with two apps. If it's okay, I'll describe both
problems here and see if there's some insight to be gained.
1. I have a free app called cslesson. It prepares lessons for
Christian Science students. The install goes just fine, but when I try
to run the app, I get a "File not found" error. Since the app is
2012 Mar 04
3
What about performance in 3D games?
Just have a special question, coz still cannot find the answer nowhere.
/ For now seems only the games that using D3D8 and OpenGL runs in Wine with almost full-speed (as they shows on Windows). /
So... why Wine need to use Direct3D > OpenGL calls translations? Is it from video-driver restrictions or other things? Are those conversions using CPU for processing? I'm Interesting of the
2012 Mar 13
4
Anyone get Acrobat Pro 8 to install?
Hi All,
Wine 1.4
I am the original poster of http://bugs.winehq.org/show_bug.cgi?id=18231. I have
my command line error posted over there at:
http://bugs.winehq.org/attachment.cgi?id=39329
Whenever I try to install Acrobat Professional 8, I get setup interrupted. I have the spooler patch in the bug resort set the manual start. But, still no joy.
Anyone have any words of wisdom?
Many
2004 Oct 07
0
Fw: Re: windows small buisness server and SMB
.----[ Shaun Feeley wrote ]----
|
|
| hi guys,
|
<SNIP>
|
| now im pretty sure ive been told that windows small buisness server 2003
| cannot be a member of a domain without needing to be the PDC is this
| true. i cannot find where i read this so i was hoping one of you may be
| able to confirm this either way.
|
| thanks for your help
|
|
That is true. We ran into
2012 Mar 13
9
Cannot install aok (Age of Empires 2: Age of Kings) on Wine
Hi there,
I'm running Wine 1.3.28 on Ubuntu Oneiric and I cannot manage to get aok installed. The installation routinely freezes immediately after the program starts to copy the first file, the message that pops up says there isn't enough space on disk (clearly a false statement) or that the folder is being used by some other program (which one?).
Thanks for your help.
2012 Mar 14
7
Issues running Dungeon Keeper 2
Hey all,
I've downloaded and installed Wine v.1.3.13 and using that, installed Dungeon Keeper 2 from the iso (including patches and a crack) on my mac (OS X Lion).
However, when I start the game, the graphics are, what I can only describe as, "screwy".
The log for this exe is provided
Code:
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify
2017 Oct 24
3
Jacobi 5 Point Stencil Code not Vectorizing
Your problem is due to GVN partial reduction elimination (PRE) which
introduces a PHI node the current loop vectorizer cannot handle:
opt -O3 stencil.ll -pass-remarks=loop-vectorize
-pass-remarks-missed=loop-vectorize
-pass-remarks-analysis=loop-vectorize
remark: <unknown>:0:0: loop not vectorized: value that could not be
identified as reduction is used outside the loop
remark:
2017 Oct 23
3
Jacobi 5 Point Stencil Code not Vectorizing
<div> </div><div> </div><div>Hello,</div><div> </div><div>To me this is an issue in llvm loop vectorizer (if N is large enough to prevent complete unrolling of j-loop).</div><div> </div><div>Woud you mind to share stencil.ll than I would say more definitely what the issue
2007 Feb 06
6
Problems loading CentOS 4.4 on ASUS M2N-MX mobo
I have a brand new ASUS MB model M2N-MX which is giving me issues when
installing Centos 4.4 64 bit
I initially had problems with finding the SATA drives but I resolved that
issue by simply selecting the NVIDIA SATA (sata_nv)driver from the list of
drivers during the initial install.
The install seemed to go fine after that as the installer uses the Generic
VESA video driver during the install,
2018 May 22
2
Looking for better fax handling
On 2018-05-22 02:17 AM, Yves wrote:
> you could
>
> - use "global variables"
> - use the asterisk built in database
Both of those seem difficult as the process is split between Asterisk
and an external script.
> - mv the file to temporary folder _before_ faxing (would be the most
> easy solution as you already
> know how to mv a file via asterisk...)
True. This
2008 Apr 29
1
HID PDU implementation [WAS: 24V DC ATX PSU with limited UPS functionality over USB]
Hello Charles,
Am 2008-03-13 19:27:27, schrieb Charles Lepple:
> Another advantage of going the HID PDC route (regardless of whether
> NUT is involved) is that the device is essentially self-describing. If
> the first version does not have a shutdown flag, but later versions
> do, then very little driver code needs to change - just device
> firmware.
>
> Also, I believe that
2008 Mar 11
1
Which native dlls can be safely embedded?
When I heard you can use original Windows dlls in Wine, I wondered if
there is a list of dlls for which that makes sense. Well, I still
wonder. Is there something like that?
2010 Jan 11
1
Registering or Installing DLLs
I recently installed a Windows app using WINE on MAC OS X. There were three DLLs and One OCX file that were not "registered." The files are in the Windows\System32 directory. When I try to run the app I get an error message, that the DLLs weren't installed or registered properly
2002 Jul 21
1
Vorbis 1.0 DLLs
My compiler isn't locating 'ov_read_float' from the prebuilt vorbisfile.dll.
Was that function missed from vorbisfile.def before compilation of the
Windows SDK files?
<p><p>J.
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
2004 Nov 09
0
How to : C++ DLLs
I remember seeing a message somewhere about C++ DLLs and wanting to
implement them in Winelib. Well here is an idea that I use in Windows that
works great:
Define your class in a common header (let's call it dll.hpp):
class DllClass {
public:
int somedata;
virtual void member(int arg);
};
Define the DLL source with two exports:
#include <dll.hpp>
extern "C"
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:
2009 May 03
2
Which native dlls can make change to program graphics?
Hello again.
Today I would like to ask if anybody knows... which dlls, that we can safely
override CAN make ANY changes to graphical output? In other words, which
native dlls should I test (any?) with apps that have graphical corruption ?
to (hopefully) get rid of this corruption?
Thanks in advance (again ;] )
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Aug 06
4
Newbie Question Minimum DLLs or Components Required
What are the minimum DLLs or components required for a win application to have a chance to work?
The software I am installing is not a game so I dont need games related dlls or components.
Tks for any advice
2009 Apr 28
1
Updating Wine and using native DLLs
Hey, I just have the two questions from the subject.
I'd like to keep wine updated to latest version (even if not the stable), how can I do it?
Second, I would like to use the native DLLs from my windows copy, is there an instructive on how to replace wine's with those? I'd like to test if some games that do not work currently will work with native dlls.
Thank you in advance.
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