https://bugs.winehq.org/show_bug.cgi?id=46578
Bug ID: 46578
Summary: IVMU Social Network Client crashes when selecting menu
/ settings
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Tested with:
export WINEDEBUG=+wgl,+d3d,+x11drv,+timestamp,+tid
wine IMVUClient.exe &>~/Logs/wine-vanilla-4.0_IVMU_d3d_wgl_x11drv_log.txt
The IMVU Client starts up OK, but crashes immediately the "settings" menu entry
is clicked on. Briefly a settings pane header tab, is seen in the main window.
--
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=16808
Summary: Password Safe crashes with page fault when renaming
entries
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eluminex(a)gmail.com
Created an attachment (id=18496)
--> (http://bugs.winehq.org/attachment.cgi?id=18496)
Backtrace of the page fault
Most of the time (not always) Password Safe will crash with a page fault when I
press enter after entering renaming mode. The error seems to happen only if I
enter renaming (Right Click->Rename Entry) without actually changing the name,
and then pressing Enter to confirm. This is where the app crashes. It happens
in almost all cases. Once in a while it doesn't crash though seldom.
If you cannot reproduce the error try restarting Password Safe and enter
renaming mode again. Password Safe was installed with default settings. Here is
the database hierarchy I used (passwords are just random as with name):
Random
- fdf (asds)
- tster1 (asds)
The version I tested is 3.15.01 (newest as of writing).
Backtrace is attached.
Running Ubuntu 8.10 (x64) w. wine32
--
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=45732
Bug ID: 45732
Summary: Far Cry 5 Cannot Steer Land Vehicles
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: airetamstrm(a)gmail.com
Distribution: ---
Created attachment 62170
--> https://bugs.winehq.org/attachment.cgi?id=62170
Screenshots of reports of this issue
Environment:
Arch Linux.
64-bit Wine Prefix, Wine-Staging 3.14, DXVK 0.70.
winetricks: xact, xaudio, xinput, dxvk
Hardware:
Acer Predator Helios 500 (new laptop), i7-8750H, GTX-1070.
Installation:
I purchased the Steam version, that has yet to even start. DRM seems to be the
culprit but I am still unsure. I got as far as UPlay displaying properly but
the game will not start yet. Still working on that in a different wine prefix,
I've worked around with a crack.
Description:
Graphics are perfect, everything seems to work. Get into land vehicles (haven't
tested flying vehicles, water vehicles) and steering left or right doesn't
work.
Steering left/right in vehciles is by default bound to A (left) and D (right)
respectively. Strafe (on foot) is the same, but it works. A strafes left, D
strafes right. In the vehicle, nothing. Hop out, works.
Attaching screenshots of several places this issue has been reported /
"resolved". None of the listed resolutions seem to have any effect, and those
reporting the issue on Wine/Linux do not list a resolution.
Sites in that screencap in order:
overclock.netgamingonlinux.comreddit.com/linux-gaming
ubisoft forums
Two of the screenshots are of the problem in Far Cry 4. Same engine FWIW, just
another data point.
Solutions presented:
-Some people report this problem when they leave their game controllers plugged
in before starting the game. I'm not sure what Far Cry 5 sees in terms of
attached controllers under WINE. One of my thoughts was that WINE may be
emulating something that reproduces this behavior.
I tried attaching a gamepad, configured it under wine control. Nonresponsive.
Lots of people complaining on the Ubi forums about that.
-One individual said driving forward first allowed them to steer, not the case
here.
-Another said adjusting the "steering sensitivity" fixed the issue. Have messed
with this extensively, no resolution.
-I've also tried remapping keys, holding alt/ctrl/shift to see if something is
amiss with the modifiers... nothing.
WINEDEBUG="+dinput" was my first go at trying to track this down... I haven't
seen useful console output yet.
First bug I've filed, if I need to provide additional information I'm willing
to learn.
--
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=48314
Bug ID: 48314
Summary: Building wine on CentOS7 fails due to lack of libkrb5
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oleg.kuznetsov(a)metamint.ru
Distribution: ---
Created attachment 66024
--> https://bugs.winehq.org/attachment.cgi?id=66024
Error during executing "time make"
I'm trying to build 32 bit wine from git on CentOS7, and even though I have
installed package krb5-devel, configure doesn't see it and even further: during
compilation it fails on building "dlls/kerberos", while it should skip it.
[user1@localhost wine]$ uname -r
3.10.0-1062.9.1.el7.x86_64
[user1@localhost ~]$ yum info krb5-devel
--- snip ---
Installed Packages
Name : krb5-devel
Arch : i686
Version : 1.15.1
Release : 37.el7_7.2
Size : 766 k
Repo : installed
>From repo : updates
--- snip ---
[user1@localhost wine]$ ./configure
--- snip ---
config.status: executing Makefile commands
configure: OpenCL 32-bit development files not found, OpenCL won't be
supported.
configure: libhal 32-bit development files not found, no legacy dynamic device
support.
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be
supported.
configure: libSDL2 32-bit development files not found, SDL2 won't be supported.
configure: libFAudio 32-bit development files not found, XAudio2 won't be
supported.
configure: libcups 32-bit development files not found, CUPS won't be supported.
configure: libkrb5 32-bit development files not found (or too old), Kerberos
won't be supported.
configure: libopenal 32-bit development files not found (or too old), OpenAL
won't be supported.
configure: vkd3d 32-bit development files not found (or too old), Direct3D 12
won't be supported.
configure: Finished. Do 'make' to compile 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.
http://bugs.winehq.org/show_bug.cgi?id=34041
Bug #: 34041
Summary: Skyrim (Steam) hangup on quit
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zoroaster(a)inode.at
Classification: Unclassified
Created attachment 45238
--> http://bugs.winehq.org/attachment.cgi?id=45238
The end of the log is where the wine process hangs
Environment: MacPorts wine-devel, OSX 10.8
Everytime quitting Skyrim the Wine process does not end itself and hangs
indefinitely. Only force quit does stop this Wine process.
You can quit Skyrim directly after starting it without even loading or starting
a game.
--
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=47075
Bug ID: 47075
Summary: Cannot install LAVFilters, fails at registering DLLs
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtcmail(a)gmail.com
Distribution: ---
Created attachment 64262
--> https://bugs.winehq.org/attachment.cgi?id=64262
Terminal output from Wine running the installer.
It fails at the point of registering files:
> C:\Program Files (x86)\LAV Filters\x64/LAVAudio.ax
>
> Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x3.
>
> Click Retry to try again, Ignore to proceed anyway (not recommended), or Abort to cancel installation.
Terminal output is attached.
--
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=47935
Bug ID: 47935
Summary: Nextiva: Logging in fails with "Client is unable to
connect to the server."
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: joseph.kogut(a)gmail.com
Distribution: ---
Created attachment 65437
--> https://bugs.winehq.org/attachment.cgi?id=65437
Debug log
When attempting to log in to the Nextiva app with a correct username and
password, the app reports that it's unable to connect to the server.
Wine debug log attached. Messages starting at line 63 occur after clicking
"Sign In".
Download link:
https://www.nextiva.com/support/articles/nextiva-app-windows-setup.html
Note that a paid account is required to sign in.
--
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=47049
Bug ID: 47049
Summary: boolean type defined as 'unsigned char' rather than
'char'
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
Probably not the end of the world, but still a difference between latest widl
and midl.
min-repro here:
https://github.com/pospeselr/mingw-widl-bug/tree/boolean_bug
Includes tlb generated by widl 4.5 and midl 8.01.0622
--
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=46983
Bug ID: 46983
Summary: type command in cmd.exe with two files and stdout
redirect, behavior is different
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: davidglanzman(a)yahoo.com
Distribution: ---
The type command in cmd.exe, when used with two file arguments as inputs and
stdout is redirected to a file, write the filenames to the file in wine, but
print the filenames to the terminal in windows.
To reproduce:
1. Create a file "test.txt" with some content
2. Launch cmd.exe
3. Run the command "type test.txt test.txt > out.txt"
4. Observe that in wine, the filename "test.txt" is printed in the output file,
while on Windows it appears in the terminal instead of the file
--
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=46421
Bug ID: 46421
Summary: μTorrent has squares in it's update-dialog - most
likely taskdialog
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
See title.
--
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.