http://bugs.winehq.org/show_bug.cgi?id=5468
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2006-19-06 11:12 -------
Both systems (centrino running switchercad with 100 % CPU utilization and Athlon
running only at below 20 %) are Suse 10.0 systems, with Suse online updates and
a rather recent CVS wine.
--
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=5457
------- Additional Comments From madeira(a)operamail.com 2006-19-06 10:57 -------
I'm getting the same problem. Right after unpacking the installer I get a dialog
box saying that it is "unable to detect available updates".
I'm running wine 0.9.14 (on Gentoo) with ies4linux beta6. Here's my output of
wine:
# wine MPSetup.exe
err:ole:CoGetClassObject class {cfc399af-d876-11d0-9c10-00c04fc99c8e} not
registered
err:ole:CoGetClassObject no class object {cfc399af-d876-11d0-9c10-00c04fc99c8e}
could be created for context 0x1
err:ole:CoGetClassObject class {cfc399af-d876-11d0-9c10-00c04fc99c8e} not
registered
err:ole:CoGetClassObject no class object {cfc399af-d876-11d0-9c10-00c04fc99c8e}
could be created for context 0x1
fixme:setupapi:SetupCopyOEMInfW stub: source L"C:\\windows\\temp\\IXP000.
TMP\\wmexpack.inf" location L"c:\\windows\\RegisteredPackages\\{CAC24AF7-5447-
4F19-9FA6-F6E6E69D395E}" ...
#
Thanks.
--
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=5468
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-19-06 10:50 -------
I get a quick simulation at 98% cpu on a semipron 2.5GHz. The only problems I
have had with switchercad was a bad xorg 6.9 s3 unichrome driver. The fix was to
add a nvidia fx5200 agp card. But that driver just caused the net drawing tool
to not show any the net being drawn.
It is looking like a hardware or distribution specific problem.
Is that a 32 or 64 bit AMD micro and what mode is you OS running. Also add some
details as to hardware and kernel version. Any missing components from the
./configure phase of the build.
You could also try a make clean or make distclean. I switched to GIT from CVS as
CVS seems to leave things in the tree if directorys are moved.
--
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=5469
Summary: VB6.0 string compare gives wrong result
Product: Wine
Version: 0.9.12.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charles(a)diagnos.co.uk
Running a test program with the following code in it (compiled using Visual
Basic 6.0) gives different results on Windows XP and on Wine 0.9.12 running on
Debian (unstable):
a$ = Chr$(1) + Chr$(2) + Chr$(0) + Chr$(3)
If a$ = Chr$(1) + Chr$(2) + Chr$(0) + Chr$(4) Then MsgBox ("WOW1")
Under Windows XP, the correct result is given (ie no msgbox).
Under Wine, the msgbox pops up.
The program gets the correct length of the string (ie 4), and can read the
correct characters off, but thinks that the two strings match when compared.
It only has this problem when the chr$(0) is in the string. Does the string
compare function see the chr$(0) and think it's a null-terminated string?
--
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=5152
------- Additional Comments From jan.wine(a)zerebecki.de 2006-19-06 06:19 -------
Please retry with the soon to be released 0.9.16 or with current git/cvs.
--
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=2082
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-19-06 05:29 -------
Created an attachment (id=2673)
--> (http://bugs.winehq.org/attachment.cgi?id=2673&action=view)
patch which makes Diablo menu happy after DDraw rewrite
After the DDraw rewrite [8] old menu hack isn't possible to apply. This is
updated and somewhat working hack:
--- a/dlls/wined3d/surface_gdi.c
+++ b/dlls/wined3d/surface_gdi.c
@@ -60,7 +60,7 @@ x11_copy_to_screen(IWineD3DSurfaceImpl *
hSurfaceDC = This->hDC;
- hDisplayWnd = This->resource.wineD3DDevice->ddraw_window;
+ hDisplayWnd = GetDesktopWindow();
hDisplayDC = GetDCEx(hDisplayWnd, 0, DCX_CLIPSIBLINGS|DCX_CACHE);
if(rc)
{
[8]http://source.winehq.org/git/?p=wine.git;a=commit;h=c8901d6f6253f6c97610e…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1293
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-19-06 04:54 -------
inseng.dll has been committed and IE6SETUP.exe now works without any native dll.
--
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=5451
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |stefandoesinger(a)gmx.at
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
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=5468
Summary: Switchercad scad3 doesn't run at full speed
Product: Wine
Version: CVS
Platform: PC
OS/Version: BSDI
Status: NEW
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bon(a)elektron.ikp.physik.tu-darmstadt.de
On the Athlon board at work, a switchercad simulation doesn't run at full speed.
CPU utilization is below 20 %. On my Centrino laptop, the simulation runs at
full speed. Switchercad is avaliable as a free download at www.linear.com
(->Design Support). As refernce, I use the LT3479 demo circuit (search "lt3479"
-> Software and Simulation LT3479 Demo Circuit).
The program author, Mike Engelhard, is normally quite helpfull when asked and is
supportive to run switchercad on wine.
--
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=5463
------- Additional Comments From peter(a)cendio.se 2006-19-06 02:16 -------
I can confirm this problem. Please reopen this bug.
--
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.