http://bugs.winehq.org/show_bug.cgi?id=8577
Roland Haeder <roland(a)mxchange.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roland(a)mxchange.org
--- Comment #8 from Roland Haeder <roland(a)mxchange.org> 2009-12-29 01:36:50 ---
Still with recent git-version: wine-1.1.35-245-gc70f69c
And sometimes the mouse pointer moves up automatically. :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18666
Summary: Source Insight: Text from Source Insight overlaps
randomly when window focus is moved to other
applications
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turanammo(a)rocketmail.com
Created an attachment (id=21375)
--> (http://bugs.winehq.org/attachment.cgi?id=21375)
text from Source Insight shows up on newly focused app.
Text that is displayed in the Source Insight editor window is seen on top of
another application even when Source Insight is no longer in focus. This
behaviour is random and is exhibited on mouse movements.
A demo version of Source Insight can be obtained here.
http://www.sourceinsight.com/downeval.html
Wine Version: 1.1.21
OS: FC 10
Platform: x86
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18507
Summary: Icons in Tunnelier 4.x SFTP window are drawn
incorrectly
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Created an attachment (id=21152)
--> (http://bugs.winehq.org/attachment.cgi?id=21152)
Snapshot of the SFTP window in Tunnelier exhibiting the icon problem
Tunnelier is a nice Win32 SSH graphical client, it comes bundled with a SFTP
client.
All the icons on the SFTP are drawn incorrectly, under wine all of them have a
black background instead of a transparent one like on Windows.
Get the software from:
$wget http://dl.bitvise.com/Tunnelier-Inst.exe
Then install:
$wine Tunnelier-Inst.exe
To run it:
$wine tunnelier
to reproduce the bug just log into any ssh enabled server, the console and the
SFTP window will open automatically after logging in.
See attached capture.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21164
Summary: Morrowind: Crashes while trying to play music
Product: Wine
Version: 1.1.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonkaap(a)gmail.com
Morrowind tries to play a music file from one of its folders when it is
appropriate and then gives an error and quits. If the corresponding music file
(an mp3) is moved or deleted the game will simply ignore that it exists and
will continue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21175
Summary: iTunes 9 barely works
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.apple.com/itunes/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craigmilne(a)hotmail.co.uk
When iTunes installation is complete, an error message pops up, saying
"Warning! iTunes was not properly installed. If you wish to import or burn CDs,
you need to reinstall iTunes." Naturally, i have tried reinstalling iTunes
multiple times but it does not change anything. iTunes will not import CDs or
recognize my iPod, and when minimized becomes completely unusable. I don't know
what else to try.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9158
--- Comment #29 from Anastasius Focht <focht(a)gmx.net> 2009-12-28 17:49:01 ---
Hello,
--- quote ---
I implemented support for the hidden bit along with the
fix for bug 15679), but it doesn't seem to fix this.
In my testing of FindFirstFile etc. on vista, it seems
that layer is not supposed to obey the hidden
attribute; even on Vista, FindFirstFile will happily
return hidden files to the caller.
--- quote ---
Returning/preserving FILE_ATTRIBUTE_HIDDEN using xattr is completely fine and
the behaviour we want in Wine.
Maybe you misunderstood my earlier analysis:
--- quote myself ---
Because wine doesn't support "native" FILE_ATTRIBUTE_HIDDEN this flag is
omitted in the returned WIN32_FIND_DATA.dwFileAttributes (filename doesn't
use leading dot "hack" because the installer has no knowledge on this unixism).
See dlls/ntdll/directory.c:NtQueryDirectoryFile "dotfiles" code.
Hence the special $shtdwn$.req file gets included in file copy list which fails
because of sharing violation (remember: it's not supposed to be copied).
--- quote myself ---
The installer filters out any files/directories with FILE_ATTRIBUTE_HIDDEN
(0x2) and FILE_ATTRIBUTE_DIRECTORY (0x10) attributes set in its FindNextFile()
loop.
I don't know why it still doesn't work for you.
When the error message box shows up can you change to temp extraction folder
(in WINEPREFIX "c:\<temp-folder-id>") in separate shell and execute:
$ getfattr "\$shtdwn\$.req
It should have user attrs set.
If not, make sure the mount point where you WINEPREFIX lives really has xattrs
(user_xattr) enabled.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=201
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christianuceda(a)yahoo.com
--- Comment #64 from Austin English <austinenglish(a)gmail.com> 2009-12-28 17:28:41 ---
*** Bug 18507 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7034
--- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-12-28 16:10:24 ---
Commit f897a91247d9ed7a240f0db6fa902cd0148210e6 fixes hex mode formatting. Now
range interpreting should be corrected, it will be enough to close this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16980
Summary: Visual C# 2008 Express: errors after successful startup
("New Project" window etc)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thp069(a)gmail.com
Created an attachment (id=18766)
--> (http://bugs.winehq.org/attachment.cgi?id=18766)
Error msg box
On lenny, wine 1.1.13, after installation of VC# 2005 (using iso image) from
http://msdn.microsoft.com/vstudio/express/visualc/download/
and after following the winetricks described at end of bug 5054,
1. the IDE starts up, fine,
2. the "New Project" window (still) does not appear when clicking that menu
button,
3. in the "Open Project..." dialog, directories and files in the current
directory are not shown (however they can at least be opened by typing them
into the filename text box).
The C# project MontyHall from
http://www.codeproject.com/KB/cs/montyhall.aspx
compiles, and the compilation is executable outside of VC#2005; however inside,
both "Debug" and "Start without debugging" won't work.
The former produces an error msg box "Unable to start program
c:\windows\profiles\thomas\My Documents\etc\etc\MontyHall.exe" [see attach;
file path correct] which might be caused by the intermittent symbolic link not
being resolved correctly.
The letter opens a console, immediately closing it, saying "file not found".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16751
Summary: winedbg/be_ppc.c: initialization from incompatible
pointer type
Product: Wine
Version: 1.1.12
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wtype-limits -Wpointer-arith -g -O2 -o be_ppc.o be_ppc.c
be_ppc.c:186: warning: initialization from incompatible pointer type
be_ppc.c:187: warning: initialization from incompatible pointer type
be_ppc.c:188: warning: initialization from incompatible pointer type
be_ppc.c:189: warning: initialization from incompatible pointer type
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.