https://bugs.winehq.org/show_bug.cgi?id=46845
Bug ID: 46845
Summary: Freelancer: character glitches in cutscenes after
loading a saved game
Product: Wine
Version: 3.19
Hardware: x86
URL: https://www.fileplanet.com/archive/p-58591/Freelancer-
Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: piotr(a)codeweavers.com
Regression SHA1: 98eb7171e1d61ec24d337d11b672373dfac19db8
Distribution: ---
Created attachment 63885
--> https://bugs.winehq.org/attachment.cgi?id=63885
plain terminal output (nothing of interest)
I noticed a couple of glitches in the game Freelancer which occur during the
cutscenes when the player interacts with NPCs in the game. It should be noted
that these glitches only occur after you loaded a saved game: if you don't use
the game's save/load feature just start a new game and follow the storyline
then those problems aren't visible.
1. in the short cutscenes where the player interacts with NPCs, the player
character is missing (invisible). This can be observed as the camera is moving
back and forth between the player and the NPC. It looks like
as if the NPC was speaking to the air.
2. when you enter the bar and click on an NPC to talk to him/her, the NPC's
head is moving unnaturally during the conversation, sometimes the head is
almost spinning around the neck.
Reverting 98eb7171e1d61ec24d337d11b672373dfac19db8 on top of Wine 4.4 fixes the
problem.
Native msvcrt.dll also acts as a workaround.
The problem can be reproduced in the demo version:
1. After installation launch the game. Start a new game from the main menu (a
lengthy cutscene is shown which can't be skipped unfortunately.)
2. When the intro is finished you are on the spaceport screen. Press <F1> to
bring up the system menu and choose the save game menu to save the game. Click
<Return to game> after saving.
3. Reload the save game you just created by using <F1> and <Load Game> menu,
then click on the second icon from the left on the HUD above to enter the bar.
4. Here is another cutscenes playing, you can notice that the player's
character is missing while he's talking to the barkeeper.
5. When the conversation with the barkeeper is over you can see some NPCs in
the bar. Click any of them to start a conversation and watch their heads'
movement during the conversation.
freelancer_trial_contest.exe (147 MB)
md5sum: 8ed46cd354f711f62cbcdb32c9b012a5
Tested in Wine 4.4.
--
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=46807
Bug ID: 46807
Summary: The Sims hangs when opening menus
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Hi,
I'm trying to get The Sims to work, but when I try to open any menu the game
hangs.
My first suggestion for the cause, was the lack of music. But when I used
winetricks to install quartz, the music played as it should. So there is
probably an other cause for the hang.
--
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=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=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.
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.
https://bugs.winehq.org/show_bug.cgi?id=41458
Bug ID: 41458
Summary: ACDSEE Pro 10 (64-bit) needs
api-ms-win-crt-locale-l1-1-0.dll.__initialize_lconv_fo
r_unsigned_char to run
Product: Wine
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Created attachment 55836
--> https://bugs.winehq.org/attachment.cgi?id=55836
Crash on startup 64bit W7
App crashes on startup.
--
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=40235
Bug ID: 40235
Summary: unimplemented function
api-ms-win-core-sysinfo-l1-2-1..GetSystemTimePreciseAs
FileTime called in 32-bit code
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: pherms(a)outlook.com
Distribution: ---
Created attachment 53779
--> https://bugs.winehq.org/attachment.cgi?id=53779
unimplemented function
api-ms-win-core-sysinfo-l1-2-1..GetSystemTimePreciseAsFileTime called in 32-bit
code
I've got the message while installing the 32 bit windows package Metatrader 4,
using the PlayOnLinux wrapper.
It started to prepare the wine-prefix and download and install the necesary
packages, like gecko... (I cannot remember the complete package name, sorry for
that) and wine-mono-4.5.4.
After that it tried to run the MetaTrader 4 installer and it threw this
exception. See the attached file.
I have been able to install and use this program in Windows succesfully.
--
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.