https://bugs.winehq.org/show_bug.cgi?id=42514
Bug ID: 42514
Summary: start.exe incorrectly treats multiple quoted arguments
as the console title (breaking .e.g URL opening in
League of Legends)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: hydratech(a)gmail.com
Distribution: ---
Created attachment 57401
--> https://bugs.winehq.org/attachment.cgi?id=57401
Diff containing the necessary fix for correct multiple quote handling.
Follow up to bug 42508:
On Windows the following two command-lines open a URL in the browser:
C:\>start "" https://winehq.org
C:\>start "" "https://winehq.org"
In other words, the second quoted argument in the second command-line does not
override the console title to be "http://winehq.org".
Now consider the following two wine commands:
$ wine start '""' 'https://winehq.org'
$ wine start '""' '"https://winehq.org"'
The first line opens the website in a browser, as expected. The second line
however opens a console window running cmd. (the title is not actually set, but
that's another issue.)
In start.exe's parsing loop the if statement for detecting the console title
does not stop checking for the title when a title has already been parsed
successfully. Causing 'https://winehq.org' to be interpreted as the console
title, and executing cmd.exe since no executable remains on the command-line.
I have provided a diff containing the very simple fix necessary to correctly
handle this case. As most of start.exe is still hardtabbed I've left the tabs
for now.
League of Legends relies on the correct behaviour of this second quoted
argument to open URLs in the browser; see bug 42508.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=41985
Bug ID: 41985
Summary: CHM viewer does not use default window
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)sagagames.de
Distribution: ---
Trying to open OpenMPT's help file (https://openmpt.org/download) does not work
as intended. When opening the file directly, it is shown without a TOC. In the
help file, a window configuration with the name "OpenMPT" is stored, which
should tell the viewer to show a TOC. When calling the help file directly from
within the program through the HtmlHelp API, this works as intended, but not
when viewing the file by double-clicking it. The help project specifies
"Default Window=OpenMPT", so the viewer should load this window configuration.
On Windows, this is the case, but not on Wine.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42526
Bug ID: 42526
Summary: DiRT Showdown hangs on start
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 57421
--> https://bugs.winehq.org/attachment.cgi?id=57421
The full wine debuglog
Wine Version=wine-2.2 (Staging)
Environment=Windows 7
Fancy Staging Features=None
DLL Overrides=None
This game has a native Linux version.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40990
Bug ID: 40990
Summary: Almost no 3D game works after i386-wine-staging 1.9.3
Product: Wine-staging
Version: 1.9.14
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lehmannwer(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 55149
--> https://bugs.winehq.org/attachment.cgi?id=55149
Text file generated with crash of TF2
Using amd64 FreeBSD 10.3 with Nvidia Geforce 750 GTX and nvidia-driver 346.96.
Everything worked fine up to i386-wine-staging 1.9.3 or 1.9.6, I don't
remember. And now I have tried 1.9.14 staging, but still the same: Almost no 3D
game runs anymore, I have just tried TF2 with Steam, the Steam client runs, but
the game TF2 crashes, as almost any other game. I always have to delete
wine-staging and fall back to i386-wine 1.8.x to make games work again. I have
attached a text file generated with the crash of TF2.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38554
Bug ID: 38554
Summary: MS Office Word 2010: Word is not aware of keyboard
layout change
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.shahbazi91(a)gmail.com
Distribution: ---
When MS word is used in windows after changing layout from an LTR one to an RTL
one the MS Word automatically changes the layout options (to RTL direction) and
vice versa but when MS word used in wine it doesn't do anything about the
layout although the characters are typed correctly.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38961
Bug ID: 38961
Summary: In "Modelleisenbahn Simulator Gold" the textures of
some objects are missing so they are white
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
Assignee: wine-bugs(a)winehq.org
Reporter: oebbler(a)live.de
Distribution: Debian
Created attachment 51905
--> https://bugs.winehq.org/attachment.cgi?id=51905
Log of Wine while playing "Modelleisenbahn Simulator Gold"
The textures of some aren't displayed so they have their correct shape but no
color. I think the bug is in OLE because the logfile has an entry that begins
with "fixme: ole". I will attach it although it's only two lines long;-)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42084
Bug ID: 42084
Summary: Chessmaster 9000 "File Open" dialog does not list
subdirectories
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bkbk9(a)yahoo.ca
Distribution: ---
The "File Open" dialog in Chessmaster 9000 doesn't seem to be able to browse or
go down into subdirectories of the current dir, for example when trying to load
a wallpaper, an opening book or a chess engine into the game.
When the dialog is launched, it won't list any subdirectories, you can only go
up to the parent but then you cannot navigate back down, the child directory
wouldn't be listed in the box. Likewise if you start at the root (C:\ or D:\).
--
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=28687
Bug #: 28687
Summary: Common replies strips newlines when submitting
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=Commo
nReply
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Common replies strips newlines when submitting.
To recreate:
1. Go to Edit Common Replies.
2. Click to edit a common reply and hit enter to add some newlines between
sentences.
3. Click submit.
Newlines are removed.
--
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=12927
Summary: Flat comment mode does not display any replies
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MattFinn(a)gmail.com
When i view the comments in "flat" mode, the replies are all just missing
completely, instead of showing up as new entries like I would imagine is
appropriate. There is no mention of their existence.
Should be easily reproducible, just click to "flat".
If not, then the page I was on is
"http://appdb.winehq.org/objectManager.php?sClass=version&iId=9901".
--
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.
https://bugs.winehq.org/show_bug.cgi?id=43001
Bug ID: 43001
Summary: fedora25 -microsoft office 2010 - winword.exe crashes
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kkshethin(a)gmail.com
Distribution: ---
Created attachment 58141
--> https://bugs.winehq.org/attachment.cgi?id=58141
backtrace
fedora25 mate 32bit. new installation. installed wine. installed microsoft
office 2010- 32 bit. on trying to use winword.exe, when during typing
something, use of space hangs. crashes
--
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.