http://bugs.winehq.org/show_bug.cgi?id=9158
Sjors Gielen <dazjorz(a)dazjorz.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dazjorz(a)dazjorz.com
--- Comment #19 from Sjors Gielen <dazjorz(a)dazjorz.com> 2009-05-24 13:39:23 ---
(In reply to comment #18)
> I've been thinking about how to handle FILE_ATTRIBUTE_HIDDEN in Wine. In
> Nautilus (and probably other file managers) you can hide files by creating a
> file called ".hidden" and listing the names of the files you wish to hide.
>
> Once possible proper fix for this bug (aside from the workaround posted) is to
> alter create_file (server/file.c) to add an entry to a .hidden file in the
> destination directory when a file is created with FILE_ATTRIBUTE_HIDDEN set.
> Then FindFirstFile/FindNextFile could check this file (if it exists) and ignore
> any files listed.
>
> This should give the behaviour needed without having to rename the files so
> they are prefixed with a dot.
As far as I can see, '$shtdwn$.reg' is not prefixed with a dot or anything, so
that can't be the problem here... Right?
--- Comment #20 from Austin English <austinenglish(a)gmail.com> 2009-05-24 14:16:32 ---
(In reply to comment #19)
> As far as I can see, '$shtdwn$.reg' is not prefixed with a dot or anything, so
> that can't be the problem here... Right?
The problem is the installer expects the file to be hidden, in the Windows way,
e.g., not a '.', but given the hidden attribute, which Wine does not support.
--- Comment #21 from Sjors Gielen <dazjorz(a)dazjorz.com> 2009-05-25 15:24:50 ---
(In reply to comment #20)
> The problem is the installer expects the file to be hidden, in the Windows way,
> e.g., not a '.', but given the hidden attribute, which Wine does not support.
You said:
> This should give the behaviour needed without having to rename the files so
> they are prefixed with a dot.
I thought this was the way Wine does it now :)
What about this: Wine gets (for case insensitivity) a solution like ciopfs: all
files are stored in lower case, and then Wine keeps a database file (sqlite or
so?) containing the original filename and other non-ext properties, like
whether they are hidden. Using SQLite, it wouldn't be too slow; Wine doesn't
need to read all files in the directory since the files are lowercase.
It only needs to search if the lowercase file does not exist, in which case it
does search and if it finds a file, it renames it to lowercase and adds it to
the database to speed up future searches; this is necessary to merge from older
Wine versions. This solution will only be noticeably slow when an application
continuously asks for a non-existent file; and it will be just as slow as the
old Wine solution. It will also be backwards compatible, only older versions of
Wine will not return the original filename but the lower case one (since they
search the whole directory anyway).
Any objections, except that SQLite support is needed?
--
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=9027
Ken Sharp <kennybobs(a)o2.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |18601
--- Comment #35 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-05-25 15:10:45 ---
Yup, but it's fixed in latest git.
--
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=8095
nsandschn(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nsandschn(a)gmx.de
--- Comment #14 from nsandschn(a)gmx.de 2009-05-25 14:36:47 ---
Still present in wine 1.1.22
--
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=18374
Summary: Wine crashes with Cartographer3 on WoW WotLK, version
3.1.1 (9835)
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kingttx(a)tomslinux.homelinux.org
Created an attachment (id=20946)
--> (http://bugs.winehq.org/attachment.cgi?id=20946)
Console output
After the previous patch, I downloaded the addon Cartographer3 to replace
Cartographer. The older version worked fine. After logging in and starting the
character, the game crashes, specifically with the following errors (see full
log below).
E: shm.c: mmap() failed: Cannot allocate memory
E: shm.c: mmap() failed: Cannot allocate memory
E: shm.c: mmap() failed: Cannot allocate memory
E: memblock.c: Assertion 'b' failed at pulsecore/memblock.c:438, function
pa_memblock_acquire(). Aborting.
wine client error:9: write: Bad file descriptor
Please let me know if you want/need more information.
Thanks!
--
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=2967
Tony Lambregts <tony.lambregts(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Tony Lambregts <tony.lambregts(a)gmail.com> 2009-05-25 10:15:46 ---
closing
--
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=2963
Tony Lambregts <tony.lambregts(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Tony Lambregts <tony.lambregts(a)gmail.com> 2009-05-25 10:14:42 ---
closing
--
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=7416
H. Verbeet <hverbeet(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hverbeet(a)gmail.com
--- Comment #10 from H. Verbeet <hverbeet(a)gmail.com> 2009-05-25 10:10:24 ---
Yeah, that needs multihead support in d3d9/wined3d.
--
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=7416
Paul "TBBle" Hampson <Paul.Hampson(a)Pobox.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Paul.Hampson(a)Pobox.com
--- Comment #9 from Paul "TBBle" Hampson <Paul.Hampson(a)Pobox.com> 2009-05-25 10:05:26 ---
Now we're talking about games, this is probably an overlap with bug 12443.
--
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=18301
Summary: Stop emails being sent to user making changes
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
When making changes of any kind to an application, an email is sent.
In Bugzilla, if you are the one making the changes, there is an option to not
receive the email.
Can this be added to the AppDB?
--
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.