http://bugs.winehq.org/show_bug.cgi?id=16206
Summary: winebrowser adds preceding slashes to 'mailto:' URLs
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
Hello,
Stop me if I'm wrong, but winebrowser is in charge of handling calls to the
http, https and mailto protocols in Windows applications running inside Wine -
including, say, calls in VBA such as 'ActiveWorkbook.FollowHyperlink Address:='
If you pass an http resource there, Wine will defer the call to the system's
default browser (say, Firefox). No problem here.
If you pass a mailto resource there, Wine will defer the call to the system's
default mail client (say, Kmail). That's where things get ugly: the mail
address gets preceded by one or more '/' - and of course, sending the e-mail
will fail.
A very simple example would be typing in a terminal:
winebrowser "mailto:test@thing.com"
or
winebrowser mailto:test@thing.com
both open a Kmail/Thunderbird/whatever 'New message' window, with target
address being '/test(a)thing.com' - notice the extra '/'.
My guess: winebrowser is being a bit too enthusiastic in encoding/escaping
mailto URLs.
tested under Wine 1.1.4, 1.1.6 and 1.1.9.
--
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=1918
--- Comment #13 from Ronak <goonstk(a)yahoo.com> 2008-11-25 18:19:37 ---
Are you still working on that patch Michael K?
(In reply to comment #11)
> Yes, it is still an issue. The code in dlls/user32/dialog.c still does not
> repost the WM_QUIT message. I have not checked the other source code locations.
> Please read the blog post that I mentioned in comment 7 to understand the
> problem.
>
(In reply to comment #7)
> Wine does not repost the WM_QUIT message in its modal loops. Look here:
> http://blogs.msdn.com/oldnewthing/archive/2005/02/22/378018.aspx
>
> I will create a patch to fix this problem.
--
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=1886
--- Comment #35 from Ronak <goonstk(a)yahoo.com> 2008-11-25 18:16:00 ---
I used wine 1.1.9 by the way.
(In reply to comment #34)
> Created an attachment (id=17451)
--> (http://bugs.winehq.org/attachment.cgi?id=17451) [details]
> install and run debug log for wmp9
>
> I installed using this download:
> http://www.microsoft.com/windows/windowsmedia/player/9series/default.aspx
>
> When I first tried to install it, it went through extracting the files and all
> and at the end of it, it explicitly said that it was unable to install the
> program.
>
> Skeptical like always, I tried to run the installation again and it was a
> success. It installs successfully now.
> http://img206.imageshack.us/my.php?image=screenshotwindowsmediapoe3.png
>
> It then asks you a few other questions about file extensions and privacy. After
> you have completed that, then it will crash with a debug log that I have
> attached.
>
--
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=1660
--- Comment #17 from Ronak <goonstk(a)yahoo.com> 2008-11-25 17:54:42 ---
Created an attachment (id=17450)
--> (http://bugs.winehq.org/attachment.cgi?id=17450)
worms2 debug log when it crashes
worms2 crashes on startup as of wine 1.1.9.
For me, when I ran its main exe file, it made it fullscreen, completely black,
changed my resolution, and changed it back and then crashed.
--
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=8166
--- Comment #9 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2008-11-25 15:50:01 ---
Still present in latest Git.
Output given now is:
X Error of failed request: BadRequest (invalid request code or no such
operation)
Major opcode of failed request: 0 ()
Serial number of failed request: 1240
Current serial number in output stream: 1239
This is after turning off line wrapping, using Wine's notepad.
--
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=15568
Summary: Adobe Photoshop CS3 installer crashes
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer crashes for me shortly after putting up its GUI.
fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b}
not implemented
fixme:mshtml:HTMLElement_getAttribute NULL nselem
Unhandled exception: page fault on write access to 0x00000024 in 32-bit code
(0x01df6cde).
Backtrace:
=>1 0x01df6cde in gkgfxwin (+0x6cde) (0x0032fd5c)
...
8 0x01e05d93 in gkgfxwin (+0x15d93) (0x00339f58)
9 0x01a9f2e0 in gklayout (+0x4f2e0) (0x0033a234)
...
It looks like a gecko problem. How does one get symbolic stack
traces from Gecko? I filed bug 15565 for that question.
This seems to be a regression; last week, I was able to install photoshop cs3
with wine from git. I will do a regression search if I can find the
time.
--
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=1114
Arseny Solokha <b0ntrict0r(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b0ntrict0r(a)yandex.ru
--- Comment #14 from Arseny Solokha <b0ntrict0r(a)yandex.ru> 2008-11-25 09:58:41 ---
At least WinRAR 3.00 works well with wine 1.1.9.
If I understand this problem right, 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.