http://bugs.winehq.org/show_bug.cgi?id=5646
Alexander Dorofeyev <alexd4(a)inbox.lv> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexd4(a)inbox.lv
--- Comment #9 from Alexander Dorofeyev <alexd4(a)inbox.lv> 2008-02-26 11:59:58 ---
IMO if it doesn't work in Vista doesn't mean it's invalid. Many apps become
broken with later windows version, but does it mean there is no bug in Wine
that can (and should) be fixed?
--
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=11694
Summary: Wine crashes when run in a directory other than build
directory
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: julliard(a)winehq.org
ntdll: Store the unhandled exception filter at startup to avoid race
conditions.
commit:78fba54ab791f8ed6d68305869b18403d08011e0
Ever since this commit, running wine from a directory other than the build
directory. For instance:
austin@austin-desktop:~/wine-git$ rm -rf ~/.wine && ~/wine-git/wine notepad #
this works fine
austin@austin-desktop:~$ rm -rf ~/.wine && ~/wine-git/wine notepad # fails
Reverting this commit lets wine run fine for me.
Also, see:
https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug/191575
--
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=11102
Summary: More Help link is broken
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: http://bugs.winehq.org/
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: bugzilla-unknown
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: austinenglish(a)gmail.com
"More Help on using Bugzilla." link on the main page is broken. Leads to
http://bugs.winehq.org/docs/html/ which gives the error:
"Forbidden
You don't have permission to access /docs/html/ on this server."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8945
--- Comment #39 from Dan Kegel <dank(a)kegel.com> 2008-02-26 09:39:05 ---
IIRC there was a Picasa bug of this sort; the app depended
on the case of a drive letter. The annoying thing was,
the case of the drive letter returned by Windows depended
on the version of Windows. So beware, and run those tests
on several flavors of Windows...
--
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=8945
--- Comment #38 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-26 05:18:47 ---
Alexandre said that in the patch the only change is really necessary is
the wine_unix_to_nt_file_name one, and we need to add the tests that show
that windows returns upper cased drive letters in the paths:
GetWindowsDirectory with some other path fetching/converting APIs and check
that the returned drive letter is in upper case.
--
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=5646
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #8 from Lei Zhang <thestig(a)google.com> 2008-02-26 02:16:12 ---
invalid then
--
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=8945
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10979|0 |1
is obsolete| |
--- Comment #37 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-26 01:08:47 ---
Created an attachment (id=10984)
--> (http://bugs.winehq.org/attachment.cgi?id=10984)
Use uppercased DOS device names
This is a more complete patch, please give it a 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=4066
--- Comment #10 from Jeff Zaroyko <jeffzaroyko(a)gmail.com> 2008-02-26 01:05:59 ---
(In reply to comment #7)
> Is this still an issue in current (0.9.54 or newer) wine?
>
This bug report also has about 50 affected programs registered on the AppDB
http://appdb.winehq.org/viewbugs.php?bug_id=4066 if that's another reason to
keep it open.
--
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=8785
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2008-02-26 00:43:13 ---
*** Bug 10673 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=8945
--- Comment #36 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-25 21:10:01 ---
... and that requires deleting/rebuilding ~/.wine of course.
--
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.