http://bugs.winehq.org/show_bug.cgi?id=2227
perja(a)ifi.uio.no changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From perja(a)ifi.uio.no 2004-25-07 16:10 -------
Upgrading to 20040716 did the tricks. Works fine now.
--
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=782
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-25-07 10:38 -------
please try again with a newer release. should work better after 2 years
development. ;) reopen if still not fixed
--
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=2385
------- Additional Comments From theflameeyes(a)libero.it 2004-25-07 09:07 -------
I submitted here because it needs a cleanup before the merge. Were rejected
from wine-patches because of that, last time.
If someone know better than me the wine's coding style and have a little bit of
time to clean this up... the code itself works perfectly for me.
--
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=567
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-25-07 08:58 -------
if this is still needed, please report which functions are missing
in a new report.
--
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=900
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-25-07 08:56 -------
no updates for 2 years, assuming fixed.
if not , please reopen.
--
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=2385
------- Additional Comments From marcus(a)jet.franken.de 2004-25-07 08:52 -------
please submit it directly to wine-patches(a)winehq.com
--
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=2387
Summary: ClrMamePro: Main windows doesn't show up after a
function is selected and closed
Product: Wine
Version: CVS
Platform: Other
URL: http://www.clrmame.com/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theflameeyes(a)libero.it
I already submitted this to the mailing list but I also report it here to track
it down.
I'm having trouble using ClrMamePro (a program to verify MAME roms under
Windows, seems that there's no replacement for Linux).
It starts up and with no big glitches, but after I selected one of the program
function (scanner, rebuilder, preferences, about), and then close it, the main
window doesn't show up anymore.
The same application under winex/cedega seems to works better, but there are
two glitches after a function is selected and closed: the window is minimized
and the buttons are moved up of 25 px and left of 10 px.
ClrMamePro worked fine with an old version (don't remember which, was from
summer 2k3), with a single big glitch: always after the selection and close of
a function, the window wasn't repainted, so I should go by memory to find the
right button.
Current wine's output is this:
fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000
fixme:dc:LockWindowUpdate (0x10046), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10046), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
err:dc:DCE_FreeWindowDCE [0x10054] GetDC() without ReleaseDC()!
err:dc:DCE_FreeWindowDCE [0x20056] GetDC() without ReleaseDC()!
--
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=2386
Summary: WINNLS* commented stubs
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theflameeyes(a)libero.it
Seems like WINNLS* functions' stubs are commented out of user32.spec.
I was trying YuGiOh Power of Chaos before, but it won't work if at least
WINNLSEnableIME's stub is uncommented (still isn't working, but at least seems
to start with 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=2385
Summary: SHLWAPI Patch
Product: Wine
Version: CVS
Platform: Other
URL: http://flameeyes.web.ctonet.it/
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theflameeyes(a)libero.it
This patch adds support for some functions of SHLWAPI
ChangeLog:
- Write partially PathSearchAndQualify (there is a FIXME).
[dlls/shlwapi/path.c]
- Add to PathCreateFromUrl support for file:/// urls (with 3 '/' )
[dlls/shlwapi/path.c]
- Add to UrlCanonicalize the URL_FILE_USE_PATHURL flag's support.
[dlls/shlwapi/url.c]
- Add to UrlIs support for URLIS_DIRECTORY and URLIS_FILEURL flags.
[dlls/shlwapi/url.c]
- Fixes UrlCreateFromPath [dlls/shlwapi/url.c]
Actually, the patch needs some cleanup.
--
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.