https://bugs.winehq.org/show_bug.cgi?id=42165
Bug ID: 42165
Summary: Root Double only shows black window in new game
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyrex(a)openmailbox.org
Distribution: ---
Created attachment 56747
--> https://bugs.winehq.org/attachment.cgi?id=56747
WINEDEBUG="warn+all,-xinput"
Root Double only shows black empty window in new game. Game doesn't freeze but
nothing is drawn. Default output doesn't really have anything except xinput
spam so I disabled it from log. Tested with wine staging 2.0rc2 and 2.0rc3 with
staging features disabled.
WINEPREFIX="$HOME/VN/wineRegista4" WINEARCH="win32"
WINEDEBUG="warn+all,-xinput" wine start 'C:\Program Files\Yeti\Root
Double\rwxe.exe' 2&>log.txt
I opened the game, skipped 4 splash screens and selected "New game" -> "Accept"
in menu. Then waited 10 seconds and closed it (Do you want to quit y/n).
Info:
(Arch) Linux 4.8.15-2-ck-ivybridge
OpenGL renderer string: Gallium 0.4 on AMD TONGA (DRM 3.3.0 /
4.8.15-2-ck-ivybridge, LLVM 3.9.0)
https://en.wikipedia.org/wiki/Root_Double:_Before_Crime_*_After_Days (non-steam
version was used).
--
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=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=43402
Bug ID: 43402
Summary: Star Wars - Knights of the Old Republic: hardware
mouse pointer invisible
Product: Wine
Version: 2.12
Hardware: x86
URL: http://store.steampowered.com/app/32370/STAR_WARS__Kni
ghts_of_the_Old_Republic/
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: b7e19e4a1ae86bc6d182b99bc52c11d8e84fe2a6
Distribution: ---
This sounds much like bug #34075 except that hardware mouse pointer in the game
worked properly for me until recently. Tested with the Steam and the GOG.com
version of the game. The problem occurs in fullscreen and virtual desktop mode,
too.
When hardware mouse pointer is enabled, the mouse pointer is present but it is
invisible. I have to press and hold the left mouse button to make the mouse
pointer visible.
Terminal output shows only:
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:win:EnumDisplayDevicesW ((null),0,0xbace134,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xbace134,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0xbace134,0x00000000), stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
...
Regression introduced by
commit b7e19e4a1ae86bc6d182b99bc52c11d8e84fe2a6
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Jul 10 11:41:22 2017 +0200
user32: Implement LR_MONOCHROME for loading cursors.
The mouse pointer is visible with the previous commit.
There is no demo version available, let me now if you need debug logs.
Arch Linux (64-bit)
wine-2.12-255-gaddd8e69ff (32-bit)
xorg-server 1.19.3
--
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=43463
Bug ID: 43463
Summary: Only shuts down when I open a saved file
Product: Wine
Version: 1.4.1
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: hannahjeansis(a)gmail.com
Created attachment 58838
--> https://bugs.winehq.org/attachment.cgi?id=58838
Back trace
Just says deficiency in 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=4460
surice21(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |surice21(a)gmail.com
--
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.