http://bugs.winehq.org/show_bug.cgi?id=34850
Bug #: 34850
Summary: Improve commctl32 TaskDialogIndirect stub to show
"content" part in task dialog box (more detailed error
messages for various apps/games)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
this is a bug split off from bug 34008 ("Bioshock Infinite won't start (needs
D3D11CreateDevice implementation to support at least D3D_FEATURE_LEVEL_10_0)")
The bug reporter complains that the reason for the error can't be seen in
message box Wine creates (as substitute for task dialog):
--- quote ---
Bioshock Infinite shows an empty message box on launch and closes after
pressing OK button. Nothing else is shown. After making a dirty hack in
commctrl.c (replaced pTaskConfig->pszMainInstruction with
pTaskConfig->pszContent) I can see the messagebox saying that I should have
DX10/11 compatible hardware and DX11 runtime: http://i.imgur.com/OxHDoKI.png
--- quote ---
This is actually true and I've also seen this for other apps that make use of
TaskDialogIndirect.
Wine currently only uses "pTaskConfig->pszMainInstruction" for display which
might not contain the essential information.
Various apps put the real info in "pTaskConfig->pszContent".
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb760544%28v=vs.85%…
Article showing use of various parameters/options with screenshots:
http://www.codeproject.com/Articles/16806/Vista-Goodies-in-C-Using-TaskDial…
Regards
--
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=32473
Bug #: 32473
Summary: Mixcraft video crashes when loading
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tho7masPenguin(a)gmail.com
Classification: Unclassified
Created attachment 42836
--> http://bugs.winehq.org/attachment.cgi?id=42836
The log file it suggests adding
When loading a Mixcraft project with a video (made in Windows, as Mixcraft says
codecs for the .avi file aren't supported), the project begins loading, and
when the video preview appears, it crashes.
--
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=37405
Bug ID: 37405
Summary: The entry "My Computer" in regedit is handled like a
registry key
Product: Wine
Version: 1.7.28
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sworddragon2(a)aol.com
Distribution: ---
Steps to reproduce:
1. Open regedit.
2. Make a right click on "My Computer".
Expected result:
Some entries like "New" which makes no sense there should not be showed (at
least this is the case with a native Windows XP).
--
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=37065
Bug ID: 37065
Summary: Mouse cursor often has incorrect transparency
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cthielen(a)gmail.com
Created attachment 49255
--> http://bugs.winehq.org/attachment.cgi?id=49255
Image of the incorrect cursor. Notice the white area around the 'hand' that
should be transparent.
Myst 1.3 (the 32-bit version designed for Windows 95 off a CD-ROM from
1995/1996) does not always display its cursor correctly.
Myst 1.3 is using .cur files located in myst.exe. These can be extracted using
'icoutils'.
This may be related to the fact that Myst requests an 8-bit color depth but is
forced into a 32-bit depth (at least on my system).
--
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=35111
Bug ID: 35111
Summary: Beyond Good & Evil erratically renders upside down
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tkorvola(a)gmail.com
Classification: Unclassified
Created attachment 46839
--> http://bugs.winehq.org/attachment.cgi?id=46839&action=edit
Terminal output
When Beyond Good & Evil is started, in the transition from language choice to
the main menu the view is briefly flipped upside down as the name of the game
appears. Normal orientation is restored when the main menu appears. In the
actual game the view also flips upside down at some locations. It is also
sometimes sensitive to the camera angle. I am unable to identify any simple
condition that would determine it. Also, when you take photos in the game,
sometimes they get flipped.
AppDB suggests that setting OffscreenRenderingMode to fbo might help with
rendering problems, but the game does not render at all in FBO mode on my
Radeon 9250. Thus I have to use backbuffer mode.
--
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=37393
Bug ID: 37393
Summary: Focus GNOME3 handling never shows window if started
inf fullcreen
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Since changing to gnome 3 if a application starts in fullscreen it always shows
the desktop 90% of the time. Trying to change it with alt+tab just 'flashes'
the game window and goes back to the desktop
this can be avoided by two ways:
1 (better way) is to use this command line snipped when creating the prefix:
wine reg add "HKCU\\Software\\Wine\\X11 Driver" /v "UseTakeFocus" /t REG_SZ /d
"N"
2 (worse since you lose alt+tab or even seeing the window on the alt list):
disable 'window manager controls windows' on winecfg
This seems like a common bug, but i haven't found duplicates.
--
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=26958
Summary: AppDB: orphaned comments in Comments Management
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
There are comments listed under Comments Management for apps that apparently
have been deleted, and the comments cannot be removed from the list.
The first comment in the list is an example: no application is listed, and
clicking the Delete button brings up a message that "There is no entry with
that id in the database."
--
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=35939
Bug ID: 35939
Summary: PrimeView 5.01: PrimeView Evaluation crashes while
loading result file.
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexander.minges(a)gmail.com
PrimeView 5.01 crashes while trying to open result files. According to the
attached backtrace, this is related to mfc42.dll.
--
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=35750
Bug ID: 35750
Summary: Electric Quilt's EQ7 crashes on start up
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: HughGordonT(a)gmail.com
Created attachment 47741
--> http://bugs.winehq.org/attachment.cgi?id=47741
Error logfile reported by Wine.
Both EQ5 and EQ7 run OK with Wine 1.6. The latest version of this application
EQ7 crashes on start up. The log reports a deficiency in Wine.
Using Kubuntu 12.04, 386 32 version. Program EQ7 runs perfectly on Win XP.
EQ7 requires activation by on line connection to the Electric Quilt Co. This
step and de-activation are working perfectly with Wine 1.6.
Gordon Cooper
Tauranga
NZ.
--
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=31698
Bug #: 31698
Summary: source insight crashes after scrolling, especially
crash often after getting search result.
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chongxishen(a)gmail.com
Classification: Unclassified
Created attachment 41661
--> http://bugs.winehq.org/attachment.cgi?id=41661
log
I create a Source Insight project about android, search a class and get the
search result in the window, and then get back to scroll the vertical-scrollbar
to continue, the Source Insight crashes.
I found that the Source Insight crashes often after getting the search result.
PS. I apply customed style(include the font)
--
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.