http://bugs.winehq.org/show_bug.cgi?id=4694
------- Additional Comments From andreas.bierfert(a)lowlatency.de 2006-02-03 16:59 -------
Oh an maybe I should mention that there are _no_ fstab entries anymore...
--
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=4694
Summary: wine fails to detect CD Drives with dynamic mounting
Product: Wine
Version: 0.9.8.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.bierfert(a)lowlatency.de
On Fedora Core 5 (which will be released soon) and I suspect on other Linux
distros as well cds are mounted dynamically and automatically. If you insert a
cd into your drive it will be automatically mounted with its name as cdrom
dir... e.g. if your cd is called 'winecollection' it will be mounted as
/media/winecollection
wine fail to detect these kinds of mounted cds thus rendering all cdrom stuff
pretty much useless.
--
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=4657
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-03 15:48 -------
ok,a few questions then:
Question 1: is it really necessary to draw these resources? if i apply following
patch, and make an empty file "search.avi" in dlls/shell32 (touch
dlls/shell32/search.avi) the bug is already gone.
diff -uN /tmp/wine/dlls/shell32/shres.rc dlls/shell32/shres.rc
--- /tmp/wine/dlls/shell32/shres.rc 2006-03-01 06:55:30.000000000 -0500
+++ dlls/shell32/shres.rc 2006-03-02 17:35:49.000000000 -0500
@@ -28,6 +28,8 @@
#include "version.rc"
+0x97 AVI "search.avi"
+
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
shv_accel ACCELERATORS
Question 2: If they need to be drawn, should they look like Microsoft's one's?
Or could it just be something very basic/simple.
--
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=4685
tkho(a)ucla.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1955 is|0 |1
obsolete| |
------- Additional Comments From tkho(a)ucla.edu 2006-02-03 13:45 -------
Created an attachment (id=1966)
--> (http://bugs.winehq.org/attachment.cgi?id=1966&action=view)
new exe opens up file menu programatically
This sends an ALT-F to notepad instead of ALT-O (didn't realize there was no
Format menu in Wine's notepad.exe)
The problem only occurs when a VK_LMENU is sent, and works fine when VK_MENU is
sent instead.
--
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=3221
------- Additional Comments From camber(a)umich.edu 2006-02-03 13:12 -------
I have the same prolem using Quicken 2005 Basic under Wine 0.9.8. Several
actions will cause this. Trying to "Edit" but not "Enter" a scheduled
transaction and trying to enter a transaction in an investment account are two
that I can think of right now.
It doesn't appear to me, though that it is trying to create two windows. It
looks like it is creating noe window and then giong into a resize loop, flashing
between the default size and a smaller size (about 100x100, I'd guess). While
it is doing this, the CPU usage goes to 100%. If I quickly go to a different
virtual screen (I'm using Gnome under Fedora Core 4) and then return, the
flashing stops, but the window has shrunk to an absolute minimum and cannot be
resized. I can then <esc> or use the window "Close" command to get rid of it.
--
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=4646
arjan.mels(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.2. |0.9.3.
------- Additional Comments From arjan.mels(a)gmx.net 2006-02-03 12:31 -------
My apologies for all the stir. As you might have noticed this was my first
time to submit a bug report for Wine. The reason for not wanting MFC source
posted is a bit far fetched I think. Any of the MFC developers might (and
probably actually have) a Visual Studio C++ install at home, which includes
the MFC sources. I do acknowledge that I should not have posted the MFC
Vitaliy, it is unclear to me what you mean with patch -up. If I try to run
this command it complains that the p switch needs an argument.
--
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=4693
Summary: Origin update does not work (shows winsock/wininet
errors)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
This is post-0.9.8 Wine with Origin 7.5.
If I choose Help->Search for Updates, it shows a message box with
"Microsoft XML Parser was not found" and in the console:
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:wininet:INET_QueryOptionHelper Stub! 40
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:wininet:INET_QueryOptionHelper Stub! 40
--
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=3171
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2006-02-03 11:31 -------
Menubar looks fine now. The patch for bug 4529 fixes
the big black blocks, so I'm marking this as a dup.
*** This bug has been marked as a duplicate of 4529 ***
--
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=4442
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
Summary|mozilla 1.5 renders upper |firefox1.5 renders upper
|left part of green bars as |left part of green bars as
|black on slashdot.org |black on slashdot.org
------- Additional Comments From dank(a)kegel.com 2006-02-03 11:20 -------
Whoops, I meant firefox. And the patch for bug 4529 seems to fix it.
*** This bug has been marked as a duplicate of 4529 ***
--
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.