Displaying 20 results from an estimated 1000 matches similar to: "Can't make a shadow directory"
2002 Oct 12
2
Can't make a shadow direcory
Hi,
I'm trying to make a shadow directory, and followed the instructions out of
the Wine manual, but it doesn't work. I should do this:
~>cd /
/>mkdir c_shadow
/>cd c_shadow
/c_shadow>ln -s /c_/* .
/c_shadow>rm windows AnApp
/c_shadow>cp -R /c_/{windows,AnApp} .
/c_shadow>chmod -R 777 windows AnApp
/c_shadow>perl -p -i -e 's|/c$|/c_shadow|g'
2002 Dec 06
0
winspool error
I am using Mandrake 9.0 and wine-20021125.
The program in question installed with no apparent problems. A lot of the program works correctly, however, I get to a point that gives an error.
I ran the program with --debugmsg +loaddll options. I also line numbered the output and I included all output.
On line 11 it loads winspool.drv but on line 41 it can not find winspool.drv.
Any ideas on how to
2002 Dec 29
0
REPOST: winspool error
I posted this earlier with no response. I have also tried wine-20021219 with the same results.
I am using Mandrake 9.0 and wine-20021125.
The program in question installed with no apparent problems. A lot of the
program works correctly, however, I get to a point that gives an error. I
ran the program with --debugmsg +loaddll options. I also line numbered the
output and I included all output.
2002 Dec 02
0
# wine --version Wine 20021125
Does anyone know how to save the output from the debugger and how to fix
this problem?
# wine SetupChat.exe
fixme:seh:check_resource_write Broken app is writing to the resource
data, enabling work-around
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
2001 Apr 30
1
OpenGL causes assertion failure.
Hello,
I've done all the 'Right Things(tm)' in order to get opengl to
work under wine.
Here's my checklist:
-1- I checked the proper working of libGL.so
gears runs just nicely under linux
-2- I retrieved the latest and greatest wine src from CVS
-3- I did a ./configure --enable-opengl
-4- Built the sources, installed the binaries.
-5- Tried dll configs
Now, when
2002 Dec 05
0
win2k + iexplore
i am not able to run iexplore from wine in mandrake 9.0.
On "wine -debugmsg +loaddll IEXPLORE.EXE" gives following message and
exits without opening the iexplorer
trace:loaddll:MODULE_LoadLibraryExA Loaded module
'C:\WINDOWS\SYSTEM32\KERNEL32.dll' : builtin
trace:loaddll:MODULE_LoadLibraryExA Loaded module
'C:\windows\system32\msvcrt.dll' : native
2002 Nov 21
3
Tribes 1.x & Wine
Has anyone ever tried to actually get a tribes server
running under wine or another emulator?
Just the other day i was setting up a linux counter-strike server.
My friend asked me if i would setup a Tribes 1.0 or 1.11 server.
I thought linux would be a great way to do it.
I was trying to run a headless / dedicated starsiege tribes server (1.0/1.11)
I Installed the tribes files (including the
2001 Nov 19
1
Lotus Notes under WinNT 4.0
Hello!
I'm trying to run Lotus Notes (installed on another partition,
Win NT 4.0) under SuSE Linux 7.2.
So far I got Wine release 20011108.
If I run
wine --winver nt40 --debugmsg +loaddll \\
/windows/c/Programme/Lotus/Notes/notes.exe
a Lotus opening window shows shortly and then on a mouseclick
it does nothing or produce a memory error.
It seems to have problems with ole32.dll:
2003 Feb 07
0
DVD2One + fixme:win32:PE_CreateModule Unknown directory 15 ignored
Hi guys
Couple of weeks ago I saw some posts about DVD2One not working... i tried
this app in my Windows, and had to say is the most amazing Vob re-encoder
have seen (and no, before someone ask, there is no similar app in linux, the
closest is transcode + ifogen but they take 12-18hours while dvd2one takes 30
minutes + multiaudio+multisubs... and so on)
Anyway, i only got this:
2002 Nov 20
0
Problem with DllOverrides
I want to start MaxPayne.exe that loads msvcrt.
I set in ~/.wine/config:
[AppDefaults\\maxpayne.exe\\DllOverrides]
"msvcrt" = "native"
"midimap.drv" = "native"
[AppDefaults\\maxpayne.exe\\x11drv]
"Desktop" = "800x600"
loading winedbg/wine MaxPayne.exe --debugmsg +loaddll,+reg gives :
trace:reg:NtOpenKey
2002 Sep 14
1
iexplore ver 5.5 install can't load commctrl.dll
I have installed wine version 20020904 on:
Linux kernel 2.2.14
glibc 2.1.2
gcc 2.95.3
kde-3.0.2
WINEDLLPATH=/usr/local/lib/wine (set after wine was installed)
I commented out the code in cdrom.c that will not compile because of the old kernel (ie. references to SCSI_PASS). Wine will then compile and install and run.
I then installed all of the fonts from sourceforge. Then I tried to install
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
2001 Oct 14
0
DirectX 8 Library error.
I have written a directdraw program in dx7 that i can get working under
wine.
I have now written a simple directx8 3d program that works under windows
but i am getting these wierd errors under wine.
this is the output from wine -debugmsg +module pro666 I think it is a
problem with the two libraries d3d8.lib and d3dx8.lib as I can see errors
there. Also I notice that these are the two libraries
2020 Mar 17
0
[PATCH libnbd v2 3/3] golang: Add straightforward bindings, without callbacks.
---
generator/GoLang.ml | 336 +++++++++++++++++-
.../libnbd/libnbd_200_connect_command_test.go | 35 ++
2 files changed, 367 insertions(+), 4 deletions(-)
diff --git a/generator/GoLang.ml b/generator/GoLang.ml
index 1b8f20b..e5fb97c 100644
--- a/generator/GoLang.ml
+++ b/generator/GoLang.ml
@@ -23,6 +23,304 @@ open Printf
open API
open Utils
+let go_name_of_arg =
2002 Nov 26
2
New to Wine (halflife upgrade fales)
Hi all,
This is a total newbe mistake I'm sure but I'm stumped. I have
installed: wine-20020605-2.i386.rpm
wine-devel-20020605-2.i386.rpm
in redhat 8.0
I can get all the way through the setup of halflife sound test and all,
then if I try to do the auto update it fails. It can't see a network
connection.
I am getting errors in my terminal during the install even though it
looks
2006 Jan 13
0
Wise installations and wine
Hi im trying to run a setup that is made with wise and i dont get to finish
the installation correctly. Anyone knows if there is any particular way to
run wise installations with wine?
i think thera smoe problems with shell32
this is the output:
WINEDEBUG=+loaddll wine properly/InstalarServidor.EXE
trace:loaddll:load_builtin_dll Loaded module L"kernel32.dll" : builtin
2009 Apr 06
1
debugging application install failure
hi,
i'm new to wine, hope you'll bearwith me. i need to install a typing
program, Typing Instructor For Kids 4, which isn't listed at all in the
database. The install fails; full log is attached, but it looks to me
like the problem is here:
----
> fixme:advpack:set_ldids Need to support changing paths - default will be used
> fixme:setupapi:SetupDefaultQueueCallbackW
2011 Nov 04
2
Problem running BBC Doctor Who game in Linux Mint Debian
Hi,
I have a Toshiba Satellite L500 Laptop running 64bit Linux Mint Debian Edition 201109.
The laptop has ATI Radeon M92 (HD 4500 / 5000) graphics.
This is based on Debian testing and because at present there is no WINE in the testing repositories, I have installed 1.3.30 from:
http://frickelplatz.de/debian/
This seems to work fine: I can run LTspiceIV perfectly.
However ...
I have tried
2008 Aug 02
0
mobilemeter and Wine problems
Hi
Ubuntu Hardy 8.04 i386; Wine 1.0.0-1ubuntu4~ha via Synaptic.
I'm trying to install mobmeter.exe which I downloaded from here (http://www.softpedia.com/get/System/System-Info/MobileMeter.shtml).
Got Error when initially trying to install, so ran
Code:
WINEDEBUG=+loaddll wine /home/nick/mobmeter.exe
which gave the following output:
Code:
trace:loaddll:load_builtin_dll Loaded
2008 Oct 27
3
Bad display glitches with Ultima Online
I'm having trouble getting Ultima Online to work on my system. I installed from the Age of Shadows CD and patched from there. It installed fine, patched up ok, but when it loads the actual game my display goes utterly haywire. I'm getting 2 badly distorted mini UO screens and it looks like someone randomised the pixels on half my screen. When I move the mouse around I can move said