https://bugs.winehq.org/show_bug.cgi?id=46626
Bug ID: 46626
Summary: UPlay fails to start : "Error at hooking API
LoadStringA"
Product: Wine
Version: 4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: vlad.botanic(a)gmail.com
Distribution: ---
OS: Fedora 29 clean install in QEmu environment
wine: winehq-devel 4.1-3.1 @WineHQ
UPlay: downloaded from uplay.com on 11/02/2019; version.txt -> 5979
What happens:
When starting UPlay.exe a window pops up with text:
----
upc.exe
----
Error at hooking API "LoadStringA"
Dumping first 32 bytes:
F3 0F 1E FB 8D 4C 24 04 83 E4 F0 FF 71 FC 55 89
E5 57 56 53 E8 77 48 F9 FF 81 C3 97 B5 06 00 51
----
Earliest available in repo version 4.0-4.1 fails in the same way, but the
message is about <Error at hooking API "LdrFindResource_U">, so I cannot figure
whether it is a regression actually.
--
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=46989
Bug ID: 46989
Summary: Grand Prix Legends: Wheel (Wheel, Gas, Brake) axes
inputs aren't recognized
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timschumi(a)gmx.de
Distribution: ---
When a joystick input with an axis which is either a wheel, gas pedal, or brake
pedal is triggered, a message like this appears in the console and the input
isn't recognized:
0009:fixme:joystick:driver_joyGetPosEx Unknown joystick event '0'
--
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=46019
Bug ID: 46019
Summary: Adobe Digital Editions 4.5 doesn't install
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.goldner(a)gmx.de
Distribution: ---
I tried to install Adobe Digital Editions 4.5.
During install an "endless loop" with "Adobe Digital Editions 4.5 is already
running. Please Close Adobe Digital Editions and restart"
After pressing the "Repeat" Button the same Dialogue comes up again. Pressing
Cancel wine reports an error (see attachment).
Regards
Robert
--
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=37709
Bug ID: 37709
Summary: Qt 5 applications show menus & co. on wrong screen if
outside primary screen
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: matteo(a)mitalia.net
Distribution: ---
Created attachment 50198
--> https://bugs.winehq.org/attachment.cgi?id=50198
If the menu is opened on the primary screen everything works fine
Qt 5 applications under Wine 1.6.2 have problems in positioning menus, the
combobox dropdown and other "floating" elements in case of a multiple monitors
setup.
In particular, the position of such elements seems to be clamped to the primary
screen, as in attached figures.
The problem doesn't show with Qt 4 applications.
You can find a statically-linked demo application here
(https://bitbucket.org/mitalia/qt5-wine-menubug/downloads/qt5-wine-menubug.e…)
- it just sports a QMainWindow with two menus and a combobox. Its source is at
https://bitbucket.org/mitalia/qt5-wine-menubug/src.
--
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=37401
Bug ID: 37401
Summary: Brother's Keeper 7: crashes when being closed down.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Wathonian(a)gmail.com
Distribution: ---
Created attachment 49743
--> https://bugs.winehq.org/attachment.cgi?id=49743
Terminal Output
Wine 1.7.28, Brother's Keeper 7.0.31 (wwww.bkwin.org/bksetup7E.EXE)
Having entered data (First create a database then go to Add an entry, a name
and date of birth will suffice), attempting to close the program will crash it.
--
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=47411
Bug ID: 47411
Summary: TreeSize Free Portable won't open
Product: Wine
Version: 4.11
Hardware: x86-64
URL: https://www.jam-software.de/treesize_free/TreeSizeFree
-Portable.zip
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tobbi.bugs(a)googlemail.com
$ wine --version
wine-4.11
$ openssl sha256 TreeSizeFree-Portable.zip
SHA256(TreeSizeFree-Portable.zip)=
4cd6a7e1443db8e45b0e1e042a7dd3a8884fc42407ae699dfb61087b84d4d47e
When I try to open TreeSizeFree Portable, nothing happens. I tried in a new
wine prefix with only Gecko and Mono installed, same results.
--
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=47159
Bug ID: 47159
Summary: widl ignores calling convention when declaring
functions with extraneous parenthesis
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
When declaring a __stdcall function foo like so widl discards the calling
convention attribute.
This snippet:
void (__stdcall foo)(void);
will generate:
void foo(void);
A bit of an edge case, looks like the parser grammar will need to be changed.
As a side effect, this snippet:
extern int (__stdcall someval);
will generate:
extern int someval;
--
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=47074
Bug ID: 47074
Summary: World War Z crashes after intro logos due to
unimplemented D3DKMTQueryStatistics
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: GloriousEggroll(a)gmail.com
Distribution: ---
Problem:
In DX11 mode, World War Z crashes after the intro logos due to the following:
wine: Call from 0x7bc7db6c to unimplemented function
GDI32.dll.D3DKMTQueryStatistics, aborting
Steps to reproduce:
Install epic games store, launch with -SkipBuildPatchPrereq -opengl. Install
World War Z, launch the game, wait for the AMD logo to finish and it will crash
Workaround:
You can hex edit the wwzRetailEgs.exe and replace D3DKMTQueryStatistics with
D3DKMTCloseAdapter and the game will run
--
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=34749
Bug #: 34749
Summary: Eleusis Demo needs native dotnet40
Product: Wine
Version: 1.7.4
Platform: x86
URL: http://www.gamershell.com/download_99777.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 46328
--> http://bugs.winehq.org/attachment.cgi?id=46328
log+backtrace
Crashes at start without native dotnet40.
--
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=42701
Bug ID: 42701
Summary: Mafia III stops after launching (needs
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.Ro
GetParameterizedTypeInstanceIID)
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 42700
Distribution: ---
wine: Call from 0x7b43b77c to unimplemented function
api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll.RoGetParameterizedTypeInstanceIID,
aborting
wine-2.4-123-gec8485e
--
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.