https://bugs.winehq.org/show_bug.cgi?id=45481
Bug ID: 45481
Summary: Spintires: MudRunner crashes at launch
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes without native d3dx9_43
> 011d:fixme:d3dx:D3DXCreateKeyframedAnimationSet name "waving__loop", ticks_per_second 4.8000000000000000e+03, playback_type 0, animation_count 27, callback_key_count 0, callback_keys (nil), animation_set 0xe48f970 stub.
> 011d:fixme:d3dx:d3dx9_animation_controller_RegisterAnimationOutput iface 0x7e05ed8, name "BonePole", matrix 0x5f22c930, scale (nil), rotation (nil), translation (nil) stub.
wine-3.12-206-gbb264a0ac6
--
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=48086
Bug ID: 48086
Summary: Knowledge Studio: Unhandled exception: page fault on
read access in 64-bit code
Product: Wine
Version: 4.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oksana.a.tkachenko(a)gmail.com
Distribution: ---
Created attachment 65644
--> https://bugs.winehq.org/attachment.cgi?id=65644
Terminal output of Wine when running the software
Application starts fine, but crashes when attempting to create a new project or
open an existing project.
Possible duplicates: 32169, 32919, 40334, 40620, 40669, 42639
--
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=29633
Bug #: 29633
Summary: Richedit hyperlinks limited to first line
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sdh_luc(a)hotmail.com
Classification: Unclassified
Created attachment 38396
--> http://bugs.winehq.org/attachment.cgi?id=38396
A broken location name with its last word repeated
When hyperlinks in StarEdit's trigger sentences (as discussed in #4547) extend
over multiple lines (either due to wrapping or because the linked text contains
newlines), only the first is active. The others have the correct appearance
and cursor but do nothing. (This is unfortunate if the first character is a
newline!) Presumably related is that editing the multiline text replaces only
the first line (see screenshots).
--
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=49270
Bug ID: 49270
Summary: armv7l mingw build broken
Product: Wine
Version: 5.9
Hardware: arm
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
Building on armv7 (assuming toolchain targets armv7, not armv6k, see bug 49191)
without mingw works.
If mingw is used (I used llvm-mingw), configure picks it up fine. There are a
lot of warnings:
"warning: 'pcs' calling convention is not supported for this target
[-Wignored-attributes]"
but the build itself seems to (mostly) work. If the patch for bug 49179 is
applied, winetest.exe will run on windows surface rt.
However, there are two (related) build failures, in
dlls/rpcrt4/ndr_stubless.cross.o:
armv7-w64-mingw32-clang -c -o ndr_stubless.cross.o ndr_stubless.c -I.
-I../../include -I../../include/msvcrt -D__WINESRC__ \
-D_RPCRT4_ -DMSWMSG -D_UCRT -DWINE_CROSS_PE -Wall -target armv7-w64-mingw32
-fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers
-Wno-pragma-pack \
-Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith \
-Wno-incompatible-library-redeclaration -Wno-ignored-attributes
<inline asm>:6:2: error: target does not support ARM mode
.arm
^
<inline asm>:15:2: error: predicated instructions must be in IT block
subeq SP, SP, #4
^
2 errors generated.
and dlls/vcomp/main.cross.o:
armv7-w64-mingw32-clang -c -o main.cross.o main.c -I. -I../../include
-I../../include/msvcrt -D__WINESRC__ -D_UCRT \
-DWINE_CROSS_PE -Wall -target armv7-w64-mingw32 -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Wno-pragma-pack -Wstrict-prototypes
-Wtype-limits -Wvla \
-Wwrite-strings -Wpointer-arith -Wno-incompatible-library-redeclaration
-Wno-ignored-attributes
<inline asm>:6:2: error: target does not support ARM mode
.arm
^
<inline asm>:15:2: error: predicated instructions must be in IT block
subeq SP, SP, #4
^
2 errors generated.
>From some quick searching, it looks like we may need to either change the
target, or use thumb2 assembly instead.
--
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=49293
Bug ID: 49293
Summary: Impossible to create Wine prefix from scratch
Product: Wine
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dron2065(a)rambler.ru
Distribution: ---
Created attachment 67298
--> https://bugs.winehq.org/attachment.cgi?id=67298
Log of error output
Impossible to create new Wine prefix from scratch for WINEARCH=win64. For win32
all work normal.
--
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=48478
Bug ID: 48478
Summary: Old realplayer crashes when installing
Product: Wine
Version: 5.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 66263
--> https://bugs.winehq.org/attachment.cgi?id=66263
console output
When I install Realplayer, it seems that some extractions are don and then
black screen appears. Then wine crashes.
--
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=47357
Bug ID: 47357
Summary: Wine gets black screen when entering
Product: Wine
Version: 4.9
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiuryson(a)gmail.com
When entering the wine by my smartphone, Moto G5s with Android 8.1, appears a
frame of the cmd and soon it is only a black screen.
--
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=49273
Bug ID: 49273
Summary: wine-staging 5.9 breaks World of Warcraft 3.3.5a
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pioruns(a)gmail.com
Distribution: ---
wine-staging 5.9 introduces a regression, which causes World of Warcraft 3.3.5a
to malfunction.
Issues:
Camera manipulation via right button press or middle button press is
stutteting, moving randomly every 1 second or so. Camera moving is unusable.
Problem is fixed instantly by downgrading wine-staging to 5.8
System details:
Debian Buster + backports on Linux AMD64
Nvidia 1080Ti + nvidia driver 440.82 from buster-backports
--
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=49261
Bug ID: 49261
Summary: ine-Staging 5.9.1 Causes stuttering in World of
Warcraft 8.3
Product: Wine-staging
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mewt.reaper(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
After upgrading wine-staging from 5.8.1 to 5.9.1, stuttering was noticed in
world of warcraft 8.3. Stuttering is very noticeable when turning camera
around. Downgrading package back to 5.8.1 from pacman cache fixed issue
immediately.
--
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=49252
Bug ID: 49252
Summary: Regression 5.9: Erratic Mouse Behavior in World of
Warcraft: BfA
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jaapbuurman(a)gmail.com
Distribution: ---
With Wine 5.9 there is a regression that results in erratic mouse behavior in
World of Warcraft: BfA. When you hold down both mouse buttons, your character
starts moving and you can use your mouse to change direction where you are
moving in. So far so good. However, if you try to run in circles by constantly
moving your mouse to the side, the camera will randomly jump to a random
direction as if mouse sensitivity went way up for a split second. I've tried a
different mouse, but the issue persists. Downgrading back to 5.8 instantly
fixed the issue.
OS: Arch Linux
Kernel Version: 5.6.14
Wine: Wine-staging 5.9
Video Driver: Mesa 20.0.7
Desktop Environment: Gnome on Xorg
Let me know if you need any additional details/testing.
--
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.