http://bugs.winehq.com/show_bug.cgi?id=705
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-11 04:02 -------
If so,
any program that uses directx 8.x by linking the dll explicitely
is unusable with wine at the moment. Renaming the dll to make it shut up won't
load the program, as it says immediately and logically :
err:module:PE_fixup_imports Module (file) d3d8.dll (which is needed by
C:\ChameleonMark\binaries\ChameleonDX.exe) not found
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=705
------- Additional Comments From marcus(a)jet.franken.de 2002-06-11 03:11 -------
The end of your log shows something with your install is broken.
Also the native d3d8.dll is not useable in your case, since it references
internal DDRAW functions.
One of those problems leads to the crash, but it cannot be easily fixed.
ciao, Marcus
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |705
nThis| |
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=705
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |784
Platform| |All
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
Summary: dsound.11 unimplemented
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: spetreolle(a)yahoo.fr
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-11 01:33 -------
I can launch regedit :
wine c:\\Windows\\regedit (found by /usr/local/bin/regedit)
but I think the app tries to launch
wine c:\\Windows\\regedit.exe
and I have no file named as it :)
so putting the link in c:\\windows works (you were entirely right), but now
regedit is saying he doesn't find the 3 .reg files he wants to import.
I get:
No such file or directory
regedit: Can't open file "C:\PROG~FBU\YAHOO!\MESS~QZM\default.reg"
No such file or directory
regedit: Can't open file "C:\Program Files\Yahoo!\Messenger\Default.reg"
and the same for the 2 files listed under.
[syl@snoop Temp]$ ls -l /c/Program\ Files/Yahoo\!/Messenger/*reg
-rw-r--r-- 1 syl wine 572 jan 7 18:18 /c/Program
Files/Yahoo!/Messenger/default.reg
-rw-r--r-- 1 syl wine 5702 mai 15 16:10 /c/Program
Files/Yahoo!/Messenger/intl.reg
-rw-r--r-- 1 syl wine 3071 jan 24 20:14 /c/Program
Files/Yahoo!/Messenger/ViewInfo.reg
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 20:27 -------
My regedit.exe is buildin - link to the .so file.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=777
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-10 18:32 -------
I will verify,
but I think I don't have regedit.exe in C:\windows, as I moved it to another
place to make use of your built-in one.
launching regedit on bash prompt as this :
$ regedit
runs the built-in regedit (it's found by $PATH in /usr/local/bin, i.e. the
wrapper)
if so, I will try to put the correct link in C:\windows by hand (I never used
the wineinstall script)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=777>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=768
apa3a(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform| |All
------- Additional Comments From apa3a(a)yahoo.com 2002-06-10 14:29 -------
Comments from Andreas Mohr:
*********************************************
Sounds like ES:BX is a NULL pointer
(you forgot to list BX, though).
And as ES == NULL == evil, this results in a privileged instruction
exception.
Try to find out where the NULL pointer comes from via relay trace
or by walking the function backtrace (checking where ES:BX gets loaded
and where this memory location or register gets its value from).
*********************************************
For some reason I get crazy formatting when cut&paste from console window.
Here is the missing line:
AX:0001 BX:0000 CX:0001 DX:0c3f SI:90bb DI:af4b
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.