https://bugs.winehq.org/show_bug.cgi?id=46520
Bug ID: 46520
Summary: Kindred Spirits on the Roof crashes
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msacm32
Assignee: wine-bugs(a)winehq.org
Reporter: zzhang(a)codeweavers.com
Distribution: ---
Created attachment 63377
--> https://bugs.winehq.org/attachment.cgi?id=63377
patch
One local driver can be assigned to multiple driver ids.
When releasing the driver id, check if the reference count
of a local driver is one before actually releasing the local driver.
related report: https://github.com/ValveSoftware/Proton/issues/210
--
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=45631
Bug ID: 45631
Summary: League client crashes
Product: Wine-staging
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ads200002(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
The League client tends to crash when queuing with premades. What logs can I
get to help diagnose this?
This is using Lutris' Wine Staging esync-3.13 (39cafb1) build found at
https://github.com/lutris/wine/commit/2da304b1195819d5df491d65c7ece1bc26e91…
and the Lutris installer (though I used a previous version that used a Wine
Staging with some custom League patches and then manually switched to the plain
Staging build): https://lutris.net/games/league-of-legends/
I'm sorry I can't provide a more vanilla example, League didn't run at all when
I tried to compile (on Ubuntu 18.04) a WoW64 build of Wine Staging master.
--
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=35516
Bug ID: 35516
Summary: Microworlds EX hangs when clicking toolbar button
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alkisg(a)gmail.com
Classification: Unclassified
Created attachment 47411
--> http://bugs.winehq.org/attachment.cgi?id=47411
Output of `bt all` when the problem happens
The program "Microworlds EX" hangs when I:
1) click on a toolbar button and hold the mouse button down,
2) move the mouse pointer anywhere outside the toolbar button, and then lift
the mouse button
To reproduce, install http://www.lcsi.ca/files/solutions/mwexdemo.exe, click
"Free mode" on the launcher, and then do the 2 steps mentioned above ^.
OS: Ubuntu Trusty 14.04
wine: 1.7.11-0ubuntu1~saucy1 (from wine PPA)
The issue happens with any Microworlds/Wine/Ubuntu versions we've tried, even
really old versions of them, and on whatever PCs.
In doesn't hang in any Windows versions that we've tried.
--
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=46442
Bug ID: 46442
Summary: FormatCurrency(9) returns .9.00 (period in front)
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)londonlight.org
Distribution: ---
Created attachment 63224
--> https://bugs.winehq.org/attachment.cgi?id=63224
compiled executable
Reproduced in wine-3.0.4 in Linux Mint, wine-3.18-staging in Sabayon (from its
package manager) as well as self-compiled (vanilla) wine-3.21-298-ge9231beb86
and wine-4.0-rc5-14-g0ff7fd1259
FormatCurrency(9) returns ".9.00", notice the period in the front.
Therefore, FormatCurrency(FormatCurrency(9)) will segfault.
Why does it add the period there?
Compiled exe attached, source code zipped and attached in next comment.
Steps:
1. Get winetricks:
wget
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…
2. Install vb6run:
WINEARCH=win32 WINEPREFIX="$HOME/wine-ct" ~/winetricks vb6run
3. Run currencytest.exe
LC_ALL="en_US.utf8" WINEPREFIX="$HOME/wine-ct" currencytest.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=45473
Bug ID: 45473
Summary: Rogue Squadron 3D crashes on startup
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61818
--> https://bugs.winehq.org/attachment.cgi?id=61818
Dont destroy secondarybuffer in IDirectSoundNotify
Rogue Squadron 3D crashes on startup unless native dsound is used
--
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=46691
Bug ID: 46691
Summary: comctl32/tests/propsheet.c shows uninitalized memory
use
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so propsheet && touch propsheet.ok
==30493== Syscall param write(buf) points to uninitialised byte(s)
==30493== at 0x4253C7F: write (write.c:27)
==30493== by 0x7BC75AAB: send_request (server.c:213)
==30493== by 0x7BC767F0: server_call_unlocked (server.c:288)
==30493== by 0x7BC76845: wine_server_call (server.c:321)
==30493== by 0x4FA5FFD: PostQuitMessage (message.c:3762)
==30493== by 0x5975F8E: do_loop (propsheet.c:2781)
==30493== by 0x5976031: PROPSHEET_PropertySheet (propsheet.c:2815)
==30493== by 0x5976612: PropertySheetA (propsheet.c:2865)
==30493== by 0x4AE4E8F: test_bad_control_class (propsheet.c:1167)
==30493== by 0x4AE82D7: func_propsheet (propsheet.c:1208)
==30493== by 0x4B2C64C: run_test (test.h:617)
==30493== by 0x4B2D08A: main (test.h:701)
==30493== Address 0x4c6fb58 is on thread 1's stack
==30493== in frame #4, created by PostQuitMessage (message.c:3758)
==30493== Uninitialised value was created by a stack allocation
==30493== at 0x5975EC4: do_loop (propsheet.c:2762)
==30493==
--
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=46493
Bug ID: 46493
Summary: Functions ilogb* are not implemented
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 63331
--> https://bugs.winehq.org/attachment.cgi?id=63331
patch
This was reported via #winehq, application name wasn't mentioned.
--
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=46485
Bug ID: 46485
Summary: clrmamepro: crash when loading datfiles which contains
release elements
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: tomgpdev(a)gmail.com
Distribution: ---
Created attachment 63322
--> https://bugs.winehq.org/attachment.cgi?id=63322
Crafted .dat file and the crash backtrace
The app crashes when trying to load LogiqX .DAT files which has "release"
elements inside the "game" elements. From the stack trace, it see something
about comctl32, but I don't know the reason about the crash itself.
For you to trigger the crash, I crafted an example .dat file. Here's the
procedure:
1. Download clrmame pro.
2. Copy the crash.dat file inside its datfiles dir.
3. Run clrmame pro.
4. Click OK in the welcome screen.
5. In [NEW DATAFILES], double click on "Crash test".
6. Click on "Default".
7. The crash should happen.
I checked on Windows 10 that it loads the crafted crash.dat file attached to
this bug report without crashing.
AppDB link:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=5692
Program version: 4.035 64 bits
--
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=23863
Summary: The Bard's Tale (2005): unplayable due to almost
completely black screen
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29959)
--> (http://bugs.winehq.org/attachment.cgi?id=29959)
terminal output (without any dll overrides)
After starting The Bard's Tale (published in 2005 by inXile Entertainment) the
screen in the menus is way too dark, so you can see almost nothing, unless you
turn up the gamma of the screen. The animated hero is also missing on the left
side of the screen, when you choose to generate a new character.
The biggest problem that makes the game unplayable is when you start a new
game, almost the whole screen is black, only the mini-map is shown in the
upper-right corner, and the health bar in the upper-left corner. Besides only
subtitles are shown. Majority of the screen is pure black.
This bug affects at least the Steam version of the game, but according to AppDB
the retail (DVD version) is also affected:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4041
I tried out several Wine versions but all of them showed the same issue,
including 1.1.0 which received Gold rating on AppDB.
However, the demo version of the game has no such issues: it displays
everything correctly, from the menus to the actual gameplay.
The only difference between the terminal output of the demo (working one) and
the retail version is the following line (repeated several times) when playing
the retail version:
'fixme:d3d:buffer_PreLoad Too many full buffer conversions, stopping
converting'
Wine-1.3.0
Fedora 13
Nvidia 7600 GT card / driver 195.36.31
--
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=46729
Bug ID: 46729
Summary: Wine directx not detecting Intel HD Graphics 620 (Rev
02) chipset
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)darkhelm.org
Distribution: ---
Created attachment 63708
--> https://bugs.winehq.org/attachment.cgi?id=63708
GPU Caps Viewer screenshot (from within Wine)
Wine is not identifying my card.
>From lspci -nn | grep VGA:
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620
[8086:5916] (rev 02)
Yet when I run GPU Caps Viewer, it cannot determine my card. When I run WoW, it
lists my card info as:
2/20 08:35:39.152 Vendor ID: 8086
2/20 08:35:39.916 Device ID: 162
Which is an Intel HD Graphics 4000, an older card -- apparently a "fallback"
card used by Blizzard when it cannot determine the card information.
This is preventing games from being able to use vkd3d.
--
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=31954
Bug #: 31954
Summary: Second Sight hangs with a black screen after the intro
videos
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.gamershell.com/download_8848.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42105
--> http://bugs.winehq.org/attachment.cgi?id=42105
plain terminal output
According to the test results on AppDB, this game probably never worked in
Wine, yet, no one has reported the problem here. The problem can be reproduced
with the demo version as well, so I decided to file a bug report.
The game starts with a couple of intro videos, then comes a black screen with a
greyish loading bar at the bottom and the game freezes there. Wineserver and
secondsight.exe together are consuming 100% CPU power, so something is
happening 'under the hood', but the game never finishes loading.
Steps to reproduce the problem with the demo version:
1. create a new wineprefix
2. winetricks ie6
3. start the installed demo with secondsight.exe. In the launcher click <Start
Free Trial>, wait for the videos to end...the game is hanging with a black
screen after the videos.
Fedora 17
Nvidia 250 / driver 304.51
--
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=46318
Bug ID: 46318
Summary: vbscript doesn't parse if identifier is also keyword
token
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
Created attachment 63051
--> https://bugs.winehq.org/attachment.cgi?id=63051
Treat all tokens after immediately following a '.' as identifier
The following vbscript currently fails with a parsing error:
Set oLocator = CreateObject("Wbemscripting.SWbemLocator")
Set oReg = oLocator.ConnectServer("", "root\default", "", "").Get("StdRegProv")
The issue appears to be using a method named 'Get' which is also one of the
tokens used in the parse.
I was able to fix this by modifying the parse to treat any value immediately
after a '.' as an identifier. Although I'm not familiar enough with vbscript
syntax to know if this will cause any other issues.
The patch used is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46708
Bug ID: 46708
Summary: Photoline crashed right after start, no problem with
wine 3.0.4
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k8auf1947(a)cometchaser.de
Distribution: ---
Created attachment 63676
--> https://bugs.winehq.org/attachment.cgi?id=63676
Backtrace from Wine after Photoline crashed
The application Photoline 16.50 crashes after start. This happens only with the
new Wine 4.0. Happens on two different PC's with Linux Debian Stable. Both
working with the same Wine 4.0.
The application worked great with Wine 3.0.4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46671
Bug ID: 46671
Summary: Biamp canvas crashes on startup
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harri.olin(a)gmail.com
Distribution: ---
Created attachment 63618
--> https://bugs.winehq.org/attachment.cgi?id=63618
Terminal output of Biamp Canvas on wine 4.2
Hello
Biamp Canvas is a program for creating and using user interfaces for
controlling Biamp Tesira series of DSP hardware. Program crashes after showing
user interface.
Download: https://support.biamp.com/Tesira/Software-Firmware
Version 3.8.1 tested (installer name biampcanvassetup3-8-0-3.exe)
Program requires .net 4.7.1, installed with winetricks dotnet471 with patch
from
https://github.com/Tk-Glitch/PKGBUILDS/blob/master/winetricks-tkg-git/dotne…
Backtrace tells the crash occurred at:
=>0 0x7b43e40c GetFirmwareEnvironmentVariableW+0x13c() in kernel32 (0x0032dcb8)
but there is something else in terminal output:
-----
Unhandled Exception: System.ServiceModel.Security.SecurityNegotiationException:
A call to SSPI failed, see inner exception. --->
System.Security.Authentication.AuthenticationException: A call to SSPI failed,
see inner exception. ---> System.ComponentModel.Win32Exception: Unknown error
(0x8009030e)
-----
The Tesira software available on same page for configuring the DSP hardware
crashes earlier, before showing splash screen, but that is fixed by native
gdiplus. When using native gdiplus, Tesira software looks like it works fine.
However native gdiplus does not help the Canvas program.
Tested with 32bit and 64bit prefixes, does not seem to make any difference.
Tested on Ubuntu 18.04 running on Hyper-V. Winbind is installed on system.
--
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=43549
Bug ID: 43549
Summary: Wickr 4.0.5: Crashes upon run
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qubertine(a)zoho.eu
Distribution: ---
Created attachment 58953
--> https://bugs.winehq.org/attachment.cgi?id=58953
backtrace
Select Windows download from https://me-download.wickr.com/
$ sha1sum WickrMe-4.0.5.msi
a5506c95085ce97520e5906d8a578e7a977d8175 WickrMe-4.0.5.msi
Backtrace: https://pastebin.com/Jm7MAhya
--
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=30392
Bug #: 30392
Summary: Amazon digital downloads down loader crashes upon use
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gamer(a)jdolson.net
Classification: Unclassified
Created attachment 39732
--> http://bugs.winehq.org/attachment.cgi?id=39732
elven legacy trace
i have recently purchased a couple of games on amazon, games that are confirmed
to work with wine, however Amazon gives you a small downloader file, and this
downloader file crashes and cannot DL the games to install
linux mint 11
wine 1.4
Release: 11 (katya)
Edition: Gnome 32-bit
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.5 --enable-shared --enable-multiarch
--with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu
--without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu
--enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default
--with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror
--with-arch-32=i686 --with-tune=generic --enable-checking=release
--build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
not sure if this one helps, it is the link to the down load on amazon
https://images-na.ssl-images-amazon.com/images/G/01/digital/infinity/button…
Elven_Legacy_Collection_Downloader.exe
also
Swords_of_the_Star_Complete_Collection_Downloader.exe
--
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=44939
Bug ID: 44939
Summary: WININET crashes GTAV Launcher
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: jhntipo(a)gmail.com
While launching GTAV from steam, steam crashes (and closes) in the background
and GTAV shows the crashing dialogue. According to
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32054&iTestin…,
the crash is caused by:
fixme:wininet:HTTPREQ_ReadFile these dwFlags aren't implemented: 0x4
--
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=39755
Bug ID: 39755
Summary: Spintires lags when driving through mud
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: klavkalashj(a)gmail.com
Distribution: ---
Created attachment 53029
--> https://bugs.winehq.org/attachment.cgi?id=53029
Console output from the point of starting game, enter map, driving around to
check bug and then exiting game
When standing still or driving on asphalt or grass, the game runs fine and at a
high frame rate. However, as soon as the wheels enter mud or rocky mud, the
game slows to a crawl. This happens on both highest and lowest graphics
settings. The game works fine in Windows.
System specs:
Intel cpu, i2500k
Nvidia gfx, 970GTX with newest proprietary driver
8gb ram
--
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=44042
Bug ID: 44042
Summary: Tvpaint PenPressure(Wintab)
Product: Wine
Version: 2.20
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: deanmoriart(a)gmail.com
Created attachment 59713
--> https://bugs.winehq.org/attachment.cgi?id=59713
Wintab Libraries can't make pen pressure work.
I installed Tvpaint 10 via wine on Macosx. It works really great but pen
pressure doesn't work even tho application can use wintab libraries. Can you
help me on that please ?
Thanks.
Tablet : Wacom Intuos
--
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=45390
Bug ID: 45390
Summary: devenum:devenum fails if privileges are not high
enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
devenum:devenum fails if privileges are not high enough, such as when running
as administrator without elevated privileges, or running as a regular user:
devenum.c:526: Test failed: got 0x80004005
devenum.c:528: Test failed: DMO should be registered
devenum.c:532: Test failed: got 0x80004005
devenum.c:546: Test failed: got 0x1
* Related source
https://source.winehq.org/git/wine.git/?a=blob;f=dlls/devenum/tests/devenum…
* odevenum:devenum failures on the WineTest website
https://test.winehq.org/data/tests/devenum:devenum.html
Line 526 was introduced by this commit:
commit 0da4892b456ba1a01af3cc7d024aaa0bfef93063
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Sun Jun 24 17:20:29 2018 -0500
devenum: Implement parsing and reading DMO monikers.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Luckily this issue can be reproduced on the w2000pro TestBot VM so it is easy
to work on.
This issue can also be seen on the fg-win7u64-1spie9adm, fg-win7u64-1spie9usr
and fg-winxp-lusr WineTest machines.
--
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=45986
Bug ID: 45986
Summary: Opera-mail crashed everytime by start
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fischertodd(a)yahoo.de
Distribution: ---
"Opera-Mail-1.0-1040.i386.exe" runs since months without problems on a
manjaro-64bit-KDE system.
Since the last update of wine on V3.17 is there always a crash at start.
Fresh install wine 32bit and 64-bit get installer crash, too.
I tried kernel V4.14 and V4.18
With downgrade to V3.15 everything is working again.
--
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=45923
Bug ID: 45923
Summary: Regression in register_avicap_devices
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: ec16a92b1d900858df7924289e815283c433b9cc
Distribution: ---
Created attachment 62450
--> https://bugs.winehq.org/attachment.cgi?id=62450
Backtrace
Commit ec16a92b1d900858df7924289e815283c433b9cc causes a crash on my machine in
the devenum test case (and Quake Champions as well).
Reverting 9316d8ae864757429e71f1d3de34e7985800bdb5 and
ec16a92b1d900858df7924289e815283c433b9cc fixes the crash.
Tested with 3.17 and git master.
--
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=45078
Bug ID: 45078
Summary: UFOHD2 crashes inside devenum
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 61228
--> https://bugs.winehq.org/attachment.cgi?id=61228
+devenum log
Hi, a user reported garbage for this app in appdb, so i gave it try
As the title says.
http://sonotaco.com/soft/download/UFOHD2_426.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=45040
Bug ID: 45040
Summary: Morrowing Crashes shortly after boot when having the
Morrowind Code patch installed
Product: Wine
Version: 2.22
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gmedine84(a)gmail.com
Created attachment 61166
--> https://bugs.winehq.org/attachment.cgi?id=61166
Crash Dump
The title is seen to crash upon installing the Morrowind Code Patch(MCP) and
booting the game. This issue is seen to occur roughly 1-2 minutes into creating
a new game. I have not tested this with save games, as I do not have any save
files. Please note that I am using the WS9Wine2.22 engine with the
Wineskin-2.6.2 wrapper.
Initially I thought this issue was because the MCP update the exe file with
numerous bug fixes, but after uninstalling said fixes and only installing the
recommended MCP mods, the title was still seen to produce a crash.
Wine Logs and Crash dump attached for your convenience.
--
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=42768
Bug ID: 42768
Summary: Ys: The Ark of Napishtim (Ys 6) silently crashes
playing in-game videos
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Regression SHA1: ff0a25cbc74f358884b2750a75c708a9ad839e04
Distribution: Debian
Created attachment 57778
--> https://bugs.winehq.org/attachment.cgi?id=57778
+tid,+devenum,+seh log
Ys: The Ark of Napishtim (Ys 6) silently exits, no backtrace or additional
console ouput, when playing the in-game videos with Wine 2.5 (2.4 works).
Clean 32-bit prefix, winegstreamer set to disabled and winetricks amstream
quartz for working video playback. Start a new game and once reaching the
opening video you hit the crash.
Bisecting returns:
--- snip ---
ff0a25cbc74f358884b2750a75c708a9ad839e04 is the first bad commit
commit ff0a25cbc74f358884b2750a75c708a9ad839e04
Author: Jactry Zeng <jzeng(a)codeweavers.com>
Date: Mon Mar 27 23:41:11 2017 +0800
devenum: Use RegQueryValueExW instead of RegQueryValueW.
Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e74122e6a5c4d5dd5a0334c7c4c0485a679262f1
3206743391112c31ca627312c67eb8fbfa0a0ca9 M dlls
--- snip ---
Reverting the commit on wine-2.5 stops the crashing and videos play normally.
--
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=39209
Bug ID: 39209
Summary: Smart Diary Suite crashes when updating options
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs2me(a)seawa.com
Distribution: ---
Created attachment 52269
--> https://bugs.winehq.org/attachment.cgi?id=52269
Backtrace
Open SDS4 with the command:
wine /home/jjthomas/.wine/drive_c/Program\ Files/Smart\ Diary\ Suite\
4/SDS4.exe
Click on Tools, Options and then okay.
I get a Program Error pop up saying The program SDS4.exe has encountered a
serious problem and needs to close...
SDS4 runs fine under XP, Vista, 7, 8, 8.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.
http://bugs.winehq.org/show_bug.cgi?id=35859
Bug ID: 35859
Summary: Can't get the program to load
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: shellstu(a)gmail.com
honestech VHS to DVD 2.0 SE - Crashes on Start
--
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=36260
Bug ID: 36260
Summary: valgrind shows a possible leak in
devenum/tests/devenum.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==2122== 56 bytes in 1 blocks are possibly lost in loss record 381 of 864
==2122== at 0x7BC4C735: notify_alloc (heap.c:255)
==2122== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==2122== by 0x634F2EC: MMDRV_InitPerType (lolvldrv.c:384)
==2122== by 0x634FC27: MMDRV_Install (lolvldrv.c:475)
==2122== by 0x635016F: MMDRV_Init (lolvldrv.c:547)
==2122== by 0x634DF4B: MMDRV_InitSingleType (lolvldrv.c:78)
==2122== by 0x634DFEE: MMDRV_GetNum (lolvldrv.c:89)
==2122== by 0x636B7C8: midiOutGetNumDevs (winmm.c:284)
==2122== by 0x620D647: DEVENUM_CreateSpecialCategories (createdevenum.c:866)
==2122== by 0x620C54C: DEVENUM_ICreateDevEnum_CreateClassEnumerator
(createdevenum.c:532)
==2122== by 0x4954EF8: test_devenum (strmif.h:464)
==2122== by 0x4955352: func_devenum (devenum.c:139)
==2122== by 0x49561CC: run_test (test.h:584)
==2122== by 0x49565BA: main (test.h:654)
==2122==
--
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=36425
Bug ID: 36425
Summary: valgrind shows an uninitialized variable in
taskschd/tests/scheduler.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26332== Conditional jump or move depends on uninitialised value(s)
==26332== at 0x6467BDD: reader_skipspaces (reader.c:906)
==26332== by 0x6467D7B: reader_parse_whitespace (reader.c:1485)
==26332== by 0x64693C3: reader_parse_misc (reader.c:1531)
==26332== by 0x646A75E: xmlreader_Read (reader.c:2403)
==26332== by 0x64313BB: TaskDefinition_put_XmlText (xmllite.h:326)
==26332== by 0x4D7B100: test_TaskDefinition (taskschd.h:2584)
==26332== by 0x4D7E429: func_scheduler (scheduler.c:1410)
==26332== by 0x4D7F224: run_test (test.h:584)
==26332== by 0x4D7F612: main (test.h:654)
==26332== Uninitialised value was created by a client request
==26332== at 0x7BC50B1E: RtlAllocateHeap (heap.c:209)
==26332== by 0x646C318: CreateXmlReaderInputWithEncodingName
(xmllite_private.h:27)
==26332== by 0x646C62B: xmlreader_SetInput (reader.c:2519)
==26332== by 0x6431300: TaskDefinition_put_XmlText (xmllite.h:317)
==26332== by 0x4D7B100: test_TaskDefinition (taskschd.h:2584)
==26332== by 0x4D7E429: func_scheduler (scheduler.c:1410)
==26332== by 0x4D7F224: run_test (test.h:584)
==26332== by 0x4D7F612: main (test.h:654)
==26332==
--
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=36416
Bug ID: 36416
Summary: valgrind shows a possible leak in
ole32/tests/moniker.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24681== 28 bytes in 1 blocks are possibly lost in loss record 187 of 649
==24681== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==24681== by 0x536CBB8: apartment_getclassobject (compobj.c:526)
==24681== by 0x536FFC6: get_inproc_class_object (compobj.c:2894)
==24681== by 0x5372D2F: CoGetClassObject (compobj.c:3032)
==24681== by 0x536310A: ClassMoniker_BindToObject (classmoniker.c:242)
==24681== by 0x4D8CADC: test_MkParseDisplayName (objidl.h:3485)
==24681== by 0x4D8E21F: func_moniker (moniker.c:2076)
==24681== by 0x4DBDEA8: run_test (test.h:584)
==24681== by 0x4DBE297: main (test.h:654)
--
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=20359
Summary: Addition NetServerEnum() support
Product: Wine
Version: 1.1.31
Platform: All
URL: http://rh-software.com/
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently none of the SIV networking pages work as NetServerEnum()
(http://msdn.microsoft.com/en-us/library/aa370623(VS.85).aspx) is not
implemented. Please can support be added ?
Once added then SIV (http://rh-software.com/downloads/siv.zip) can be used to
test this using the command:
wine siv -save=[network]=stdout
--
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=39335
Bug ID: 39335
Summary: Evernote 5.9.x - cannot browse or edit notes
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: falconepl(a)gmail.com
Distribution: ---
When Evernote 5.9.x (e.g. the latest Evernote 5.9.1.8742) is started up, your
recently modified note (e.g. on another device) is being displayed. However,
when one tries to jump to some other note, by selecting an element on "All
notes" list, the content of the currently displayed note is not changed (only
note's header is being updated - information on note's creation date etc.)
Only when you double click on given note element from your notes list, a pop-up
window with that note's content/text shows up, but the note cannot be edited.
The last version of Evernote that hasn't got these problems was Evernote
5.8.13.8152.
Tested under Wine 1.7.50.
--
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=46544
Bug ID: 46544
Summary: Pitney Bowes SendPro - Install appears OK but app
fails on serious error when run
Product: Wine
Version: 4.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)globaldude.net
Distribution: ---
Created attachment 63406
--> https://bugs.winehq.org/attachment.cgi?id=63406
Diagnostic dump produced by Wine
I have downloaded the SendPro for Windows desktop software from the Pitney
Bowes website. I used the Wine installer to install this application by
clicking on the downloaded file and selecting the Wine installer. The
installation seemed to go fine. At the end of the installation, I was given
the option to run the newly installed app. The app began to start up but then
failed with a "serious error" and a diagnostic dump, which is attached. I
tried restarting the app with the same results.
I am running Wine 4.0 rc6 under Fedora 29 linux.
--
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=40301
Bug ID: 40301
Summary: Wrong DTM_GETRANGE message result
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: ---
Looking at http://source.winehq.org/source/dlls/comctl32/datetime.c#1575 you
can see this line:
return ret ? ret : 1; /* bug emulation */
I'm not sure which bug does it mean and the commit which added it (see
https://github.com/wine-mirror/wine/commit/63fe9d449#diff-60ef36c9d147674ec…)
doesn't go into the details, but this behaviour seems to buggy as it returns
GDTR_MIN, implying that the minimum bound of the range is set, even when it is
not the case.
Currently this results in asserts when creating wxDatePickerCtrl from wxWidgets
with WINE (while it works correctly under native Windows) and while I'll work
around this in wxWidgets itself, I think this is still a bug in WINE and could
result in problems in the other applications as well and should be fixed in it.
The fix, of course, is trivial: just "return ret" (or avoid the temporary
variable and fold the return with the previous line).
--
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=37359
Bug ID: 37359
Summary: planetside 2 no mouseclicks registered
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: riderofdeath210(a)gmail.com
after i launch ps2 and the game started and i have to choice the
guild/clan/army
i cant click on any of the buttons i can move my mouse but no mouse cicks are
working
--
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=34372
Bug #: 34372
Summary: Add missing function
AllocateAndGetTcpExTableFromStack() to iphlpapi.dll
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralf.habacker(a)freenet.de
Classification: Unclassified
Created attachment 45753
--> http://bugs.winehq.org/attachment.cgi?id=45753
Implementation for AllocateAndGetTcpExTableFromStack()
The appended patch adds the missing function
AllocateAndGetTcpExTableFromStack() to iphlpapi.dll
This missing function has been detected while testing of cross compiled dbus
http://dbus.freedesktop.org under wine.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29460
Bug #: 29460
Summary: Ruijie Supplicant crash at start
Product: Wine
Version: 1.3.35
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
Created attachment 38142
--> http://bugs.winehq.org/attachment.cgi?id=38142
Log: Ruijie Supplicant crash
1. Download RGSupplicant4.10_1026.exe
http://115.com/file/cmr79xxh
2. winetricks vcrun6 ( for mfc42)
3. install RGSupplicant4.10_1026.exe with wine
4. Start RuijieSupplicant.exe
$ cd ".wine/drive_c/Program Files/Ruijie Networks/Ruijie Supplicant"
$ wine RuijieSupplicant.exe
Actual result:
Crash
Expect result:
Display the main GUI for RuijieSupplicant.exe
Log:
fixme:ntoskrnl:IoGetCurrentProcess () stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x78010765
(thread 0027), starting debugger...
Backtrace:
=>0 0x78010765 in msvcrt (+0x10765) (0x0053e618)
1 0x005404ab in su1xdriver.sys (+0x4aa) (0x0053e6a8)
2 0x7ec1651a load_driver+0x58a()
[/home/fracting/wine-git/programs/winedevice/device.c:253] in winedevice
(0x0053e938)
3 0x7ec167be ServiceMain+0x11e(argc=0x1, argv=0x110af8)
[/home/fracting/wine-git/programs/winedevice/device.c:307] in winedevice
(0x0053e9a8)
4 0x7ebbd0e8 service_thread+0x161(arg=0x1108c0)
[/home/fracting/wine-git/dlls/advapi32/service.c:291] in advapi32 (0x0053ea28)
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31101
Bug #: 31101
Summary: ScoobyRom fails to start
(mscoree:ConfigFileHandler_startElement: unknown
elements)
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fschaefer.oss(a)googlemail.com
Classification: Unclassified
ScoobyRom (https://github.com/SubaruDieselCrew/ScoobyRom) fails to start.
Instead I get the following console output:
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"appSettings" in
state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
Unhandled Exception: System.TypeLoadException: Could not load type
'ScoobyRom.MainClass' from assembly 'ScoobyRom, Version=0.6.2.32780,
Culture=neutral, PublicKeyToken=null'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'ScoobyRom.MainClass' from assembly 'ScoobyRom, Version=0.6.2.32780,
Culture=neutral, PublicKeyToken=null'.
--
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=44850
Bug ID: 44850
Summary: Unable to install Skype-8.10.0.6 due to an error in
IPHLPAPI.DLL
Product: Wine
Version: 3.0
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: gaturk2(a)free.fr
Distribution: ---
Created attachment 60909
--> https://bugs.winehq.org/attachment.cgi?id=60909
Backtrace file left after unsuccessfully installing Skype v8.10
The header of the backtrace.txt indicates that IPHLPAPI.DLL.GetBestRoute2 is
called in 32-bit code (0x7bc54f50).
I am working under Ubuntu 14.04 in an i-686 architecture.
The rest of description in given in the backtrace.txt attached file.
Regards,
Grégory TURK
--
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=45155
Bug ID: 45155
Summary: OpenGL Window Z order in Truespace
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 61346
--> https://bugs.winehq.org/attachment.cgi?id=61346
Screenshot of TrueSpace drawn Correctly with Child Windows.
Main view window is drawing over other windows when set to OpenGL. Issue does
not occur when main view is split into 4 which places the 4 views into child
windows.
Screenshot 1 shows the four views with Child Windows.
Screenshot 2 shows the OpenGL Main View drawing over the tool windows.
Screenshot 3 shows the tool windows which are being drawn over when the windows
are toggled on/off.
--
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=45213
Bug ID: 45213
Summary: wine 3.7 can run VC + visual assist, but wine 3.8 can
not. or maybe gcc version related
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h2008676(a)nwytg.com
Distribution: ---
I'm using archlinux, and WINEARCH=win32
If visual assist uninstalled, VC can run well on both wine 3.7 and wine 3.8.
With wine 3.8 and visual assist installed, the VC immediately freezed after
launch, no response at all.
Also, when I replace /usr/lib32/wine with the same contents of wine 3.7,
itbecame work again.
wine-3.7 arch pkg download from the below url:
http://ftp.ksu.edu.tw/FTP/Linux/archlinux/multilib/os/x86_64/wine-3.7-1-x86…
Then I tried to build wine-3.7 on my LFS system, but it still failed to load VC
with Visual Assist, same as wine-3.8 did.
I'm using GCC-8.1 on my LFS system, maybe it is gcc version related ?
I compaired the logs of them, when it failed, it has a error log
'seh:setup_exception_record stack overflow' just after 'GetCurrentPackageId'.
More logs below:
============================================================
first time log
------------------------------
good:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
0143:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
0143:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
0150:fixme:process:FlushProcessWriteBuffers : stub
0158:fixme:ver:GetCurrentPackageId (0x491fe9c (nil)): stub
0159:fixme:ver:GetCurrentPackageId (0x4a2fe9c (nil)): stub
015b:fixme:ieframe:PersistStreamInit_InitNew (0x4bad528)
015b:fixme:ieframe:navigate_url Unsupported args (Flags 0x6ebe800 {VT_I4: 14};
TargetFrameName 0x6ebe7f0 {VT_BSTR: (null)})
0152:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
Could not load wine-gecko. HTML rendering will be disabled.
015b:err:mshtml:create_document_object Failed to init Gecko, returning
CLASS_E_CLASSNOTAVAILABLE
015b:fixme:ole:CoCreateInstanceEx no instance created for interface
{00000000-0000-0000-c000-000000000046} of class
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
015b:fixme:ieframe:handle_navigation_error Navigate to error page
015b:fixme:ieframe:bind_to_object BindToObject failed: 800c0010
015b:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0x4bad528)
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 54 (X_FreePixmap)
Resource id in failed request: 0x1c001c70
Serial number of failed request: 5168
Current serial number in output stream: 5169
The operation completed successfully
The operation completed successfully
quit.
------------------------------
bad:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
00e1:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
00e1:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
00eb:fixme:process:FlushProcessWriteBuffers : stub
00f6:fixme:ver:GetCurrentPackageId (0x494fe9c (nil)): stub
00f7:fixme:ver:GetCurrentPackageId (0x4a5fe9c (nil)): stub
00e1:err:seh:setup_exception_record stack overflow 1388 bytes in thread 00e1
eip 7e9346b1 esp 00240dc4 stack 0x240000-0x241000-0x340000
00f5:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
00f3:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
The operation completed successfully
The operation completed successfully
quit.
============================================================
second time run log
------------------------------
good:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
01ac:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
01ac:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
01b5:fixme:process:FlushProcessWriteBuffers : stub
01bf:fixme:ver:GetCurrentPackageId (0x490fe9c (nil)): stub
01c0:fixme:ver:GetCurrentPackageId (0x4a1fe9c (nil)): stub
01ac:err:treeview:TREEVIEW_HandleTimer got unknown timer
01ac:fixme:win:LockWindowUpdate (0x10020), partial stub!
01ac:fixme:win:LockWindowUpdate ((nil)), partial stub!
01ac:err:treeview:TREEVIEW_HandleTimer got unknown timer
01b0:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
------------------------------
bad:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
01d1:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
01d1:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
01dd:fixme:process:FlushProcessWriteBuffers : stub
01e6:fixme:ver:GetCurrentPackageId (0x492fe9c (nil)): stub
01e7:fixme:ver:GetCurrentPackageId (0x4c5fe9c (nil)): stub
01d1:err:seh:setup_exception_record stack overflow 1388 bytes in thread 01d1
eip 7e93f6b1 esp 00240dc4 stack 0x240000-0x241000-0x340000
01df:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
--
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=42420
Bug ID: 42420
Summary: MidiIllustrator Virtuoso 3 crashes when using any File
open dialog
Product: Wine-staging
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shawn.starr(a)rogers.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57240
--> https://bugs.winehq.org/attachment.cgi?id=57240
Crash backtrace
When running MidiIllustrator Virtuoso 3, it starts it works fine except for
when opening a File dialog crashes.
Attached is 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=45765
Bug ID: 45765
Summary: Universe Sandbox 2 unimplemented function
USER32.dll.GetPointerType
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: patryk(a)kowalczyk.ws
Distribution: ---
Universe Sandbox since version 2.20 use native windows touch and need function
GetPointerType from library USER32.dll.
Application crash and workaround is not possible.
implementation on windows:
https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-get…
best 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=40256
Bug ID: 40256
Summary: user32:input fails on non-qwerty keyboards
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, user32:input has the following failures on azerty
keyboards:
input.c:1688: Test failed: 12: got 1 expected 0
input.c:1690: Test failed: 12: got L"\001d" expected L""
input.c:1688: Test failed: 17: got 1 expected 0
input.c:1690: Test failed: 17: got L"\001c" expected L""
input.c:1688: Test failed: 25: got 1 expected 0
input.c:1690: Test failed: 25: got L"\001c" expected L""
input.c:1688: Test failed: 30: got 0 expected 1
input.c:1688: Test failed: 31: got 0 expected 1
input.c:1688: Test failed: 32: got 0 expected 1
input.c:1690: Test failed: 33: got L"\001b" expected L"\001e"
input.c:1688: Test failed: 34: got 0 expected 1
Unfortunately we don't have TestBot VMs with non-qwerty keyboards so far but
this can be seen on the fg-eeepc-xp and fg-acer64-* Windows test results.
winspool's dr-w8-E1-1200-x64 has slightly different test failures which is most
likely because it has a qwertz keyboard (based on the German locale):
https://test.winehq.org/data/0806b06f2ba7a690661d6ae417270bdbc7370953/win8_…
input.c:1688: Test failed: 10: got 1 expected 0
input.c:1688: Test failed: 11: got 1 expected 0
input.c:1690: Test failed: 11: got L"\001c" expected L""
input.c:1688: Test failed: 18: got 1 expected 0
input.c:1690: Test failed: 18: got L"\001d" expected L""
input.c:1690: Test failed: 29: got L"\0011" expected L""
input.c:1688: Test failed: 30: got 0 expected 1
input.c:1688: Test failed: 31: got 0 expected 1
input.c:1688: Test failed: 32: got 0 expected 1
input.c:1688: Test failed: 33: got 0 expected 1
And gang65 at poczta.onet.pl's win7sp1 machine has yet another set of failures,
probably due to the presence of a Polish keyboard:
https://test.winehq.org/data/b190a72bfe53a41a83ae55d75de8327c24512bee/win7_…
input.c:1688: Test failed: 10: got 1 expected 0
input.c:1688: Test failed: 28: got 1 expected 0
input.c:1690: Test failed: 28: got L"\001f" expected L""
input.c:1690: Test failed: 29: got L"\0016" expected L""
input.c:1690: Test failed: 31: got L"\0011" expected L"\001c"
input.c:1688: Test failed: 33: got 0 expected 1
input.c:1688: Test failed: 34: got 0 expected 1
mshtml:script results on test.winehq.org:
https://test.winehq.org/data/tests/user32:input.html
commit 10556c25e468768d1422e872f16dbc1ae85ef968
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu May 28 11:35:05 2015 +0100
winex11: Fix ctrl-<symbol> to generate codes below 0x20 where necessary.
--
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=30231
Bug #: 30231
Summary: Adode Reader X 10.2.1 fails to install
Product: Wine
Version: 1.5.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
The installation starts up but does not finish.
--
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=44642
Bug ID: 44642
Summary: Failed ApplyPatchToFile(1)
Product: Wine
Version: 3.0
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mspatcha
Assignee: wine-bugs(a)winehq.org
Reporter: arasub(a)gmail.com
Hi team,
i'm trying to run the alteryx "https://www.alteryx.com" exe on the maxbook
pro below with the error details
user@Arasu-MacBook-Pro:~$ wine
/Users/user/Downloads/AlteryxDownloadManager11.8.3.40692_NonAdmin_x64.exe
0009:fixme:mspatcha:ApplyPatchToFileW stub -
L"C:\\users\\user\\Temp\\AlteryxDownload.exe.bin", (null),
L"C:\\users\\user\\Temp\\AlteryxDownload.exe", 00000000
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
user@Arasu-MacBook-Pro:~$
thanks
arasu.b
--
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=33471
Bug #: 33471
Summary: Adobe Reader 11 do not install on Linux Mint 14
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mybugs.mail(a)gmail.com
Classification: Unclassified
Created attachment 44306
--> http://bugs.winehq.org/attachment.cgi?id=44306
Terminal output for wine-1.4.1
I just downloaded AdbeRdr11002_en_US.exe from
http://get.adobe.com/br/reader/otherversions/
and when I tried to install the program on wine-1.4.1 (using Linux Mint 14
Nadia) with the command
$ wine AdbeRdr11002_en_US.exe &> log.txt
(and clicking "Next" in the GUI and then "Install"
I got a screen with the message
"Setup was interrupted before Adobe Reader XI (11.0.02) could be completely
installed"
and the software was not installed.
See the terminal output in the attachment.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32857
Bug #: 32857
Summary: Can't install Adobe Reader
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tael67(a)gmail.com
Classification: Unclassified
Created attachment 43393
--> http://bugs.winehq.org/attachment.cgi?id=43393
Log
The Adobe Reader installer does not work with Wine :
"Setup was interrupted before Adobe Reader XI could be completely installed."
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33071
Bug #: 33071
Summary: Adobe Reader XI not installing
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalhocoelho(a)gmail.com
Classification: Unclassified
Created attachment 43721
--> http://bugs.winehq.org/attachment.cgi?id=43721
Terminal output for wine-1.5.24
Adobe Reader is not installing on wine-1.5.24
Here is the link for downloading the application:
http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.02/en_US/AdbeRdr…
--
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=40772
Bug ID: 40772
Summary: Error message and black screen in Stranger of Sword
City
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funtimeschaos(a)rocketmail.com
Distribution: ---
Created attachment 54671
--> https://bugs.winehq.org/attachment.cgi?id=54671
Console output on clean wine install 1.9.11
When trying to start Stranger of Sword City, a window opens and an error
message says: "Failed to create sound engine. SE or BGM may not play properly.
This issue might be resolved by installing DirectX End User Runtime. For more
details, please check the About DirectX section in the Stranger of Sword City
Manual."
The game window remains black, though the cursor in it is changed (mostly
likely to the game's built in cursor) and nothing else happens.
I've also tried running it with directx9 installed via winetricks, only to
receive the same message.
--
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=43390
Bug ID: 43390
Summary: valgrind shows a few definite leaks in
dlls/xaudio2_7/tests/xaudio2.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==3551== 8 bytes in 1 blocks are definitely lost in loss record 63 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C85281: XAudio2Create (xaudio_dll.c:2159)
==3551== by 0x4A1B741: func_xaudio2 (xaudio2.c:1150)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 94 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DA6D: CreateAudioVolumeMeter (xapofx.c:795)
==3551== by 0x4A1B1A7: test_xapo_creation_modern (xaudio2.c:1053)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 95 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DAFA: CreateAudioReverb (xapofx.c:809)
==3551== by 0x4A1B2D4: test_xapo_creation_modern (xaudio2.c:1067)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 96 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DA6D: CreateAudioVolumeMeter (xapofx.c:795)
==3551== by 0x4A176DB: test_simple_streaming (xaudio2.c:293)
==3551== by 0x4A1B807: func_xaudio2 (xaudio2.c:1158)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 349 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B3ED: test_xapo_creation (xaudio2.c:1083)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 350 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C37F03: ???
==3551== by 0x5C38059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B401: test_xapo_creation (xaudio2.c:1084)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 351 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B415: test_xapo_creation (xaudio2.c:1085)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 352 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B429: test_xapo_creation (xaudio2.c:1086)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 353 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B43D: test_xapo_creation (xaudio2.c:1087)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 354 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5E44F03: ???
==3551== by 0x5E45059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B451: test_xapo_creation (xaudio2.c:1088)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 355 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DC35: CreateFX (xapofx.c:835)
==3551== by 0x4A1AE99: test_xapo_creation_modern (xaudio2.c:1018)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
--
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=45557
Bug ID: 45557
Summary: winecfg -> wine: '/home/ich/.wine' is a 64-bit
installation, it cannot be used with a 32-bit
wineserver.
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: Ulf.Zibis(a)gmx.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
On Ubuntu 18.04 I installed with:
sudo dpkg --add-architecture i386 # Nur auf 64-Bit-Systemen notwendig
wget -O - https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' && sudo apt
update
sudo apt install winehq-stable winetricks
With $ winecfg I get:
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a
32-bit wineserver.
For ERROR: ld.so: see bug 45434, but there remains the other blocking problem.
In /opt/wine-stable/bin/ wine64* is missing, see:
$ ls -l /usr/bin/wine
lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine ->
/opt/wine-stable/bin/wine
ich@T500:~$ ls -l /usr/bin/wine /usr/bin/wine64*
lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine ->
/opt/wine-stable/bin/wine
lrwxrwxrwx 1 root root 27 Jul 4 11:51 /usr/bin/wine64 ->
/opt/wine-stable/bin/wine64
lrwxrwxrwx 1 root root 37 Jul 4 11:51 /usr/bin/wine64-preloader ->
/opt/wine-stable/bin/wine64-preloader
$ ls -l /opt/wine-stable/bin/wine /opt/wine-stable/bin/wine64*
ls: Zugriff auf '/opt/wine-stable/bin/wine64*' nicht möglich: Datei oder
Verzeichnis nicht gefunden
-rwxr-xr-x 1 root root 9556 Jul 4 12:05 /opt/wine-stable/bin/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=46428
Bug ID: 46428
Summary: Application crashes: Antscope2.exe
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: coccusmatins(a)gmail.com
Distribution: ---
Created attachment 63202
--> https://bugs.winehq.org/attachment.cgi?id=63202
error log
Application (Antscope2.exe) crashes on startup.
Source:
https://rigexpert.com/products/software/antscope2/
--
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=44279
Bug ID: 44279
Summary: Wine can't enumerate HID device that is based on
Bluetooth (a Wiimote)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epigramx(a)yahoo.com
Distribution: ---
On Windows, if I run hclient.exe (source here:
https://github.com/Microsoft/Windows-driver-samples/tree/master/hid/hclient) I
can normally see my paired and connected device, as shown in this image:
https://i.imgur.com/Up60k7s.png It's one of the Wii Remote Plus devices.
However, if I do pair and connect the device on Debian and if it correctly
appears in /sys/bus/hid/devices and all the tests here work:
https://wiki.archlinux.org/index.php/XWiimote , running hclient.exe with wine
on linux does not find that hid device which might explain why it's not
detected by a console application that relies on enumerating HID devices on
windows.
I suspect it's a limitation of wine in finding HID devices if they originate
from Bluetooth but I can't be sure.
I might return with more details later on (when I reboot to Linux) but let me
know if you need specific further details.
Wiimotes are very common so if a dev could try one and see if he can enumerate
it in hclient (source above) that'd be great.
--
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=44556
Bug ID: 44556
Summary: SYN_DROPPED undeclared on Linux < 2.6.39
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: Zenitur(a)yandex.ru
Distribution: ---
When I build Wine on GNU/Linux with 2.6.37 kernel, I'd an error "SYN_DROPPED
undeclared".
Google says that it was appear in 2.6.39 and tslib project has this code:
https://github.com/kergoth/tslib/blob/master/plugins/input-raw.c
#ifndef SYN_DROPPED /* < 2.6.39 kernel headers */
# define SYN_DROPPED 3
#endif
--
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=41869
Bug ID: 41869
Summary: undefined reference to `HIDIOCSFEATURE'
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 56272
--> https://bugs.winehq.org/attachment.cgi?id=56272
log file
undefined reference to `HIDIOCSFEATURE'
my system
command: ldd --version
ldd (GNU libc) 2.10.1
command: uname -r
3.0.66
command: gcc --version
gcc (GCC) 4.3.4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44904
Bug ID: 44904
Summary: winebus blocks auto start up of scheduler service
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: aric(a)codeweavers.com
Regression SHA1: regression
Distribution: ---
How to reproduce:
1. rm -rf ~/.wine
2. cd wine/dlls/taskschd/tests
3. make testclean && make test
4. wait 5 seconds so that wineserver shuts down
5. make testclean && make test
and get
0024:err:ole:start_rpcss failed to start RpcSs service
0024:err:ole:epm_register ept_insert failed with error 1722
0024:err:schedsvc:RPC_init RpcEpRegister error 0x6ba
This turned to be a regression caused by
45d82a2464b535c484b0a6e96f9851f9db573edf is the first bad commit
commit 45d82a2464b535c484b0a6e96f9851f9db573edf
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Feb 2 10:38:55 2017 -0600
loader: Start winebus service by default.
Signed-off-by: Aric Stewart <aric(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
After the disabling auto startup of winebus by changing
"Start"=dword:00000002
to
"Start"=dword:00000003
in its "WineBus" service entry in registry the problem disappears.
Since by default Scheduler service is disabled (and gets enabled only once
at least one task is being added) this regression was not noticed until now.
--
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=13881
Summary: Stack limits error, hardware incompatibility?
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dav666666(a)gmail.com
Hello. I'm trying to play GunZ : The Duel.
Don't delete this bug because you think it's game related. It is not.
Why? Everyone got the game working. Except me.
I tried reinstalling the whole system and it crashed on a fresh install too.
I tried on my brother's computer and it worked without any problem.
All this make me think it's a hardware related problem but I need your help to
determine which of my hardware is causing trouble.
I explained my problem on GunZ page on Winedb:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12057, it is the
comment called "Stack limits"
I hope you will find a fix, GunZ is the last game that makes deleting windows
from my computer impossible...
Sorry for english, I'm belgian, I did my best to write correct sentences...
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10530
Summary: Flyff doesn't work with wine
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nitzan65(a)gmail.com
Flyff Shows me a white screen.
Please fix it thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11319
Summary: GameOverlay (Steam friends In-game) crashes on start
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagman.staredsi(a)gmail.com
Created an attachment (id=10425)
--> (http://bugs.winehq.org/attachment.cgi?id=10425)
A GameOverlayRenderer log
The GameOverlayUI.exe and GameOverlayRenderer.dll (Steam in-game friends
interface) crashes on start. I attach a log created by the Steam.exe . The file
refers to GameOverlayRenderer.dll and this log attach that the dlls or exe wich
fails are:
01: hl2.exe
02: ntdll.dll
03: KERNEL32.dll
04: user32.dll
05: gdi32.dll
06: advapi32.dll
07: GameOverlayRenderer.dll
08: winex11.drv
09: imm32.dll
Also attach here a minilog (it's 2 lines) of wine trying to start
"GameOverlayUI.exe"
$ wine GameOverlayUI.exe
fixme:process:SetProcessShutdownParameters (000003ff, 00000000): partial stub.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32945
Bug #: 32945
Summary: Fetion 2013 January reported the OS version is too old
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://download.fetion-portal.com/Fetion2013_January.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 43507
--> http://bugs.winehq.org/attachment.cgi?id=43507
screenshot
My computer: Fedora 16 32bit
wine-1.5.23-81-g237ed21
1. remove ~/.wine then $wine notepad to have a clean wineprefix
2. download Fetion from
http://download.fetion-portal.com/Fetion2013_January.exe
3. wine Fetion2013_January.exe
Then the program would show a dialog.
Brief Translation:
"The Version of your OS is too old. Please use an OS whose virsion is higher
than Win 2000 SP4 or Win XP SP2. Will you continue anyway?"
I chose yes, and the installation *seemed* to finish successfully.
BTW, It seems that this program has more than one bug.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=37052
Bug ID: 37052
Summary: WM_TRANSIENT_FOR occasionally contains unmapped
windows
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: jstpierre(a)mecheye.net
While debugging a focus management issue, I found that Wine creates an odd
arrangement of WM_TRANSIENT_FOR windows. I assume this is the behavior of the
Windows app.
It's reproducible with the first screen of this installer:
http://files01.techspot.com/temp/Unigine-Heaven-40.exe
Wine is creating three windows: the actual installer window (A), a secondary
window (B) as its owner, and a third window (C), invisible owner as B's owner.
The issue is that while A and C are mapped, the intermediate window, B, is not,
and thus the WM_TRANSIENT_FOR is invalid and ignored by window managers. This
has the when activating the invisible owner C from the taskbar or similar, A is
not raised.
--
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=46663
Bug ID: 46663
Summary: League Of Legends is not working on win7 environment
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Relevant: https://lutris.net/games/league-of-legends-932618667/installer/edit
Using script above league of legends results in bugsplat after installation, if
reinvoked it tries to fix itself, but fails.
Windows 7 environment is mandatory since Developer is deprecating Windows XP.
Suspect that new windows environment has to be staget to be campatible.
--
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=42081
Bug ID: 42081
Summary: Highway Pursuit fails at start due to resolution
change
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
URL: http://retrospec.sgn.net/game-links.php?link=highwaypu
rsuit
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
At the start of Highway Pursuit it defaults to a resolution of 800x600.
However, when it tries to change to this from 1920x1080 on my system - I have
an Nvidia GTX card - it simply brings up a frozen desktop screen instead of the
titles. Sound effects play as normal.
No obvious Wine errors displayed.
This game runs perfectly on Crossover 15.1.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=44340
Bug ID: 44340
Summary: fixme:d3d11:d3d11_device_CheckFormatSupport iface
0x114700, format 45, format_support 0x22fa60
partial-stub!
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 60217
--> https://bugs.winehq.org/attachment.cgi?id=60217
Error Log SpellForce 3
I get this when I try to run SpellForce3. In the log there are some other
errors but I think this is the culprit.
--
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=42392
Bug ID: 42392
Summary: Installation of MigrosBank-EBanking-Win-8.2.1400.exe
not possible
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: merit2(a)public-files.de
Distribution: ---
Created attachment 57194
--> https://bugs.winehq.org/attachment.cgi?id=57194
backtrace.txt
The installation of MigrosBank-EBanking-Win-8.2.1400.exe stopped with the
information that Windows XP will not be supported.
I used winwtools to change the default to Windows 10. Then is was possible to
do the installation.
As I started the program it came up with the message "Ein wichtiger Fehler trat
auf, das Program wird beendet" (an important error happened and the program has
to be terminated
The EXE-file can be downloaded at:
https://www.migrosbank.ch/de/privatpersonen/e-banking/zugriff.html
--
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=42518
Bug ID: 42518
Summary: WinVerifyTrust fails for signatures using SHA256
digest
Product: Wine
Version: 2.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: tomek(a)bayesfusion.com
Created attachment 57407
--> https://bugs.winehq.org/attachment.cgi?id=57407
source code for a minimal program calling WinVerifyTrust
On both Linux and macOS WinVerifyTrust returns 0x80090008 (NTE_BAD_ALGID) when
called to verify the executable signed with SHA256 cerfificate and using SHA256
digest (/fd sha256 used when calling signtool). This does not happen when the
same SHA256 certificate is used to sign the executable, but with SHA1 digest
instead; WinVerifyTrust returns 0 in this case.
WinVerifyTrust returns 0 (as expected) on Windows for SHA256 digest.
To reproduce the issue, either
a) use sigcheck.exe from SysInternals and verify the signature of SHA256 digest
signature (for example, Chrome 56).
or
b) compile the attached C code (CallWVT.c) to get a program which calls
WinVerifyTrust on an executable file specified as its 1st argument.
Also attached are the stderr outputs with WINEDEBUG=+wintrust,+crypt. The
log_sha2.txt file is the full output. log_sha1_truncated.txt is truncated at
the point of successful return from SoftpubLoadMessage (the whole file would be
too large).
--
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=41714
Bug ID: 41714
Summary: The Curious Expedition v1.0
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ravensgv(a)gmail.com
Distribution: ---
Created attachment 56130
--> https://bugs.winehq.org/attachment.cgi?id=56130
Backtrace info
This game crashes on open.
--
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=15980
Summary: Rhapsody 2 crashes on startup
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://download.listen.com/support/rhap20/RhapsodyListen
.EXE
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Somebody asked about Rhapsody,
http://real.lithium.com/real/board/message?board.id=InstallingRhapsody&mess…
so I looked around for a version I could download
without a credit card. The first place I found one was
http://service.real.com/rhapsody/download/version2/
so I tried that. The installer went ok, but startup failed with
a crash. The +seh,+relay,+ntdll log is:
0009:Call advapi32.GetAclInformation(00000000,0032fe08,0000000c,00000002)
ret=00498a84
trace:ntdll:RtlQueryInformationAcl pAcl=(nil) pAclInfo=0x32fe08 len=12, class=2
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7efb639e
...
0009:Call user32.MessageBoxA(00000000,00e110b8 "An unexpected exception
-1073741819 occurred...quitting (Mapped Exception 0xC0000005 @
0x7EFB639E)",00000000,00042010) ret=0047bb8d
Hmm. Does Windows allow you to call GetAclInformation with a null pAcl
and not crash?
--
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=45963
Bug ID: 45963
Summary: Missing functons
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: Gerold.Ruhland(a)gmx-topmail.de
Distribution: ---
The following functions are missing in SetupApi:
SetupDiInstallDeviceInterfaces
SetupDiRegisterCoDeviceInstallers
Is it possible to add them? A stub would be ok.
I tested from Wine 2.8 (CrossOver 17.5 is based on 2.8) until 3.17
No entries in the SetupApi.spec
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.
http://bugs.winehq.org/show_bug.cgi?id=11985
Summary: Status bar of D3D9 app window disappearing
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mateuscg(a)gmail.com
Created an attachment (id=11310)
--> (http://bugs.winehq.org/attachment.cgi?id=11310)
Problems to display status bar correctly.
After bug 9917 got fixed, the NES emulator Nestopia
(http://nestopia.sourceforge.net), D3D9 application, correctly shows the top
menu. Horever, the behavior of the status bar is still not right, disappearing
or partially displayed sometimes (eg: when switching from File to Machine
menu).
If I alternate between windows and the Nestopia window stay behind other apps,
then when I switch back to Nestopia the status bar reappears. If I minimize
Nestopia window, then restore it to its previous size, the entire window
doesn't redraw itself anymore and the menu becomes inaccessible, but I'm able
to close the app normally.
Roderick Colenbrander said at comment 8 of bug 9917: "Alexandre said that most
of the time the status bar is a child window, so it isn't this bug. Personally
I think it is likely some d3d child window bug".
So, I'm reporting this bug against component directx-d3d. I am really not
worried about this app in particular, but about other apps that may suffer
these issues.
--
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=46378
Bug ID: 46378
Summary: WarGaming launcher crashes
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
Distribution: ---
WarGaming launcher crashed with
016d:err:rpc:I_RpcReceive we got fault packet with status 0x3e6
00df:fixme:dbghelp:elf_search_auxv can't find symbol in module
...
on downloading world of tanks
More info:
https://github.com/RXT067/Research/blob/master/WINE-worldoftanks/README.md
System informations: https://paste.pound-python.org/show/ul4WeP2SZHzJTV0LAYDL/
Related to Bug #32030 (?)
--
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=46685
Bug ID: 46685
Summary: AviUtl: Can't specify 4 digits number as image size in
new project dialog.
Product: Wine
Version: 4.0-rc3
Hardware: x86
URL: http://spring-fragrance.mints.ne.jp/aviutl/aviutl_plus
_20120619.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
AviUtl is a Japanese AVI file editing tool. In the new project dialog, a user
can't specify 4 digits number as image size on Wine. Needless to say, it's
possible on native.
How to reproduce:
1. Download aviutl_plus_20120619.zip from
http://spring-fragrance.mints.ne.jp/aviutl/
2. Unzip it.
3. Launch aviutil.exe in Japanese locale, i.e. LANG=ja_JP.UTF-8 wine aviutl.exe
4. Choose [設定]-[拡張編集の設定] (Settings-ExEdit Settings), then the window titled
拡張設定 (ExEdit) will be shown.
5. Right click the time-line part on the window and choose [新規プロジェクトの作成]
(Create new project). New dialog will appear.
Expected behavior:
* As 画像サイズ (image size), we can specify 4 digits number, e.g. 1280.
Actual behavior:
* we can specify only 3 digits number, e.g. 128, and can't specify more digits
as image size.
--
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=23154
Summary: APB: All Points Bulletin crashes on startup
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://eu.apb.com/downloads/eu-installerMS
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=28799)
--> (http://bugs.winehq.org/attachment.cgi?id=28799)
Output with wine-1.2-rc3
The installer/launcher requests that Mono is installed. When this is done with
winetricks, it appears to work fine.
The launcher then patches the game (about 8 GB of downloading at the moment)
and tries to launch it. The splash screen shows up, the screen resolution
changes, but then the game crashes.
The terminal output is attached, plus the following text is shown in a dialogue
box on screen:
"Integer division by zero.
History:"
--
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=45991
Bug ID: 45991
Summary: PassMark Performance Test 9.0 - 2D Graphics - Fonts
and Text using Direct2D is very slow
Product: Wine
Version: 3.18
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
PassMark Performance 9.0 is very slow when executng Direct2D test (Fonts and
Text) even on high-end hardware. Approximately 50 times slower than native
Direct2D on Windows.
--
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=43982
Bug ID: 43982
Summary: Pokemon insurgence keeps on crashing once I finish a
battle or catch a pokemon. Plz contact the team that
made the game.
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: ryanflorio2(a)gmail.com
Pokemon insurgence crashing after every battle or when I receive mystery gift.
--
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=34803
Bug #: 34803
Summary: .NET Framework 2.0 SP2 refuses to install on top of
.NET 2.0 SP1 (SBSDisabled registry key install blocker
detected)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some users reported this in Wine appdb entry for .NET Framework 2.0:
--- quote ---
I can't .NET Framework 2.0 SP2 install
2.0 basic and SP1 its going normally, only have I problem SP2
Log:
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
fixme:imm:ImmDisableIME (-1): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
I searched here this solution, but i find not
my Linux: Ubunt 12.04 LTS
--- quote ---
--- quote ---
I also am getting the same error but on ubuntu 13.10 and using
$ wine --version
wine-1.7.4
--- quote ---
Indeed, .NET Framework 2.0 SP2 installer refuses to install on top of .NET
Framework 2.0 SP1.
Relevant part of trace log:
--- snip ---
...
002f:trace:msi:ACTION_AppSearchReg
L"SearchInstallBlock_____X86.3643236F_FC70_11D3_A536_0090278A1BB8"
...
002f:Call advapi32.RegOpenKeyW(80000002,00187208
L"SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled",007ce548)
ret=7dac04b9
002f:trace:reg:NtOpenKey
(0x18,L"SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled",2000000,0x7ce548)
002f:trace:reg:NtOpenKey <- 0xc8
002f:Ret advapi32.RegOpenKeyW() retval=00000000 ret=7dac04b9
...
002f:Call advapi32.RegQueryValueExW(000000c8,00186ff0
L"Install",00000000,00000000,00000000,007ce544) ret=7dac0574
002f:trace:reg:RegQueryValueExW (0xc8,L"Install",(nil),(nil),(nil),0x7ce544=0)
002f:trace:reg:NtQueryValueKey (0xc8,L"Install",2,0x7ce380,12)
002f:Ret advapi32.RegQueryValueExW() retval=00000000 ret=7dac0574
...
002f:trace:msi:msi_set_property 0x1650c0
L"DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8" L"1" -1
...
002f:trace:msi:MSI_EvaluateConditionW L"( (NOT REMOVE) AND
DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8 )"
...
002f:trace:msi:MSI_EvaluateConditionW 1 <- L"( (NOT REMOVE) AND
DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8 )"
002f:trace:msi:ACTION_PerformAction Performing action
(L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8")
...
002f:trace:msi:ACTION_CustomAction Handling custom action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" (13 (null)
L"Setup cannot continue because this version of the .NET Framework is
incompatible with a previously installed one. For more information, see
http://support.microsoft.com/support/kb/articles/q312/5/00.asp")
...
002f:err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
...
--- snip ---
The "SBSDisabled" -> "Install=1" key prevents this.
There are many MS KB and blog entries about .NET installers/updates refusing to
install/uninstall in certain combinations so this might be even a limitation on
Windows.
Though installing
.NET Framework 2.0 SP2 on top of .NET Framework 2.0
.NET Framework 2.0 SP2 on top of .NET Framework 3.5
works.
The installation can be forced by removing the key:
--- snip ---
$ wine reg delete
"HKLM\\SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled"
--- snip ---
Using the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft)
which checks for proper installation of .NET assemblies and registry entries
one can indeed see the forced installation of SP2 on top of SP1 was not proper:
the test application crashes.
Website and download here:
http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
.NET 2.0 SP1 and .NET 2.0 SP2 are validated successfully with the tool if they
are installed independently on top of .NET 2.0
So this installer block might be really a valid limitation.
Maybe someone with a pristine Windows 2000/XP install (no .NET service packs)
could try to install this combination: 2.0 SP1 + 2.0 SP2 and check if it
exhibits the same error.
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=37323
Bug ID: 37323
Summary: ToDoList 6.9.b12: opening of dialog windows leads to
loss of mouse control
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off from bug 35019
Prerequisite: 'winetricks -q mfc42'
Any menu item which opens a dialog window leads to loss of mouse control.
There is some "fog" graphics effect covering the whole app user interface
during that time, including the newly created dialog window.
The keyboard still has focus which allows to navigate and close the dialog
eventually, restoring the mouse behaviour to usable state.
$ sha1sum todolist_exe_pre.zip
9d284eea24df6c4291687b06ee9a438125766b5c todolist_exe_pre.zip
$ du -sh todolist_exe_pre.zip
2.5M todolist_exe_pre.zip
$ wine --version
wine-1.7.27-47-g92bcb74
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=38162
Bug ID: 38162
Summary: Winemenubuilder occasionally crashes during WINEPREFIX
update (race between placeholder icon extraction and
placeholder update)
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
split off from bug 19241
André unfortunately reopened that bug with this different issue.
I've seen this rarely on my machines too but didn't find it interesting enough
to investigate - until now.
--- snip ---
Unhandled exception: page fault on read access to 0x00480244 in 32-bit code
(0x7ed7c950).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7ed7c950 ESP:0033f8e0 EBP:0033f9d8 EFLAGS:00010216( R- -- I -A-P- )
EAX:00480240 EBX:7ed92000 ECX:0033f9e0 EDX:0033f99c
ESI:0033fd80 EDI:00000000
Stack dump:
0x0033f8e0: 00000000 7b8c1000 0012d4f0 00110000
0x0033f8f0: 7bcd3000 0033f9e0 0033f938 0033f920
0x0033f900: 7b8c1000 0033f9e0 0033f938 0001fcd4
0x0033f910: 7bcdbf44 00460000 00000000 00000000
0x0033f920: 00110000 00000002 0033f950 00000000
0x0033f930: 0033f9e0 00000000 0033f968 7bc70efa
000c: sel=0067 base=00000000 limit=00000000 16-bit r-x
Backtrace:
=>0 0x7ed7c950 add_module_icons_to_stream+0x6c(iconData16=(nil),
hModule=0x460001, grpIconDir=0x480240)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:651]
in winemenubuilder (0x0033f9d8)
1 0x7ed7da2d
open_module_icon+0x29b(szFileName="C:\windows\system32\winhlp32.exe", nIndex=0,
ppStream=0x33fad8)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:914]
in winemenubuilder (0x0033fa68)
2 0x7ed7e12c open_icon+0x2a(filename="C:\windows\system32\winhlp32.exe",
index=0, bWait=0, ppStream=0x33fad8)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:1056]
in winemenubuilder (0x0033faa8)
3 0x7ed7e962 extract_icon+0xb0(icoPathW="C:\windows\system32\winhlp32.exe",
index=0, destFilename=0x0(nil), bWait=0)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:1370]
in winemenubuilder (0x0033fb08)
4 0x7ed82d00
generate_associations+0x6a5(xdg_data_home="/home/focht/.local/share",
packages_dir="/home/focht/.local/share/mime/packages",
applications_dir="/home/focht/.local/share/applications")
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:2677]
in winemenubuilder (0x0033fc68)
5 0x7ed85d72 RefreshFileTypeAssociations+0x284()
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:3367]
in winemenubuilder (0x0033fce8)
6 0x7ed86dcf wWinMain+0x102(hInstance=<couldn't compute location>,
22 0xf7406963 __libc_start_main+0xf2() in libc.so.6 (0x00000000)
0x7ed7c950 add_module_icons_to_stream+0x6c
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:651]
in winemenubuilder: movzwl 0x4(%eax),%eax
651 for (i = 0; i < grpIconDir->idCount; i++)
Modules:
Module Address Debug info Name (53 modules)
PE 53000000-530b4000 Deferred windowscodecs
ELF 7b800000-7ba67000 Dwarf kernel32<elf>
\-PE 7b810000-7ba67000 \ kernel32
ELF 7bc00000-7bcf0000 Dwarf ntdll<elf>
\-PE 7bc10000-7bcf0000 \ ntdll
ELF 7bf00000-7bf04000 Dwarf <wine-loader>
...
Threads:
process tid prio (all id:s are in hex)
...
0000000c (D) C:\windows\system32\winemenubuilder.exe
0000000d 0 <==
--- snip ---
'winemenubuilder' is started asynchronously before the prefix update via
'RunServices' registry key.
The prefix update rewrites Wine's builtin placeholders in the prefix.
Since 'winemenubuilder' was started asynchronously, it might still populate
placeholders at this time, mapping them into memory and extracting icon
resources.
Source:
http://source.winehq.org/git/wine.git/blob/cbc8f3c81148079a17f4062fb9bad656…
--- snip ---
876 hModule = LoadLibraryExW(szFileName, 0, LOAD_LIBRARY_AS_DATAFILE);
--- snip ---
-> FILE_SHARE_READ
This doesn't prevent concurrently running processes to write to the placeholder
files which indeed happens by rundll32's processing of 'wine.inf'.
In rare situations, Winemenubuilder hits the jackpot - being affected from the
concurrent rewrite of the placeholder while peeking at the in-memory image
(PE/resource directory entries).
Source:
http://source.winehq.org/git/wine.git/blob/57c54bc9ad1e13ee7cd730b2ffb4df83…
--- snip ---
1236 ProcessRunKeys( HKEY_LOCAL_MACHINE, RunServicesOnceW, TRUE, FALSE );
1237
1238 if (init || (kill && !restart))
1239 {
1240 ProcessRunKeys( HKEY_LOCAL_MACHINE, RunServicesW, FALSE, FALSE );
1241 start_services_process();
1242 }
1243 if (init || update) update_wineprefix( update );
...
--- snip ---
A solution to prevent this race is to move the asynchronous execution of
'winemenubuilder' after the prefix update (which runs synchronously).
This also avoids the situation where 'winemenubuilder' manages to extract
potentially outdated icon resources before the placeholders are overwritten by
newer versions with different icons.
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=46601
Bug ID: 46601
Summary: HeroesVII not started because of encryption(?)
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
Game started, show introduction and then
wine4.1 - crashed somewhere inside application
wine-staging-4.1 - just finish
In the log I see
~~~
002f:trace:bcrypt:BCryptOpenAlgorithmProvider 0x114c4db4, L"AES", (null),
00000000
002f:trace:bcrypt:BCryptOpenAlgorithmProvider 0x114c4db8, L"RNG", (null),
00000000
002f:trace:bcrypt:BCryptGetProperty 0xd194c428, L"ObjectLength", 0x114c4dc4, 4,
0x7f7da98, 00000000
002f:trace:bcrypt:BCryptGetProperty 0xd194c428, L"BlockLength", 0x114c4ddc, 4,
0x7f7da98, 00000000
002f:trace:bcrypt:BCryptSetProperty 0xd194c428, L"ChainingMode", 0x56e7b64, 32,
00000000
002f:trace:bcrypt:BCryptGenerateSymmetricKey 0xd194c428, 0x114c4dbc,
0x18dc4b08, 654, 0x8d0e7810, 16, 00000000
002f:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
~~~
Because of ignoring object buffer?
--
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=42109
Bug ID: 42109
Summary: Hydrophobia prophecy crash or freeze with few second
from start
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
Distribution: ---
Hydrophobia prophecy crash with compiled version of wine, with and without csmt
patch.
See this thread for info: https://forum.winehq.org/viewtopic.php?f=8&t=28249
Because bug is probably time dependant, i can't get the complet log with crash.
When wine is in log mode game is slowdown/unplayable and... do not 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.
https://bugs.winehq.org/show_bug.cgi?id=36096
Bug ID: 36096
Summary: valgrind shows leaks in d3d9/visual tests on i965
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: stefan(a)codeweavers.com
Created attachment 48284
--> https://bugs.winehq.org/attachment.cgi?id=48284
valgrind log
==11646== 67 bytes in 4 blocks are definitely lost in loss record 412 of 1,049
==11646== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==11646== by 0x4E8E2B27: strdup (in /usr/lib/libc-2.18.so)
==11646== by 0x65D6C36: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x65DFCD0: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x65E932F: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x6476729: ??? (in /usr/lib/dri/i965_dri.so)
==11646== by 0x61EAC15: shared_dispatch_stub_482 (in
/usr/lib/libglapi.so.0.0.0)
==11646== by 0x4EB2AD5: shader_glsl_compile (glsl_shader.c:330)
==11646== by 0x4EBF8F2: shader_glsl_generate_pshader (glsl_shader.c:4515)
==11646== by 0x4EC0087: find_glsl_pshader (glsl_shader.c:4694)
==11646== by 0x4EC39F4: set_glsl_shader_program (glsl_shader.c:5823)
==11646== by 0x4EC5096: shader_glsl_select (glsl_shader.c:6149)
==11646== by 0x4E85F12: context_apply_draw_state (context.c:2997)
==11646== by 0x4EAF1D6: draw_primitive (drawprim.c:664)
==11646== by 0x4E86685: wined3d_cs_exec_draw (cs.c:291)
==11646== by 0x4E87A33: wined3d_cs_st_submit (cs.c:893)
==11646== by 0x4E866F2: wined3d_cs_emit_draw (cs.c:308)
==11646== by 0x4E95FC3: wined3d_device_draw_primitive (device.c:3265)
==11646== by 0x4E1BB32: d3d8_device_DrawPrimitiveUP (device.c:2021)
==11646== by 0x4984BB2: cnd_test (visual.c:1482)
==11646==
among plenty of others.
I had to rebuild my libdrm with valgrind support for this to work, see
https://bugs.freedesktop.org/show_bug.cgi?id=77863. After that, I can run
glxgears with no valgrind issues in mesa itself (though glxgears leaks..).
--
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=35913
Bug ID: 35913
Summary: Meo Music only shows a white screen
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: filas.f(a)hotmail.com
Well, after installing the app, it only shows a white screen/white window,
nothing more.
Intel i5 2.4
Hd 5650
4 GB ram
Although hardware is not a problem, since this is a music streamer / player.
--
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=33819
Bug #: 33819
Summary: Majesty display only refreshes when mouse moves
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rohan.hart17(a)gmail.com
Classification: Unclassified
Majesty was running fine using Intel integrated graphics however after
installing a Radeon card the display will not refresh unless the mouse is
moving. I'm using the open source radeon r600 driver 6.14.4, Xorg 7.7, Mesa
9.1.3. Same behaviour using wine-1.4.1
--
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=46590
Bug ID: 46590
Summary: Wine works only on Android 7+
Product: Wine
Version: 4.0
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: vi_2001(a)ukr.net
I'm reporting not an error, but a statement of fact:
Wine does not work on smartphones with Android versions: 4.4.3, 5.0.1, 6.0.
But works on 7.2.1. Sadly but it is so.
--
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=15931
Summary: Photoshop CS4 Crashes while launching
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james2432(a)gmail.com
Created an attachment (id=17105)
--> (http://bugs.winehq.org/attachment.cgi?id=17105)
WINEDEBUG=trace wine Photoshop.exe
While launching Photoshop CS4 it crashes with an unexpected error
--
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=44585
Bug ID: 44585
Summary: Diablo III doesn't launch, stops at
"setup_exception_record stack overflow ..."
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maciej.stanczew+b(a)gmail.com
Distribution: ArchLinux
Created attachment 60565
--> https://bugs.winehq.org/attachment.cgi?id=60565
Standard log, without custom WINEDEBUG
Since the last Diablo III update (to version 2.6.1.49286), launching the game
(both directly and through Battle.net app) doesn't work, stopping at message
mentioned in the title.
Note that this happens only on vanilla Wine (I tested versions 3.2, 3.0 and
2.21, on clean 32- and 64-bit prefixes). Staging (both 2.21 and rev 84fb9656
from new GitHub repo) work without any problems.
To reproduce, run the following command from the game's directory:
$ wine 'Diablo III.exe' -launch
Related Reddit thread:
https://www.reddit.com/r/wine_gaming/comments/7zh4sg/diablo_3_update/
--
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=25851
Summary: Zararadio start up error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miguelsilva_3(a)hotmail.com
Created an attachment (id=32939)
--> (http://bugs.winehq.org/attachment.cgi?id=32939)
Zararadio error
Software Zararadio doesn't start up. But it was working very well on Ubuntu
9.04.
On 9.10, 10.10 have this error all the time.
Could you check and give a solution! Thanks
--
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.
http://bugs.winehq.org/show_bug.cgi?id=24268
Summary: mono's gluezilla uses unimplemented function
msvcr80._stat32
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
mono bundles microsoft's msvcr80. If wine wants to provide mono as
a download, we might have to remove that, at which point we might run
into the following two references to stubs (found by mscodescan.pl):
./wineprefix/drive_c/Program Files/Mono-2.6.7/bin/gluezilla.dll imports
following stub symbols:
msvcr80:?_type_info_dtor_internal_method@type_info@@QAEXXZ
msvcr80:_stat32
--
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=41079
Bug ID: 41079
Summary: unimplemented function cfgmgr21.dll.
CM_Get_Versioncalled in 32-bit code
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damianhummel07(a)gmail.com
Created attachment 55263
--> https://bugs.winehq.org/attachment.cgi?id=55263
Program Error Details
When attempting to run ~/Downloads/hauppaugecapture_1_0_34-57-3.exe, the system
starts the install fine until I get the attached message and does nothing from
that point on. The command line give me multiple results of:
fixme:msg:pack_message msg 14 (WM_ERSEBKGND) not supported yet
Thanks 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=38911
Bug ID: 38911
Summary: valgrind shows uninitialized memory in
dlls/amstream/amstream.c:ddrawstreamsample_create()
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: amstream
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M amstream.dll -p
amstream_test.exe.so amstream && touch amstream.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==20720== Conditional jump or move depends on uninitialised value(s)
==20720== at 0x49177BD: ddraw_surface_create (surface.c:5966)
==20720== by 0x48ED113: ddraw1_CreateSurface (ddraw.c:2937)
==20720== by 0x5E891E0: ddrawstreamsample_create (mediastream.c:1007)
==20720== by 0x5E87609:
DirectDrawMediaStreamImpl_IDirectDrawMediaStream_CreateSample
(mediastream.c:387)
==20720== by 0x479B37D: IDirectDrawMediaStream_CreateSample (ddstream.h:261)
==20720== by 0x479B37D: test_media_streams (???:0)
==20720== by 0x479D13A: func_amstream (amstream.c:563)
==20720== by 0x479DEF3: run_test (test.h:584)
==20720== by 0x479E33A: main (test.h:666)
==20720== Uninitialised value was created by a stack allocation
==20720== at 0x5E89034: ddrawstreamsample_create (mediastream.c:962)
==20720==
--
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=15497
Summary: WineD3D_ChoosePixelFormat errors when starting game
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcdermott.michaelj(a)gmail.com
Created an attachment (id=16423)
--> (http://bugs.winehq.org/attachment.cgi?id=16423)
Log of the crash
When I fire up Medieval Total War (the original, not the new one), using the
option to bypass movies, wine crashes with what appear to be Direct3D related
errors.
--
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=41091
Bug ID: 41091
Summary: 1nsane (GOG.com) crashes after launch
Product: Wine
Version: 1.9.7
Hardware: x86
URL: https://www.gog.com/game/1nsane
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: joseph.kucia(a)gmail.com
Regression SHA1: 403459fd914788f180ad9eea6459274ac62f8c2f
Distribution: ---
Created attachment 55290
--> https://bugs.winehq.org/attachment.cgi?id=55290
terminal output
The game crashes after start, probably when trying to play the intro videos. If
I rename the Anims/ directory containing the 3 videos, then the game doesn't
crash and loads to the menu properly.
Videos didn't work before the regression, they were simply skipped by Wine.
The original demo version can't be used to reproduce the problem (it doesn't
contain any videos).
>From what I see the crash didn't occur before
commit 403459fd914788f180ad9eea6459274ac62f8c2f
Author: Józef Kucia <jkucia(a)codeweavers.com>
Date: Tue Mar 29 12:14:53 2016 +0200
wined3d: Add hull shader type.
Wine 1.9.16
Fedora 24
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 367.35
OpenGL core profile shading language version string: 4.50 NVIDIA
--
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=17893
Summary: The Alien Nations / Die Völker crashes: amstream
GetFormat stub
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'd rather split the bug entries for "Die Völker / The Alien Nations" and
Motocross Madness 2, bug 17836, comment 3, to warrant each application its own.
Although the common cause is stubbed functionality in amstream, these apps
might be fixed independently.
At start, The Alien Nations tries to display two Intel Indeo videos, somewhat
differently. Unimplemented functionality in amstream and the app's not checking
for some return codes yields to an exception and crash. More specifically,
GetFormat() is expected to fill in a DDSURFACEDESC structure, which wine leaves
uninitialised, causing the application to use random uninitialised data.
The first crash is prevented by having GetFormat() in
dlls/amstream/mediastream.c fill in the dwWidth and dwHeight fields of the
DDSURFACEDESC structure (I used 1 as stub value). The code used seems similar
to that of
http://msdn.microsoft.com/en-us/library/ms787928(VS.85).aspx
except the app doesn't check the return code of GetFormat and hence proceeds
with uninitialised memory from these two fields.
These two values are not enough to avoid a crash when displaying the second
video. As the logs http://bugs.winehq.org/attachment.cgi?id=20129 in bug 17836,
comment 4 suggest, the app presumably reads more fields from GetFormat: Z
buffer depth and pixelformat, and passes that to ddraw.
Actually, whether the app crashes there depends on WINEDEBUG settings, as the
initialisation of the stack-based DDSURFACEDESC depends on former stack use.
I've been able to play the game using
WINEDEBUG=+all,-syslevel,-fixup,-dbghelp_dwarf,-heap,warn+heap,-gdi
I yet have to disassemble and see which other fields from DDSURFACEDESC are
used in the second case.
BTW, one needs to work past bug #15915 in order to see this crash in "Alien
Nations", which is a blocker for this issue. I did it by quickly hacking the
fourcc comparison test in iccvid.c.
There exists a demo for this application, but demos typically display no intro
videos, so I doubt it would exhibit this bug.
--
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.