https://bugs.winehq.org/show_bug.cgi?id=48018
Bug ID: 48018
Summary: QuickTime 7.0.x installer fails
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://www.oldversion.com/download/quicktime704.exe
OS: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65552
--> https://bugs.winehq.org/attachment.cgi?id=65552
Wine 4.18 console log
During installation, the installers for QuickTime 7.0.3 and 7.0.4 hit an
unhandled exception under Wine and Staging 4.18.
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00110572).
This is a regression as they used to work fine.
I need to make some space on disk before I can set up an environment to run a
bisect, so will update.
$ sha1sum quicktime70*
00cada67cca554d53993ed51aa3cc14caf45c1cd quicktime703.exe
fadbddbccaad9b0e79a66231399a2ce6cfc5409d quicktime704.exe
--
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=48371
Bug ID: 48371
Summary: Home Designer Suite 21.3.1.1x64 reports "Error
#272000009 A serious error occurred (SEH)."
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 74.schutt(a)gmail.com
Distribution: ---
Created attachment 66120
--> https://bugs.winehq.org/attachment.cgi?id=66120
Home Designer message log when run on Wine
I am attempting to run Home Designer Suite version 21.3.1.1x64 on Wine.
Immediately after starting it and supplying a valid product key, I get a
popup reporting:
c:\p4sync\dev\releases\21\chief\cacommon\error\artexception.cpp(146): Error
#272000009
"A serious error occurred (SEH). Please contact Chief Architect Technical
Support with steps to reproduce.
"
Note that the program continues to run, and I can shut it down normally.
This page:
https://www.chiefarchitect.com/support/article/KB-00802/troubleshooting-exc…
says I should ensure my system meets minimum requirements and is fully up to
date. E.g. they want a graphics card with 1 GB memory and support for OpenGL
>= 3.3, which I have.
Home Designer writes a report of its execution, and there I found that it
reports the characteristics that it probed for the system it is running on.
Here I found that it probed "OpenGL VRam: 0" and "OpenGL GPU Count: 0". I've
attached this log as 'wine-Message Log.txt'.
When I run that same Home Designer binary on an up-to-date Windows 10 system,
it starts up without reporting a serious error, and its execution log shows
non-zero values for "OpenGL VRam" and "OpenGL GPU Count". I've attached this
log as 'real-Windows10-Message Log.txt'.
The terminal output from Wine is attached as 'run.log'.
--
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=48648
Bug ID: 48648
Summary: Gothic II Night of the Raven:unhandled exception in
Wine 5.2
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chebanenkoigor93(a)gmail.com
Distribution: ---
Created attachment 66507
--> https://bugs.winehq.org/attachment.cgi?id=66507
Backtrace.
Unhandled exception in Wine 5.2 in Gothic II Night of the Raven,game gives you
it, when you start new game.
--
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=48480
Bug ID: 48480
Summary: dlls/krnl386.exe16 - thunk.c argument logic incorrect
for CallProcEx32W16
Product: Wine
Version: 5.0-rc6
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dirk.niggemann(a)gmail.com
CallProcEx32W16 takes a 'nrofargs' argument which may have the hight bit set by
the caller (CPEX_DEST_CDECL). Internally the function processes nrofargs in a
for loop but does not clear the high bit before looping.
This line (2475):
for (i=0;i<nrofargs;i++)
This needs to be changed to support correct argument counting to:
for (i=0;i<(nrofargs & ~CPEX_DEST_CDECL);i++)
Otherwise this routine crashes when called with CPEX_DEST_CDECL set.
--
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=48561
Bug ID: 48561
Summary: Cadence Allegro Professional 16.6 crashes at startup
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tpearson(a)raptorengineering.com
Distribution: ---
When attempting to launch Cadence Allegro Professional* on Wine 5.0 staging,
the application loads and checks out the network license, but immediately
generates an internal fault and pops up a dialog to that effect. Dismissing
the dialog box exits the application (thankfully it returns the network license
cleanly at that point, otherwise debugging would be quite miserable).
This behavior was observed on all tested Wine versions starting with 3.0. 4.1
and 4.12 were also tested with the same results, as was both the OpenGL and
non-OpenGL version of the Allegro software.
* We hold a current network license for this package, and are looking to
migrate away from effectively airgapped (isolated license-only network) XP
systems for this software. My understanding is that the licensed version,
versus the trial / standalone read-only version, has received no testing up
until this point on 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.
https://bugs.winehq.org/show_bug.cgi?id=48386
Bug ID: 48386
Summary: Some CPU features are not reported for Intel CPU
(Detroit: Become Human is affected)
Product: Wine
Version: 5.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gofmanp(a)gmail.com
Distribution: ---
Created attachment 66146
--> https://bugs.winehq.org/attachment.cgi?id=66146
ntdll: Detect more processor features on Intel CPU.
Split off from bug #48291.
The application reads CPU features from shared user data area and requires or
benefits from certain CPU features. Some features from CPUID level 0x80000001
are currently recognized for AMD only while they are available on Intel as
well.
--
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=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.
https://bugs.winehq.org/show_bug.cgi?id=44047
Bug ID: 44047
Summary: GetKeyState returns wrong state for numlock key
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: plasil.tomas(a)seznam.cz
Distribution: ---
GetKeyState always returns 0 for numlock key.
Example
[DllImport("user32.dll")]
private static extern short GetKeyState(int nVirtKey);
const int NUMLOCK = 0x90;
private static void GetNumLockState()
{
short keystate = GetKeyState(NUMLOCK); //always 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=49241
Bug ID: 49241
Summary: (winecfg) Add ability to set windows version to
default via command line
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Follow up to bug 41559:
would be nice to be able to do:
$ wine winecfg /v default
to get wine to set the Windows version back to default (so that winetricks et
al don't have to try to figure out what version that should be).
--
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=48982
Bug ID: 48982
Summary: Update of T@X 2020 Business fails
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dieter.jurzitza(a)t-online.de
Distribution: ---
Created attachment 66959
--> https://bugs.winehq.org/attachment.cgi?id=66959
Backtrace from wine as such
I have been using T@X20XX (say, XX=20 for this years version) for years now -
flawlessly under wine. Now it seems as if the supplier introduced new functions
that cause the latest update to fail when attempting to activate it.
I started
wine TaxSteuersoftware2020BusinessUpdate271814.exe
and after a short time it bails out with an exception message - please see both
the logfile (backtrace.txt) and a screenshot (backtrace.jpg) of the things that
happen attached.
Thank you for looking into this - and let me know if I can do anything to
support this activity.
--
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=49292
Bug ID: 49292
Summary: can't run a game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: twekit02(a)gmail.com
Distribution: ---
Created attachment 67297
--> https://bugs.winehq.org/attachment.cgi?id=67297
The backtrace for the issue
Was attempting to play a Pokemon .exe file and it wouldn't run even though
others would. Please help.
--
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=32479
Bug #: 32479
Summary: page fault on read access to 0x00000005
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ozalp.aral(a)hotmail.com
Classification: Unclassified
Created attachment 42841
--> http://bugs.winehq.org/attachment.cgi?id=42841
backtrace file
receive this error about 5 seconds after the program launches. The program is
Navi Toolbox from IGo navigation software.
--
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=48615
Bug ID: 48615
Summary: Hover on wine program system tray not responding
Product: Wine
Version: 5.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: limstash.w(a)gmail.com
Distribution: ---
Hello everyone,
Sorry for my poor English first, I'm using plasma desktop 5.18.0-3 on
Archlinux.
I tried to run windows program with wine-staging 5.2-1, everything works fine
except the system tray.
When I putting my mouse hover on the system tray icon, nothing responds. A
floating window is supposed to show up.
Killed xembedsniproxy using Wine System Tray it works fine.
For example, Wechat(IM, Tencent Holdings Ltd., https://www.wechat.com/en/)
<b>Section I</b>
[img1]
No message, hover on the icon, text `Wechat`
[img2]
<b>Section II</b>
[img3]
The most important, when having new messages, the notification window(dialog
preview) couldn't show up.
[img4]
This also happened on QQ and TIM(IM, Simplified Chinese Only, Tencent Holdings
Ltd.)
I've no idea about whether other programs have such problem.
KDE bug thread: https://bugs.kde.org/show_bug.cgi?id=417767
--
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=49131
Bug ID: 49131
Summary: wineboot fails to start
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 73211637c15b1dbd298364b5dd22161ce55f8145
Sine wine-5.7 wineboot fails to start. The only output is this:
0024:err:environ:run_wineboot failed to start wineboot c00000e5
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0024:err:winediag:nodrv_CreateWindow The explorer process failed to start.
Bisecting revealed:
73211637c15b1dbd298364b5dd22161ce55f8145 is the first bad commit
commit 73211637c15b1dbd298364b5dd22161ce55f8145
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 27 12:34:30 2020 +0200
ntdll: Avoid using wine_get_server_dir() from libwine.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
I am running macOS Mojave and compiled wine with the 10.13 SDK and with mingw
enabled.
--
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=49288
Bug ID: 49288
Summary: Bug Action Replay Code Manager (Mac OS X)
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gaspardboulard(a)gmail.com
Created attachment 67294
--> https://bugs.winehq.org/attachment.cgi?id=67294
Here is the window where Wine says it bugs (In french)
When I try to open the file "ActionReplayCodeManager.exe", Wine shows a window
in which it says that it can't be open due to a problem or a bug related to
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.
https://bugs.winehq.org/show_bug.cgi?id=49276
Bug ID: 49276
Summary: [5.9] Sony Vegas Pro 13 no longer works with Wine
Product: Wine
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: vinibali1(a)gmail.com
Distribution: ---
Created attachment 67281
--> https://bugs.winehq.org/attachment.cgi?id=67281
terminal output
It's a fresh installation on a new prefix, so Wine version 5.8 works great from
Arch Linux repos. I just had to downgrade the package.
I attached all the logs I collected during the run.
Few lines attached here:
########
0218:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 0218, blocked by 00c8, retrying (60 sec)
0220:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 0220, blocked by 00c8, retrying (60 sec)
0240:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 0240, blocked by 00c8, retrying (60 sec)
023c:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 023c, blocked by 00c8, retrying (60 sec)
00f8:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 00f8, blocked by 00c8, retrying (60 sec)
00e8:err:ntdll:RtlpWaitForCriticalSection section 0x5f45660
"../../../wine/dlls/winealsa.drv/mmdevdrv.c: ACImpl.lock" wait timed out in
thread 00e8, blocked by 00f8, retrying (60 sec)
0200:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
020c:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
0210:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
0208:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
0200:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 0200, blocked by 00c8, retrying (60 sec)
020c:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 020c, blocked by 00c8, retrying (60 sec)
0210:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 0210, blocked by 00c8, retrying (60 sec)
0208:err:ntdll:RtlpWaitForCriticalSection section 0x100a8
"../../../wine/dlls/ntdll/heap.c: main process heap section" wait timed out in
thread 0208, blocked by 00c8, retrying (60 sec)
wine: Unhandled page fault on read access to 000000007AC70BC8 at address
00007FB719FF65CB (thread 0248), starting debugger...
########
--
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=47291
Bug ID: 47291
Summary: Cherry Player 2.5.6 can't play local media files
Product: Wine-staging
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oleg.dubinskij2013(a)yandex.ua
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Ubuntu
Created attachment 64589
--> https://bugs.winehq.org/attachment.cgi?id=64589
Terminal output when trying to play files via Cherry Player
Cherry Player 2.5.6 does nothing after adding any local media (audio/video)
files (for example, I tested it with mp4 and wav) via "Open" dialog into
playlist and then trying to play them by clicking "Play" button. After
clicking, it becomes "Pause" button for the moment and then restores to "Play"
again. However, online streams which are inbuilt in this player, are played
correctly.
Download: http://download.cherryplayer.com/2.5.6/CherryPlayer-2.5.6-setup.exe
sha1sum CherryPlayer-2.5.6-setup.exe
cdaa69a7666072fd2a84832bd46dec81dcf5f227 CherryPlayer-2.5.6-setup.exe
In the terminal, it spams about something unimplemented in quartz/vmr9 when I
click "Play".
Note: This program also installs Microsoft Visual C++ 2013 Redistributable x86
together with itself.
--
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=49259
Bug ID: 49259
Summary: Error when starting Visma skatt 2019
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: enskildarev(a)gmail.com
Distribution: ---
Error report when trying to start the program in 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.
https://bugs.winehq.org/show_bug.cgi?id=49253
Bug ID: 49253
Summary: 2048 freeze before showing anything
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: mikrutrafal54(a)gmail.com
Distribution: ---
Created attachment 67259
--> https://bugs.winehq.org/attachment.cgi?id=67259
2048 Log
When I try to open 2048, then nothing happens.
App seems to try use network, but it is unable to do it.
File to download -
https://portableapps.com/downloading/?a=2048Portable&n=2048%20Portable&s=s&…
--
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=47543
Bug ID: 47543
Summary: Wine crashes when I click on the
InstaladorMultiSync.exe file
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: diggersone(a)gmail.com
Distribution: ---
Created attachment 64936
--> https://bugs.winehq.org/attachment.cgi?id=64936
error message
Wine crashes when I click on the InstaladorMultiSync.exe file
Linux darwin 4.15.0-54-generic #58-Ubuntu SMP Mon Jun 24 10:55:24 UTC 2019
x86_64 x86_64 x86_64 GNU/Linux
link to download: http://suporte.multilaser.com.br/suporte/downloads
--
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=48268
Bug ID: 48268
Summary: ESEA Client - anti-cheat software detects system
monitor (debugger) and refuses to start.
Product: Wine
Version: 4.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 65933
--> https://bugs.winehq.org/attachment.cgi?id=65933
wine 4.21 terminal output
Hello,
While revisiting bug 24125 I stumbled on this application:
ESEA client is an anti-cheat software for an eponymous community of online
games players.
Running the client fails with this error dialog:
"Error #1006: A system monitor program has been found running in you system.
After closing the program please relaunch the ESEA Client."
That error blocks testing this application for bug 24125.
Also tested with wine-staging 4.21 in a separated prefix.
Using option 'Hide Wine version from applications' doesn't make a difference.
There is an article related to this error on the publisher's website:
https://support.esea.net/hc/en-us/articles/360008741974-Error-1006-1008-114…
Downloading the client requires a (free) registered account on the website,
linked to a Steam account.
$ sha1sum ESEAClientInstall.exe
321cc5e5aa77e58de3f71ed406214ce13472ee01 ESEAClientInstall.exe
$ du -b ESEAClientInstall.exe
165862120 ESEAClientInstall.exe
Debian 8 Jessie 64-bit.
Tested on clean 32-bit wineprefixes with wine and wine-staging 4.21.
Regards.
--
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=49248
Bug ID: 49248
Summary: Tales Of Symphonia has super slow downs in some menus
and other areas.
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Tales Of Symphonia has super slow downs in some menus and other areas. For
example the save/loading screens frame rates drop for 30fps to around 5fps.
Tested on Slackware 14.2 with an ATI Radeon HD 7450 and the ati opensource
driver.
--
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=48464
Bug ID: 48464
Summary: Heroes of the storm crashes at start with unexpected
fatal error
Product: Wine
Version: 5.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: quiquoqua48(a)gmail.com
Distribution: ---
As in the summary, HOTS crashes after few seconds since a press play button:
the screen become black but in a moment it disappear and i have an "unexpected
fatal error" with no more explanations. Some ideas?
P.S.
I play Overwatch from blizzard launcher and there's no problem with 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=48050
Bug ID: 48050
Summary: Sony Vegas 13 stops at "Creating file I/O manager..."
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vinibali1(a)gmail.com
Distribution: ---
Created attachment 65590
--> https://bugs.winehq.org/attachment.cgi?id=65590
output
Hello!
CPU: Ryzen 5 3400G
OS: Arch Linux x64 (5.2.10-1-ck)
Package (1st run): quartz.
Package (2nd run): corefonts d3dx10 d3dx11_42 d3dx11_43 d3dx9 directmusic
directplay dotnet40 dsound msxml3 msxml6 quicktime76
Package (3rd run): vcrun2005 vcrun2008 vcrun2010 vcrun2012 vcrun2013 vcrun2015
Prefix: fresh Windows 7 x64
Wine: 4.9, 4.18 (stable and staging)
The application splash screen starts and suddenly stops there in the first part
of the progress bar. The message says it's "Creating file I/O manager...".
I walked through the steps using Sergey's guideline:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=33495&iTestin…
I even tried black magic, but doesn't helped.
Terminal output attached:
Regards
--
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=46132
Bug ID: 46132
Summary: Multiple Windows 10 ARM64 apps crash with illegal
instruction fault due to access of ARMv8 PMU cycle
counter via 'PMCCNTR_EL0' register in EL0 (Linux
kernel disallows access by default)
Product: Wine
Version: 3.20
Hardware: aarch64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
just for documentation ...
--- snip ---
$ WINEDEBUG=+seh,+loaddll,+process,+relay,+msvcrt wine64 ./gatherosstate.exe
>>log.txt 2>&1
...
0009:trace:msvcrt:DllMain finished process init
0009:Ret PE DLL (proc=0x7fae7e3b04,module=0x7fae730000
L"msvcrt.dll",reason=PROCESS_ATTACH,res=0x22fc48) retval=1
0009:Call PE DLL (proc=0x7fae5fd5d8,module=0x7fae580000
L"advapi32.dll",reason=PROCESS_ATTACH,res=0x22fc48)
0009:Ret PE DLL (proc=0x7fae5fd5d8,module=0x7fae580000
L"advapi32.dll",reason=PROCESS_ATTACH,res=0x22fc48) retval=1
0009:Starting process
L"Z:\\home\\focht\\Downloads\\ARM64-win10-apps\\gatherosstate.exe"
(entryproc=0x14002fd80)
0009:trace:process:NtQueryInformationProcess
(0xffffffffffffffff,0x00000007,0x22f988,0x00000008,(nil))
0009:trace:seh:call_stack_handlers calling handler at 0x7b4d6330 code=c000001d
flags=0
wine: Unhandled illegal instruction at address 0x14002fc0c (thread 0009),
starting debugger...
0009:trace:seh:start_debugger Starting debugger "winedbg --auto 8 32"
--- snip ---
strace:
--- snip ---
2752 [000000014002fc0c] --- SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPC,
si_addr=0x14002fc0c} ---
--- snip ---
Disassembly around faulting instruction:
--- snip ---
start:
000000014002FD80 F3 53 BE A9 STP X19, X20, [SP,#-0x20+var_s0]!
000000014002FD84 F5 0B 00 F9 STR X21, [SP,#var_s10]
000000014002FD88 FD 7B BF A9 STP X29, X30, [SP,#var_10]!
000000014002FD8C FD 03 00 91 MOV X29, SP
000000014002FD90 13 00 80 52 MOV W19, #0
000000014002FD94 9B FF FF 97 BL sub_14002FC00
000000014002FD98 F5 03 00 2A MOV W21, W0
...
sub_14002FC00:
000000014002FC00 F3 0F 1F F8 STR X19, [SP,#-0x10+var_s0]!
000000014002FC04 FD 7B BF A9 STP X29, X30, [SP,#var_10]!
000000014002FC08 FD 03 00 91 MOV X29, SP
000000014002FC0C 08 9D 3B D5 MRS X8, #3, c9, c13, #0 ; *boom*
000000014002FC10 0A 03 00 B0 ADRP X10, #qword_140090670@PAGE
000000014002FC14 53 C1 19 91 ADD X19, X10, #qword_140090670@PAGEOFF
000000014002FC18 08 79 40 92 AND X8, X8, #0x7FFFFFFF
--- snip ---
Decoding the sysreg using ARM's ARMv8 Processor Technical Reference Manual:
MRS <Xt>, (<systemreg>|S<op0>_<op1>_<Cn>_<Cm>_<op2>)
08 9D 3B D5 -> D5 3B 9D 08
| D5 | 3B | 9D | 08 |
|11010101|00 1 11 011|1001 1101|000 01000|
| OPCode |L|o0|op1|CRn |CRm |op2| Rt |
op0 = 3
op1 = 3
op2 = 0
CRn = 9
CRm = 13
Rt = 8
0x08,0x9d,0x3b,0xd5 = 'MRS X8, PMCCNTR_EL0'
Microsoft docs:
https://docs.microsoft.com/en-us/cpp/build/arm64-windows-abi-conventions?vi…
--- quote ---
Cycle counter
All ARMv8 CPUs are required to support a cycle counter register. This is a
64-bit register that Windows configures
to be readable at any exception level (including user mode). It can be accessed
via the special PMCCNTR_EL0
register, using the MSR opcode in assembly code, or the _ReadStatusReg
intrinsic in C/C++ code.
Note that the cycle counter here is a true cycle counter, not a wall clock, and
thus the counting frequency
will vary with the processor frequency. If you feel you must know the frequency
of the cycle counter,
you should not be using the cycle counter. Instead, you want to measure wall
clock time, for which you
should use QueryPerformanceCounter.
--- quote ---
Defined as 'ReadTimeStampCounter()' in Windows 10 SDK header 'winnt.h'.
Current QEMU for ARM64 supports it (if not run under real hardware):
https://github.com/qemu/qemu/blob/master/target/arm/helper.c#L1410
--- snip ---
#ifndef CONFIG_USER_ONLY
...
{ .name = "PMCCNTR_EL0", .state = ARM_CP_STATE_AA64,
.opc0 = 3, .opc1 = 3, .crn = 9, .crm = 13, .opc2 = 0,
.access = PL0_RW, .accessfn = pmreg_access_ccntr,
.type = ARM_CP_IO,
.readfn = pmccntr_read, .writefn = pmccntr_write, },
#endif
--- snip ---
The relevant piece of Linux kernel code:
https://github.com/torvalds/linux/commit/60792ad349f3c6dc5735aafefe5dc9121c…
--- quote ---
arm64: kernel: enforce pmuserenr_el0 initialization and restore
The pmuserenr_el0 register value is architecturally UNKNOWN on reset.
Current kernel code resets that register value iff the core pmu device is
correctly probed in the kernel. On platforms with missing DT pmu nodes (or
disabled perf events in the kernel), the pmu is not probed, therefore the
pmuserenr_el0 register is not reset in the kernel, which means that its
value retains the reset value that is architecturally UNKNOWN (system
may run with eg pmuserenr_el0 == 0x1, which means that PMU counters access
is available at EL0, which must be disallowed).
This patch adds code that resets pmuserenr_el0 on cold boot and restores
it on core resume from shutdown, so that the pmuserenr_el0 setup is
always enforced in the kernel.
--- quote ---
Since the Linux kernel maintainers disallow PMU counter access in EL0 by
default, one has to patch the Linux kernel or use a helper kernel module.
Windows 10 ARM64 likely has PMU counter access in EL0 enabled by default.
There were some attempts in the past, but they never made it in.
https://patchwork.kernel.org/patch/5217341/https://github.com/zhiyisun/enable_arm_pmu/tree/dev
Anyway, nothing to fix in Wine here. Upstream (if at all).
Regards
--
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=1201
Anya <animegirl(a)stronzi.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |animegirl(a)stronzi.org
--
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=1201
--- Comment #45 from jeremiahpwilson(a)yahoo.com ---
I read https://bugs.winehq.org/show_bug.cgi?id=1201#c34, but I don't have the
game; Instead, I'm using the demo link in the bug description, and that's
unfortunately the only exe I can find. Is there a link to the correct
executables somewhere else? I was looking for old bugs with old replies, and
the last comment referred to Wine 1.9.13, so I wanted to see if I could help
with this old bug. Thanks for your hard work, though!
--
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=1201
--- Comment #44 from joaopa <jeremielapuree(a)yahoo.fr> ---
Did you read comment 34?
Anyway bug still occurs with wine-5.9. I sent many times cleaned up patches
from Wine-staging to wine-devel. But no answers, no news....
--
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=1201
jeremiahpwilson(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremiahpwilson(a)yahoo.com
--- Comment #43 from jeremiahpwilson(a)yahoo.com ---
Installation of msgolf99.exe fails on Wine 5.9 with error "DirectX 5.0 or later
is not installed. You must install DirectX 5.0 or later to play Golf '99
Trial."
--
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=49249
Bug ID: 49249
Summary: Resident Evil Revelations pauses for a few seconds
when walking through doors.
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Resident Evil Revelations pauses for a few seconds when walking through doors
and
sometimes just walking around.
Tested on Slackware 14.2 with an ATI Radeon HD7450 and the ati opensource
driver.
--
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=30353
Bug #: 30353
Summary: IEDriver from selenium crash
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. Download and install python26 from
http://www.python.org/ftp/python/2.6/python-2.6.msi
2. Download and install easyinstall from
http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11.win32-py…
3. start wine cmd, install Selenium with easyinstall :
easyinstall selenium
3.5 winetricks wininet, works around Bug 30352
4. start the sample python-selenium script as attachment selenium-Ie.py :
$ wine 'c:\python26\python.exe' selenium-Ie.py
$ ./selenium-Ie.sh
iexplore starts successfully, but then IEDriver of selenium crashes:
Backtrace:
=>0 0x00d045d1 in iedriver (+0x845d1) (0x0262e460)
1 0x00c9fd1a in iedriver (+0x1fd19) (0x0262e4e0)
2 0x00ca9490 in iedriver (+0x2948f) (0x0262e538)
--
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=47806
Bug ID: 47806
Summary: I can't open the app
Product: Wine
Version: unspecified
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: g.a.d.25022005(a)gmail.com
Created attachment 65295
--> https://bugs.winehq.org/attachment.cgi?id=65295
I recorded the start...
I don't open the app. S10+
--
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=49226
Bug ID: 49226
Summary: Tried to install Torch Browser in Ubuntu 20.04 but
failed.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Prabesh432(a)gmail.com
Distribution: ---
What did I do?
1. Installed wine. sudo apt install wine
2. Downloaded the Torch browser.exe from https://torchbrowser.com/
3. Tried to install and which never ended: https://pastebin.com/n8rUaG7z
4. Tried to launch Torch and this happened: https://pastebin.com/PRwBV8XL"
Not to mention the occurrence of the random files it showed after the Desktop
(aka /home/username/Desktop). Look dirty + Doesn't work + Pointless.
He is a new windows user. So, I tried to install Torch in his machine. So far,
no good. Let me know, what are we missing over here?
--
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=49196
Bug ID: 49196
Summary: Crash in Delrina Daily Planner 3.0
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: buellboy9(a)verizon.net
Distribution: ---
Created attachment 67211
--> https://bugs.winehq.org/attachment.cgi?id=67211
Error log created during the crash.
Crash when opening any event in the Delrina Daily Planner 3.0. Used to work
before upgrading to Version 5.0. Still works in native Windows 7.
--
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=49240
Bug ID: 49240
Summary: Fontsmooth not working in Ubuntu 20.04 Unity Session
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: micetym(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67250
--> https://bugs.winehq.org/attachment.cgi?id=67250
display differences
Ubuntu 20.04
completely not working in Unity session
in Wyland session works great
the prefix is the same
Unity session set as
apt install ubuntu-unity-desktop
--
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=49016
Bug ID: 49016
Summary: Wine will not update Origin Software
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b3.bowers(a)gmail.com
Distribution: ---
Created attachment 66997
--> https://bugs.winehq.org/attachment.cgi?id=66997
error file when updating Origin software on Ubuntu 20.04
When installing Origin Software to run Sims, the installed software will run,
but the update fails, and causes the crash. We are unable to move forward with
logging in to Origin to install Sims.
--
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=49234
Bug ID: 49234
Summary: stronghold crusader doesn't work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ycb(a)yopmail.com
Distribution: ---
Created attachment 67241
--> https://bugs.winehq.org/attachment.cgi?id=67241
the error code given
the program gives me an error attached below when i try and run stronghold
crusader (my os is puppy linux slako)
please help.
thanx
--
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=24038
Summary: kernel32.UnhandledExceptionFilter: ensure that
registered JIT debugger can attach and collect
debugging info before return
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
the symptom is some apps generate unhandled exceptions which ought to call the
registered just-in-time debugger but the collection of debugging info fails.
When the debugger process is up and running the faulting app is gone, hence
attaching and collecting module, backtrace info etc. fails.
Example (you can find several of such occurrences in bugzilla):
--- snip ---
...
wine: Unhandled exception 0xc000000d at address 0x68080023:0x004bd342 (thread
0026), starting debugger...
0026:trace:seh:start_debugger Starting debugger "winedbg --auto 37 252"
0027:Ret KERNEL32.Sleep() retval=00000000 ret=00484091
0027:Call KERNEL32.Sleep(00000032) ret=00484091
0028:Ret KERNEL32.Sleep() retval=00000000 ret=00484091
0028:Call KERNEL32.Sleep(00000032) ret=00484091
0026:Ret KERNEL32.UnhandledExceptionFilter() retval=00000000 ret=004c599a
0026:Call KERNEL32.GetCurrentProcess() ret=004c59b5
0026:Ret KERNEL32.GetCurrentProcess() retval=ffffffff ret=004c59b5
0026:Call KERNEL32.TerminateProcess(ffffffff,c000000d) ret=004c59bc
Process of pid=0025 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
--- snip ---
kernel32.UnhandledExceptionFilter() -> start_debugger_atomic -> start_debugger
-> CreateProcessA() (wait for debugger to come up) -> return
The app code immediately terminates the process after return from
UnhandledExceptionFilter() which is an indication that all debugging info
collection stuff needs to be done synchronously _before_
UnhandledExceptionFilter() returns in case JIT debugger was called.
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.
https://bugs.winehq.org/show_bug.cgi?id=49231
Bug ID: 49231
Summary: Pummel Party (Steam): Graphics begin to flicker in
different colors
Product: Wine
Version: 5.0
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Created attachment 67235
--> https://bugs.winehq.org/attachment.cgi?id=67235
Logs from the game
Hello,
i wanted to play the game Pummel Party
(https://store.steampowered.com/app/880940/Pummel_Party/) but as soon as i
start a round from the lobby, the graphics start to flicker mostly in purple,
black or in different colors rarely they are correct for a moment then directly
not.
GPU: AMD RX 570 with Linux 4.16 DRM and Mesa 19.0.8
--
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=49227
Bug ID: 49227
Summary: ole error: the window of Netease Muisc is black and
display nothing in windows 7
Product: Wine
Version: 5.8
Hardware: x86
URL: https://d1.music.126.net/dmusic/cloudmusicsetup2.7.1.1
98242.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: SUSE
Download and install from the url. The ternimal gets many ole errors. It seems
that some ole features is not supported
03a0:err:ole:CoGetClassObject class {d9b3211d-e57f-4426-aaef-30a806add397} not
registered
03a0:err:ole:CoGetClassObject no class object
{d9b3211d-e57f-4426-aaef-30a806add397} could be created for context 0x1
04c4:err:ole:CoGetClassObject class {d9b3211d-e57f-4426-aaef-30a806add397} not
registered
04c4:err:ole:CoGetClassObject no class object
{d9b3211d-e57f-4426-aaef-30a806add397} could be created for context 0x1
0314:fixme:seh:K32GetMappedFileNameW (FFFFFFFF, 09550000, 0031EB98, 270): stub
0508:err:ole:CoGetClassObject class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:err:ole:CoGetClassObject class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:err:ole:create_server class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0508:err:ole:CoGetClassObject no class object
{77a1c827-fcd2-4689-8915-9d613cc5fa3e} could be created for context 0x17
0508:err:ole:CoGetClassObject class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:err:ole:CoGetClassObject class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:err:ole:create_server class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0508:err:ole:CoGetClassObject no class object
{77a1c827-fcd2-4689-8915-9d613cc5fa3e} could be created for context 0x17
0508:err:ole:CoGetClassObject class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:err:ole:CoGetClassObject class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:err:ole:create_server class {77a1c827-fcd2-4689-8915-9d613cc5fa3e} not
registered
0508:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0508:err:ole:CoGetClassObject no class object
{77a1c827-fcd2-4689-8915-9d613cc5fa3e} could be created for context 0x17
--
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=49207
Bug ID: 49207
Summary: I try install SSMSUnhandled exception: page fault on
execute access to 0x00f3e594 in 32-bit code
(0x00f3e594)
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yoshi_story_pj64(a)hotmail.com
Distribution: ---
Created attachment 67215
--> https://bugs.winehq.org/attachment.cgi?id=67215
bud log SSMS
I cant install SSMS (Microsoft SQl Management
--
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=44915
Bug ID: 44915
Summary: Metal Gear Solid V: The Phantom Pain - SP crashes
silently
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romulasry(a)gmail.com
Distribution: ---
Created attachment 61002
--> https://bugs.winehq.org/attachment.cgi?id=61002
logfile
It silently exits or doesn't launch, I don't know which one.
--
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=15489
Summary: Build should optionally produce .pdb file suitable for
use with symbol server
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When Windows applications with their own crash logging systems
crash, they report the stack dump to their own crash dump server,
which uses Microsoft-supplied .pdb files (or Microsoft's symbol server)
to resolve the symbol names in system DLLs.
Wine should also provide such .pdb files, for use by vendors in
analyzing crash dumps. There should be an identifying
key in the crash dump and the .pdb file allowing the crash
server or debugger to choose the proper .pdb file; MSFT
must support that, let's see if we can use the same mechanism they do
to handle the much larger number of Wine versions and flavors.
--
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=43962
Bug ID: 43962
Summary: msvcrt/string tests fail
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
string.c:2799: Test failed: errno = -559038737
string.c:2809: Test failed: ret = d0
string.c:1878: Test failed: d =
1000000000000000482416141386308708571867933472627945326741491900144172904106310050588962644037102476595408159456210748972770600252972845262058045244417464426905986489749230528825980973749133650163621397243851020732242333839884529407361024.000000
string.c:2710: Test failed: ret = ffffff81
string.c:2713: Test failed: ret = ffffff9f
string.c:2716: Test failed: ret = ffffffe0
string.c:2877: Test failed: d.x = 0.000000e+000, expected 0
string.c:2880: Test failed: d.x = 0.000000e+000, expected 0
there's a lot of:
fixme:msvcrt:_control87 not implemented
fixme:msvcrt:_control87 not implemented
--
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=29168
Bug #: 29168
Summary: Star Wars: The Old Republic game client hangs at
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik.weatherwax(a)gmail.com
Classification: Unclassified
Created attachment 37628
--> http://bugs.winehq.org/attachment.cgi?id=37628
Console output
Upon successful launching of the game client after logging in via the game
launcher, no progress is made towards loading the game after the initial splash
screen: it merely sits at the initial splash with a sort of "Working" icon
spinning in the lower right indefinitely. Console output is attached but
doesn't seem to be much help; it is mostly just spam of:
fixme:win:GetWindowPlacement not supported on other process window 0xa0026
fixme:d3d:query_init Unhandled query type 0xc.
Originally suspected this was a server-side or game client problem since some
Windows users were reporting similar issues at the beginning of this beta test
weekend; however, any of numerous purported workarounds fail to work in Wine,
and it seems the problem pretty uniformly affects Wine users, at least in
Linux.
--
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=49130
Bug ID: 49130
Summary: wine: Call from 0x7bc96019 to unimplemented function
SETUPAPI.dll.SetupDiGetActualSectionToInstallExW,
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: toluschr(a)protonmail.com
Distribution: ---
This occurred while trying to install RTX-Voice.
I know that it won't work anyways, but it doesn't hurt to implement this
function.
--
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=48289
Bug ID: 48289
Summary: Grand Theft Auto 5 crashes after loading.
Product: Wine
Version: 4.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pokemax0928(a)gmail.com
Distribution: ---
After the Casino Heist update GTA V crashes after loading into story or online
and the game is not playable. The Proton community has determined this is a
Wine bug, not a Proton bug. I'm making this bug report for people to be aware
and start fixing the issue. The last few posts over on Github have more
information: https://github.com/ValveSoftware/Proton/issues/37
I'm not able to help very much but I'm going to try and follow. Thank you.
--
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=49139
Bug ID: 49139
Summary: Wine crashes on startup on FreeBSD >= 5.7
Product: Wine
Version: 5.7
Hardware: x86
OS: FreeBSD
Status: NEW
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
On FreeBSD, 32 bit Wine has started crashing on startup recently. I thought it
was bug 49011, but even 5.8 still crashes. The output is simply:
002c:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0xf6012920
0024:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0xf6012920
A Git bisect revealed this regression:
commit 1ccd638b1aa85fb3c43b49d69d279cd509ebdc21
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Apr 21 11:27:53 2020 +0200
winegcc: No longer use a constructor for module initialization.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=49140
Bug ID: 49140
Summary: Regression: Windows 7 Platform SDK installer hangs on
startup
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Distribution: ---
I tried to install the Windows 7 Platform SDK, and the installer just hangs on
the startup blue logo screen in some sort of infinite loop, burning one CPU
core at 100% for hours without making progress.
Since there are reports of Wine 3.2 successfully installing and running it on
AppDB:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=36369
I tried that too. It immediately gets further, opening a dialog where you
select paths.
Clearly, a regression. Git bisect in progress.
--
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=49128
Bug ID: 49128
Summary: Good Company crash on launch
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ski_ller(a)protonmail.ch
Distribution: ---
Created attachment 67124
--> https://bugs.winehq.org/attachment.cgi?id=67124
Basic command line output
Hi,
Good Company was working fine when launched from Steam on wine-staging 5.6, but
on 5.7 / 5.8 it crash on startup with a popup "The game as crashed". It's an
Unity game (but other Unity games i tested don't have the problem).
I first think that was related to the recent update of the game, but with the
older version it crash too.
Re-tested with wine-development 5.6 to be sure that not related to recent mesa
update (i'm on debian sid) or patch from wine-staging, and no problem so far.
Provided the basic command line output, ask if you need a log with specific
parameter.
Tested on a clean profile.
--
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=43960
Bug ID: 43960
Summary: rpcrt4/cstub tests fail on arm
Product: Wine
Version: 2.19
Hardware: arm
OS: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
(stretch)austin@localhost:~/wine-git/dlls/rpcrt4/tests$ make test
../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p
rpcrt4_test.exe.so cstub && touch cstub.ok
cstub.c:1123: Test failed: ret c0000005
Makefile:185: recipe for target 'cstub.ok' failed
make: *** [cstub.ok] Error 1
--
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=49200
Bug ID: 49200
Summary: Steam hangs after login
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 526522caae103a27cd36740d6eca59387a189d02
Distribution: ---
0384:err:winediag:FILE_CreateFile Too many open files, ulimit -n probably needs
to be increased
wine: Unhandled exception 0xc06d007e in thread 384 at address 7B035AD5 (thread
0384), starting debugger...
0384:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 240 324"
(2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
[0519/170716.096:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.096:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.097:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.097:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.097:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.097:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.098:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.098:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.098:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.098:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.098:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.099:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.099:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.099:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.099:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.099:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.099:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.099:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.100:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.100:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.100:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.100:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.100:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.100:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.101:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.101:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.101:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.101:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.101:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.101:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.102:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.102:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.102:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.102:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.321:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.321:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
[0519/170716.321:ERROR:tcp_socket_win.cc(288)] CreatePlatformSocket() returned
an error: Error (0x13D) while retrieving error. (0x2728)
[0519/170716.322:WARNING:net_errors_win.cc(119)] Unknown error 10024 mapped to
net::ERR_FAILED
0104:err:winediag:FILE_CreateFile Too many open files, ulimit -n probably needs
to be increased
00dc:fixme:system:GetDisplayConfigBufferSizes (0x2 0x31e5b4 0x31e5b0): stub
c:\buildslave\steam_rel_client_win32\build\src\tier0\threadtools.cpp (3727) :
Assertion Failed: Failed to create thread (error 0x6)
c:\buildslave\steam_rel_client_win32\build\src\tier0\threadtools.cpp (3727) :
Assertion Failed: Failed to create thread (error 0x6)
CWorkThreadPool::StartWorkThread: Thread creation failed.
--
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=49105
Bug ID: 49105
Summary: Deus Ex GOTY fails to start with Direct3D renderer
Product: Wine
Version: 5.6
Hardware: x86
URL: https://www.fileplanet.com/archive/p-1914/Deus-Ex-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: gofmanp(a)gmail.com
Regression SHA1: d0ff5e66a7611511426a8ff902a95ab22c545f78
Distribution: ---
Created attachment 67075
--> https://bugs.winehq.org/attachment.cgi?id=67075
terminal output
Deus Ex GOTY v1.112fm (either the Steam or the GOG.com version) fails to start
when Direct3D renderer is selected. An error message pops up "Critical error:
Assertion failed..." and the game quits.
The OpenGL, NGlide or software renderer are still working.
This was introduced by commit d0ff5e66a7611511426a8ff902a95ab22c545f78
in Wine-5.6. I can't revert the commit cleanly on top of current git, but
verified that the problem doesn't occur with the previous commit.
You can use the original demo version to reproduce the problem.
On initial startup select 'Direct3D Support' in the 3D device selection screen.
If the demo crashes or hangs upon launch, use taskset or schedtool to force the
game to run only 1 core.
deusex.exe (140 M)
md5sum: 39f23102d43c94c9df59f96d056cdc3a
wine-5.7-209-g4e2ad334b5
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 440.66.12
--
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=47944
Bug ID: 47944
Summary: Wine64 tries to change permissions in /private/tmp/
that fails on macOS 10.15 Catalina
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Hello,
We develop Windows applications that work on Linux and macOS thanks to Wine.
Those are 64-bit applications so we thought that we wouldn't have major
problems when switching to macOS 10.15 Catalina.
We can indeed run the applications with wine64 (Wine 4.17).
But they freeze when they try to display an html browser (CEF, Chromium
Embedded Framework) with these errors in the console:
0162:err:virtual:map_file_into_view failed to set PROT_EXEC on file map, noexec
filesystem?
0162:err:virtual:virtual_map_section mapping 0x4db0000 1000 000000000 failed
We discovered that it fails on a fresh install, but it works if we disable SIP
(System Integrity Protection).
We can indeed read this in the system log :
kernel (AppleSystemPolicy)
Library load
(/private/tmp/.wine-1604910507/server-1000004-86265/anonmap.7vgk04) rejected:
library load disallowed by system policy
So is there a way to tell Wine not to use /private/tmp but another folder for
temporary files?
Regards,
Michel Terrisse
--
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=49223
Bug ID: 49223
Summary: Fortran PowerStation 4.0
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gianlucarbone96(a)gmail.com
Distribution: ---
Created attachment 67228
--> https://bugs.winehq.org/attachment.cgi?id=67228
Error logs Wine Program Error.
Hi to everyone, I'm new in the forum, and in general in bugzilla community.
I try to explain simply the problem. I work with Fortran PowerStation 4.0. When
I install the program and compiling my first program (Hello World) in Fortran
77, I was able to compile the program and build the project, and run a debugger
to see the results. But a couple of operation after modify wineconsole
apperance where the result is show up, I not be able to compiling a program,
because when I request for compile the code, in the Build Info tab, show me
that the debugger start to compile but, never end the compilation.
So when I close the program, a popup window of wine appear with a logs that you
can find in the attachment file.
I try to uninstall the program, and reinstall all, also wine, but never change.
Thanks for your help in advance.
--
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=49188
Bug ID: 49188
Summary: wine supports maximum of 64 logical processors
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alon(a)skylinesoft.com
Distribution: ---
Created attachment 67207
--> https://bugs.winehq.org/attachment.cgi?id=67207
output of OpenMP application
while running on wine application that uses OpenMP I get this message:
create_logical_proc_info Improve CPU info reporting: system supports 96 logical
cores, but only 64 supported!
the system have 96 cores, only 64 of then are in use.
--
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=49145
Bug ID: 49145
Summary: Fallo al ejecutar Panda Cloud Cleaner por problema de
seguridad informado por O.S.I. España (complemento de
navegador Chromium)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jesusysusa(a)yahoo.es
Distribution: ---
Created attachment 67148
--> https://bugs.winehq.org/attachment.cgi?id=67148
Fallo al ejecutar Panda Cloud Cleaner
Yo pido perdón si no lo estoy haciendo bien.
Lo siento. No soy muy entendido, sólo quiero ayudar.
Saludos.
--
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=49150
Bug ID: 49150
Summary: ergoplanet: Unhandled exception: page fault on read
access to 0x00000010 in 32-bit code (0x00000010).
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel.heiserer(a)gmail.com
Distribution: ---
Application "ergoplanet" crashes when trying to show/encapsulate "googlemaps"
data.
--
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=49159
Bug ID: 49159
Summary: Krita shows only black screen
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal54(a)gmail.com
Distribution: ---
Created attachment 67176
--> https://bugs.winehq.org/attachment.cgi?id=67176
Terminal log
When I open Krita, then I see loading screen and when loading ends black
screen.
Seems that interface works fine, because it shows menu etc. but only shows
black screen.
Tested Krita version -
https://download.kde.org/stable/krita/4.2.9/krita-x64-4.2.9.zip
PC Specs
Ubuntu 20.04
GTX 970 - Nvidia 440
Wine 5.8 develop
--
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=49218
Bug ID: 49218
Summary: Dragon Age II Game crashes
Product: Wine-staging
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arhangel3102(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67226
--> https://bugs.winehq.org/attachment.cgi?id=67226
Dragon Age II Game crashes
The game collapses and stops working. The terminal displays the following
output:
--
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=49157
Bug ID: 49157
Summary: I can't use NWT application
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 975150240(a)qq.com
Distribution: ---
Created attachment 67166
--> https://bugs.winehq.org/attachment.cgi?id=67166
This is error log info .please
I can't use an application because a wine exception,
--
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=49214
Bug ID: 49214
Summary: LOJE error ole 40081002 and wbem_locator
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hermeson(a)gmail.com
Distribution: ---
trying to running/install a software called LOJE
(https://info.ao3tech.com/pme/cenize) started installing then comes up an
error:
OLE 80041002
Tried to change do XP and Win7 but still comes up the msg.
attached the log error...
realised also error on "wbemprox"
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported
0009:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported
Please any idea???? Thanks
--
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=49212
Bug ID: 49212
Summary: Cannot install Internet Explorer 11
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)tonne.to
Distribution: ---
Created attachment 67219
--> https://bugs.winehq.org/attachment.cgi?id=67219
bug report
I tried to instll Internet Explorer 11. Wine was "Windows 10". It fails. See
report.
--
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=45426
Bug ID: 45426
Summary: no puedo abrir las aplicaciones porque me sale este
error "error del programa"
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alfoncrak2004(a)gmail.com
Distribution: ---
desde que instale el wine 1.4.1 me sale un "error del programa" cuando abro
las aplicaciones
--
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=49209
Bug ID: 49209
Summary: can't connect to Gmail
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beavis(a)tuta.io
Distribution: ---
internet explorer crash when connecting to Gmail.
--
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=49204
Bug ID: 49204
Summary: Wine not running after installing it in OpenMandriva
LX4.1 by dnf package
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: m-tomatis(a)tiscali.it
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 67212
--> https://bugs.winehq.org/attachment.cgi?id=67212
Error list when running Wine
Hi all,
I installed both Wine64 and 32bit compatibility packages by using dnf in
OpenMandriva LX4.1
Wine installation was ok, but for some reasons I cannot run it; it always
returns some errors. I attached information about 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=49013
Bug ID: 49013
Summary: League of Legends: Exception code c0000005
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harry+winehq(a)unheit.net
Distribution: ---
Created attachment 66992
--> https://bugs.winehq.org/attachment.cgi?id=66992
Logs for PID with WINEDEBUG=+seh,+pid,+tid,+loaddll,+kernelbase,+relay
When starting the Riot Launcher for League of Legends I often, but not always,
get Unhandled exception code c0000005.
Attached is a log file with
WINEDEBUG=+seh,+pid,+tid,+loaddll,+kernelbase,+relay. The log only contains
entries for the PID that raises the exception.
I've tried to log even more, but then the exception does not occur. It seems
timing sensitive. If other debug channels are required, I can try to enable
them, but I don't know which ones are useful.
--
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=49201
Bug ID: 49201
Summary: Possible usage of null pointer elp in objects.c
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal54(a)gmail.com
Distribution: ---
Pointer `elp` is used but might to be a null pointer - `(elp != NULL)` this
line assume this
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a…
```
case PS_USERSTYLE:
pdev->pen_lines = (pdev->pen_width == 1) ? dashed_pen_lines :
dashed_wide_pen_lines;
set_dash_pattern( &pdev->pen_pattern, elp->elpNumEntries,
elp->elpStyleEntry );
if (!(logpen.lopnStyle & PS_GEOMETRIC)) scale_dash_pattern(
&pdev->pen_pattern, 3, PS_ENDCAP_FLAT );
break;
}
pdev->pen_uses_region = (logpen.lopnStyle & PS_GEOMETRIC || pdev->pen_width
> 1);
pdev->pen_is_ext = (elp != NULL);
```
--
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=6606
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |7661e8986c7bed0a6735f04d6be
| |660cf0f6a7ed0
Version|unspecified |0.9.24.
CC| |focht(a)gmx.net
--
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=6714
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |loader
Fixed by SHA1| |4d9f3dfae10102fdd464d102f01
| |b8f2e1fcc5fdd
--
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=6622
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.24.
Keywords| |download
Component|-unknown |ntdll
Fixed by SHA1| |822be6c90fd8312e4a0689d964e
| |7c9fb895503b1
URL|http://download2.xnview.com |https://web.archive.org/web
|/XnView-win.zip |/20070107172235/http://down
| |load2.xnview.com/XnView-win
| |.zip
--
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=49102
Bug ID: 49102
Summary: Origin: unable to download and install games. "Origin
needs to download files and is waiting for permission"
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contexmoh+winehq(a)gmail.com
Distribution: ---
Created attachment 67071
--> https://bugs.winehq.org/attachment.cgi?id=67071
Origin thin client installation log
Running latest 5.7 development with win64, corefonts and default configuration
(Windows 7) on Ubuntu 18.04.
Installing latest Origin client from
https://download.dm.origin.com/origin/live/OriginThinSetup.exe (also tested
with the full client):
68b1baa026ec75760bfa077d24eb3e21502c6bd4 OriginThinSetup.exe
6d3dfce7cda14fa9292cc8409c18f1ff25b85fc4 OriginSetup.exe
During installation it errors out twice (!) but still continues.
---
The program OriginClientService.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience.
---
I am then able to login without any issues, however I am unable to download and
install any games. I tried installing Mass Effect 1, but other games had the
same issue. The download button changes from "Download" to "Preparing" and the
following error pops up:
---
Your download has been paused.
Origin needs to download files and is waiting for permission. Please choose
"Yes" when Windows prompts you for permission.
---
I tried starting the "Origin Client Service" manually via. the "net" command,
which just errors out. In addition I tried launching OriginClientService.exe,
with the same error popping up. I don't see the client service running, only
the "Origin Web Helper Service". I therefore believe that the issue lies within
"Origin Client Service", but that's where my debugging knowledge stopped.
Attached is the log from the installation (where it also errors out), the
errors can be found if you search for "ErrorDownload.wav".
Additional information:
- The same issue is described here:
https://forums.lutris.net/t/origin-wont-install-games-or-even-begin-to-down…
- And further described more detailed by "Grogan" here:
http://bitbenderforums.com/forums/showthread.php?90365-Lutris-Another-game-…
- Also described by Aaron Dewell on Thursday January 23rd 2020, 14:03 in the
comments here:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=26175
- There are numerous of people having the same issue on Windows, as seen here:
https://answers.ea.com/t5/Origin-Client-Web-Technical/Origin-is-waiting-for…
--
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=42268
Bug ID: 42268
Summary: Sea Dogs to Each His Own crashes on entering maritime
mode
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: artem(a)vorotnikov.me
Distribution: ---
Created attachment 56968
--> https://bugs.winehq.org/attachment.cgi?id=56968
Backtrace
Attempting to either enter sea or load a game in maritime mode often leads to a
crash.
--
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=35672
Bug ID: 35672
Summary: command and conquer zero hour: - online gaming not
working
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: knattman(a)mail.ru
command & conquer zero hour 1.04: - online gaming not working
i can login to the online section, and then create a game with my friends,
but when i load in the game, only my progress bar goes up, and my game didnt
start.
Online-Lobby is working
http://imgur.com/ivOoYKM
Game-Lobby is working
http://imgur.com/X4UOUW8
Establishing Connection Path is working - all Connections are completed
http://imgur.com/Xo5Y9iK
Load in Game - Failed --> only my load beam goes up
http://imgur.com/Bc065lk
Netstat:
http://imgur.com/0K6K7Kb
maybe its an udp problem.
--
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=49148
Bug ID: 49148
Summary: Sonnet Suite Pro crashes with MSVCRT_strftime+0x28()
in msvcr80
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.angerer89(a)gmail.com
Distribution: ---
Created attachment 67153
--> https://bugs.winehq.org/attachment.cgi?id=67153
logfile
When running Sonnet Suite Pro, it installs fine and the main program works,
however when trying to open xgeom.exe I get the following error message.
It seems to be related to get_tzname in msvcr80? (i tried installing msvcr80
with winetricks, same result)
--
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=49035
Bug ID: 49035
Summary: iTunes 12-3-0-44 does not run under 5.6 or 5.7. It
does under 5.5
Product: Wine-staging
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dagunny(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Previously filed under Redhat as 1828084.
I loaded Fedora32 beta with Wine 5.5-1. I installed iTunes 12-3-0-44 x64 and it
was working OK. I ran an update when the "real" version was released and it
broke it. I downgraded to 5.5-1 and it worked again. Was told at RedHat that
the 5.7 was released and to test it. I again ran a dnf -y update. Rebooted and
tried iTunes. Nothing opens up. Ran the downgrade back to 5.5-1 and it works. I
can replicate this.
--
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=49154
Bug ID: 49154
Summary: ERROR and CRASH while using zello
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pabutusa(a)gmail.com
Distribution: ---
Created attachment 67160
--> https://bugs.winehq.org/attachment.cgi?id=67160
backtrace file
Using zello.exe (2.4) on XUBUNTU 18.04.4 LTS (Kernel 4.15.0-91-generic
#92-Ubuntu)
Randomly .... but more frequently after a "soft boot" an error occurs and a
backtrace is generated. Seems to be when zello is "transmitting"
Willing to troubleshoot more but need some hints .... nothings in logs etc.
Attaching screenshot and bactrace
--
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=49166
Bug ID: 49166
Summary: msi/package fails on windows arm (armv7)
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
While testing bug 43944 on windows arm, I ran the other msi tests. All pass,
except package, which fails:
package.c:1279: OutOfNoRbDiskSpace = "0"
package.c:3095: Tests skipped: process is limited
package.c:4059: Tests skipped: insufficient rights
package.c:4155: Tests skipped: process is limited
package.c:4412: Tests skipped: Not enough rights to perform tests
package.c:5092: Test failed: Expected "keydata", got ""
package.c:5097: Test failed: Expected "field2", got ""
package.c:5102: Test failed: Expected "keydata,field2", got ""
package.c:5109: Test failed: Expected
"C:\Users\User\AppData\Local\Temp\FileName1", got ""
package.c:5120: Test failed: Expected "C:\Users\User\AppData\Local\Temp\", got
""
package.c:5126: Test failed: Expected "C:\Users\User\AppData\Local\Temp\", got
""
package.c:5136: Test failed: Expected "C:\Users\User\AppData\Local\", got ""
package.c:5149: Test failed: Expected
"C:\Users\User\AppData\Local\Temp\FileName2.dll", got ""
package.c:5160: Test failed: Expected
"C:\Users\User\AppData\Local\Temp\FileName4.dll", got ""
package.c:5664: Test failed: Expected , got User
package.c:5689: VersionDatabase = 100
package.c:5695: VersionMsi = 5.00
package.c:5701: Date = 5/15/2020
package.c:5707: Time = 19:55:57
package.c:5713: PackageCode = {913B8D18-FBB6-4CAC-A239-C74C11E3FA74}
package.c:5719: ComputerName = SURFACERT
package.c:5747: MsiNetAssemblySupport "4.0.30319.17929"
package.c:8026: Tests skipped: Not enough rights to perform tests
package.c:9330: Tests skipped: interactive ControlEvent tests
0174:package: 3818 tests executed (0 marked as todo, 10 failures), 6 skipped.
--
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=49168
Bug ID: 49168
Summary: dplayx unable to map static data into process memory
space
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
Assignee: wine-bugs(a)winehq.org
Reporter: tgn1997(a)yahoo.dk
Distribution: Ubuntu
Created attachment 67186
--> https://bugs.winehq.org/attachment.cgi?id=67186
Output when running from a clean wineprefix
Whenever I try to start Heroes of Might and Magic III, the game starts fine,
but the message “unable to map static data into process memory space (487)”
appears. However, while it is possible to play the game, trying to start LAN
multiplayer results in a hang (which requires running wineserver -k to
resolve).
--
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=49184
Bug ID: 49184
Summary: can't open "log in"window
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qygwhk(a)163.com
Distribution: ---
Created attachment 67199
--> https://bugs.winehq.org/attachment.cgi?id=67199
the software's name is Medibang Paint pro ,It is made by qt 5.5
I can't open the "Log in"window of the "Medibang Paint Pro"
--
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=45479
Bug ID: 45479
Summary: ida always crash when i try to change the fonts and
when display emoji strings
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nine.twelve(a)foxmail.com
Distribution: ---
Created attachment 61833
--> https://bugs.winehq.org/attachment.cgi?id=61833
backtrace
ida7.0 always crash when i try to change the fonts and when display emoji
strings.
It always crash when I click Options->Font->Noto Color Emoji
then it crashes.
I think this is due to the emoji display things...
--
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=46045
Bug ID: 46045
Summary: Frozen throne no cd error
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: organicchemistry_01(a)yahoo.com.ph
Distribution: ---
As the title says I get NO CD error on trying to run Frozen Throne v. 1.27 and
1.26.
When I searched on the net it says that I can run war3.exe but then I get a
segmentation fault with no other error given.
My system is on
CentOS 7.2 x86_64 & Wine 3.2 x86 Nvidia gtx 1060
--
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=46657
Bug ID: 46657
Summary: unable to launch tally application using wine
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: akkiraw1117(a)gmail.com
Distribution: ---
Created attachment 63590
--> https://bugs.winehq.org/attachment.cgi?id=63590
report
i'm not able to launch tally, it shows error that winedbg is unable to attach
process to backtrace
--
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=48643
Bug ID: 48643
Summary: Fail to run Mathcad 14 due to ole problem
Product: Wine
Version: 5.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pdingus(a)cox.net
Distribution: ---
Created attachment 66501
--> https://bugs.winehq.org/attachment.cgi?id=66501
run and error logs
Trying to run Mathcad 14 on 32 bit prefix on Linux Mint 19. Installs. Does not
run because it fails to build engine factory (ole). Problem with unregistered
components. Using winetricks corefonts winetricks dotnet20 winetricks mdac27
winetricks mdac28 winetricks msxml4 winetricks vcrun2005 winetricks vcrun2008
winetricks wsh57. Using 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.
https://bugs.winehq.org/show_bug.cgi?id=48722
Bug ID: 48722
Summary: wine 5.0 : ACAD 14 : Will not run setup.exe
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sdegroff(a)centurylink.net
Distribution: ---
Created attachment 66597
--> https://bugs.winehq.org/attachment.cgi?id=66597
Failure to Install AutoCAD 14
Failure to install AutoCAD 14. Seems to be missing some components. Will not
run AutoCad "setup.exe"
--
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=43944
Bug ID: 43944
Summary: msi/action tests fail on armv7l
Product: Wine
Version: 2.19
Hardware: arm
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net, julliard(a)winehq.org
Distribution: Debian
Created attachment 59583
--> https://bugs.winehq.org/attachment.cgi?id=59583
failing tests
chronos@localhost ~/Downloads $ grep -c 'Test failed' msi.txt
165
E.g.,:
action.c:2903: Test failed: File not installed
action.c:2904: Test failed: Directory not created
action.c:3014: Test failed: File not installed
action.c:3015: Test failed: Directory not created
action.c:3185: Test failed: File not installed
action.c:3186: Test failed: Directory not created
action.c:3282: Test failed: File not installed
action.c:3283: Test failed: Directory not created
action.c:3418: Test failed: File not installed
action.c:3419: Test failed: Directory not created
action.c:3455: Test failed: File not installed
action.c:3456: Test failed: Directory not created
I'll attach the full output.
wine-2.19-154-g17d43ef54e
--
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=49169
Bug ID: 49169
Summary: Free looking with mouse don't work
Product: Wine-staging
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dron2065(a)rambler.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
At Steam version of Pathologic 2 mouse don't work while free looking if virtual
desktop mode was enabled. At menu mouse works as usual. At Wine-devel there is
no such problem. At usual graphics mode there is no such problem.
--
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=42066
Bug ID: 42066
Summary: ROBLOX Player: Game boots player from server returning
"This game has shutdown."
Product: Wine-staging
Version: 2.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: KrystianoXPL(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: Debian
Created attachment 56558
--> https://bugs.winehq.org/attachment.cgi?id=56558
Log from RobloxPlayerBeta.exe ran with default debug options. It looks like it
doesn't say much about why the client is being booted from server.
ROBLOX Player boots the client with message "This game has shutdown." Probably
since September 2015. And is probably effect of anti-cheat system that ROBLOX
Player detects when ran through 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.
https://bugs.winehq.org/show_bug.cgi?id=49171
Bug ID: 49171
Summary: MobileShell crashes
Product: Wine
Version: 5.8
Hardware: x86
URL: https://github.com/ADeltaX/MobileShell
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: Ubuntu
Created attachment 67192
--> https://bugs.winehq.org/attachment.cgi?id=67192
crash log
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not
load file or assembly 'Windows, Version=255.255.255.255, Culture=neutral,
PublicKeyToken=null' or one of its dependencies.
sha1sum MobileShell_Alpha_r709.exe
3478f505a2af944b71d08ff86832dc3951d837fb MobileShell_Alpha_r709.exe
du -sh MobileShell_Alpha_r709.exe
112K MobileShell_Alpha_r709.exe
--
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.