http://bugs.winehq.org/show_bug.cgi?id=7406
------- Additional Comments From a.hurst(a)shef.ac.uk 2007-15-02 18:29 -------
Oughtn't a deleted registry be replaced by wineprefixcreate, or in the same
manner? Should I file a bug about this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7418
------- Additional Comments From cimmo(a)libero.it 2007-15-02 18:26 -------
Juan don't know, how to check it?
I've tried installing mdac 2.8 but programs doesn't let me starts the database yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7406
------- Additional Comments From a.hurst(a)shef.ac.uk 2007-15-02 18:02 -------
Ok, answered my own question - it's the CoGetClassObject. Why the different name?
Can you be certain that this killed the JVM? The JVM log doesn't seem conclusive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7406
------- Additional Comments From a.hurst(a)shef.ac.uk 2007-15-02 17:58 -------
I'm sorry, I hate wasting people's time, but I can't see where CoCreateInstance
returned null.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3217
------- Additional Comments From madmax1984ro(a)yahoo.com 2007-15-02 17:53 -------
I'm getting this as well... Hope a there's a fix for it soon.
I did try the Sleep(5) hack mentioned above and it works but it still pops up
the annoying window, even after creating the HKCU/Software/Wine/x11drv/Managed
(="N") key.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7445
a.hurst(a)shef.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-resources |wine-files
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7445
Summary: windows dlls in user's ~/.wine/
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Not sure which category this request should be in..
Wouldn't the windows dlls in the users home directory be better sym linked?!
~/.wine/drive_c/windows/system32/msvcrt.dll etc...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7406
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-15-02 17:19 -------
If you can't install with a properly configured registry then of course this
is a bug and you should reopen it.
However I'd expect it should work. The
com.mathworks.installer.Win32.GetShortCutTarget is a JNI function (i.e.
written in C and it makes native Win32 calls) that probably creates a
ShellLink object to read the target. Because there was no registry entry for
it, CoCreateInstance returned NULL. The installer dereferenced that NULL and
crashed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7444
Summary: 3DMark2000 , Bechmark stopped working
Product: Wine
Version: 0.9.30.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emrdanmark(a)gmail.com
The bencmarktest in 3DMark2000 stopped working , it works fine with version
0.9.27 , 0.9.28 and 0.9.29
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6351
------- Additional Comments From hverbeet(a)gmail.com 2007-15-02 16:53 -------
No, that's not a texture. Currently wine uses the backbuffer for offscreen
rendering by default, and the "texture" you see in the sky is stuff left over
from that. As mentioned in comment #10, in d3d you can share the depth buffer
between onscreen and offscreen rendering modes, which is required for the
terrain to be visible. When using the backbuffer for offscreen rendering the
depth buffer is in fact shared, but not in the right way, that's why the stuff
in the sky is upside down and the ground becomes visible when they touch
eachother. When using FBOs for offscreen rendering, we *can* share the depth
buffer in the right way, which is why it works there. Note that BF2 is currently
affected by a regression that prevents it from starting though (bug 7443]).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.