http://bugs.winehq.org/show_bug.cgi?id=3902
------- Additional Comments From alex(a)thehandofagony.com 2006-12-07 13:26 -------
Any progress on this patch? Could someone else finish it, if the original
author is not around?
--
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=5628
multescugeorge(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From multescugeorge(a)yahoo.com 2006-12-07 13:09 -------
With your permission i'll close this bug. I see the better integration with
the window manager.
Keep up the good work!
--
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=5651
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-12-07 13:00 -------
Please add an entry for this program to the AppDB http://appdb.winehq.org
--
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=5658
Summary: Crash with VariantChangeType()
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grolgh(a)gmail.com
VariantChangeType is observed crashing if it gets the same type.
It takes three parameters, input, expected type id, and output variant.
If you try to convert a VT_BOOL to a VT_BOOL it crashes.
Example program, not minimal:
This program crashes a bug in VariantChangeType()
Download:
http://www.batman.no/buzzwine/
Reference Screenshot:
http://www.batman.no/buzzclone/pre-v0.3-1.gif
Steps to reproduce:
Download entire folder. Unpack Gear.tar.gz into Gear. Start "wine buzz.exe".
Press "OK". Click treeview, "Generators". DnD FSM Infector next to "Master".
Doubleclick "Infector". Notice how sliders are drawn wrong, and does not work
correctly and eventually crashes the program.
Untested example code:
VARIANT v;
VariantInit(&v);
v.vt=VT_BOOL;
v.boolValue=FALSE; VARIANT v2;
VariantInit(&v2);
VariantChangeType(&v, VT_BOOL, &v2);
--
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=3686
------- Additional Comments From juan_lang(a)yahoo.com 2006-12-07 12:41 -------
*** Bug 3607 has been marked as a duplicate of 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.
http://bugs.winehq.org/show_bug.cgi?id=3607
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From juan_lang(a)yahoo.com 2006-12-07 12:41 -------
There were multiple parts to this bug. Creating ~/.wine already happens. The
suggestion to display fonts according to fonts.conf is in bug 3686, so closing
this as a duplicate.
*** This bug has been marked as a duplicate of 3686 ***
--
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=5657
Summary: EVE Online reports VM Size as 0 while on Windows it
reports the memory usage
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The VM Size in the Monitor window (CTRL+ALT+SHIFT+M) reports the memory usage as
always 0.
run eve.exe and wait for the loginscreen to pop up (needs patch from
http://elfe.mine.nu/eve/linux/ to work)
open the Monitor window with the keycombo and check the VM Size
it should report the virtual memory usage of Eve as seen in the windows task manager
this also happens if you run the taskmgr from wine and enable the "VM Size" column
--
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=5656
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
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.