Displaying 20 results from an estimated 110 matches similar to: "Program looking for dll's"
2011 Feb 20
9
Civilization 4
What am I doing wrong that I can not get Civ4 to run?
I am running ubuntu 10.04, wine 1.2.2
No matter what I try I get this when running Civ4 (after installation)
Code:
fixme:service:QueryServiceObjectSecurity 0x13a250 4 0x13a508 0 0x32eeb8 - semi-stub
fixme:service:QueryServiceObjectSecurity 0x13a250 4 0x13a508 28 0x32eeb8 - semi-stub
fixme:advapi:SetEntriesInAclA 1 0x32ee48 0x13a51c 0x32eeb4
2008 Feb 05
1
Wine problems
Hello everyone,
My name is Jason and I'm new to this mailing list, although I've been
using Wine for several months now. I say that loosely, as I really
haven't been able to get many applications to run, so I come to all of
you now seeking help.
One of the biggest reasons I try to use Wine is to play games. I tried
Cedega about a month ago, and couldn't get most of my Windows
2008 May 25
1
[wine 1.0r2] Problem with installation of HoI2
I have problem with installation of HoI2 (Polish version). When I enter the CD to cdrom I receive that installer is going to install.
However:
1. The only option is "Zamknij" (close) - which do not work
2. It seems to hang up. But it consume no CPU.
My locale is en_GB.UTF-8 and the output from console is:
% wine Setup.exe
fixme:service:QueryServiceObjectSecurity 0x1205d0 4 0x32ed74 512
2008 May 13
11
Problems running the game GUN from Neversoft.
Hello!
I have installed Wine 0.9.55 (pretty sure of that) on my Mandriva 2008.
I tried to install the game GUN from Neversoft. (It works fine on windows Vista). On the distribution it says that it is compatible on Windows 2000 and XP.
But when I try to install it it seems to work, but when I try to run it I get an error in a popup.
Right now I'm at office and do not exactly remember the
2007 Mar 19
5
Problem well trying to run Need For Speed Porsche Unleased
So I have Need For Speed Porsche Unleased and I have ubuntu 6.06 LTS
and I have wine 0.9.90-ubuntu2 which I installed using the package
manager . So I simply use wine and I get to play NFS on ubuntu simple
right. I install NFS and everything goes fine. I then go to wincfg and
add NFS and change it to run in 98. Error one I run the shortcut on my
desktop in a terminal and I get this
2008 May 19
11
Rosetta Stone again
Many people have discussed the problems with Rosetta Stone, in
particular the failure to detect the cdrom with the "Language Pack".
I am having the same problem, but none of the described solutions work
for me.
I think that my dosdevices are configured correctly:
niemand at dell dosdevices $ ls -l
total 0
lrwxrwxrwx 1 niemand users 10 2007-09-07 11:59 c: -> ../drive_c
lrwxrwxrwx 1
2008 May 19
11
Rosetta Stone again
Many people have discussed the problems with Rosetta Stone, in
particular the failure to detect the cdrom with the "Language Pack".
I am having the same problem, but none of the described solutions work
for me.
I think that my dosdevices are configured correctly:
niemand at dell dosdevices $ ls -l
total 0
lrwxrwxrwx 1 niemand users 10 2007-09-07 11:59 c: -> ../drive_c
lrwxrwxrwx 1
2008 Dec 09
4
Civilization IV refuses to run, also Morrowind problems
Hi,
I just tried to install Civ4 1.74 according to the notes on its appdb page (using the new 1.1.10 Debian 5.0 packages), but whenever I try to run the game, I get this:
matt at hayashi:~/.wine/drive_c/Program Files/Firaxis Games/Sid Meier's Civilization 4$ wine Civilization4.exe
fixme:service:QueryServiceObjectSecurity 0x141140 4 0x141828 0 0x32ef30 - semi-stub
2010 Nov 02
3
can't launch Steam.exe bin/vgui2.dll error
The following is my sysinfo...
Gentoo Linux 32-bit current
Nvidia Driver 260.19.12 (current)
Wine version 1.3.5
I can install steam... once if starts updating it stops with the following.
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LookupAccountNameW (null) L"root" (nil) 0x33f150 (nil) 0x33f154 0x33f148 - stub
fixme:advapi:LookupAccountNameW
2010 Nov 08
15
Can I use shorewell stuff for my problem
Hi all, Im new to shorewell, can anyone guide me whether I can use
shorewell for my work.
I have a requirement in our work:
Each system shall have two Ethernet card interfaces(system means hardware
devices, servers, clients in other words any device or host used in the
project). The IP address of each interface will be of different networks,
subnets and gateways completely. Bcoz if one of
2012 Feb 18
2
Cant install any windows dll's via winetricks
I cant install any window dll's it comes up with 'note :command 'mkdir -p/home/jonny/.cache/winetricks vcrun2005' returned. Status aborting.
any helpp????/
2005 Jun 17
1
cedega and native DLL's
Since wine does not support hal, do you think that window native direct
3d would work under cedega?, so I can finally cancel this subscription..
~matt
2007 Mar 19
1
how can I check which files or dll's a exe needs to run?
I got wine to run a poker program (worldpx.com) but It will keep
crashing, I think it needs win files or dll or runtimes that it
doesn't install itself.
how can I check which files or dll's it needs to run? (from the
winxp os)
I thought if I copied those files from my XP system to my wine/
system32 folder I could get it to run better.
Thanks, Mike
2011 Apr 23
1
Error installing winetricks dll's
Hello!
I have a problem when i try to download&install any dll from winetricks, appears the following message:
"Note: command 'mkdir -p /home/silent/.cache/winetricks/vcrun2005' returned status 1. Aborting"
Thanks for your help.
2011 Sep 13
2
Locally "installed" Dll's
Some small utilities that I sometimes run are often distributed as a .ZIP file containing the application and any DLL's that it depends on.
Windows has a behavior where if a DLL is located in the same directory as an application, windows preferentially chooses the DLL's in that directory over the same DLL that appears in C:\Windows\system32
Wine doesn't seem to behave this way (at
1999 Mar 02
0
DLL's and WINAPI
The reason i had problems running C++ DLL's in R was that i had
defined my functions using the WINAPI command, e.g.
void __export WINAPI fname ( int x[10][2], int y[10] )
{
....
....
}
I thought i could use WINAPI so that the name of the function
("fname") would remain unchanged when called in R which it does,
but it also implements the standard calling convention, (as
2002 Jun 14
1
which Native DLL's
Hello All,
could someone please tell me which Native DLL's I should use with Wine?
should they be Windows 95,98,NT, or 2000?
I think that part of my problem in the past has been that I have had a mixture and thus I think that this would cause a problem in some of my applications.
I have been trying to get an SDL application to run but I have not had luck so far.
Cheers,
Lonnie
2002 Oct 29
1
Overiding builtin DLL's for Dreamweaver
Trying to get DW to run and ran into a snag.
I installed it on a Windoze machine and copied the directory over, and
then copied all the dll's I could find in that directory to my system
and system32 directories on the fake drive.
When I go to run DW it crashes with javascript errors. Wine then core
dumps. When I run this from a terminal window I see some errors pop
up as it goes along.
2005 Nov 09
0
Native DLL's
I apologise for writing if this is explained in the docs, however, the parts
that I read confused me and I couldnt find search as an option for the
mailing list archive.
I found in the apps database that some people have gotten RawShooter
Essentials working (Rawshooter Professional is another matter). In the
database it said that certain dll's should be set to native:
2006 Jun 09
2
ldd for exe's and dll's
Hi! Is there any way to do sort of an ldd-style function to see what
dlls are needed by certain executables or other dlls in wine? Thanks!
-Steven