https://bugs.winehq.org/show_bug.cgi?id=49063
Bug ID: 49063
Summary: missing parts of contents of downlaod page of files
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mahmoud.elswerky(a)gmail.com
Distribution: ---
Created attachment 67041
--> https://bugs.winehq.org/attachment.cgi?id=67041
screenshot shows that most of downlaod page contents are missing
I usually use wine to run internet downlaod manager on linux
but since last 3 updates of idm ,, the downlaod popup page of idm doesn't show
full contents
some parts are misssing
if i installed old version of idm it is working fine
but latest 3 updates shows this bug
i don't know what is the cause of this
but hope you can find its cause and fix it
here is an attachment screeshots shows what i mean and version installed
as i said old version of idm works fine on wine without this error
os Arch_deepin
--
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=36490
Bug ID: 36490
Summary: wine all versions on ubuntu 14.04 winbox.exe
aplication view problem
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: juraj(a)mikrocom.sk
Created attachment 48564
--> http://bugs.winehq.org/attachment.cgi?id=48564
problem in view, aplication winbox.exe
Hello, regarding the problem of wine while using winbox.exe version of ubuntu
14.04 and mint 17RC in any version of wine, does not fit font and cursor does
not display all the text and different font size changes, example screenshots
--
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=52811
Bug ID: 52811
Summary: Apps starting with wrong non-client area decoration
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leandrohr(a)riseup.net
Distribution: ---
Created attachment 72186
--> https://bugs.winehq.org/attachment.cgi?id=72186
Small client to reproduce the bug
Arch Linux
wine-6.0-rc1-11894-gafd7b319e56
---
# Bug description
During the development of the Wine Wayland driver we've noticed a bug that also
affects the X11 driver when using client-side decorations.
Some applications start with the wrong decoration. It's a visual-only issue, as
the application starts with focus and works nicely. But its non-client area
starts with the decoration of inactive applications (greyed out).
This is how it should start:
https://share.collabora.com/index.php/s/tZQxBEaybgwGgpi
But this is how it looks like:
https://share.collabora.com/index.php/s/bQbASjTXg8oxg3W
---
# How to reproduce
You can easily reproduce this by running notepad with the X11 driver option
"Decorated" set to "N". I wrote some small clients to debug this, and the
simple program attached reproduces the issue. TLDR: it is a program that
activates a window of a non-foreground thread and then tries to show it.
---
# What I think is going on
When we call SetActiveWindow(hwnd), hwnd does not become the foreground window,
as the application thread is not the foreground thread yet (at this point the
desktop window is the foreground window). SetActiveWindow() activates the
non-client area only if the window is the foreground window, so we have
activated the window but didn't activate its non-client area (which is correct
AFAIU).
Next we call ShowWindow(hwnd), and now the thread that owns hwnd should become
foreground and SetActiveWindow(hwnd) is called. But as hwnd is already active
it does nothing and returns, so the non-client area is draw as inactive.
---
# Possible fix
In order to fix this, we could change SetActiveWindow() behavior to the
following:
if (hwnd == current active window)
if (hwnd == NtUserGetForegroundWindow() && non-client area of hwnd not
active)
activate non-client area of hwnd
bail out
I wrote a test for this, and I could see that this fix didn't break any other
tests. I've decided to post here in order to know if the fix seems reasonable
to you.
Also, I had a question while debugging this and still couldn't figure out. I
thought that focus was a global property related to the foreground window. But
it seems that when a window is set to active the function to change the focus
to it may also be called (even when the window does not belong to the
foreground thread). So can a non-foreground window be active and have the
focus?
---
Thanks a lot!
--
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=40994
Bug ID: 40994
Summary: Exits only from pull-down menu, then reports error.
Product: Wine
Version: 1.9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslarkin(a)aim.com
Distribution: ---
Created attachment 55155
--> https://bugs.winehq.org/attachment.cgi?id=55155
Program error dump after program exit
I can't exit by clicking on the 'x' in the red circle in the upper left corner
of the app window. I also can't exit by right-clicking on the Wine icon in my
Launcher bar, and clicking 'Quit'. The only way to exit is by clicking the
app's 'Settings' pull-down menu, then clicking 'Exit'.
After an apparently successful exit, I get an error window with the attached
bactrace.txt file.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14738
Summary: Sacred Underworld crashes when opening a lan game
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=15232)
--> (http://bugs.winehq.org/attachment.cgi?id=15232)
Sacred Underworld crash output when opening a lan game
Sacred Underworld crashes when clicking "Multiplayer" -> "Local Network". The
game version is 2.28.
System:
- Fedora 9 x86_64 (2.6.25.11-97.fc9.x86_64)
- NVIDIA Geforce 8800GTS, proprietary driver 173.14.09
- Firewall disabled
The game runs fine in single player mode. There is a demo version available but
I think it doesn't have the multiplayer part.
--
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=32279
Bug #: 32279
Summary: Treeview control in IsoBuster keeps resetting itself
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://www.isobuster.com/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug shows up with IsoBuster 3.0.
Download and run the IsoBuster installer. Run IsoBuster. Choose File->Open
Image File and load an ISO image (or I guess you could select the disc in the
DVD drive). Try to choose an image file which contains quite a few directories,
subdirectories and files.
Use the treeview on the left side to browse the directory hierarchy. If you
click on various entries, notice that after a few clicks the treeview is reset
to the all-collapsed state. That happens with both built-in and native
comctl32. There's no console output when the treeview resets.
(There's also an access violation dialog on quitting the program, but that's
probably not related.)
--
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=45585
Bug ID: 45585
Summary: canot run mobrise 4.8
Product: Wine
Version: 3.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wildanrgz(a)gmail.com
Distribution: ---
Created attachment 62006
--> https://bugs.winehq.org/attachment.cgi?id=62006
i dont know the error im just want to report
aplication hang and canot exit the aplication blank too
--
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=18562
Summary: foxtrader crash with page fault (regression)
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xrfang(a)gmail.com
Created an attachment (id=21225)
--> (http://bugs.winehq.org/attachment.cgi?id=21225)
log messages
FoxTrader (http://wizard.stock.hexun.com/webtornado/download/SetupGold.exe)
crashes with page fault, please see log.
Note
1. This is a regression
2. The program is Chinese, and it needs MFC42.DLL.
--
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=20172
Summary: Button "Alt Gr" triggers access violation in Teach2000
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.teach2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
OS: Ubuntu 9.04
App: Teach2000 8.42
Download the latest Teach2000 from www.teach2000.org.
Install.
Start.
Press "Alt Gr" (right Alt).
Exp.: Nothing happens.
Act.: Error: Access violation at address 00000000 in module 'teach2000.exe'.
Read of address 00000000.
--
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=31775
Bug #: 31775
Summary: Misaligned icons in icon bar
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Classification: Unclassified
Created attachment 41813
--> http://bugs.winehq.org/attachment.cgi?id=41813
How the icons appear
Have a look at the Nautic Tools http://www.nautictools.de/download.html
The icons in the icon bar are completely misaligend. Is this an issue of Nautic
Tools to fix or of 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=33624
Bug #: 33624
Summary: winhelp: Popups appear with bogus scrollbars which
disappear when you click them
Product: Wine
Version: 1.5.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 44504
--> http://bugs.winehq.org/attachment.cgi?id=44504
ROMTECH.HLP compressed with bzip2
Some help files have links which when clicked open a popup window.
Wine winhlp32 supports that, but the popups (at least for some HLP files)
appear with scrollbars even when scrollbars are not needed, i.e. when all text
would fit in the popup. The unnecessary scrollbars can obscure much of the text
if the popup is small. If you click one of the scrollbar buttons the scrollbars
disappear.
Open the attached ROMTECH.HLP in Wine winhlp32 and click on various parts to
open popups. Pics show a popup as it initially appears, and after clicking on
one of the scrollbar buttons. (Note that you can only click the links in the
left half of the large images to open popups; see bug 14296.)
--
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=44344
Bug ID: 44344
Summary: A serious bug with the program sparkchess
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sander.lagas(a)ziggo.nl
Distribution: ---
The game was installed and then it said there is a serious problem
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54336
Bug ID: 54336
Summary: Wow64 compatibility breaks on newer 64-bit glibc
releases
Product: Wine
Version: 8.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ruanformigoni(a)gmail.com
Distribution: ---
Newer versions of 64-bit glibc break current Wow64 compatibility
implementation.
For a new vm of fedora 36:
$ ./wine-ge-7-35-continuous-x86_64.AppImage --version
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
glibc.x86_64 version is 2.35-20.fc36
glibc.i686 is not installed.
--
For a new vm of fedora 37:
$ /wine-ge-7-35-continuous-x86_64.AppImage --version
/tmp/.mount_wine-gEI9DJM/bin/wine: No such file or directory
glibc.x86_64 version is 2.36-9.fc37
glibc.i686 is not installed (installing fixes it).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37813
Bug ID: 37813
Summary: Defiance fails to connect to login Server
Product: Wine
Version: 1.7.31
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Bastyjuice(a)aol.com
The Game is patching and ist Starting without any Trouble but after launching
Defiance, the Game pop ups with a Dialog "The defiance service is unavailable
please try again later"
Michael Bond tells that he Have turned on all debug for winsock and dug through
the log. He see it create a socket and connect to login-live-us-pc.defiance.com
port 50000. After that there's a handful of failed setsockopt calls for send
and recv buffer sizes followed by a series of select and WSAFDIsSet calls
waiting for socket activity, and finally shutdown and closesocket.
--
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=48006
Bug ID: 48006
Summary: Final Fantasy XIV Launcher stuck on splash screen
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: winehq.eloelo(a)spamgourmet.com
Distribution: ---
Created attachment 65534
--> https://bugs.winehq.org/attachment.cgi?id=65534
wine output
The FFXIV launcher has been updated and is now frozen on the splash screen.
(Just a big "Final Fantasy XIV Online" logo).
For now there is a workaround: Set Browser to 1 in FFXIV_BOOT.CFG.
This browser type isn't supposed to last forever, so this is just a temporary
workaround.
--
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=32968
Bug #: 32968
Summary: Sengoku Rance unbearable slow
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxmusterm(a)gmail.com
Classification: Unclassified
When trying to play Sengoku Rance with the latest patches (english patched
version) everything is extremly slow.
Sengoku Rance uses the Alisesoft System4.0 Ver1.3 engine.
I installed it with a clean wine prefix,googled like hell for help and tested
it on two laptops each with the newest wine version on Arch:
1.6ghz dual core with ati hd 6320 (with the ati driver from git)
2.5 ghz dual core with geforce 9300gs (with nouveau from git)
This is an old game using directx 6.
Running the game itself from the console gives no output whatsoever.
And everything after and including the main menu runs at roughly a third of the
speed.
--
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=52380
Bug ID: 52380
Summary: Logos 9 Bible Software (.NET 4.7 app) menus glitching,
flickering and not showing regression
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 71593
--> https://bugs.winehq.org/attachment.cgi?id=71593
Video showing menu glitch regression.
Menu Items docs guides tools and layout work on first click and then flash
there after. This is a regression which only appears in 7.0rc5-staging. devel
doesn't have this bug. Please see the video for demonstration.
N.b. this is not the same as bug 51984 which was resolved.
Help is much appreciated! Below is the installation guide.
The app is a bit like kindle in so much as the engine is free but the resources
cost so there is a free download. Unlike kindle it has many advanced research
features and books link together etc. The main app is free but there are paid
features, resources and subscriptions. To use the app you need a free account
https://www.logos.com/product/194909/logos-9-basic. It uses a downloader app
which last I tried doesn't work with wine. The actual msi link is
https://downloads.logoscdn.com/LBS9/Installer/9.6.0.0024/Logos-x64.msi
Manual Install Procedure:
1 Install wine 6 or newer
2 winetricks corefonts
3 winetricks settings fontsmooth=rgb
4 winetricks dotnet48
5 winetricks settings renderer=gdi (you might need to set the reg key
manually)
6 Install the Logos.msi download but don't run it.
7 wine64 reg add "HKCU\\Software\\Wine\\AppDefaults\\LogosIndexer.exe" /v
Version /t REG_SZ /d vista /f
8 Run Logos and sign in with your free account.
There is a script which downloads a preconfigured wine bottle and sets it all
up in $USER/Logos_BibleP directory which you can then easily remove etc.
https://github.com/ferion11/LogosLinuxInstaller/releases Choose fast install
without wine AppImage.
--
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=49482
Bug ID: 49482
Summary: unhandled exception: page fault on read access to
0x00000018
Product: Wine
Version: 5.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: noel.kuntze+bugs.winehq(a)thermi.consulting
Distribution: ---
Created attachment 67596
--> https://bugs.winehq.org/attachment.cgi?id=67596
backtrace.exe from wine crash window
Caused by autoconf conftest.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.
http://bugs.winehq.org/show_bug.cgi?id=35057
Bug #: 35057
Summary: Corel Paint Shop Pro X trial fails to install
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 22959
Classification: Unclassified
Created attachment 46749
--> http://bugs.winehq.org/attachment.cgi?id=46749
terminal output/backtrace
I noticed this while looking at bug (22959). There are a couple other bugs for
other versions of this program, but I'm not clear which version this is (X
isn't very clear), and the installer names are different, so filing a clean
bug. The others, for reference, are bug 27240 and bug 34377.
Installer used:
http://www.freedownloads.be/downloaddetail/1763-Corel-Paint-Shop-Pro-X
austin@aw25 ~ $ sha1sum Corel_PaintShopPro1000_EN_TBYB_TrialESD.exe
f9685288f5c9d922f51c0f39194bf71d3935bb4c
Corel_PaintShopPro1000_EN_TBYB_TrialESD.exe
austin@aw25 ~ $ du -h Corel_PaintShopPro1000_EN_TBYB_TrialESD.exe
106M Corel_PaintShopPro1000_EN_TBYB_TrialESD.exe
austin@aw25 ~ $ wine --version
wine-1.7.7-199-g608b1e1
fails pretty early, with a dialog saying it failed prematurely. There's also an
msi crash:
err:msi:ITERATE_Actions Execution halted, action L"PCU_Callit" returned 1603
...
=>0 0x7ed36636 msi_destroy_assembly_caches+0x26(package=0x148e88)
[/home/austin/wine-git/dlls/msi/../../include/fusion.h:250] in msi (0x0033fbc8)
1 0x7ed7c84f MSI_FreePackage+0x1e(arg=0x148e88)
[/home/austin/wine-git/dlls/msi/package.c:351] in msi (0x0033fc18)
2 0x7ed60ca7 msiobj_release+0x66(info=0x148e88)
[/home/austin/wine-git/dlls/msi/handle.c:259] in msi (0x0033fc58)
3 0x7ed6c371 MsiInstallProductW+0xe0(szPackagePath=<is not available>,
szCommandLine=<is not available>) [/home/austin/wine-git/dlls/msi/msi.c:252] in
msi (0x0033fca8)
4 0x7ee12e4f WinMain+0x79e(hInstance=<is not available>, hPrevInstance=<is
not available>, lpCmdLine=<is not available>, nCmdShow=<is not available>)
[/home/austin/wine-git/programs/msiexec/msiexec.c:983] in msiexec (0x0033fd88)
5 0x7ee11a64 main+0xb3(argc=<couldn't compute location>, argv=<couldn't
compute location>) [/home/austin/wine-git/dlls/winecrt0/exe_main.c:49] in
msiexec (0x0033fe18)
6 0x7ee14a10 __wine_spec_exe_entry+0x7f(peb=<couldn't compute location>)
[/home/austin/wine-git/dlls/winecrt0/exe_entry.c:36] in msiexec (0x0033fe58)
7 0x7b8601cc call_process_entry+0xb() in kernel32 (0x0033fe78)
8 0x7b8611e3 start_process+0x62(peb=<couldn't compute location>)
[/home/austin/wine-git/dlls/kernel32/process.c:1097] in kernel32 (0x0033feb8)
9 0x7bc807e0 call_thread_func_wrapper+0xb() in ntdll (0x0033fed8)
10 0x7bc8378d call_thread_func+0x7c(entry=0x7b861180, arg=0x7ffdf000,
frame=0x33ffc8) [/home/austin/wine-git/dlls/ntdll/signal_i386.c:2602] in ntdll
(0x0033ffa8)
11 0x7bc807be call_thread_entry_point+0x11() in ntdll (0x0033ffc8)
12 0x7bc5576e start_process+0x1d(kernel_start=0x7b861180)
[/home/austin/wine-git/dlls/ntdll/loader.c:2762] in ntdll (0x0033ffe8)
13 0xf75cab2d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
14 0xf75cabeb wine_switch_to_stack+0x2a(func=0x7bc55750, arg=0x7b861180,
stack=0x340000) [/home/austin/wine-git/libs/wine/port.c:59] in libwine.so.1
(0xffde17d8)
I'll attach logs
--
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=48149
Bug ID: 48149
Summary: Paintshop Pro X2 does not install
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bignintyfan(a)gmail.com
Distribution: ---
Created attachment 65764
--> https://bugs.winehq.org/attachment.cgi?id=65764
Paintshop Pro X2 Log
While trying to test 16978, I found that the installer for Paint Shop Pro X2
stops at the "Preparing the InstallShield Wizard" step in Wine 4.20.
To download to test use this link:
https://web.archive.org/web/2015*/http://download.oldapps.com/Paint_Shop_Pr…
See the attached log for details
--
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=51139
Bug ID: 51139
Summary: Application T@X 2021 freezes when trying to transmit
data to Elster (German Tax Application)
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dieter.jurzitza(a)harman.com
Distribution: ---
T@X20XX can be used with wine since years. This year it apparently worked as
usual, with one frustrating exception: when trying to transfer the entire
documetation to the finance office at the end the application freezes and does
noting any more.
Unfortunately no error shows in the logs when starting wine with a
corresponding debug option (WINEDEBUG=+relay, I hope this is ok ...). I have 32
GByte of logging code what is meaningless to upload - but no "real" error
message inside.
"top" shows 100% CPU - load by the wine process stman.exe. Messages show like:
01b8:Call ntdll.RtlAllocateHeap(00220000,00000000,00000024) ret=089a10d6
01b8:Ret ntdll.RtlAllocateHeap() retval=3ec3bbe0 ret=089a10d6
01b8:Call ntdll.RtlAllocateHeap(00220000,00000000,00000024) ret=089a10d6
01b8:Ret ntdll.RtlAllocateHeap() retval=2f24da98 ret=089a10d6
01b8:Call KERNEL32.HeapFree(00220000,00000000,2f24da98) ret=0899e7eb
01b8:Ret KERNEL32.HeapFree() retval=00000001 ret=0899e7eb
01b8:Call KERNEL32.HeapFree(00220000,00000000,3ec3bbe0) ret=0899e7eb
01b8:Ret KERNEL32.HeapFree() retval=00000001 ret=0899e7eb
in fast sequence and this:
01b8:Call ntdll.RtlAllocateHeap(00220000,00000000,00000014) ret=6be509ba
01b8:Ret ntdll.RtlAllocateHeap() retval=31991020 ret=6be509ba
0238:Call ntdll._strnicmp(17f9c7cc "Inter-| Receive
| Transmit\n",17f9ca0c "eth1",00000004) ret=7eceaa21
01b8:Call ntdll.RtlAllocateHeap(00220000,00000008,00000014) ret=6be7960b
0238:Ret ntdll._strnicmp() retval=00000001 ret=7eceaa21
01b8:Ret ntdll.RtlAllocateHeap() retval=31983590 ret=6be7960b
0238:Call ntdll._strnicmp(17f9c7cd "face |bytes packets errs drop fifo frame
compressed multicast|bytes packets errs drop fifo colls carrier
compressed\n",17f9ca0c "eth1",00000004) ret=7eceaa21
01b8:Call ntdll.RtlAllocateHeap(00220000,00000000,00000020) ret=6be798c1
0238:Ret ntdll._strnicmp() retval=00000001 ret=7eceaa21
01b8:Ret ntdll.RtlAllocateHeap() retval=31992478 ret=6be798c1
0238:Call ntdll._strnicmp(17f9c7d0 "lo: 376975 3786 0 0 0 0
0 0 376975 3786 0 0 0 0 0
0\n",17f9ca0c "eth1",00000004) ret=7eceaa21
0238:Ret ntdll._strnicmp() retval=00000001 ret=7eceaa21
01b8:Call ntdll.RtlAllocateHeap(00220000,00000000,0000000c) ret=6be7974e
0238:Call ntdll._strnicmp(17f9c7ce "eth1: 727671935 574392 0 0 0
0 0 2870 31275660 279019 0 0 0 0 0
0\n",17f9ca0c "eth1",00000004) ret=7eceaa21
01b8:Ret ntdll.RtlAllocateHeap() retval=31991978 ret=6be7974e
0238:Ret ntdll._strnicmp() retval=00000000 ret=7eceaa21
cycling through eth0, eth1, wlan0 etc ...
Finally I see once this at the begin (when the trouble starts ...):
01b8:Ret ntdll.RtlAllocateHeap() retval=3ecc7cc8 ret=089a10d6
01b8:Call KERNEL32.OutputDebugStringW(3ecc7cd8 L"void __thiscall
BTS::FormViewerPage::enablePrevNext(void) -1 21\n") ret=67020427
01b8:Call ntdll.RtlInitUnicodeString(0021d000,3ecc7cd8 L"void __thiscall
BTS::FormViewerPage::enablePrevNext(void) -1 21\n") ret=7b0125fa
01b8:Ret ntdll.RtlInitUnicodeString() retval=00000082 ret=7b0125fa
with the "void __thiscall entries - but no clue on my behalf. Any support is
very much appreciated, most specifically what could I do and how could I better
debug the process without flooding my harddisk with trillions (ok, maybe less
:-)) of messages.
Thank you very much,
take care
Dieter Jurzitza
--
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=47240
Bug ID: 47240
Summary: Sketchup 2018 web dialogs not displaying (Dynamic
components attributes)
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: BEAULIEU.Florian(a)hotmail.fr
Distribution: ---
Created attachment 64524
--> https://bugs.winehq.org/attachment.cgi?id=64524
Console output Dynamic Components Attributes window.
Hello,
The dynamic components attributes window is not displaying correctly (white
window).
Tried with wine-staging 4.8,
winetricks comdlg32ocx dotnet472 gdiplus gdiplus_winxp msls31 msxml6 vcrun2013
vcrun2017 xmllite corefonts
Nvidia proprietary drivers version 418.56
Env vars : __GL_MaxFramesAllowed=1
Sincerely,
FloBEAUG
--
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=48644
Bug ID: 48644
Summary: Kodak EasyShare installer doesn't populate list of
countries
Product: Wine
Version: 5.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oleg.kuznetsov(a)metamint.ru
Distribution: ---
Created attachment 66502
--> https://bugs.winehq.org/attachment.cgi?id=66502
Combo box on Vista
While Kodak EasyShare is impossible to download and use (see: bug 17294 comment
25 ), I found one issue with the installer/downloader: it doesn't populate list
of countries on one of the steps.
Steps to reproduce:
1) Start the installer. On Language selection screen, press "Next"
2) On the next screen, accept License Agreement and press "Next"
Expected result:
On the appeared screen, there is should be a combo box "Select your country"
with a list of countries (on Windows Vista it is populated)
Actual result:
The combo box is empty, nothing in the terminal.
wine version:
wine-5.2-203-gb253bd6
sha1sum install_easyshare_8.2.0.exe
d4725af6e42d49b2dfee83a24979ece235d66fd5 install_easyshare_8.2.0.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=48744
Bug ID: 48744
Summary: Crash on installation of Dynacadd 98
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmcnally(a)mcnally.ca
Distribution: ---
Created attachment 66637
--> https://bugs.winehq.org/attachment.cgi?id=66637
backtrace.txt is the file produced when the installation of Dynacadd 98
stopped. If useful I can supply the Dynacadd 98 program. Plase advise how to do
the supply.
Crash on installation of Dynacadd 98
--
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=37706
Bug ID: 37706
Summary: ScrollWindowEx() returns ERROR if the window is not
visible (in the Windows API sense); real Windows
returns NULLREGION
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Distribution: ---
Created attachment 50192
--> https://bugs.winehq.org/attachment.cgi?id=50192
Sample program that demonstrates bug (source)
I'm using a dummy scroll (as in
http://blogs.msdn.com/b/oldnewthing/archive/2003/07/31/54601.aspx) to update
the scrollbars in my custom Windows control when necessary. In my test program,
this happens before the window is shown for the first time, and in wine, my
error checking code triggers because the ScrollWindowEx() call fails with
ERROR. This does not happen on real Windows; it instead returns NULLREGION.
The attached program creates several configurations that attempt to reproduce
this issue under different circumstances. On wine, I get
ScrollWindowEx() before ShowWindow(nCmdShow): ERROR
ScrollWindowEx() after ShowWindow(nCmdShow) and ShowWindow(SW_HIDE): ERROR
ScrollWindowEx() after only ShowWindow(nCmdShow): SIMPLEREGION
On Windows XP 32-bit, Windows 7 32-bit, and Windows 7 64-bit, I get
ScrollWindowEx() before ShowWindow(nCmdShow): NULLREGION
ScrollWindowEx() after ShowWindow(nCmdShow) and ShowWindow(SW_HIDE): NULLREGION
ScrollWindowEx() after only ShowWindow(nCmdShow): SIMPLEREGION
I can't find anything pointing to this use of ScrollWindowEx() being wrong... I
also do not know if any other scroll functions are equally affected.
I am running wine-1.7.28 from the Wine PPA on Ubuntu GNOME 14.10.
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=21449
Summary: Scrolling in Delphi 5 quickreport preview doesn't work
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://home.scarlet.be/linux/compteco/pqr.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
Run test program.
It's a proprietary previewer.
--
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=47257
Bug ID: 47257
Summary: Icecream PDF Editor shows white screen
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
Created attachment 64543
--> https://bugs.winehq.org/attachment.cgi?id=64543
terminal log
Icecream PDF Editor shows white screen, and I can't minimize the main screen.
One more interesting thing: I can see the main screen correctly in the taskbar
thumbnail! (I will upload a picture in the attachments to show that clearly)
The program uses QT5, and OpenGl.
The program can be downloaded for this link >>>
https://icecreamapps.com/PDF-Editor/
--
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=45744
Bug ID: 45744
Summary: Bug in AirDc++ network config
Product: Wine
Version: 3.14
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: fsoeltl87(a)gmail.com
Problem in AirDc++ network config.
--
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=47076
Bug ID: 47076
Summary: LoadImage with option LR_SHARED and specified
resolution does loading only that icon resolution,
skipping others
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
LoadImage with option LR_SHARED and specified resolution(eg 32x32) does loading
only that icon resolution, skipping others. Next time loading the same resource
with all resolutions(by specifying 0,0) does return only the previously loaded
resolution, skipping others. Putting that icon on a button makes button image
giant due to wrong resolution.
eg:
HICON hIconBig = (HICON)LoadImage(HInstance, MAKEINTRESOURCE(iIconLarge),
IMAGE_ICON, 32, 32, LR_DEFAULTCOLOR | LR_SHARED);
Loads and cache only 32x32 image
LoadImage(LGetHInstance(), MAKEINTRESOURCE(iIconSmall), IMAGE_ICON, 16, 16,
LR_DEFAULTCOLOR | LR_SHARED)
Returns 32x32 from cache instead of 16x16
HICON hIcon2 = (HICON)LoadImage(HInstance, MAKEINTRESOURCE(iIconLarge),
IMAGE_ICON, 0, 0, LR_DEFAULTCOLOR | LR_SHARED);
Returns the 32x32 image, even though the icon(.ico resource) has images with
other resolution.
To reproduce - load an icon from a resource with the resolution and LR_SHARED
using the code above, then put it on a button and see the size (or see the size
in a debugger).
This bug does not happen 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=46980
Bug ID: 46980
Summary: Can't View Airing Anime in Taiga
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)hannahi.com
Created attachment 64139
--> https://bugs.winehq.org/attachment.cgi?id=64139
Backtrace
Hi,
When I run Taiga (taiga.moe), most features work well (except autodetection of
media players; expected), except the viewing of airing anime.
When 'airing anime' is clicked and a season is specified, the application
crashes and a backtrace is generated.
This feature works flawlessly in a Windows VM on the same hardware.
--
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=46600
Bug ID: 46600
Summary: Crash in regedit
Product: Wine
Version: 4.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zaplo00(a)mt2015.com
Distribution: ---
Created attachment 63499
--> https://bugs.winehq.org/attachment.cgi?id=63499
page fault on read
I created new prefix in wine 4.1, opened regedit and single clicked string key.
Then pressed enter to edit it and regedit crashed with attached error.
"InstallTav" "1.00" was the key name and value
--
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=46433
Bug ID: 46433
Summary: TAB key may not select all window elements - system
wide (μTorrent 2.2.1 example)
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63206
--> https://bugs.winehq.org/attachment.cgi?id=63206
Video Example from Wine, ReactOS and Windows
This is a very minor and subtle bug, it's present on presented µTorrent dialog
and several other apps.
Pressing repeatedly TAB key does not iterate over all window elements.
In ReactOS & Wine only links are selected while M$ Windows focuses buttons and
checkboxes too.
This issue may apply system-wide to other 3rd party applications however I
noticed it first in μTorrent 2.2.1 (25302). Did not notice that using Wine
apps.
Pressing buttons and checkboxes using mouse (button down only+move) selects
them but they still can't be selected after TAB meets first/upper window
element.
--
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=46487
Bug ID: 46487
Summary: File-Chooser-Dialog blocks slashes in file text field
when why could mean subdirectories
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 63323
--> https://bugs.winehq.org/attachment.cgi?id=63323
what the dialog shows
For many wine versions, when includes
the fill directory path .e.g copy-pasty short-hand,
it blocks it,
couldn't it re-interpret as go into folder directory?
(less steps required , easier)
i encounter this papercut too frequently...
--
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=54858
Bug ID: 54858
Summary: Multiple games call for
"Windows.System.DispatcherQueue" (Tannenberg, The Last
Stand: Aftermath, The Long Dark)
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Lots of
0e8c:fixme:combase:RoGetActivationFactory (L"Windows.System.DispatcherQueue",
{00000035-0000-0000-c000-000000000046}, 00007FEEE4A0FA00): semi-stub
0e8c:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.System.DispatcherQueue"
8.6-29-ga19c1ff1697
--
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=46420
Bug ID: 46420
Summary: Button selection has wrong size
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63188
--> https://bugs.winehq.org/attachment.cgi?id=63188
Enlarged example.
This is a very minor and subtle bug, it's visible on all buttons that were
selected by TAB.
Similar ReactOS issue: https://jira.reactos.org/browse/CORE-15241
--
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=45964
Bug ID: 45964
Summary: Winamp top level menus drawn offset to the right and
downwards by a few pixels
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 62514
--> https://bugs.winehq.org/attachment.cgi?id=62514
Screenshot
In Winamp 5.666 and the community update version [1] top level menus have an
extra grey border on the left and top.
As the content is offset, some parts of the right and bottom are not drawn.
Submenus don't appear to have the same problem.
Tested on crossover wine, and wine
[1] - available by getting on the beta program at https://getwacup.com/
--
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=45553
Bug ID: 45553
Summary: the hiarcs program stopped working after the
installation of wine 3.12
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: visconde77(a)yahoo.com.br
Distribution: ---
Created attachment 61974
--> https://bugs.winehq.org/attachment.cgi?id=61974
stop
the hiarcs program stopped working after the installation of wine 3.12
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44898
Bug ID: 44898
Summary: Microsoft DirectX 9.0c Redistributable (June 2010)
installer crashes (when installing without prefix that
is created earlier)
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 60970
--> https://bugs.winehq.org/attachment.cgi?id=60970
Wine 3.0 terminal output
I used to create prefixes for games with installed DirectX 9.0c by command
wine '<folder>/DXSETUP.exe'
It's comfortable and saves my time.
But in Wine 3.5, DirectX crashes in the beginning of installing and says
"Internal system error occured. Please refer to DXError.log and DirectX.log in
your Windows folder to determine problems".
And now I have to create the game prefix by any other command like
winecfg
and install DirectX in this already created prefix, it doesn't crash in this
way.
Here are all logs from Wine 3.5 and output terminals from Wine 3.0 and 3.5.
OS: Lubuntu 16.04.4, Wine from official Wine repos.
File link: https://www.microsoft.com/en-us/download/details.aspx?id=8109
sha256: 8746ee1a84a083a90e37899d71d50d5c7c015e69688a466aa80447f011780c0d
--
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=40864
Bug ID: 40864
Summary: Error message on Exit from PDF Eraser
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. During evaluation of PDF eraser on version 1.9.13 of winehq, I get error
message after closing PDF eraser (after I failed to register PDF eraser due to
bug 40779) & assessment of bug 40778 & bug 40505. Please look for attached
files:
file 1, 2, 3 are screenshots show part of message.
file backtrace error message by using option "save as" that existing in error
message window
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30819
Bug #: 30819
Summary: File|Open and File|Save doesn't work, crash with Wine
COMCTL32.DLL, COMDLG32.DLL
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alejandronova(a)gmail.com
Classification: Unclassified
Created attachment 40360
--> http://bugs.winehq.org/attachment.cgi?id=40360
Backtrace of the crash I get while trying to open files with this editor.
APP REPORT:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=14244
Basically, when I press "Utility | File | Open...", "Utility | File | Save...",
the following happens.
- Pressing the "Desktop" button leads me to an immediate crash.
- There are many issues with file associations.
* PCG files, Utility | File | Import... : They flash for a moment and then
disappear.
* .M50all, .M50prog and .M50combi files: They appear after an F5. If I try to
open them, I get a crash.
Backtrace attached.
--
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=18803
Summary: PokerStars windows disappear on alert
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carl.gherardi(a)gmail.com
Some discussion of this issue here:
http://appdb.winehq.org/commentview.php?iAppId=2029&iVersionId=2899&iThread…
This is a long standing issue that occurs using the Compiz window manager.
Easy enough to trigger.
1. Open table and be seated
2. Change workspace so you can no longer see the table, and wait for the
application to alert you that its your turn.
3. Return to the workspace the table is supposed to be on and you will find it
has disappeared.
The application is definitely still running, and the table window is definitely
still active (you can here the alert sounds and cards being dealt)
When I came across this issue initially, it didn't occur when using metacity as
a window manager.
Using Ubuntu packages from deb http://wine.budgetdedicated.com/apt intrepid
main
--
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=54812
Bug ID: 54812
Summary: Wine file dialogs miss button to move up one dir
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
In the file dialog I get a `back` arrow, but not an `up` arrow button. To move
to the parent directory I can put `..` in the filename and press enter, but it
is not so nice.
--
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=29758
Bug #: 29758
Summary: Wrong font after freeing link labels
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)jn-games.de
Classification: Unclassified
Created attachment 38634
--> http://bugs.winehq.org/attachment.cgi?id=38634
Minimal example, including Delphi source code
You can't remove link labels from the memory. I added a minimal example along
with its Delphi source code.
How to use the minimal example:
- Click create
- Click free
- (optional) Click create again
Actual result:
Font of the application changes to "System"
Expected result:
Font should stay like it was before
Notes:
- I did not have the chance to test this with the most recent version of 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.
https://bugs.winehq.org/show_bug.cgi?id=51546
Bug ID: 51546
Summary: ran a application and it gave an error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrtbryanonlinux(a)gmail.com
Distribution: ---
Created attachment 70389
--> https://bugs.winehq.org/attachment.cgi?id=70389
Im trying to run Xenos64.exe for gta v and then that happened plz help
tried to run a application called xenos64.exe i use it for gta v so i wined it
then that happened. plz try and fix ASAP
--
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=13884
Summary: No music in Blue Wish Resurrection Plus
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www004.upp.so-net.ne.jp/x_xgameroom/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=13974)
--> (http://bugs.winehq.org/attachment.cgi?id=13974)
Normal Wine log
Music doesn't work in BWR+ 1.11.
The music is stored as MP3 data files.
This might be the same as bug 9554.
There are quite a few DirectMusic stubs in the log, so perhaps something is not
implemented.
--
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=51378
Bug ID: 51378
Summary: Failures with `DetourCreateProcessWithDllEx` for
Microsoft's Detours Library
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrew.jones(a)vector.com
Distribution: ---
Created attachment 70234
--> https://bugs.winehq.org/attachment.cgi?id=70234
stderr from WINEDEBUG
I am trying to work with a third-party tool that use Microsoft's Detours
Library:
https://github.com/microsoft/Detours
but it seems that the API call `DetourCreateProcessWithDllEx` inside of Detours
does not work correctly when run under Wine.
The implementation for `DetourCreateProcessWithDllEx{A/W}` can be found here:
https://github.com/microsoft/Detours/blob/bc7688373bbbb185277788c04f68ae67b…https://github.com/microsoft/Detours/blob/bc7688373bbbb185277788c04f68ae67b…
Helpfully, Detours includes with a sample application `withdll.exe` that
utilises the `DetourCreateProcessWithDllEx` API:
https://github.com/microsoft/Detours/blob/fe7216c037c898b1f65330eda85e6146b…
I built Detours from git (fe7216c037c898b1f65330eda85e6146b6e3cb85) on Windows
10 (19042.1052) using MSVC 19.29.30038.1; this gave me the resulting binaries
`withdll.exe` and `simple64.dll`. Running `withdll.exe` to inject
`simple64.dll` on Windows 10 gives:
```
C:\Users\avj\Downloads\Detours-master\bin.X64>withdll.exe /d:simple64.dll
withdll.exe
withdll.exe: Starting: `withdll.exe'
withdll.exe: with
`C:\Users\avj\Downloads\Detours-master\bin.X64\simple64.dll'
simple64.dll: Starting.
simple64.dll: Detoured SleepEx().
Usage:
withdll.exe [options] [command line]
Options:
/d:file.dll : Start the process with file.dll.
/v : Verbose, display memory at start.
/? : This help screen.
simple64.dll: Removed SleepEx() (result=0), slept 0 ticks.
```
However, running this under a fresh Wine 6.11 built (64-bit only;
WINEARCH=win64) on openSUSE (gcc 10.3.0) gives me this:
```
withdll.exe: Starting: `withdll.exe'
withdll.exe: with `Z:\tmp\wine\simple64.dll'
withdll.exe: DetourCreateProcessWithDllEx failed: 2
```
I have attached the stderr from running
`WINEDEBUG=+timestamp,+process,+tid,+seh,+module wine64 withdll.exe
/d:simple64.dll withdll.exe 2>log.txt` to this case.
I have also uploaded the two binary files (`withdll.exe` and `simple64.dll`) to
Google Drive:
https://drive.google.com/file/d/1DmFHYcm4-quslIAsHV1fwbzi6-JxRZse/view?usp=…
Note: the source code for these files are MIT licensed, so there should be no
issues in me sharing my binary builds (i.e., I do not consider these files
proprietary).
Is it obvious what's wrong here? Is this a Wine bug or some configuration issue
that I can resolve?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44978
Bug ID: 44978
Summary: Text in WC3 World Editor isn't colored properly
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hededrk(a)gmail.com
Distribution: ---
Created attachment 61100
--> https://bugs.winehq.org/attachment.cgi?id=61100
How it is supposed to look
Modified data entries in the object editor are supposed to be highlighted with
a different with a purple color (or blue in campaign editor). However, they are
not.
Might be related to #11718.
--
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=51053
Bug ID: 51053
Summary: Alan Wake Crashes After Intro Cut Scene
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthewcboyd(a)tutanota.com
Distribution: ---
Created attachment 69915
--> https://bugs.winehq.org/attachment.cgi?id=69915
Log File
Seconds after the intro cut scene of Alan Wake the game crashes.I have attached
the log file. There is no visible error message on the crash. I am using the
GOG version 1.06.17.0155 of the game.
My System:
AMD Ryzen 5 2600X | 16GB DDR4-3000 CL15 | MSI RX 580 8GB Gaming X | Mesa 21.0.2
| Manjaro 21.0.2 | Mate 1.24.1 | Kernel 5.11.14-1-MANJARO
--
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=39453
Bug ID: 39453
Summary: Graphs not rendering using gdiplus
Product: Wine
Version: 1.7.52
Hardware: x86
OS: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: ldv1452(a)gmail.com
Created attachment 52566
--> https://bugs.winehq.org/attachment.cgi?id=52566
Comparison builtin gdiplus vs native gdiplus
Certain graphs (e.g. box plots) and graph components (e.g. axes) are not
rendered while using builtin gdiplus. This happens irrespective of the OS and
is solved when using native gdiplus (see attached examples).
The problem can be observed using this software:
https://sourceforge.net/projects/fruits/files/FRUITS2_installer.msi/download
a file needs to be loaded and run (by pressing Estimate in the software) to
generate the graphs:
https://sourceforge.net/projects/fruits/files/simple_CN_model.frt/download
I created the software (using Visual Studio). If requested I can provide the
source code.
--
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=29912
Bug #: 29912
Summary: No parent button in file selection dialog
Product: Wine
Version: 1.4-rc1
Platform: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2330.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
In some types of file selection dialog, there is no parent button. The
equivalent dialog in Windows XP does have a parent button, which makes
navigating the directory tree much easier.
If the program opens a selection dialog positioned in a subdirectory, to
navigate to the parent you need to use the treeview on the left side to
navigate down the directory hierarchy instead.
I noticed this while testing WinUAE, but presumably any program which uses the
same type of dialog will be similar.
- Download and run the WinUAE installer. Check the box to run the program at
the end.
- When the WinUAE Properties window appears, click ROM in the treeview then
click one of the "..." buttons to show a file selection dialog. There is no
parent button in the dialog. (There is also no indication of where in the
directory tree the current view is.)
--
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=41729
Bug ID: 41729
Summary: 2GIS 3.0 application crashes on exit.
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sergey.rahmanov(a)gmail.com
Distribution: ---
Created attachment 56166
--> https://bugs.winehq.org/attachment.cgi?id=56166
Crash report.
2GIS crashes on every exit.
--
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=48121
Bug ID: 48121
Summary: Unity games do not fire
OnApplicationFocus/OnApplicationPause events on focus
regain
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dt(a)zeroitlab.com
Distribution: ---
Created attachment 65713
--> https://bugs.winehq.org/attachment.cgi?id=65713
Proof of concept patch
I've tested with both stable and staging, neither gets unity to fire
OnApplicationFocus and OnApplicationPause events on focus regain. I've tracked
this down by reverse engineering the native unity binary.
There are 4 window messages to which the unity engine reacts by firing these
internal events. They are:
1. WM_SIZE (when wParam == 0 && unity's window is active)
2. WM_EXITSIZEMOVE
3. WM_NCPOINTERUP
4. WM_NCPOINTERDOWN (when DragDetect() says the pointer is in bounds for the
window; pointer coordinates are passed in lparam)
Of all these events, it seems to me, that the ones we should be firing and are
not currently, are WM_NCPOINTERUP and WM_NCPOINTERDOWN.
I was not sure how to get the pointer coordinates, but I was able to confirm
this finding, by firing WM_NCPOINTERUP with wparam=0, lparam=0 on focus regain
because that event had no such bounds check in the unity engine code. With this
change, my target application indeed unpauses.
Observing the issue is fairly easy,
https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnApplicationFocus.h…
adding this example behaviour to the camera and building the project for
windows then running it in wine reproduces.
--
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=51575
Bug ID: 51575
Summary: Texconv fails with mipmap error unless "-nowic" is
supplied to disable WIC use
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)63bit.net
Distribution: ---
Texconv.exe returns mysterious errors about mipmaps if "-nowic" is not passed.
This appears to be some problem in the interaction between windowscodecs.dll
and texconv mipmap level detection.
Example (probably any DDS will work to repro):
Texconv.exe -nologo -y -sepalpha -f BC7_UNORM -bc q -o "C:\blah\out"
"C:\blah\TamrielTreeLod.dds"
returns FAILED [mipmaps] (80070057: Invalid parameter.)
Source for texconv is here:
https://github.com/microsoft/DirectXTex/blob/54ce2c8da97c3508899c31f80bfb1e…
Binary is available here:
https://github.com/microsoft/DirectXTex/releases/tag/aug2021
Passing "-nowic" parameter succeeds, causing me to suspect windowscodecs.dll
--
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=31701
Bug #: 31701
Summary: Alan Wake crashes on start without native vcrun2008
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
Created attachment 41667
--> http://bugs.winehq.org/attachment.cgi?id=41667
Console output
The steam version will automatically install vcrun2008, but the GoG version
will not.
Installing native vcrun2008 will work around the problem (and encounter other
problems)
--
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=51584
Bug ID: 51584
Summary: Zafehouse: Diaries demo needs support for pixel format
DXT5 in D3DXSaveSurfaceToFileInMemory
Product: Wine
Version: 6.14
Hardware: x86-64
URL: https://web.archive.org/web/20160606064900if_/https://www.zafehouse.com/files/getdemo.php?demo=1
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 70435
--> https://bugs.winehq.org/attachment.cgi?id=70435
output
Needs 'winetricks -q d3dcompiler_47' to work around bug 37676.
This happens with both native dotnet and wine-mono.
I'm running Manjaro with a GTX750Ti with driver 470.57.02.
$ sha1sum ZafehouseDiariesDemoSetup.exe
0c15d5024c9a1e327ac7383fee48ad55a6fec35a ZafehouseDiariesDemoSetup.exe
$ du -sh ZafehouseDiariesDemoSetup.exe
31M ZafehouseDiariesDemoSetup.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.
http://bugs.winehq.org/show_bug.cgi?id=35652
Bug ID: 35652
Summary: Aura Kingdom Will Not Start
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iyeru42(a)gmail.com
Created attachment 47610
--> http://bugs.winehq.org/attachment.cgi?id=47610
Windows Process backtrace
Aura Kingdom will crash before the launcher even starts.
--
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=52553
Bug ID: 52553
Summary: Resource Hacker 5.1.8 fails to render tree view on
left, shows white screen
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: nyanpasu64(a)tuta.io
Distribution: ---
Created attachment 71866
--> https://bugs.winehq.org/attachment.cgi?id=71866
Screenshot of the white tree view
- Download and run http://www.angusj.com/resourcehacker/reshacker_setup.exe.
- Run Resource Hacker.
- Click the Open toolbar icon, then double-click ResourceHacker.exe (or any
other Windows file for that matter).
There should be a tree view on the left of the window. Instead all you get is a
white screen, but the tree view is still present but invisible. With the tree
view focused, pressing arrow-right expands an item, causing a scrollbar to
appear. Clicking around or using up/down keyboard arrows causes items to show
in the right panel, but the tree view still fails to draw.
Looking at
https://appdb.winehq.org/objectManager.php?sClass=application&iId=2777, I think
this worked on 5.19. I first encountered rendering errors on 7.0, and they
continue to occur on 7.2.
The missing tree view occurs both with visual styles on and off. Tested on
system Wine with a dirty wine prefix, and Bottles with a cleaner one.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45460
Bug ID: 45460
Summary: Running EVE Online keeps locking up after a few hours
Product: Wine
Version: 2.22
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dtpbdrums(a)hotmail.com
Created attachment 61799
--> https://bugs.winehq.org/attachment.cgi?id=61799
Error Report when EVE Online freezes and quits.
Running EVE Online causes the game to freeze and generate an error report
attached below. This happens ever since the lasses release in May from CCP.
Before that, the game ran flawlessly.
--
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=23329
Summary: Medal of Honor games: wrong video card detection
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
Hello, in MOHAA, MOHA and MOHPA my video card isn´t recognized as it should. I
have a NVIDIA Geforce 9500 GT video card with 512mb, but these programs insist
I have a 256mb video card.
--
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=19712
Summary: Template text instead of usual information in
VirtualBox installer
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b0ntrict0r(a)yandex.ru
Created an attachment (id=23024)
--> (http://bugs.winehq.org/attachment.cgi?id=23024)
Screenshot that illustrates the problem
Text labels are filled with a template text instead of components description,
installation path, size, etc. in VirtualBox 2.2.4 installer. Text in label (1)
substitutes with proper content after selecting component in the tree, and text
in label (3) substitutes with proper text after selecting installation path in
"Browse" dialog.
--
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=45857
Bug ID: 45857
Summary: Incorrect text color (The Longest Journey)
Product: Wine
Version: 3.16
Hardware: x86-64
URL: https://games.softpedia.com/get/Games-Demo/The-Longest
-Journey-161-Demo.shtml
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 62344
--> https://bugs.winehq.org/attachment.cgi?id=62344
Wine screenshot
In-game text is outlined in a magenta color. See attached screenshots.
Reproduced with demo 161 and full version (GOG.com) build 142.
MD5: 6d7f91e0a19513e859775862b2ac43d8 thelongestjourneydemo_english.exe
wine-devel 3.16.0~xenial from winehq.org
Xbuntu 16.04.5 x86_64
Nvidia GeFOrce GTX 750 Ti, driver version 384.130
--
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=40481
Bug ID: 40481
Summary: Doctor Web Cureit crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxrexfax(a)yandex.ua
Distribution: ---
Created attachment 54249
--> https://bugs.winehq.org/attachment.cgi?id=54249
This backtrace was created by Wine
Cureit dont start working in Wine.
Download link http://free.drweb.com/cureit
--
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=54066
Bug ID: 54066
Summary: SysLink control shouldn't delete the HFONT it didn't
create
Product: Wine
Version: 7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: ---
I believe there is a bug in `dlls/comctl32/syslink.c` where `WM_DESTROY`
handler calls `DeleteObject(infoPtr->Font)`, although this font is not owned by
the control -- it is (or can be) given to it via `WM_SETFONT` and doing this
means that a system font can be destroyed prematurely, resulting in plenty of
other problems later on in the program.
Amazingly, it looks like this code was there since a1f3756daab (Free allocated
font handles when control is destroyed., 2004-12-08) and I don't really
understand how could it not be noticed until now, but apparently somehow it
wasn't.
The following trivial patch:
```
diff --git a/dlls/comctl32/syslink.c b/dlls/comctl32/syslink.c
index 8130bf19641..efc3467838b 100644
--- a/dlls/comctl32/syslink.c
+++ b/dlls/comctl32/syslink.c
@@ -1709,7 +1709,6 @@ static LRESULT WINAPI SysLinkWindowProc(HWND hwnd, UINT
message,
case WM_DESTROY:
TRACE("SysLink Ctrl destruction, hwnd=%p\n", hwnd);
SYSLINK_ClearDoc(infoPtr);
- if(infoPtr->Font != 0) DeleteObject(infoPtr->Font);
if(infoPtr->LinkFont != 0) DeleteObject(infoPtr->LinkFont);
SetWindowLongPtrW(hwnd, 0, 0);
Free (infoPtr);
```
is enough to fix the problem for me.
--
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=36648
Bug ID: 36648
Summary: Alt+F4 key function error
Product: Wine
Version: 1.7.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: szilipeter(a)freemail.hu
1. settings winecfg:
-- Graphics: Emulate a virtual desktop (UNCHECK)
When I run a program, for example "winecfg", and
- Select "Drives"
- Select "Add"
- press "Alt-F4"
This time : Close "Select Drive Letter" window, and focused the "Wine
configuration" windows.
When I setting 2. version:
-- Graphics: Emulate a virtual desktop (CHECK)
When I run a program, for example "winecfg", and
- Select "Drives"
- Select "Add"
- press "Alt-F4"
This time : Close the "winecfg" application. Why ?
--
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=39094
Bug ID: 39094
Summary: Edit control does not display correct charset
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stem(a)stem.de
Distribution: ---
Created attachment 52088
--> https://bugs.winehq.org/attachment.cgi?id=52088
image displaying the error
Hi,
I have an old application written with Borland C++ Builder/Delphi.
In this application, the edit control TEdit can display a given charset. With
Wine 1.7.49, this does not work.
The attached image shows a demo application displaying this problem: on the
left side Windows 7, on the right side Wine 1.7.49 (under Linux Mint 17.1). The
charset of the five components is "EASTEUROPE_CHARSET". The yellow rectangle
shows the problem with wine.
P.S. As TButton is a wrapper around a Windows control, the charset does not
work.
Read for example:
http://stackoverflow.com/questions/4829646/font-charset-and-tbutton
But I think that does not affect the problem with the edit control.
Thank you
stem
--
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=38882
Bug ID: 38882
Summary: Homesite+ (v5.5): Cursor blink rate is very fast
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fooquency(a)gmail.com
Distribution: ---
In Homesite+ (v.5.5), the cursor blink rate is very fast - it appears more like
a solid line that is flickering.
On native Windows, it flashes on-and-off slightly faster than once per second.
--
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=38639
Bug ID: 38639
Summary: CDex v1.78 no longer works after ubuntu upgrade to
14.04 from 12.04
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: highflux7(a)hushmail.com
Distribution: ---
Created attachment 51551
--> https://bugs.winehq.org/attachment.cgi?id=51551
backtrace generated during example crash
CDex v1.77 worked perfectly for long time with Ubuntu 12.04. Foolishly
"upgraded" to Ubuntu 14.04, installed CDex v1.78 and found it (and CDex v1.77)
crash consistently. Even setting preferences results in a crash dialog upon
choosing 'OK'.
--
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=47379
Bug ID: 47379
Summary: ReactOS Calc help file does not work.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
ReactOS Calc includes an HtmlHelp file for handling user's manual and runtime
help.
This help file must be copied under "%systemroot%\Help".
Unfortunately, it does not work.
I can see these issues:
1) The htmlhelp file is not found.
This happens because HHCTRL implementation for WINE does not seem to support
command lines including environment strings.
The program uses this command line:
"%systemroot%\\Help\\calc.chm::"
If I replace this string in my software with:
"c:\\windows\\Help\\calc.chm::"
then the help file is open and it is shown.
2) If you press on a key with the right mouse button and select for help, the
tooltip does not appear and HHCTRL prints on the console:
002a:fixme:htmlhelp:HtmlHelpW HH case HH_DISPLAY_TEXT_POPUP not handled.
All tests have been made with the latest sources from repository at the time of
writing (last released version is 4.10).
A ready-to-use executable and help file can be found on my page at sourceforge:
https://sourceforge.net/projects/reactos-calc/
Sincerely.
--
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=43720
Bug ID: 43720
Summary: Pro Evolution Soccer 2009 settings window needs
HH_DISPLAY_TEXT_POPUP
Product: Wine
Version: 2.17
Hardware: x86-64
URL: https://www.gamewatcher.com/downloads/pro-evolution-so
ccer-2009-download/pro-evolution-soccer-2009-demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 59197
--> https://bugs.winehq.org/attachment.cgi?id=59197
settings window with native hhctrl.ocx
No options description without native hhctrl.ocx
fixme:htmlhelp:HtmlHelpW HH case HH_DISPLAY_TEXT_POPUP not handled.
--
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=45956
Bug ID: 45956
Summary: _BrowseProperty bug in Guitar Hero World Tour
installer
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mistere2002(a)zonnet.nl
Distribution: ---
Created attachment 62504
--> https://bugs.winehq.org/attachment.cgi?id=62504
only one attachment file possible??
* Run the installer until Screen01.png => Press "Change"
* Screen02.png shows the correct paths/information => Press "Cancel" or "Reset
to Default"
* Results in Screen03.png. Log entries:
"
015a:fixme:heap:RtlSetHeapInformation 0x260000 0 0x23fd20 4 stub
015a:err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=1590000015a, oid=2
015a:err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with
error 0x8001011d
"
* Press "Next" and "Install". Installation seems to work.
Also, the progressbar (or window update?) is broken for a long time now. It
shows the complete installation a bar of 100% completion (progressbar.png)
I am quite sure this worked multiple years ago.
Included the complete install.log
Related to a earlier bugreport: https://bugs.winehq.org/show_bug.cgi?id=28219
--
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=40485
Bug ID: 40485
Summary: Nexus Localizer (Nexus: The Jupiter Incident) has
wrong text orientation
Product: Wine
Version: 1.7.47
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: huw(a)codeweavers.com
Regression SHA1: 7a3c9889e38ede659230a66a167b82c024f0dc85
Distribution: ---
Created attachment 54255
--> https://bugs.winehq.org/attachment.cgi?id=54255
screenshot (built-in vs. native riched20)
Nexus Localizer is a tool bundled with the game Nexus: The Jupiter Incident
which lets you add your own translation to the game. Selected text appears in a
two-side pane, but orientation of the text is wrong.
Installing either corefonts or native riched20.dll works around the problem for
me.
Additionally, text appeared correctly in the application (with built-in
riched20 / without corefonts) before the following commit:
commit 7a3c9889e38ede659230a66a167b82c024f0dc85
Author: Huw Davies <huw(a)codeweavers.com>
Date: Wed Jul 1 10:48:56 2015 +0100
riched20: Free the script cache when updating the default style.
In the terminal I have only a pair of these:
>fixme:win:LockWindowUpdate (0x10020), partial stub!
>fixme:win:LockWindowUpdate ((nil)), partial stub!
Let me know if you need debug logs or further tests.
The attached screenshot shows what the text looks like with vanilla Wine 1.9.8
(upper image) and with native riched20.dll installed.
Wine 1.9.8
Fedora 23
--
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=40435
Bug ID: 40435
Summary: 42Tags (.net app) crashes:Culture ID 0 (0x0000) is not
a supported culture.
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
Created attachment 54182
--> https://bugs.winehq.org/attachment.cgi?id=54182
crash log
Prerequisite: winetricks dotnet20
--
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=34544
Bug #: 34544
Summary: Grand Theft Auto V - The Manual needs native dotnet40
Product: Wine
Version: 1.7.2
Platform: x86
URL: http://www.rockstargames.com/V/assets/manual/GrandThef
tAutoV-TheManual.msi
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45989
--> http://bugs.winehq.org/attachment.cgi?id=45989
log
Needs dotnet40, but even after installing doesn't launches.
--
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=10341
Summary: Pro evolution soccer 2008
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco.r24(a)libero.it
Game crash when exit the game
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53573
Bug ID: 53573
Summary: Warcraft III Reforged 1.33.0.19194 has black main menu
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Created attachment 72950
--> https://bugs.winehq.org/attachment.cgi?id=72950
STDOUT/STDERR log when warcraft-iii-reforged-1.33.0.19194 is starting an
switching to black main menu
Last night (2022-08-18) Blizzard released an update for Warcraft III Reforged
from version 1.32.x to 1.33.0.19194.
Since then the main menu of the game is just black!
But I can hear the sound of the main menu.
I attached a STDOUT/STDERR log.
Version 1.32.x of the game was running fine using wine-staging-7.14.
(didn't test any other wine version before)
Wine versions I just tried:
wine-staging-7.14
wine-staging-7.15
wine-devel-7.15
OS: Debian-11
Wine: https://dl.winehq.org/wine-builds/debian/
GPU: Radeon RX 590
Neither standard Wine D3D11 OpenGL based implementation (WineD3D) nor DXVK is
working.
Maybe slightly related:
Warcraft III: staying in menus quickly gobs all system memory
https://github.com/doitsujin/dxvk/issues/1866
--
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=27240
Summary: Paint Shop Photo Pro X3 Trial doesn't install
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Hello,
the AppDB entry for this application is at:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21542
There is also a link to download a trial version. I have attached my output as
a text file. Hope this makes some sense to you.
--
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=33050
Bug #: 33050
Summary: FDM (Free Download Manager) crashes with page fault
when any remote FTP directory opened
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)jelmail.net
Classification: Unclassified
Created attachment 43689
--> http://bugs.winehq.org/attachment.cgi?id=43689
Error dump from wine
MacOSX 10.8, X11 installed.
App installs and opens correctly (Both latest 3.9.2 and earlier 3.8 tested)
Once open, connect to an FTP site in Site Explorer tab (tested 2 separate)
Login as necessary
Doubleclicking any folder in listing causes application termination.
Any help very much appreciated, as have simply found no viable replacement for
this awesome download manager/FTP/HTTP client
Thanks
Ed L
--
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=52622
Bug ID: 52622
Summary: Crash of `lib` test from `windows-rs` due missing
implementation of `d3dcompiler_47.dll.D3DCreateLinker`
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
This test pass on Windows 10
Failures
```
running 1 test
test test ... FAILED
failures:
---- test stdout ----
wine: Call from 000000007B0123DE to unimplemented function
d3dcompiler_47.dll.D3DCreateLinker, aborting
wine: Unimplemented function d3dcompiler_47.dll.D3DCreateLinker called at
address 000000007B0123DE (thread 0130), starting debugger...
```
Rust for Windows can be installed via
https://forge.rust-lang.org/infra/other-installation-methods.html
or directly
https://static.rust-lang.org/dist/rust-1.59.0-x86_64-pc-windows-gnu.msihttps://raw.githubusercontent.com/microsoft/windows-rs/master/crates/tests/…
Steps to reproduce
git clone https://github.com/microsoft/windows-rs.git
cd windows-rs
git checkout 9965e3c44829d0c86b2d9d2b3c5338376f158bde
cd crates/tests/lib/
wine cargo test
--
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=25207
Summary: SHFileOperation does not create new directory on
FO_MOVE
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)rtrussell.co.uk
Created an attachment (id=32007)
--> (http://bugs.winehq.org/attachment.cgi?id=32007)
C program to demonstrate the problem
SHFileOperation should create the destination directory on an FO_MOVE
operation, if it does not already exist, but fails to do so. See:
http://msdn.microsoft.com/en-us/library/bb759795.aspx
"Copy and Move operations can specify destination directories that do not
exist. In those cases, the system attempts to create them and normally displays
a dialog box to ask the user if they want to create the new directory. To
suppress this dialog box and have the directories created silently, set the
FOF_NOCONFIRMMKDIR flag in fFlags".
--
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=52879
Bug ID: 52879
Summary: Improve software components also for using
“SysInspector”
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the tool “SysInspector 1.4.2.0” out together with the software
“Wine 7.7-1449.4”.
Markus_Elfring@Sonne:~> wine
/home/altes_Heim2/elfring/geladen/Freeware/sysinspector_nt64_enu.exe
00c4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
011c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 000000000011F704,
000000000011F720 000000000011F700
011c:fixme:nls:get_dummy_preferred_ui_language (0x38 000000000011F704
000000000011F720 000000000011F700) returning a dummy value (current locale)
011c:fixme:winspool:PerfOpen (null): stub
011c:fixme:winspool:PerfCollect L"2", 000000000011DFE8, 000000000011DFCC,
000000000011DFD0: stub
011c:fixme:winspool:PerfClose stub
wine: Unhandled page fault on read access to FFFFFFFFFFFFFFFF at address
000000014002D07B (thread 0134), starting debugger...
0074:fixme:imm:ImeSetActiveContext (0x5a7b0, 0): stub
0074:fixme:imm:ImmReleaseContext (0000000000010020, 000000000005A7B0): stub
0148:fixme:imm:ImeSetActiveContext (0x47e00, 1): stub
…
0140:fixme:dbghelp:interpret_function_table_entry unknown code 6
…
00a8:err:service:process_send_command service protocol error - failed to read
pipe r = 0 count = 0!
…
011c:fixme:shell:InitNetworkAddressControl stub
…
01b4:fixme:vdmdbg:VDMEnumProcessWOW 000000000304F100: stub!
01c4:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
…
01f4:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
…
wine: Call from 000000007B0135FE to unimplemented function
wevtapi.dll.EvtCreateRenderContext, aborting
…
020c:err:ole:CoUninitialize Mismatched CoUninitialize
How will the chances evolve to fix remaining open issues?
--
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=49703
Bug ID: 49703
Summary: Ghost Recon fails to start
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: sramey40(a)gmail.com
Distribution: ---
The original Tom Clancy's Ghost Recon (on CD) seems to install fine, except for
this error at the end of installation:
wine start Setup.exe
[sean@sean-pc-arch GRECON]$ 00d4:fixme:file:NtLockFile I/O completion on lock
not implemented yet
00d4:fixme:sfc:SRSetRestorePointA 02EB66F0 02EB51E0
00d4:fixme:sfc:SRSetRestorePointA 02EB66F0 02EB51E0
00d4:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with
error 0x8001011d
^C
But, when I try to run the game, nothing happens and this is the output on
console:
wine start GhostRecon.exe
[sean@sean-pc-arch Ghost Recon]$ 00c0:err:winediag:wined3d_dll_init Setting
multithreaded command stream to 0.
^C
^C marks where I hit ctrl-c to stop the process, as it seemed hung.
I'm using a 32bit wineprefix with Windows 2000 or XP.
I can't really do regression testing, as I can't get an older package of wine
to install properly, and I also can't get wine to compile for even as new a
version as wine-4.0. It complains about multiple definitions of hInstance and
fails on compiling crypt32. Only the 5.0 releases will compile, and I have this
bug in them.
I've also noticed that a lot of older games seem broken. Seems like nobody has
tested these games in a while. The latest test of the Ghost Recon CD version
recorded in the App database is wine 1.5. Recently I had somebody help me out
with Age of Empires 2: The Age of Kings CD version, and we discovered that the
safedisc 1.x copy protection support was broken in wine since version 3.0 I
think. Probably a good idea to try running some old games, especially ones on
CD, to check for compatibility regressions.
--
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=55421
Bug ID: 55421
Summary: Fallout Tactics graphics glitches only with
winehq-devel
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: darkranger_red(a)hotmail.com
Distribution: ---
The game 'Fallout Tactics: Brotherhood of Steel' is fully playable with Wine.
But recently I am not sure from which Wine version, the game shows some
noticeable graphics glitches, which the previous Wine version doesn't have. So
I uninstalled Wine from Fedora's repo, and use the WineHQ's repo instead. It
turns out that the game's graphics runs normally with winehq-stable(8.0.2), but
has some glitches with winehq-devel(8.13).
The attached screenshots show the launcher menu differences between Wine 8.0.2
and 8.13. Besides that, the in-game graphics also has more glitches with
winehq-devel, but usually happen in very short time and difficult to capture
the screenshots.
OS: Fedora Linux 38 (Workstation Edition) x86_64
Kernel: 6.4.7-200.fc38.x86_64
Uptime: 2 hours, 9 mins
Packages: 2703 (rpm)
Shell: bash 5.2.15
Resolution: 1920x1080
DE: GNOME 44.3
WM: Mutter
WM Theme: Adwaita
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: gnome-terminal
CPU: AMD FX-8350 (8) @ 4.000GHz
GPU: NVIDIA GeForce GTX 660
Memory: 5130MiB / 15932MiB
--
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=51599
Bug ID: 51599
Summary: cmd.exe incorrectly parses an all-whitespace line
followed by a closing parenthesis
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70449
--> https://bugs.winehq.org/attachment.cgi?id=70449
Example batch file
The attached batch file works on Windows, but Wine says:
Can't recognize ')' as an internal or external command, or batch script.
Wine's cmd.exe doesn't have a problem with entirely blank lines, but something
about having spaces on the line is tripping it up.
--
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=55268
Bug ID: 55268
Summary: user32:cursoricon - LoadImageA() fails in
test_monochrome_icon() on Windows 8+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:cursoricon - LoadImageA() fails in test_monochrome_icon() on Windows 8+:
cursoricon.c:2853: monochrome, bitmap info
cursoricon.c:2917: Test failed: LoadImage() failed with 0.
See https://test.winehq.org/data/patterns.html#user32:cursoricon
The call below has been failing systematically on Windows 8+ for more than 8
months:
handle = LoadImageA(NULL, "icon.ico", IMAGE_ICON, 0, 0,
LR_LOADFROMFILE);
ok(handle != NULL ||
broken(use_core_info && handle == NULL), /* Win 8, 10 */
"LoadImage() failed with %lu.\n", GetLastError());
So on Windows 8+ we expect to get NULL only if use_core_info is true but in
fact we get NULL even if it is false. That makes this test pretty pointless.
--
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=46070
Bug ID: 46070
Summary: Basemark Web 3.0 Desktop Launcher crashes
Product: Wine
Version: 3.19
Hardware: x86
URL: http://web.basemark.com/downloads/Basemark_web_30_laun
cher.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 62675
--> https://bugs.winehq.org/attachment.cgi?id=62675
crash log
Fatal Python error: Py_Initialize: can't initialize sys standard streams
OSError: [WinError 6] Invalid handle
sha1sum Basemark_web_30_launcher.exe
c92f5548c62f43353f2dea743854d7edb0f45d70 Basemark_web_30_launcher.exe
du -sh Basemark_web_30_launcher.exe
9.6M Basemark_web_30_launcher.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=55282
Bug ID: 55282
Summary: Flutter SDK can't find "aapt" program (where.exe is a
stub)
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74894
--> https://bugs.winehq.org/attachment.cgi?id=74894
Terminal output
Steps to reproduce:
1. Download Flutter SDK from
https://storage.googleapis.com/flutter_infra_release/releases/stable/window…
2. cd flutter/bin
3. Work around Bug 32679 by removing "|| GOTO acquire_lock" from the following
line in internal/shared.bat:
CALL :subroutine %* 2>&3 9> "%cache_dir%\flutter.bat.lock" || GOTO
acquire_lock
4. Run `wine flutter.bat`
The SDK fails to load and the following messages are printed:
0238:fixme:where:wmain stub: L"C:\\windows\\system32\\where.exe" L"aapt"
Unhandled exception:
FileSystemException: Cannot resolve symbolic links, path = '' (OS Error: Path
not found.
, errno = 3)
--
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=51285
Bug ID: 51285
Summary: The bmpcoreimage test in user32:cursoricon fails on
most Windows versions
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The bmpcoreimage test in user32:cursoricon fails on most Windows versions.
The failure is either:
cursoricon.c:1217: Test failed: BMP (coreinfo): IMAGE_BITMAP failed.
or cursoricon.c:1162: Test failed: BMP (coreinfo): Pixel is 0x00000000
https://test.winehq.org/data/patterns.html#user32:cursoricon
A given Windows version can have different results.
The result seems to depend on the user32.dll version, as if Microsoft issued a
security fix that changed the handling of this bitmap and progressively
converged on the "Pixel is 0" result. Here's the detailed result per platform
and user32 version:
vista 6.0.6002.18005 ok
vistau64 6.0.6002.18005 ok
w2008 6.0.6002.19714 ok
w7pro64 6.1.7601.23594 ok
w7u 6.1.7601.24546 Pixel is 0x00000000
w8 6.3.9600.17031 ok
w864 6.3.9600.17031 ok
w8.gtx 6.3.9600.17415 ok
w8.rx 6.3.9600.19920 Pixel is 0x00000000
w1507 10.0.10240.16384 ok
w1507.gtx 10.0.10240.16384 ok
w1507.rx 10.0.10240.16384 ok
w1607 10.0.14393.0 ok
w1709.rx 10.0.16299.15 ok
w1709 10.0.16299.125 ok
w1709.gtx 10.0.16299.125 ok
w1809.gtx 10.0.17763.168 ok
w1809.rx 10.0.17763.168 ok
w1809 10.0.17763.1339 IMAGE_BITMAP failed
w1909.gtx 10.0.18362.719 IMAGE_BITMAP failed
w1909.rx 10.0.18362.719 IMAGE_BITMAP failed
w1909 10.0.18362.1110 Pixel is 0x00000000
w2004 10.0.19041.388 IMAGE_BITMAP failed
w2009.fg 10.0.19041.610 Pixel is 0x00000000
w2009 10.0.19041.685 Pixel is 0x00000000
w2009.gtx 10.0.19041.906 Pixel is 0x00000000
w2009.rx 10.0.19041.906 Pixel is 0x00000000
Note that w1507, w1607 and w1709 may be missing updates (but installing them
without upgrading to the next Windows version would be hard), which may be why
they don't fail.
So either this test should be removed, or it should be changed to expect 'pixel
== 0' and allow for broken results (which does not fit with the way
test_LoadImageFile() is currently implemented).
We may also want to update Wine's BITMAP_Load() implementation to match the
current Windows behavior.
For reference this test bitmap was introduced in the commit below:
commit 0dfedd50c38356c8049aef48e69b630204de0f79
Author: Wolfram Sang <wolfram(a)the-dreams.de>
AuthorDate: Sat Jun 5 05:57:19 2010 +0200
user32: No sanity checks for BITMAPCOREINFO in BITMAP_Load.
--
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=53934
Bug ID: 53934
Summary: __unDName bug
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)vmpsoft.com
CC: austinenglish(a)gmail.com
__unDName is unable to demangle the following symbol:
??$forward@AEAUFFIValue@?1??call@FFIFunctionBinder@@CAHPEAUlua_State@@@Z@@std@@YAAEAUFFIValue@?1??call@FFIFunctionBinder@@CAHPEAUlua_State@@@Z@AEAU1?1??23@CAH0@Z@@Z
--
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=49877
Bug ID: 49877
Summary: Minecraft Education Edition shows error during
install: Fails to create scheduled task
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 68223
--> https://bugs.winehq.org/attachment.cgi?id=68223
Screenshot error message
As the title says, it won't install. Might have other issues as well, but this
is about this first error.
--
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=48110
Bug ID: 48110
Summary: Toad for MySQL Freeware 7.x (.NET 4.5 app) wants
TaskService::ConnectedUser property
Product: Wine
Version: 4.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: taskschd
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as it says.
Prerequisite: 'winetricks -q dotnet45'
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files (x86)/Quest Software/Toad for MySQL
Freeware 7.3
$ wine ./toad.exe
002f:fixme:taskschd:TaskService_get_ConnectedUser 15ACF3A8,0032EB38: stub
--- snip ---
The exception dialog can be dismissed though (non-fatal).
Managed backtrace from app:
--- snip ---
...
System.NotImplementedException
The method or operation is not implemented.
Stack Trace:
at
Microsoft.Win32.TaskScheduler.V2Interop.TaskSchedulerClass.get_ConnectedUser()
at Microsoft.Win32.TaskScheduler.TaskService.Connect()
at Microsoft.Win32.TaskScheduler.TaskService..ctor()
at Quest.Toad.Util.Migration.CheckScheduledTasks(Boolean force)
at Quest.Toad.Util.Migration.MigrateSettings()
at Quest.Toad.Gui.MainForm.runFirstEverExecution()
at Quest.Toad.Gui.MainForm.MainForm_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Form.CallShownEvent()
at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry
tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext
executionContext, ContextCallback callback, Object state, Boolean
preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext,
ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry
tme)
at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
--- snip ---
https://source.winehq.org/git/wine.git/blob/86faa3d2765f8159d38b7fac069a188…
--- snip ---
3931 static HRESULT WINAPI TaskService_get_ConnectedUser(ITaskService *iface,
BSTR *user)
3932 {
3933 FIXME("%p,%p: stub\n", iface, user);
3934 return E_NOTIMPL;
3935 }
--- snip ---
Microsoft docs:
https://docs.microsoft.com/en-us/windows/win32/taskschd/taskservice
Download:
https://web.archive.org/web/20191116093038/https://files.downloadnow.com/s/…
$ sha1sum ToadforMySQL_Freeware_7.3.1.3290.*
8afd76a00c1ebb538230bb11036471778af5c2a6 ToadforMySQL_Freeware_7.3.1.3290.exe
29c1bd74b1e9133a9f9cacdd2b25244bdab38d4a ToadforMySQL_Freeware_7.3.1.3290.zip
$ du -sh ToadforMySQL_Freeware_7.3.1.3290.*
80M ToadforMySQL_Freeware_7.3.1.3290.exe
80M ToadforMySQL_Freeware_7.3.1.3290.zip
$ wine --version
wine-4.20
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=52399
Bug ID: 52399
Summary: SIMATIC WinCC V15.1 Runtime installer: SeCon tool
fails with error 5 while trying to create
'C:\\windows\Security\\SecurityController' (needs
'%windir%\\security')
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
found while revisiting some SIMATIC WinCC V15.1 Runtime installer tickets of
mine.
The failure happens during installation of 'Automation License Manager'
component. Default 64-bit WINEPREFIX (Windows 7). It is considered critical and
blocks further installation.
Running the tool directly, simulating sub-installer call:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/SIMATIC WinCC Runtime Advanced
V15.1/InstData/Resources/SeCon
$ WINEDEBUG=+seh,+relay wine ./SeCon_x64.exe ApplyFeatures
"C:\\users\\focht\\Temp\\SeconOpFile.ini" timeout=20 >> log.txt 2>&1
...
01a0:Call KERNEL32.CreateDirectoryW(020f2908
L"C:\\windows\\Security\\SecurityController",00000000) ret=140010adf
...
01a0:Call ntdll.RtlNtStatusToDosError(c000003a) ret=7b0165bf
01a0:Ret ntdll.RtlNtStatusToDosError() retval=00000003 ret=7b0165bf
01a0:Ret KERNEL32.CreateDirectoryW() retval=00000000 ret=140010adf
...
01a0:Call oleaut32.SysAllocStringLen(020f0868 L"Error trying to create the
repository folder 'C:\\windows\\Security\\SecurityController'",00000055)
ret=140008457
--- snip ---
'C:\\ProgramData\\Siemens\\Automation\\Logfiles\\Setup\\SeCon.log'
--- snip ---
*** SeCon X64 is called with version 205.101.101.2
*** Date: 2022.01.15 17:15:08
*** operating system that is installed: VersionNT:601 Build:7601 Service
Pack:1 Running on 64bit Windows
*** Setup-SessionId: SIA_20220115170703
*** Action: ApplyFeatures
17:15:08|CRIT_ERROR |CSeCon::GetLogFileInRepositoryDir |Error trying to
create the repository folder 'C:\windows\Security\SecurityController'
17:15:08| |CSeCon::InitEnvironment |Load Language
resources...
17:15:08| |CResourceMgr::LoadResourceP |Language resources
were loaded: C:\SIMATIC WINCC RUNTIME ADVANCED
V15.1\InstData\Resources\SeCon\SeCon_1033.ulf
17:15:08| |CSeCon::ApplyFeatures |No Reboot needed
17:15:08| |CSeCon::ApplyFeatures |Apply feature was
finished with error
17:15:08| |CSeCon::ApplyFeatures |END Returncode: 5
=============================================================================
--- snip ---
The '%windir%\\security' directory is apparently used by Windows Security
Center / Windows security policy tools and is by default present on Windows 7+.
Stable download link via Internet Archive:
https://archive.org/download/simatic-win-cc-runtime-advanced-v-15-1/SIMATIC…
$ sha1sum SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
db1f97bb648b62fa1c5d974d7f2bcb6b4a9fd786
SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
$ du -sh SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
1.3G SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
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=51813
Bug ID: 51813
Summary: python fatal error redirecting stdout to file
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
python exits with a fatal error when the output is redirected to a file
$ wget https://www.python.org/ftp/python/3.9.5/python-3.9.5-embed-win32.zip
$ unzip python-3.9.5-embed-win32.zip
$ wine python -c 'print("hello world")' > out.txt
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
Fatal Python error: init_sys_streams: can't initialize sys standard streams
Python runtime state: core initialized
OSError: [WinError 6] Invalid handle
Current thread 0x000000d4 (most recent call first):
<no Python frame>
whereas it succeeds on stdout or /dev/null:
$ wine python -c 'print("hello world")'
hello world
I also tried python 3.8.6 and wine 6.15/6.14 without luck
see also topic https://forum.winehq.org/viewtopic.php?f=8&t=33992
--
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=51957
Bug ID: 51957
Summary: Program started via
HKLM\Software\Microsoft\Windows\CurrentVersion\App
Paths should also be started if extension ".exe" is
missing
Product: Wine
Version: 6.19
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 70937
--> https://bugs.winehq.org/attachment.cgi?id=70937
possible patch
Hi,
I found this as installer of adobe digital editions is failing in chocolatey.
First autohotkey is installed, i guess to press some button from license
agreement.
After that script tries to install adobe digital editions but fails at a line:
$ahkProc = Start-Process -FilePath 'AutoHotKey' `
-ArgumentList $ahkRun `
-PassThru
Autohotkey is never started as this fails. I tested on windows and then both:
Start-Process -FilePath 'AutoHotKey'
and
Start-Process -FilePath 'AutoHotKey.exe'
succeed.
In wine only the last one succeeds.
Attached a patch that fixes this; Maybe needs more error checking?
Hints for improvement welcome;
Additional note: due to install-script for autohotkey following key is present:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App
Paths\AutoHotkey.exe]
@="C:\\Program Files\\AutoHotkey\\AutoHotkey.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=55000
Bug ID: 55000
Summary: wineserver crashes below save_all_subkeys after
RegUnLoadKey
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
While trying to reproduce a crash in procexp64 I noticed a crash in
wineserver instead.
I think I found the reason in a call to `RegUnLoadKey(HKEY_USERS, ".Default")`,
which succeeds in wine while it should maybe not.
Program terminated with signal SIGSEGV, Segmentation fault.
208 struct object *parent = key->obj.name->parent;
(gdb) bt
#0 get_parent () at server/registry.c:208
#1 dump_path () at server/registry.c:226
#2 save_all_subkeys () at server/registry.c:2008
#3 save_branch (path="userdef.reg") at server/registry.c:2107
#4 save_branch () at server/registry.c:2134
#5 periodic_save () at server/registry.c:2131
#6 periodic_save () at server/registry.c:2124
#7 get_next_timeout () at server/fd.c:959
#8 main_loop_epoll () at server/fd.c:617
#9 main_loop () at server/fd.c:992
#10 main () at server/main.c:237
(gdb) print key->obj.name
$3 = (struct object_name *) 0x0
The "name" member got set to NULL here before in wineserver:
424 obj->name = NULL;
(rr) bt
#0 unlink_named_object () at server/object.c:424
#1 delete_key () at server/registry.c:1089
#2 req_unload_registry () at server/registry.c:2363
#3 call_req_handler () at server/request.c:305
#4 read_request () at server/request.c:360
With the request originating at process side here:
#14 wine_server_call () at dlls/ntdll/unix/server.c:307
#15 NtUnloadKey () at dlls/ntdll/unix/registry.c:767
#16 __wine_syscall_dispatcher ()
--
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=46074
Bug ID: 46074
Summary: Visio 2013 crashes with unimplemented function
msvcr100.dll.??0_ReaderWriterLock@details@Concurrency@
@QAE@XZ
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Continuation of bug 41419
wine: Call from 0x7b43d18b to unimplemented function
msvcr100.dll.??0_ReaderWriterLock@details@Concurrency@@QAE@XZ
--
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=54759
Bug ID: 54759
Summary: Notepad++: slider of vertical scrollbar is too small
for long files
Product: Wine
Version: 8.4
Hardware: x86-64
URL: https://notepad-plus-plus.org/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 74253
--> https://bugs.winehq.org/attachment.cgi?id=74253
long.log
Steps to reproduce:
1) wine notepad++.exe
2) load long.log from the attachment
Behavior:
The slider is slim and difficult to point to (see the attachment).
Expected behavior:
The slider should be sized as on Windows (see the attachment).
--
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=44863
Bug ID: 44863
Summary: Performance regression in Prince of Persia 3D
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Prince of Persia 3D's performance went from perfectly smooth to about 0.5 fps.
I suspect 0b92a6fba7a6e60c6ff1a3729a3b21019c2df0ce is to blame, but I have not
run a regression test yet.
The problem is that the game creates a rather large (2MB)
D3DVBCAPS_SYSTEMMEMORY, maps it (the entire buffer due to API limitations),
writes a handful of vertices and draws a handful of vertices. Currently wined3d
uploads the entire 2MB, evicts the sysmem copy and downloads it from the GPU
every map / unmap / draw cycle.
The most obvious performance fix is not to create a VBO. Doing this restores
the performance, but questions remain.
On startup, the game writes "NetImmerse D3DDriver Info: Hardware supports
system memory textures" and "NetImmerse D3DDriver Info: No AGP support
detected". The first info seems wrong, so it is possible that the game enters a
codepath it does not choose on Windows.
Not creating a VBO is not an option on Core Contexts, so I investigated what's
going wrong with the PBO codepath on. First of all, evicting the sysmem copy
seems like a bad choice. It happens because ddraw buffers are not marked
dynamic. We may want to chance this. The game uses d3d3, so there's no
DDLOCK_DISCARDCONTENTS. The game passes DDLOCK_WAIT | DDLOCK_WRITEONLY to
IDirect3DVertexBuffer::Lock.
Commenting out the eviction call improves performance quite a bit, but it is
still noticeably slow. wined3d_buffer_map maps through heap_memory instead of
glMapBuffer because of the "(flags & WINED3D_MAP_WRITE) && !(flags &
(WINED3D_MAP_NOOVERWRITE | WINED3D_MAP_DISCARD))" condition.
Removing this condition uses glMapBuffer, but does not improve performance. It
seems the large glMapBuffer is still slow, at least on OSX with legacy
contexts.
So there are a few questions that need to be answered:
*) Is the game using a broken codepath?
*) Write tests for sysmem buffers
*) Consider making all d3d3 buffers dynamic
*) Test if the glMapBuffer path is fast on Linux
*) Investigate if Core Contexts + GL_ARB_buffer_storage help on OSX.
--
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=37676
Bug ID: 37676
Summary: The Settlers II: 10th Anniversary 2.0 (GOG.com)
doesn't work out of the box
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bog_dan_ro(a)yahoo.com
Distribution: ---
GOG.com version http://www.gog.com/game/the_settlers_2_10th_anniversary it
needs directx9 to be installed, otherwise S2DNG.exe it just exits and
S2DNGEditor.exe crashed with the attached backtrace.
I'm pretty sure that GOG will give any developer a copy of the game, if not
please mail me and I'll buy one for you (or share my own one).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11673
Summary: WiX cannot validate created .msi, due to lacking
MsiMergeDatabase
Product: Wine
Version: unspecified
Platform: Other
URL: http://bugs.winehq.org/show_bug.cgi?id=11414#c10
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdahlin(a)async.com.br
Finally, using latest GIT it is possible to generate .msi using WiX, however to
be able to do so one I have to pass in the -sval parameter.
See the instructions in bug 11414, comment 10 for information on how to
reproduce.
Obviously, stubbing out MsiMergeDatabase to always succeed is not enough for
the validation to work properly.
I sent a patch to wine-patches which adds the stub, Adding the stub merely
prevents wine from crashing, but the validation does not succeed.
--
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=40167
Bug ID: 40167
Summary: theWord: popup doesn't work correctly after first
Shift-MouseOver
Product: Wine
Version: unspecified
Hardware: x86-64
URL: http://www.theword.net/files/setup/getmulti.php/en-sma
ll
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therapon(a)roadrunner.com
Distribution: Ubuntu
bug is present in all versions of wine 1.1.14 through 1.9.3
MouseOver a hyperlink (cross-reference, commentary, etc.) displays a popup up
with the content of whatever is linked. Instruction at bottom of popup says:
Press SHIFT key and move mouse over popup to keep visible. Works properly the
first time only. The only way to keep subsequent popups visible is to press
SHIFT before MouseOver.
To reproduce:
1. MouseOver a hyperlink. Popup displays with standard background until the
mouse is moved off the link, then it disappears.
2. MouseOver a hyperlink, press SHIFT and move the mouse over the popup. Popup
displays with blue gradient background until the mouse is moved off the popup.
3. MouseOver a hyperlink. Popup flashes with blue gradient background and
disappears unless it has a vertical scrollbar. If it has a scrollbar, the popup
displays and functions as if SHIFT had been pressed.
Expected behavior:
1. MouseOver a hyperlink. Popup displays with standard background until the
mouse is moved off the link, then it disappears.
2. MouseOver a hyperlink, press SHIFT and move the mouse over the popup. Popup
displays with blue gradient background until the mouse is moved off the popup.
3. MouseOver a hyperlink. Popup displays with standard background until the
mouse is moved off the link, then it disappears.
--
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=45503
Bug ID: 45503
Summary: msiexec crashes during Office 2000 setup
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: ---
Created attachment 61877
--> https://bugs.winehq.org/attachment.cgi?id=61877
Backtrace produced after msiexec crashes.
While Office 2000 installation is completing, msiexec crashes, producing the
attached backtrace. However, the installation itself is successful and all the
applications are fully functional.
--
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=45166
Bug ID: 45166
Summary: Mafia III has messed and very dark graphics
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 61366
--> https://bugs.winehq.org/attachment.cgi?id=61366
Wine log
Mafia III has messed and very dark graphics and it cannot be played. I can't
get apitrace for the game doesn't start with it. I try it on Nvidia GTX 1080 Ti
and I tried a a couple of versions past 11-12 months, all with the same effect.
--
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=52375
Bug ID: 52375
Summary: Airborne Kingdom is mostly black except the interface
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 71580
--> https://bugs.winehq.org/attachment.cgi?id=71580
Terminal Output
You can see the interface in this game, but you cannot see the city you are
building. If you happen to hit a building in the darkness, you can see a small
white outline but nothing more than that.
In some cases when you turn the camera there are green stripes that slowly
vanish like when you take a photo in the night with a long exposure.
--
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=38104
Bug ID: 38104
Summary: 7k2: Game screen don't repaint
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slawek(a)lach.art.pl
Distribution: ---
Created attachment 50772
--> https://bugs.winehq.org/attachment.cgi?id=50772
Output from console
Once game is started 7k2 don't repaint screen. It only repaint screen on mouse
position(small rectangle - possible with size of cursor size).
In menu screen was repainted normally.
I submited many years ago path for it, but it wasn't applied. I submited it to
wine-hackers mailing list. The response was: Microsoft never released dx6 for
Windows - it was only version for Sega Dreamcast.
In these moment menu don't show - there was only displayed error message "Wine
cann't attach flipping surface". The error don't appears now, the menu is
correctly draw, but no screen in game is repainted.
But this is another error. Now only screen don't repaint. As I remeber, this is
possible bug with locks.
--
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=47165
Bug ID: 47165
Summary: iTunes 12.9 - new GUI issue - black, unusable
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetaste(a)gmx.net
Distribution: ---
Created attachment 64410
--> https://bugs.winehq.org/attachment.cgi?id=64410
log for 12.9 with wine 4.8
iTunes 12.7 works fine, but iTunes 12.9 is just a black window with few menu
text. Native gdiplus doesn't help.
Wine 4.8, 64bit, Ubuntu 19.4.
Download for iTunes 12.
https://secure-appldnld.apple.com/itunes12/091-45357-20180123-72201840-FFEA…
Do you need any extra output?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55081
Bug ID: 55081
Summary: Zoria and the Cursed Land demo needs SM1 'sin' support
Product: vkd3d
Version: 1.7
Hardware: x86-64
URL: https://store.steampowered.com/app/1622110/Zoria_and_t
he_Cursed_Land/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
memory:81:50: E5017: Aborting due to not yet implemented feature: SM1 "sin"
expression.
--
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=39867
Bug ID: 39867
Summary: Long path components (e.g. 250 character long) crash
open/save dialogs
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: whitequark(a)whitequark.org
Distribution: ---
To reproduce:
1. mkdir
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2. call GetOpenFileName and navigate to a directory containing the newly
created one
3. Wine is aborted by stack smashing protection
--
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=42236
Bug ID: 42236
Summary: Error running CintaNotes 3.5
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugz.b(a)mailhero.io
Distribution: ---
Created attachment 56893
--> https://bugs.winehq.org/attachment.cgi?id=56893
first log file
I downloaded CintaNotes (the portable version, from http://cintanotes.com/) and
it seems to run, but any note insertion results in errors. I've attached the
logs.
This is a pretty awesome app, any help in running it appreciated!
--
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=27122
Summary: NotaBene initial installer window has wrong title:
(null)
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Created an attachment (id=34589)
--> (http://bugs.winehq.org/attachment.cgi?id=34589)
Screenshot in w2k
...instead of "Nota Bene Trial Version - Welcome".
Additionally, "Nota Bene Trial Version" in the text box should be in bold.
See screenshots.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51578
Bug ID: 51578
Summary: Static control doesn't load 1bpp monochrome icons
correctly
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
comctl32 static controls won't load a 1bpp monochrome icon properly. The icon
simply won't load and the image is missing.
Just for bookkeeping, a patch is in the works.
--
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=35685
Bug ID: 35685
Summary: can't read DivX 10.1.1 license agreement
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://dist.divx.com/divx/DivXInstaller.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 47651
--> https://bugs.winehq.org/attachment.cgi?id=47651
tid,richedit
Similar to bug 22986, however that bug is fixed for Divx 7 in wine-1.7.13
(sometime before 1.6).
10.1.1, however, does not show its license agreement.
austin@aw25 ~ $ sha1sum DivXInstaller.exe
baeab7938aecf58ca1a9668ff72e72ffa87e7795 DivXInstaller.exe
austin@aw25 ~ $ du -h DivXInstaller.exe
976K DivXInstaller.exe
austin@aw25 ~ $ wine --version
wine-1.7.13-53-g37e0a1a
winetricks riched20 works around the bug.
--
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=21661
Summary: RichEdit: Wrong behaviour when formating an empty
selection
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
In our Software TeamViewer, a Richedit control is used to display chat
messages.
The nick names are colored green or blue, the text should remain black.
This works in general...
But if one side sends several chat messages in row, the nick name is omitted
(by TeamViewer).
And then, an empty selection (where the nickname would be) is formated green or
blue.
It seems, that if this happens the second time, something is screwed up and the
color becomes the default color...
Of course TeamViewer could just NOT format the empty selection with
EM_SETCHARFORMAT, (and this will be done in an upcoming release), but still
this is a wine bug, I think.
To reproduce, start a remote support session in TeamViewer from your Linux-box
to a different TeamViewer, then click on Audio/Video/Chat and type three or
more messages.
--
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=34875
Bug #: 34875
Summary: WordFlood 2.0 Program Error Won't Launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gowtham.pro(a)gmail.com
Classification: Unclassified
Created attachment 46479
--> http://bugs.winehq.org/attachment.cgi?id=46479
The dump created
I am trying to run this software to run on my Linux destro (Ubuntu 12.04). It's
called WordFlood 2.0. Not a popular software but quintessential for me.
Anyways installed this software with Wine and installation went without any
problem. But when I launch the application I get an error.
I am attaching the dump here just in case you people need to take a look.
--
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=50259
Bug ID: 50259
Summary: Stickies 8.0b crashes
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
URL: https://dl2.filehorse.com/win/office-and-business-tool
s/stickies/Stickies-8.0b.exe?st=YBCnEai8bIHT2rFoXvvLAg
&e=1607313144&fn=stickies_setup_8.0b.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 68791
--> https://bugs.winehq.org/attachment.cgi?id=68791
console output
You need mfc90u.dll
Software crashes very early in riched20.dll
--
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=53841
Bug ID: 53841
Summary: Save-As dialog: big indent of edit field
Product: Wine
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Created attachment 73371
--> https://bugs.winehq.org/attachment.cgi?id=73371
Use case
As detected in ReactOS use of this Wine component :
https://jira.reactos.org/browse/CORE-13025
Dialog has about 10-15 pix indent of filename field. Next field is ok: it has
1-2pix indent (small). 1st field not ok.
--
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=38688
Bug ID: 38688
Summary: Icon overlays not drawn in some cases
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: Christoph(a)ApiViewer.de
Distribution: ---
ImageList_DrawIndirect does not draw overlay icons in three cases where the
function is taking a shortcut with "goto end;".
This was tested with ReactOS\base\applications\mscutils\devmgmt_new on ReactOS
which is using comctl32 from wine.
Test results:
in 32bit color no overlay icons are not shown at all.
if (!bMask && (has_alpha || (fState & ILS_ALPHA)))
...
if (bIsTransparent)
bResult = alpha_blend_image ...
goto end;
in 16bit Color mode the overlay icons are drawn, but only the part on which the
underlying icon is not transparent (wrong ROP code?)
I don't think this application will work on wine because it relies on setupapi
code which wine will probably does not have.
--
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=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal 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=48023
Bug ID: 48023
Summary: Visual Studio 2019 not starting
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 65561
--> https://bugs.winehq.org/attachment.cgi?id=65561
Hack for RegLoadAppKey
After https://bugs.winehq.org/show_bug.cgi?id=47626 just out of curiosity I
tried running Visual Studio: winetricks corefonts dotnet472 msxml6 and applied
the attached patch/hack.
Result: splash screen is shown and then welcome screen is displayed. But after
clicking "Not now, maybe later" it halts with:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The application requested process termination through
System.Environment.FailFast(string message).
Message: Failed to schedule time on the UI thread. A continuation would never
execute.
It crashes much earlier without the patch/hack as it cannot bind binary
registry file and read/create registry keys.
--
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=42171
Bug ID: 42171
Summary: IrfanView's 4.44 Help -> About window has wrong
placement for textboxes
Product: Wine
Version: 2.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ArchLinux
Created attachment 56775
--> https://bugs.winehq.org/attachment.cgi?id=56775
Wrong placement of labels
Note: Split of and blocked by 6682, only works with patches not yet in wine.
https://source.winehq.org/patches/data/128612https://source.winehq.org/patches/data/128613
The textboxes in irfanviews about dialog overlap the image.
The issue is somehow related to Bug 41639.
If my lib32-freetype2 is up to date with version 2.7, the font is ugly, but it
renders fine. If downgraded, the font is fine, but the placement is wrong.
I can submit a testcase for that, but which font can I rely on? Wine doesn't
have all fonts after all. Tahoma maybe?
--
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=35756
Bug ID: 35756
Summary: Bugzilla robots.txt prevents google indexing
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
https://bugs.winehq.org/robots.txt
This is annoying as bugs cant be found through google.
--
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=28674
Bug #: 28674
Summary: using OpenID login is a necessity
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Pirard(a)ulg.ac.be
Classification: Unclassified
>We are sorry to report that recently our login database for the
>WineHQ Bugzilla Database was compromised.
>To prevent further damage we have reset your password to what is shown
>below. We strongly suggest that if you shared your WineHQ bugs
>password on any other sites that you change that password as soon
>as possible.
How is it possible to manage passwords on 200 sites if they don't use OpenID?
Is it so hard to understand?
PLEASE USE OPENID LOGIN !!!!!!
--
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=51064
Bug ID: 51064
Summary: Crash from Starcraft 2 game in Direct Strike mode
Product: Wine-staging
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terapy-session(a)bk.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69922
--> https://bugs.winehq.org/attachment.cgi?id=69922
screen
The bug is manifested for a long time. 100% repeatability. Through Proton no
problem. The problem is only in this mode.
--
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=46552
Bug ID: 46552
Summary: Crossfire doesn't install
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
URL: http://crossfire.z8games.com/download.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
Created attachment 63423
--> https://bugs.winehq.org/attachment.cgi?id=63423
console output
I already reported a bug about Crossfire EU (you can find it here
https://bugs.winehq.org/show_bug.cgi?id=45920), but now it merged with
Crossfire NA and the new link for download is
http://crossfire.z8games.com/download.html
The .exe file is different than before, but it doesn't install yet; I don't
know if the problem is the same or not. I attached my console output. You can
reproduce the bug just by downloading the file and trying to install.
I kept my terminal open for more than 3 hours beacuse the process is "running"
and if I close the terminal it says that a process is still running and closing
the terminal will kill it. Therefore I don't know if my console output is
complete or not. If I can help in some way, just tell me! :)
--
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=54501
Bug ID: 54501
Summary: IrfanView - Pasting into clipboard results in a black
screen
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 74052
--> https://bugs.winehq.org/attachment.cgi?id=74052
Console output (wine-8.1 on Slackware64/Multilib)
Hello everyone,
I downloaded IrfanView in its own prefix with the following:
sha256sum iview462_x64_setup.exe
d9d4c5f3120a9420e2dbaf0ee8931556e161787fbc4297d5fb4e4c7616fdd668
iview462_x64_setup.exe
and it installs and seems to run just fine.
Steps to reproduce
- Start IrfanView
- Start Gimp (Linux-native)
- Open an Image in Gimp
- Copy the image from Gimp into IrfanView
- Paste it into IrfanView
Expected result: Image should show in IrfanView
Actual result: Black screen though dimension of the image are shown at the
bottom of the application.
Console output is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49802
Bug ID: 49802
Summary: Crash at AfxBeginThread of x64 apps on macOS when
built with VS2019
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Created attachment 68117
--> https://bugs.winehq.org/attachment.cgi?id=68117
Samples to demonstrate the issue
Our x64 apps built with Visual Studio 2010 (VS2010) run on macOS for a long
time. We recently have started a project to move to Visual Studion 2019
(VS2019). The same x64 app which works fine when built with VS2010 crashes on
macOS when it is built with VS2019. The crash occurs when the MFC function
AfxBeginThread is called. Static linking is used for linking the MFC and other
libs.
After a very painful research we identified that a simular report has been made
in Nov. 2019 in the Wineskin area
(see https://github.com/Gcenx/WineskinServer/issues/22).
The reporter said "I ended up replacing the AfxBeginThread call with a call to
CreateThread which works fine on all versions." We did the same thing with the
same result. Replacing AfxBeginThread by CreateThread works fine with VS2019.
However, according to
https://stackoverflow.com/questions/21718674/difference-between-afxbeginthr…
a replacement of AfxBeginThread by CreateThread is not really recommended when
MFC is used.
The crash happens on all macOS versions with Wine 5.4, 5.7 and 5.16 (we took
5.16 from Gcenx (https://github.com/Gcenx/macOS_Wine_builds)). On Windows and
Linux the VS2019 app runs fine. Further, the Win32 equivalent app runs fine on
macOS.
In summary:
A crash happens for AfxbeginThread in an x64 app on macOS with Wine 5.4, 5.7,
5.16.
We did a deeper dive and found that the crash happens inside AfxbeginThread,
module Thread.cpp inside the function __acrt_get_begin_thread_init_policy.
See address:
0001:001ab7cc __acrt_get_begin_thread_init_policy 00000001401ac7cc f
libucrt:win_policies.obj
According to the backtrace.txt (attached) the exception happens when reading
from a 32 bit address. This sounds strange to me for a x64 app.
Any help is highly appreciated.
Reinhold
==========================================================================
As a C++ sample I have compiled a trivial app which AfxBeginThread which
demonstrate the problem.
In the attached zip file you can find
backtrace.txt
Test_of_AfxBeginThread_VS2019.exe
Test_of_AfxBeginThread_VS2010.exe
The code and project files for VS2010 and VS2019 can be downloaded from
www.notation.com/download/Wine/Bugzilla/Project_Files_AfxBeginThread_sample…
--
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=36917
Bug ID: 36917
Summary: Synthmasters fails to draw correctly
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Created attachment 49028
--> http://bugs.winehq.org/attachment.cgi?id=49028
Screenshot
Synthmaster is a Windows VST (synthesizer).
I use it along with vst-bridge and renoise.
https://github.com/abique/vst-bridgehttp://renoise.com/
It fails to render correctly, and I think that it is related to the following
lines:
fixme:wincodecs:PngDecoder_Block_GetCount stub
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipDrawPath graphics object has no HDC
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
Is it an issue coming from wine or SynthMaster?
Thanks!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50071
Bug ID: 50071
Summary: When I try to run Eve Online, qt5webenginecore crashes
after some time.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: liamtheprogrammer(a)gmail.com
Distribution: ---
Created attachment 68527
--> https://bugs.winehq.org/attachment.cgi?id=68527
A backtrace for the crash of the QT5 web engine.
When I try to run Eve Online, qt5webenginecore crashes after some time. It does
this saying that it encountered a serious error and needs to close.
--
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=49735
Bug ID: 49735
Summary: EVE Online crashes when undocking with wine-devel
5.15~buster
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: biz(a)mynetblog.com
Distribution: ---
Created attachment 68027
--> https://bugs.winehq.org/attachment.cgi?id=68027
backtrace
This bug is for the latest version of EVE Online. Backtrace attached.
https://binaries.eveonline.com/EveLauncher-1770799.exe
My OS:
Debian 10 Buster with wine-devel 5.15~buster amd64
Linux 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux
Using video driver version 440.100 (via buster-backports) for:
GeForce GTX 1660 SUPER
https://wiki.debian.org/NvidiaGraphicsDrivers#Version_440.100_.28via_buster…
The client crashes when I undock my ship, the launcher still works. The client
worked fine until I undocked. The graphics were turned up to high without
anti-aliasing turned on. It looked great.
When I installed the game, it did not make a shortcut to the game, so I have to
launch it via the terminal. I'm using Gnome.
I made the client windowed because I use multiple accounts (but I only had one
logged in), I then made it full screen. When I did that, it made the full
screen size not be full screen and it asked if I wanted to make it full screen
and I could not click on anything. I had to manually kill the client. Then when
I started the client again, it was a normal full screen.
There is a lot of "fixme" in the terminal screen when I run the game via the
terminal.
I am unable to install the stable version of wine 5. I filed a bug about that
already. So, I had no choice but to install the development version (which
appears to not have the bug).
To get this game to install, I first installed wine-devel.
I made a .wine directory using "/opt/wine-devel/bin/wine wineboot"
I installed the winetricks that is standard in the Buster version of Debian
because that is all I could figure out how to install. The instructions said to
use that to install corefonts and I don't know how to do it without using that
program.
I used that winetricks to install core fonts.
I installed the Visual C++ Runtime packages.
I uninstalled winetricks and the wine stuff it installed as dependencies.
I then installed the game and launched it from the installer. It seemed to work
great until I undocked.
--
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=45939
Bug ID: 45939
Summary: wineserver hits ulimit, too many open files (eve
online)
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: showard314(a)gmail.com
Distribution: ---
Created attachment 62469
--> https://bugs.winehq.org/attachment.cgi?id=62469
ls -l /proc/17977/fd
When playing eve online, the wineserver linux process hits the default 4096
limit in ubuntu.
$ ls /proc/17977/fd | wc -l
4096
The wineserver has thousands of files open of this form:
'/tmp/.wine-1000/server-805-73a277/anonmap.jD13vQ (deleted)'
Attachments are:
lsof -p 17977
ls -l /proc/17977/fd
This sounds like:
https://bugs.winehq.org/show_bug.cgi?id=45251
but I can't tell if it is a different bug in wine since so many are those tmp
anonmaps
--
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=45873
Bug ID: 45873
Summary: EVE Online: Starting a client sometimes errors
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yomoejoe(a)gmail.com
Distribution: ---
Created attachment 62378
--> https://bugs.winehq.org/attachment.cgi?id=62378
Eve Error Log
When starting a client from the windows launcher using wine, it will
occasionally error; while other times it starts just fine the first time.
Usually after a few attempts the client starts successfully and runs fine after
that initial hurdle.
Linux 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64
GNU/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=45818
Bug ID: 45818
Summary: Eve Online loader works, Eve Online client crashes
upon launch
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stacy(a)guppylog.com
Distribution: ---
Created attachment 62279
--> https://bugs.winehq.org/attachment.cgi?id=62279
The backtrace wine generated and told me to attach to the bug
Eve Online loader works, Eve Online client crashes upon launch
--
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=43646
Bug ID: 43646
Summary: Wine Viewer keeps freezing up
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: synctuarie(a)protonmail.com
Created attachment 59071
--> https://bugs.winehq.org/attachment.cgi?id=59071
Freeze Bug
Viewer keeps freezing up.
--
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=43634
Bug ID: 43634
Summary: Eve Online weird mouse behavior
Product: Wine
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aidan(a)jmad.org
Distribution: ---
I have i3 configured so that the top bar appears when the super key is held,
and so that I can scroll on the bar to change workspaces. For some reason,
this very often does not work in Eve Online, and instead the bar will appear,
but scrolling on it has no effect, and the mouse pointer keeps the Eve style,
instead of returning to the default as it is supposed to. Other windows allow
me to use the bar to change workspaces, including other fullscreen games
(native (I haven't tried any other wine games)).
This may be an issue with grabbing in fullscreen, as although I have the eve
options set to stay in window mode, pressing the i3 key combination to toggle
fullscreen causes the issue to disappear temporarily. The issue also appears
to occur much less often when I have two monitors enabled.
I filed a bug in i3 here that got closed as working-as-intended:
https://github.com/i3/i3/issues/2774
--
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=41440
Bug ID: 41440
Summary: EVE Online: CTRL-key stuck when switching between
windows (multiple accounts)
Product: Wine-staging
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nt(a)divzero.at
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
When playing EVE Online with multiple accounts the CTRL-key will be
(constantly) activated when switching between windows. One can "unstuck" the
key by repeatedly clicking CTRL + mouse key somewhere in the window. I can and
will provide any DEBUG logs just someone please tell me the required flags.
--
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=42258
Bug ID: 42258
Summary: Error when in Eve causes game to crash when using
Razor Kraken USB Headset
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jrfleming82(a)gmail.com
Created attachment 56950
--> https://bugs.winehq.org/attachment.cgi?id=56950
Bug file
Bug happens as you load into eve. Say wine.exe has encountered an error and
game freezes,
--
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=43288
Bug ID: 43288
Summary: Eve online opengl crash on mac OS X in library
libGPUSupportMercury.dylib at function
gpusSubmitDataBuffers()
Product: Wine-staging
Version: 2.11
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davec.bugs(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 58632
--> https://bugs.winehq.org/attachment.cgi?id=58632
eve_online_openg_crash_lldb_backtrace
Eve online crashes on mac OS X in library libGPUSupportMercury.dylib at
function gpusSubmitDataBuffers(). The crashes occurs randomly.
--
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=44875
Bug ID: 44875
Summary: Eve Online crash: Program error and trace files
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: enslinpj(a)gmail.com
Distribution: ---
Created attachment 60942
--> https://bugs.winehq.org/attachment.cgi?id=60942
Program Error reported initially
Eve Online crashes with program error on my 2017 iMac which is running MacOS
High Sierra. I have included a screen capture of the error as well as the
error log.
I am using the software as downloaded from the Eve Online site - and have made
no amendments to the Wine software
--
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=37948
Bug ID: 37948
Summary: EVE Launcher crashes when importing/exporting patches
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alex_y_xu(a)yahoo.ca
Distribution: Gentoo
Created attachment 50555
--> https://bugs.winehq.org/attachment.cgi?id=50555
Wine backtrace
Steps to reproduce:
Step 1: wine eve.exe
Step 2: Press gear icon, go to Patches.
Step 3: Press Import or Export.
Expected results:
Dialog opens.
Actual results:
Launcher crashes.
The bug can be reproduced after installing EVE without a subscription
(http://www.eveonline.com/), but it is quite a large download (~5 GB).
--
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=42721
Bug ID: 42721
Summary: Freezing
Product: Wine
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marshall.lee.feather(a)gmail.com
Created attachment 57701
--> https://bugs.winehq.org/attachment.cgi?id=57701
the log it gives displays to me when it freezes up
about on average it freezes up 4 or five times a day during a 10 hr play. and
then this box pops up giving me info which i uploaded below. This started just
in the last week. have been playing for a year on same systems. Thanks guys
for all the hard work you put into this game for us. just hope i can play more
without more problems.
--
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=42610
Bug ID: 42610
Summary: EVE-Online crashes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m4xch3(a)gmail.com
Created attachment 57555
--> https://bugs.winehq.org/attachment.cgi?id=57555
This is bureport from the game
Periodically, during the game, the client falls. This often happens when
loading a large number of ships and departing from the station or with the
rapid opening of gaming 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=42492
Bug ID: 42492
Summary: EVE Online cannot be started
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomsk.slovak(a)gmail.com
Distribution: ---
Created attachment 57358
--> https://bugs.winehq.org/attachment.cgi?id=57358
Crash log from EVE Online
After start EVE Online launcher, it 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=55212
Bug ID: 55212
Summary: Need for Speed SHIFT demo crashes due to HLSL syntax
error "unexpected '<', expecting ';' or ','"
Product: vkd3d
Version: 1.8
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-69053/Need-For-Sp
eed-Shift-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 74822
--> https://bugs.winehq.org/attachment.cgi?id=74822
VKD3D_SHADER_DEBUG=trace WINEDEBUG=+d3dcompiler
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:1:40: E5000: syntax error,
unexpected '<', expecting ';' or ','
0024:err:d3dcompiler:D3DCompile2
This seems to be the relevant trace:
vkd3d:0024:trace:preproc_lexer_parse float4x4 worldViewProj : WORLDVIEWPROJ <
bool appEdit = false ; > ;
--
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=39652
Bug ID: 39652
Summary: Battlefield 2142 Demo fails to start - full DirectX
9.0c installer resolves problem
Product: Wine
Version: 1.8-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bob.mt.wya(a)gmail.com
Distribution: ---
Created attachment 52853
--> https://bugs.winehq.org/attachment.cgi?id=52853
battlefield_2142_demo_backtrace
Download from:
http://www.gamershell.com/download_15855.shtml
Installation of the Battlefield 2142 Demo (aka training video simulator 2015)
in clean 32-bit Wineprefix.
Launching game without any winetricks verbs, etc. results in the attached
backtrace and console logs.
Executing:
winetricks directx9
and removing all the Wine library overrides allows the game demo to
successfully launch, display a training video and reach the main login screen
(as it can get - due to the shutdown, last year, of the Gamespy Master
Servers).
I haven't been able to successfully launch the game by installing the
individual components of the DirectX9 installer. I did attempt to do this in a
clean 32-bit Wineprefix.
--
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=41157
Bug ID: 41157
Summary: DX11 game "Heretics" crashes with an error message
after game menu is loaded
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 55378
--> https://bugs.winehq.org/attachment.cgi?id=55378
Heretics crash screenshot
When you run "Heretics" using WineD3D on Windows you recieve an error message.
Here is a link where you can find Heretics binaries and sources.
https://zachhoefler.com/portfolio/heretics/
Can somebody test it on 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=54580
Bug ID: 54580
Summary: Secret Files: Sam Peters crashes due to HLSL syntax
error 'unexpected KW_TECHNIQUE'
Product: vkd3d
Version: 1.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
065c:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
065c:err:d3dcompiler:D3DCompile2 Shader log:
065c:err:d3dcompiler:D3DCompile2 <anonymous>:1:1: E5000: syntax error,
unexpected KW_TECHNIQUE
065c:err:d3dcompiler:D3DCompile2
1.6-171-gb1e13d6e
--
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=55079
Bug ID: 55079
Summary: Rayman Origins needs SM1 'cos' support
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 <anonymous>:147:21: E5017: Aborting due to
not yet implemented feature: SM1 "cos" expression.
--
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=55080
Bug ID: 55080
Summary: Rayman Origins needs support for instruction type
HLSL_IR_IF
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 <anonymous>:51:1: E5017: Aborting due to
not yet implemented feature: Instruction type HLSL_IR_IF.
--
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=51713
Bug ID: 51713
Summary: Deus Ex Mankind Divided needs "D3DCompile2 HLSL shader
compilation"
Product: vkd3d
Version: 1.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 70588
--> https://bugs.winehq.org/attachment.cgi?id=70588
WINEDEBUG=+vkd3d VKD3D_DEBUG="trace" output log
Hello,
I tried to launch with vkd3d + vulkan renderer and it crashes at launch with
these error lines :
babaowhisky@debian-desktop:~/GOG Games/Deus Ex Mankind Divided/retail$ wine
DXMD.exe
0108:err:winediag:wined3d_dll_init Using the Vulkan renderer.
0108:fixme:heap:RtlSetHeapInformation 0000000002810000 0 000000000011F720 4
stub
0108:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0110:fixme:ver:GetCurrentPackageId (000000002349FE10 0000000000000000): stub
0120:err:winediag:ntlm_check_version 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.
0120:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0120:err:winediag:ntlm_check_version 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.
0120:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0108:fixme:d3d:get_vulkan_physical_device Multiple physical devices available.
0108:fixme:d3d:adapter_vk_init_driver_info Failed to retrieve GPU description
for device "AMD RADV POLARIS11" 1002:67ff.
0108:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x237a36d0, format
DXGI_FORMAT_R8G8B8A8_UNORM_SRGB, flags 0, mode_count 0x11dcb0, modes (nil)
partial stub!
0108:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x237a36d0, format
DXGI_FORMAT_R8G8B8A8_UNORM_SRGB, flags 0, mode_count 0x11dcb0, modes
0x7f49adc0cc90 partial stub!
0108:fixme:system:SystemParametersInfoW Unimplemented action: 59
(SPI_SETSTICKYKEYS)
0108:fixme:d3d:get_vulkan_physical_device Multiple physical devices available.
0108:fixme:d3d:adapter_vk_init_driver_info Failed to retrieve GPU description
for device "AMD RADV POLARIS11" 1002:67ff.
01b0:fixme:d3dcompiler:D3DCompile2 HLSL shader compilation is not yet
implemented.
01b0:fixme:d3dcompiler:D3DCompile2 HLSL shader compilation is not yet
implemented.
01b0:fixme:d3dcompiler:D3DCompile2 HLSL shader compilation is not yet
implemented.
01b0:fixme:d3dcompiler:D3DCompile2 HLSL shader compilation is not yet
implemented.
01b0:fixme:d3dcompiler:D3DCompile2 HLSL shader compilation is not yet
implemented.
System :
- Debian Sid 64bits
- AMD RX560 4Gb
- Mesa 21.2.1
- Plain wine-6.16
- vkd3d-1.2-460-gb5251b3
--
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=52715
Bug ID: 52715
Summary: wine segfaults on asahi linux (apple M1 hardware,
linux kernel/userland)
Product: Wine
Version: 7.4
Hardware: aarch64
OS: Linux
Status: NEW
Keywords: source
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
The GCC Compile Farm has a m1 machine running asahi linux, so I tried building
wine. While it compiles (note: most optional deps and freetype were missing),
the resulting binary segfaults, even for --version/--help:
austin@gcc103:~/wine$ file loader/wine
loader/wine: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV),
dynamically linked, interpreter /lib/ld-linux-aarch64.so.1,
BuildID[sha1]=c47e4c565e49cc68efce4887d600f06d749670e0, for GNU/Linux 3.7.0,
with debug_info, not stripped
austin@gcc103:~/wine$ ./loader/wine --version
Segmentation fault
austin@gcc103:~/wine$ ./loader/wine --help
Segmentation fault
austin@gcc103:~/wine$ uname -a
Linux gcc103.fsffrance.org 5.17.0-rc7-asahi-next-20220310-g4a4f4ec03834 #1 SMP
PREEMPT Sat Mar 12 18:16:45 UTC 2022 aarch64 GNU/Linux
austin@gcc103:~/wine$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/11/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-18'
--with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-11
--program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--with-default-libstdcxx-abi=new --enable-gnu-unique-object
--disable-libquadmath --disable-libquadmath-support --enable-plugin
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
--enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release
--build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
--with-build-config=bootstrap-lto-lean --enable-link-serialization=4
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.2.0 (Debian 11.2.0-18)
austin@gcc103:~/wine$
~/llvm-mingw-20211002-ucrt-ubuntu-18.04-aarch64/bin/aarch64-w64-mingw32-gcc
--version
clang version 13.0.0 (https://github.com/llvm/llvm-project.git
d7b669b3a30345cfcdb2fde2af6f48aa4b94845d)
Target: aarch64-w64-windows-gnu
Thread model: posix
InstalledDir: /home/austin/llvm-mingw-20211002-ucrt-ubuntu-18.04-aarch64/bin
Note that the machine uses a 16k stack size instead of 4k, which may be at
fault:
https://github.com/AsahiLinux/docs/wiki/Software-known-to-have-issues-with-…
--
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=50277
Bug ID: 50277
Summary: Haven intro video does not play
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: kai.sterker+wine(a)gmail.com
Distribution: ---
Created attachment 68825
--> https://bugs.winehq.org/attachment.cgi?id=68825
Debug logs with +mfplat,+gstreamer
Upon testing Haven with the builtin media foundation implementation, the
following error is logged, the intro movie does not play and the game is stuck
at launch:
020c:err:mfplat:media_source_constructor Failed to play source, error 0.
0218:err:mfplat:bus_watch qtdemux0: Internal data stream error.
0218:err:mfplat:bus_watch qtdemux.c(6605): gst_qtdemux_loop ():
/GstBin:bin0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0:
streaming stopped, reason error (-5)
Debug logs with +mfplat,+gstreamer attached. I'm on Ubuntu 20.04. If I can
provide any other useful information please let me know.
--
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=54964
Bug ID: 54964
Summary: i facing this bug
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: hoichan62(a)gmail.com
Distribution: ---
Created attachment 74492
--> https://bugs.winehq.org/attachment.cgi?id=74492
microsoft program
when install microsoft edge it shows this look this issue.
--
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=53844
Bug ID: 53844
Summary: vbscript invoke_vbdisp not handling let property
correctly for VT_DISPATCH arguments
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
Given the following code where 'LeftFlipper' is Dispatch object:
dim LF : Set LF = New FlipperPolarity
LF.Object = LeftFlipper
Class FlipperPolarity
private Flipper
Public Sub Class_Initialize
End Sub
Public Property let Object(aInput) : Set Flipper = aInput : End Property
End Class
In invoke_vbdisp, the Object property is stored in
This->desc->funcs[id].entries[VBDISP_LET]
The code tries to find the function using the VBDISP_SET index since the
argument is VT_DISPATCH:
func = This->desc->funcs[id].entries[V_VT(dp.rgvarg) == VT_DISPATCH ?
VBDISP_SET : VBDISP_LET];
At first I tried to reverse the order figuring maybe this was a typo, however
then it broke let's with non-objects.
So as a hack I did this:
func = This->desc->funcs[id].entries[V_VT(dp.rgvarg) == VT_DISPATCH
? VBDISP_SET : VBDISP_LET];
if(!func)
func = This->desc->funcs[id].entries[VBDISP_LET];
if(!func) {
FIXME("no letter/setter\n");
--
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=51350
Bug ID: 51350
Summary: Horizon Chase freezes on startup
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 70207
--> https://bugs.winehq.org/attachment.cgi?id=70207
Horizon Chase default debug channels
When launching Horizon Chase, a game currently being given away on Epic Games
Store for free (until July 1st), the game seems to freeze on startup with the
music still playing.
Notably, in the logs, I see quite a few of error messages of this type,
although I'm not sure if they are related to the core issue:
0118:err:module:find_forwarded_export module not found for forward
'msvcr120.??0critical_section@Concurrency@@QAE@XZ' used by
L"C:\\windows\\system32\\concrt140.dll"
Full log with default debug channels is attached.
Let me know if you need more information or more detailed logs, I'm happy to
test and help resolve the issue.
Also, although I've tested with 6.10, 6.11 has the same issue, but that version
seems to be quite buggy from what I've heard, so I figured a test with 6.10
would be more useful.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33769
Bug #: 33769
Summary: Strong Bad's Cool Game for Attractive People Demo
crashes without native d3dcompiler_43
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
The demo
dd2f18068f16a1353a3490d95723b746cec8050f SBCG4AP_Homestar_Ruiner_setup.exe
from
http://www.strategyinformer.com/pc/strongbadscoolgameforattractivepeople/de…
tested with wine-1.6-rc1, crashes unless you do
winetricks d3dcompiler_43
I'll attach a +seh,trace+d3dcompiler log.
--
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=34004
Bug #: 34004
Summary: Broken Sword: The Angel of Death demo needs native
d3dx9_36
Product: Wine
Version: 1.6-rc4
Platform: x86
URL: http://www.fileplanet.com/167033/160000/fileinfo/Broke
n-Sword:-The-Angel-of-Death-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45184
--> http://bugs.winehq.org/attachment.cgi?id=45184
log+d3dx
Without native d3dx9_36 shows a grey screen.
43e497c98f638e3b572b81d77a089bf6a03c3327 broken_sword_4-demo.zip
--
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=33770
Bug #: 33770
Summary: Strong Bad's Cool Game for Attractive People Demo has
interesting rendering glitches on initial menu screen
without native d3dx_36 (purist)
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
First, go purist with 'winetricks alldlls=builtin', then
work around bug 33769 with 'winetricks d3dcompiler_43'.
The game seems to start ok, but the initial menu screen
(where Strong Bad speaks the left-hand menu items as you
mouse over them) shows ghosts of Strong Bad and his sidekick
when they move.
'winetricks d3dx9_36' works around the problem.
--
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=52002
Bug ID: 52002
Summary: comctl32:datetime fails in the Arabic (Egypt) locale
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:datetime fails in the Arabic (Egypt) locale:
datetime.c:212: Test failed: String mismatch ("12 hh" vs "hh 12")
datetime.c:798: Test failed: Expected 08/11/2021, got 2021/11/08
https://test.winehq.org/data/patterns.html#comctl32:datetime
This failure happens as soon as one sets UserDefaultLCID to 0xc01 (Settings ->
Time & Language -> Regional format -> Arabic (Egypt)).
Note: the reason it worked up to 2021-10-21 is because before then
UserDefaultLCID was incorrectly set to English in the w10pro64-ar VM. Then I
upgraded the VM to Windows 21H1 and in the process I recreated the Arabic
snapshot which got the intended locale this time. The current settings are:
SystemDefaultLCID 0c01
UserDefaultLCID 0c01
ThreadLocale 0c01
SystemPreferredUILanguages 0409
UserDefaultUILanguage 0401
ThreadUILanguage 0401
--
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=26673
Summary: wine start foo.url does not open the url
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
An application I installed provides a nice little .url file:
-----------
[InternetShortcut]
URL=http://www.winehq.org/
-----------
on windows, double clicking that opens up my default browser and gives me the
webpage. Running 'cygstart foo.url' in windows does the same (wrapper around
windows start.exe).
On wine, however, I get:
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Success
and I don't get a nice wine gecko window :(.
perhaps it only needs to be added to tools/wine.inf?
--
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=30984
Bug #: 30984
Summary: Some keys do not work in Trine and Skyrim
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yves.embil(a)orange.fr
Classification: Unclassified
Regression SHA1: 43984f355a2905e16075a9df3d7fbe463761e853
Created attachment 40666
--> http://bugs.winehq.org/attachment.cgi?id=40666
result of the regression test
In Trine the key to select the thief and Skyrim the key to open the console
does not work,with wine-1.5.5 it works.
--
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=45605
Bug ID: 45605
Summary: Letter keys doesn't work in DirectX aplications
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: ilya77105(a)gmail.com
Distribution: ---
Created attachment 62035
--> https://bugs.winehq.org/attachment.cgi?id=62035
Screenshot without keys
I will use Far Cry 3 for demonstration, but all applications, that i tested
shows the same behavior.
When English layout is not selected as default in keyboard settings (in OS
settings, not Wine) games doesn't recognize keys at all (screenshot). When i
select English layout as default, all is ok. Console output have no information
about it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42033
Bug ID: 42033
Summary: Fallout 3: Radio music not playing
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 56507
--> https://bugs.winehq.org/attachment.cgi?id=56507
log
When listening to the radio in Fallout 3, the DJ's voice works, but the songs
don't. Sometimes you'll hear the song start for a second, but then it stops and
the DJ's voice starts up again. This happens both on GNR and the enclave
station.
--
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=52934
Bug ID: 52934
Summary: wine can't load ntdll.so on asahi linux (apple M1
hardware, linux kernel/userland)
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 72306
--> https://bugs.winehq.org/attachment.cgi?id=72306
ntdll.dll that can't be loaded
Follow-up to bug 52715.
After setting the page size to 16k, you can try to run "wine winecfg", for
example.
This results in an error:
> wine: failed to load /home/fabian/Programming/Wine/wine/dlls/ntdll/ntdll.dll error c000007b
Error is at the following code:
> for (i = 0; i < nt->FileHeader.NumberOfSections; i++)
> {
> if (sec[i].VirtualAddress != sec[i].PointerToRawData)
> return status; /* Windows refuses to load in that case too */
> }
Adding debug code:
> printf("Section %i: VirtualAddress: %p\n, PointerToRawData: %p\n", sec[i].VirtualAddress, sec[i].PointerToRawData);
yields
> Section 4: VirtualAddress: 0x81000, PointerToRawData: 0x7d000
Using llvm-mingw from here:
https://github.com/mstorsjo/llvm-mingw/releases/tag/20220323
Not sure if the dll itself is broken...? Attaching the dll for completeness
sake.
--
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=54468
Bug ID: 54468
Summary: Separable Subsurface Scattering crashes due to HLSL
syntax error 'unexpected KW_BLENDSTATE'
Product: vkd3d
Version: 1.6
Hardware: x86-64
URL: http://www.iryoku.com/separable-sss/downloads/Separabl
e-SSS-DX10-v1.0.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
00e4:fixme:d3dcompiler:D3DCompile2 Ignoring flags 0x800.
00e4:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
00e4:err:d3dcompiler:D3DCompile2 Shader log:
00e4:err:d3dcompiler:D3DCompile2 <anonymous>:1:116: E5000: syntax error,
unexpected KW_BLENDSTATE
00e4:err:d3dcompiler:D3DCompile2
1.6-110-g240b2f96
--
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=48291
Bug ID: 48291
Summary: Detroit: Become Human crashes on launch
Product: Wine
Version: 5.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 65990
--> https://bugs.winehq.org/attachment.cgi?id=65990
backtrace
For now I've only uploaded a backtrace, but it's a bit unusual:
0x0000000000000000: -- no code accessible --
Let me know if you need anything else.
--
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=49108
Bug ID: 49108
Summary: Error when starting application LTspice XVII
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2010tch(a)gmail.com
Distribution: ---
Created attachment 67081
--> https://bugs.winehq.org/attachment.cgi?id=67081
System generated error report
When starting LTspice XVII a "serious error" is encounterd.
After 30 - 90 seconds, LTspice XVII will start as normal but at some point the
program will hang. I have to use a Ctrl-alt-del to restart my computer.
--
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=49987
Bug ID: 49987
Summary: Application freeze when trying to open file chooser
dialog
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
Created attachment 68389
--> https://bugs.winehq.org/attachment.cgi?id=68389
Full log
When I download my GTK app -
https://github.com/qarmin/czkawka/releases/download/1.1.0/windows_czkawka_g…
and run it, then when clicking at "+Add" directly below "Included Directories",
then app freeze
Suspicious errors from console
```
01d8:fixme:imm:ImmGetOpenStatus (000000000383F3B0): semi-stub
01d8:fixme:imm:ImmReleaseContext (0000000000030082, 000000000383F3B0): stub
01d8:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\users\\rafal\\Local
Settings\\Application Data\\recently-used.xbel"
01d8:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\users\\rafal\\Local
Settings\\Application Data\\gtk-3.0\\bookmarks"
01d8:err:shell:SHGetFileInfoW pidl is null!
01d8:err:shell:SHGetFileInfoW pidl is null!
(czkawka_gui.exe:468): Gtk-WARNING **: 14:44:44.483: Error loading theme icon
'list-add' for stock: Icon 'list-add' not present in theme Adwaita
01d8:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\users\\rafal\\Local
Settings\\Application Data\\gtk-3.0\\bookmarks"
01d8:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\users\\rafal\\Local
Settings\\Application Data\\gtk-3.0\\servers"
```
On Windows none of this errors is shown
--
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=43585
Bug ID: 43585
Summary: Calling PageSetupDlgA with invalid default printer
leads to an unhandled exception
Product: Wine
Version: 2.15
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kamil.hornicek(a)reactos.org
Created attachment 58997
--> https://bugs.winehq.org/attachment.cgi?id=58997
possible solution
This was tested in Windows XP with Wine's comdlg32.dll.
Steps to reproduce:
1. set Software\Microsoft\Windows NT\CurrentVersion\Windows\Device to a
non-existent printer
2. run comdlg32 printdlg test
Expected result:
PageSetupDlgA should fail with PDERR_NODEFAULTPRN
Acutal result:
test_PageSetupDlgA crashes after null pointer dereference in
GdiConvertToDevmodeW
Remarks:
If the value of the system default printer stored in Software\Microsoft\Windows
NT\CurrentVersion\Windows\Device gets corrupted or is not properly set upon
printer
removal, PageSetupDlgA called with the PSD_RETURNDEFAULT flag will cause an
unhandled exception in gdi32:GdiConvertToDevmodeW after calling it with a null
devmode.
At comdlg32:pagesetup_common@3862 get_default_printer will succeed but the
returned printer will be bogus. Then pagesetup_change_printer will fail trying
to get the default driver. When pagesetup_update_papersize is called few lines
below the devmode stored in the pagesetup_data struct passed to it will be
null, which will lead to the crash.
Solution:
Function comdlg32:pagesetup_common needs to check the return value of
comdlg32:pagesetup_change_printer and return if it fails. Attached is a
possible solution to this bug.
--
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=47068
Bug ID: 47068
Summary: fixme:ntdll:create_logical_proc_info Only 64 Threads
are usable
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: coolx67(a)gmx.at
Distribution: ---
When running heavy multi threaded programs such as scientific applications or
benchmarks it shows that only 64 threads can be used.
> 002a:fixme:ntdll:create_logical_proc_info Improve CPU info reporting: system supports 96 logical cores, but only 64 supported!
The problem is here
https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/nt.c#L1687
I don't know how much time I have to fix this.
But if someone would brainstorm this with me.
It were my first 5 minutes in the Wine code so please have some understanding.
If there would be some mentor who would give me some advice I could probably
fix some of the 22k+ FIMES in the code :)
Here the WINEDBG from Cinebench
https://pastebin.com/FrgSGxGw
--
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=47278
Bug ID: 47278
Summary: Europa Universalis 4 Golden Century require TGA
support in D3DXSaveSurfaceToFileInMemory
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
HI.
As the title says, Europa Universalis 4 Golden Century (so version 1.28.3
Spain), require TGA file support for D3DXSaveSurfaceToFileInMemory function.
In the log there is :
0057:fixme:d3dx:D3DXSaveSurfaceToFileInMemory File format 0x2 is not supported
yet
After the line the application catch a MEMORY_ACCESS_VIOLATION and close
itself.
In the log there is also a bunch of:
0057:fixme:d3dx:D3DXLoadSurfaceFromMemory Unhandled filter 0x80004.
For now winetricks d3d9x_43 is a workaround
--
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=53103
Bug ID: 53103
Summary: ie8 doesn't start (race condition)
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: eric.pouech(a)orange.fr, jacek(a)codeweavers.com
Regression SHA1: f034084d49b354811096524d472ae5172ac1cebf
Distribution: Debian
Created attachment 72538
--> https://bugs.winehq.org/attachment.cgi?id=72538
terminal output
Regression, I *believe* introduced by:
commit f034084d49b354811096524d472ae5172ac1cebf
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Thu Mar 17 08:27:28 2022 +0100
kernelbase: Handle corner case in CreateProcess.
In CreateProcess, if:
- parent isn't attached to a console
- CreateProcess's flag isn't set with DETACHED_PROCESS nor
CREATE_NEW_CONSOLE
- child is a CUI program
then a console must be allocated for the child.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52048
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
before this commit (i.e., with c7e87b536edb28bb48162690e0d42c9ba9ccb43c),
installing/starting ie after `winetricks -q ie8` works without failure. After
this commit, there's a race.
Of course, it's a race, so I can't be 100% sure, but I can run at
c7e87b536edb28bb48162690e0d42c9ba9ccb43c 15 times in a row without failure, but
fails most of the time at f034084d49b354811096524d472ae5172ac1cebf).
To reproduce:
$ wineserver -k ; rm -rf ~/.wine ; winetricks -q ie8 ; wineserver -w ; wine
'C:\Program Files\Internet Explorer\iexplore.exe' http://example.org
if successful, IE will show its window. If it fails, no window will appear.
--
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=46012
Bug ID: 46012
Summary: Command & Conquer 3: Kane's Wrath (1.03) Invisible
units and tiberium
Product: Wine-staging
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: huematrix(a)mailinator.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62582
--> https://bugs.winehq.org/attachment.cgi?id=62582
Log file
When loading in Command and Conquer 3: Kane's Wrath (Unofficial patch 1.03, but
from Origin), every unit, tiberium, as well as some of the scenery, are
invisible.
Changing the graphics settings didn't change anything, attached is the log with
tons of d3d9 errors.
--
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=33943
Bug #: 33943
Summary: Battle.net client region dropdown does not appear
until you hover its options
Product: Wine
Version: 1.6-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
When opening the Battle.net client (currently in closed beta), the region
dropdown is invisible until the cursor actually goes over its options.
No relevant console output.
--
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=44795
Bug ID: 44795
Summary: Need for Speed: Shift demo needs
ID3DXEffectImpl_SetRawValue
Product: Wine
Version: 3.4
Hardware: x86-64
URL: http://www.fileplanet.com/205212/200000/fileinfo/Need-
For-Speed:-Shift-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8ca8, data 0x8f4a2b0, byte_offset 0, bytes 256 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d18, data 0x8f4a3b0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8d88, data 0x8f4a3c0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8df8, data 0x8f4a3d0, byte_offset 0, bytes 16 stub!
0009:fixme:d3dx:ID3DXEffectImpl_SetRawValue iface 0x1aae78e8, parameter
0x1aae8e68, data 0x8f4a3f0, byte_offset 0, bytes 64 stub!
Car textures are dark. During a race road almost black.
wine-3.4-120-gafef57f872
--
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=42117
Bug ID: 42117
Summary: Chessmaster 9000 windows with double caption/title
bars
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: bkbk9(a)yahoo.ca
Distribution: ---
Created attachment 56643
--> https://bugs.winehq.org/attachment.cgi?id=56643
Screenshot, windows with double captions, wine 2.0-rc3
Chessmaster 9000 window and child windows have 2 title bars/captions.
--
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=46662
Bug ID: 46662
Summary: absolute value of unsigned type 'unsigned int' has no
effect
Product: Wine
Version: 4.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
I compiled in macOS with clang and see numerous messages like this
~~~~
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
warning:
taking the absolute value of unsigned type 'unsigned int' has no effect
[-Wabsolute-value]
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^
/Volumes/MacHD/Users/sergey/Documents/Projects/wine/dlls/d3d12/tests/d3d12.c:28:9:
note: remove
the call to 'abs' since unsigned values cannot be negative
if (abs((c1 & 0xff) - (c2 & 0xff)) > max_diff)
^~~
~~~
Let me explain it is not negligible. It is error.
For example c2 = 8, c1 = 7
abs(c1 - c2) = 0xFFFFFFFF > max_diff
The condition is TRUE!!!
There is other places, not only in tests, for example
dlls/gdiplus/image.c
and hundreds such mistakes.
--
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=14218
Summary: OleLoadPictureEx is not fully implemented (ole32)
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mehlers(a)adata.de
Created an attachment (id=14504)
--> (http://bugs.winehq.org/attachment.cgi?id=14504)
Wine Output for OleLoadPictureEx
The Main Window of our Software under Windows shows a Picture. If we use the
builtin-Version of ole32 the Picture is not displayed. It seems that
"OleLoadPictureEx" ist not fully implemented.
See attachment "output.txt" for more information.
adata Software GmbH
Michael Ehlers
--
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=42893
Bug ID: 42893
Summary: Cann't insert any HBITMAP in RichEdit control
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: xiewei(a)deepin.com
Distribution: ---
1.Run Edit.exe with wine
2.Select any emoticon insert to the richedit,but nothing happened.
--
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=54951
Bug ID: 54951
Summary: Calling SetUserObjectInformationW with
UOI_TIMERPROC_EXCEPTION_SUPPRESSION causes Invalid
parameter
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: cocoa(a)hoto.us
Distribution: ---
Created attachment 74476
--> https://bugs.winehq.org/attachment.cgi?id=74476
reproducible executable file
Confirmed on Ubuntu 22.04, wine-8.8.
I am developer who develops company internal software, using Win32 API.
Some of our members using macOS, So I recommended CrossOver.
However that member says It's crashing, I thought It maybe x64 issue so I
provided x86 build for them. It seems to work at first, but crashed after
seconds. It reports: "[87 0x81] Invalid parameter.".
I traced stack and I found this line is the problem:
https://github.com/rodrigocfd/windigo/blob/master/ui/any_globals.go#L172
And I commented out that line, It works with some graphic issue. (No graphic
issue on Wine)
I don't know about Wine's workaround about this function as many, But It seems
to UOI_TIMERPROC_EXCEPTION_SUPPRESSION flag caused the error.
I attached a simple reproducible program that creates 500x500 window.
I also confirmed It crashes on Wine 8.8, the latest development release.
I sent this issue also to CodeWeavers, but I'm filing this bug report because
this also happens on Wine.
By Wine doesn't crash but throws invalid exception, there is no trace
attachment.
Thanks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54697
Bug ID: 54697
Summary: Gaming.Input is not working with RAW controller API
Product: Wine
Version: 8.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: windows.gaming.input
Assignee: wine-bugs(a)winehq.org
Reporter: winrazor(a)gmail.com
Distribution: ---
Hello, I'm trying to run .Net Framework 7.0 application with Gamin.Input Raw
device API on Ubuntu Linux and have the following error:
fixme:input:controller_QueryInterface {43c0c035-bb73-4756-a787-3ed6bea617bd}
not implemented, returning E_NOINTERFACE
Connected device is detected but it cannot read info from device.
Tried with 2 different controllers: Trustmaster Dual Trigger and Xbox Series S
by cable, and have the same problem.
Wine 8.3 Staging is configured for Windows 11. In Windows 11 application works.
Do you have an idea?
Thanks is advance.
Timur.
--
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=53775
Bug ID: 53775
Summary: Resident Evil 3 / Biohazard 3 (Sourcenext): Graphical
Issues with TeamX HD Mod
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mskau(a)protonmail.com
Distribution: ArchLinux
The HD assets seemingly do not load at all with the HD mod. Instead the game
expects the HD assets but the original assets are loaded instead, causing
graphical issues.
The game has both the TeamX HD mod and Classic Rebirth installed.
Both WineD3D and DXVK exhibit this behavior.
The modded game works without issues under Windows 10.
Screenshots:
https://cdn.discordapp.com/attachments/819766636583845901/10291889002682860…https://cdn.discordapp.com/attachments/819766636583845901/10291889028687668…
--
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=46475
Bug ID: 46475
Summary: Enlarging the text via mouse-wheel in wordpad does not
adapt the character spacing
Product: Wine
Version: 4.0-rc6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 63298
--> https://bugs.winehq.org/attachment.cgi?id=63298
Image showing the issue
Open wordpad, enter some words.
Hold ctrl and use the scroll-wheel, the zoom doesn't work properly.
"winetricks riched20" works around the issue.
--
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=44514
Bug ID: 44514
Summary: Elder Scrolls Online (Dragon Bones update) requires
more than 32 samplers in pixel shaders with D3D11
renderer
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ssorgatem(a)gmail.com
Distribution: ---
Practically the same as https://bugs.winehq.org/show_bug.cgi?id=41213
Missing ground textures that make the game rather hard to play, same as in the
screenshots for that patch.
The difference is that back then the game required more than 16 samplers...
which was fixed, but it now requries more than 32 samplers:
fixme:d3d:context_bind_shader_resources Shader 0x7fff03eb85a0 needs 37
samplers, but only 32 are supported.
Happens in latest staging, 3.0 and 3.1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54889
Bug ID: 54889
Summary: shell32.dll compile with clang-16 on termux-x86 LLVM
ERROR: out of memory
Product: Wine
Version: 8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: szl19921231(a)gmail.com
Distribution: ---
Created attachment 74387
--> https://bugs.winehq.org/attachment.cgi?id=74387
compile error log
build i386 wine:
winegcc output shell32.dll LLVM out of memory from wine-8.2, win-8.1 is ok
compile on termux-app_v0.118.0+github-debug_x86.apk
clang-16.0.1 i686
but x86_64 wine can build shell32.dll ok on termux-app_v0.118.0debug_x86_64.apk
--
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=22846
Summary: wine's internet explorer can't download firefox
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.getfirefox.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
As everyone who's installed Windows (and isn't in the EU) knows, the main use
of Internet Explorer is to download firefox. Unfortunately, wine's IE can't
download firefox:
$ wine iexplore.exe http://www.getfirefox.com
Click download, choose windows, and...nothing. Relevant terminal output:
fixme:mshtml:nsChannel_IsNoStoreResponse (0x2a06a38)->(0x32ee7c)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x2a06a38)->(0x32ee78)
fixme:mshtml:nsChannel_Cancel (0x2a06a38)->(804b0002)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2affaf8)->()
fixme:mshtml:nsChannel_SetReferrer (0x2affaf8)->(0x2bf3b38)
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:urlmon:Binding_Abort (0x2b46008)
fixme:shdocvw:ClOleCommandTarget_Exec Unimplemented group
{000214d1-0000-0000-c000-000000000046}
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2b162b0)->(0x32f108 0x32f34c 0)
fixme:wininet:InternetLockRequestFile STUB
err:mshtml:read_stream_data buffer is full
--
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=42254
Bug ID: 42254
Summary: iTunes 12.5.4 window maximized with margin
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: winetaste(a)gmx.net
Distribution: ---
Created attachment 56939
--> https://bugs.winehq.org/attachment.cgi?id=56939
output maximizing
iTunes window has 4 px margin on every side when maximized.
It is the same for 32 and 64bit iTunes.
I tested on two different machines both with Ubuntu 16.10 64bit. Same result
with KDE Plasma 5, MATE and Cinnamon. Same with builtin and native gdiplus.
Output when I click maximize button, see attachment.
I don't know if I missed that before, because I didn't really maximized iTunes
that often before. Now I tested with rc3-5 and it is the same result.
iTunes 12.5.4.42
$ sha1sum iTunesSetup.exe
3a70cb1f8215efab5ae3723ab5ddde21f8394108 iTunesSetup.exe
iTunes 12.5.4.42 x64:
$ sha1sum iTunes6464Setup.exe
e24e12bf876d1cb683081ef4bd2427d1d2d377cd iTunes6464Setup.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.
http://bugs.winehq.org/show_bug.cgi?id=25532
Summary: iTunes under Wine doesn't find shared libraries
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: computers57(a)hotmail.com
It seems that iTunes 10.1 under Wine cannot find shared libraries. I think
this has something to do with mdnsresponder not able to talk on the required
port.
Steps to reproduce:
1. Go to preferences in iTunes running either on Mac or natively on Windows.
2. click on Sharing.
3. Enable Music Sharing.
4. Go to a wine directory which has iTunes installed.
5. Start up iTunes under Wine.
6. Wait about a minute.
7. Look under Sharing on the sidebar.
Expected result:
You should see the shared library.
Actual result:
The share doesn't show up at all.
--
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=47980
Bug ID: 47980
Summary: Corel DRAW 2019 installer halts at "Initializing" step
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bignintyfan(a)gmail.com
Distribution: ---
Created attachment 65490
--> https://bugs.winehq.org/attachment.cgi?id=65490
Corel DRAW 2019
Applications such as CorelDRAW 2019 hang at the "Initializing" step when trying
to install. This has been occurring since at least Wine Staging 4.5, but has
persisted to Wine Staging 4.18.
Steps to reproduce:
1. Make sure the "winbind" package is installed (`sudo apt install winbind`)
2. Make a new 64-bit Wine Prefix (`export WINEPREFIX=~/.wine-corel`)
3. Download the trial of CorelDRAW 2019 (https://www.coreldraw.com/en/)
4. (optional) Install dotnet40 using winetricks (`winetricks dotnet40)
5. Run the installer (`wine CorelDRAWGraphicsSuite2019Installer_RW.exe`)
Tracelog is added as an attachment, the final error shown when the window hangs
is "{}:err:seh:setup_exception_record stack overflow 1024 bytes in thread {}
eip f7b34198 esp 00230f30 stack 0x230000-0x231000-0x330000"
--
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=48678
Bug ID: 48678
Summary: USB serial under .NET 4.0 enters into an infinite loop
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forum(a)abtelecom.ro
Distribution: ---
Created attachment 66531
--> https://bugs.winehq.org/attachment.cgi?id=66531
WineHQ LokProgrammer5 using USB to SERIAL
Hi,
I'm trying to run ESU LokProgrammer5 under Wine 5.0.
Seems that when it wants to read from the serial port is entering into an
infinite loop.
OS: Debian Bullseye
Kernel: 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux
WineHQ: 5.0
DOS Devices:
$ ls .wine/dosdevices/ -l
total 8
lrwxrwxrwx 1 adrian adrian 10 Dec 1 12:50 c: -> ../drive_c
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com1 -> /dev/ttyS0
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com2 -> /dev/ttyS1
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com3 -> /dev/ttyS2
lrwxrwxrwx 1 adrian adrian 10 Feb 27 00:07 com4 -> /dev/ttyS3
lrwxrwxrwx 1 adrian adrian 62 Feb 27 00:07 com5 ->
/dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A506V8O5-if00-port0
lrwxrwxrwx 1 adrian adrian 81 Feb 27 00:07 com6 ->
/dev/serial/by-id/usb-Prolific_Technology_Inc._USB-Serial_Controller_D-if00-port0
lrwxrwxrwx 1 adrian adrian 12 Feb 27 00:07 com7 -> /dev/ttyUSB0
lrwxrwxrwx 1 adrian adrian 12 Feb 27 00:07 com8 -> /dev/ttyUSB1
lrwxrwxrwx 1 adrian adrian 14 Dec 1 12:50 d:: -> /dev/mmcblk0p1
lrwxrwxrwx 1 adrian adrian 12 Dec 1 12:50 e:: -> /dev/mmcblk0
lrwxrwxrwx 1 adrian adrian 1 Dec 1 12:50 z: -> /
Logs are made with "WINEDEBUG=+comm wine drive_c/Program\ Files\
\(x86\)/LokProgrammer5/LokProgrammer.exe" using COM5 and COM6.
I've test the COM ports with PuTTY.EXE and they work ok, but under this
software are not working.
Kind regards,
Adrian
--
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=31554
Bug #: 31554
Summary: PDF Annotation crashes on second startup
Product: Wine
Version: 1.5.11
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Now that bug 31206 is fixed, PDF Annotator starts up ok the first time,
but it still crashes on 2nd run with
fixme:msxml:internal_getProperty (0x3e27008)->(L"charset") unsupported property
fixme:msxml:internal_getProperty (0x3e27008)->(L"xmldecl-encoding") unsupported
property
fixme:msxml:internal_getProperty (0x3e27008)->(L"xmldecl-version") unsupported
property
err:seh:setup_exception_record stack overflow 2032 bytes in thread 0009 eip
004063aa esp 00240b40 stack 0x240000-0x241000-0x340000
'winetricks msxml3' still works around it, as does
rm "$WINEPREFIX/dosdevices/c:/users/$LOGNAME/Local Settings/Application
Data/PDF
Annotator/3.0/Tools/paStampTools.xml"
--
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=36958
Bug ID: 36958
Summary: Wine emulates file creation time instead of fetching
it from the underlying filesystem
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Created attachment 49071
--> http://bugs.winehq.org/attachment.cgi?id=49071
Far2 showing file modification/creation/lass access times.
In Linux at least ext4 supports file creation time field (crtime), but Wine
doesn't use it. Instead it uses mtime.
Please, implement crtime for filesystems which impelement this field.
--
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=32493
Bug #: 32493
Summary: MOTORM4X Crash
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jarkamirov(a)gmail.com
Classification: Unclassified
The Game closed with error
Kubuntu 12.04.1
Radeon HD6850
Catalyst 12.11b
--
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=48680
Bug ID: 48680
Summary: iTunes Dark GUI
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: cb2mail(a)icloud.com
Distribution: ---
Created attachment 66534
--> https://bugs.winehq.org/attachment.cgi?id=66534
Dark screen in iTunes, cannot be read
iTunes has dark screen that cannot be read.
--
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=29579
Bug #: 29579
Summary: winhelp: winhlp32.exe doesn't support making its
window non-resizeable or without menu strip
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://download.microsoft.com/download/aoe/Trial/1.0/W
IN98/EN-US/MSAoE.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
In Windows, help files can cause the winhlp32 window to open with fixed
(non-resizeable) dimensions, and/or with no menu strip. Wine winhlp32 does not
support that feature.
For example, download the Age of Empires trial version from
http://www.microsoft.com/games/empires/downloads.htm
direct download URL is
http://download.microsoft.com/download/aoe/Trial/1.0/WIN98/EN-US/MSAoE.exe
Either run MSAoE.exe to install the demo, or use cabextract to unpack the files
inside.
Run winhlp32.exe from Windows under Wine and load Empires.hlp. Notice the
window has no menu strip and cannot be resized. (I tested winhlp32.exe from
Windows 98 and XP.)
Run Wine winhlp32.exe and load Empires.hlp. (The window contents are completely
messed up and unusable, but that's not what this bug covers.) Notice the
winhlp32 window is resizeable and has a menu strip.
--
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=33743
Bug #: 33743
Summary: Fullscreen with two monitors of different size
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: enicon(a)gmail.com
Classification: Unclassified
Created attachment 44681
--> http://bugs.winehq.org/attachment.cgi?id=44681
Fullscreen Word window in the biggest monitor (1440x900) is clipped
On Linux Mint (both Nadia and Maya) on a laptop with build-in monitor 1024x768
and external monitor (now 1440x900).
On the biggest monitor, wine application don't go fullscreen correctly,
vertically size seems to be limited by the size of the smallest monitor. In my
example if I fullscreen WORD I get some of the UI missing and a desktop
background stripe in the lower part of the monitor.
Notice that if I don't use fullscreen but drag the windows border I cat enlarge
word on all the surface of the monitor and all the ui is correctly displayed.
--
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=52445
Bug ID: 52445
Summary: Video strip poker (ALL) exits,
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elias_0000_0000(a)yahoo.com
Distribution: ---
I have many versions of Video strip poker.
All versions are exited with error.
Only one it runs until video must be played.
I dont even know what it is being wrong.
=====================================
===Strip poker red light district ===
=====================================
elias@eliasc:~/.wine/drive_c/Program Files (x86)/Strip Poker Red Light Edition$
wine Poker.exe
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:seh:WerRegisterRuntimeExceptionModule
(L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll",
79140000) stub
0108:err:ole:CoGetContextToken apartment not initialised
0024:fixme:path:parse_url failed to parse L"System.Windows.Forms"
0024:fixme:path:parse_url failed to parse L"System"
0024:fixme:path:parse_url failed to parse L"System.Drawing"
0024:fixme:nls:LCIDToLocaleName unsupported flags 8000000
0024:fixme:nls:get_dummy_preferred_ui_language (0x0 0032E384 00000000 0032E380)
returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x0 0032E384 004A4270 0032E380)
returning a dummy value (current locale)
0024:fixme:path:parse_url failed to parse L"Accessibility"
0024:fixme:path:parse_url failed to parse L"System.Drawing"
0024:fixme:font:freetype_set_outline_text_metrics failed to read full_nameW for
font L"Ani"!
.............. ( alot such msgs) ........
0024:fixme:path:parse_url failed to parse L"System.Xml"
0024:fixme:path:parse_url failed to parse L"Poker"
0094:fixme:imm:ImeSetActiveContext (0x6b780, 0): stub
0094:fixme:imm:ImmReleaseContext (0000000000010020, 000000000006B780): stub
0024:fixme:gdiplus:GdipCreateHalftonePalette stub
0024:fixme:imm:ImeSetActiveContext (0x4ce258, 1): stub
0024:fixme:imm:ImmReleaseContext (0002005E, 004CE258): stub
0024:fixme:path:parse_url failed to parse L"Microsoft.DirectX"
0024:fixme:path:parse_url failed to parse L"Microsoft.DirectX.Direct3D"
0024:fixme:path:parse_url failed to parse L"System.Drawing"
0024:fixme:path:parse_url failed to parse L"Microsoft.DirectX.Direct3DX"
0024:fixme:path:parse_url failed to parse L"System.Xml"
0024:fixme:path:parse_url failed to parse L"System.Windows.Forms"
info: Game: Poker.exe
info: DXVK: v1.6
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
warn: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
warn: Skipping Vulkan 1.0 adapter: llvmpipe (LLVM 11.0.1, 256 bits)
warn: DXVK: No adapters found. Please check your device filter settings and
Vulkan setup.
info: Process set as DPI aware
0024:fixme:path:parse_url failed to parse L"System"
0024:fixme:path:parse_url failed to parse L"mscorlib.resources"
0024:fixme:path:parse_url failed to parse L"mscorlib.resources"
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,0032DEB8,00000000):
stub
0024:err:eventlog:ReportEventW L"Application: Poker.exe\nFramework Version:
v4.0.30319\nDescription: The process was terminated due to an unhandled
exception.\nException Info:
Microsoft.DirectX.Direct3D.InvalidCallException\nStack:\n at
Microsoft.DirectX.Direct3D.Device..ctor(Int32,
Microsoft.DirectX.Direct3D.DeviceTyp"...
0024:fixme:advapi:DeregisterEventSource (CAFE4242) stub
Unhandled Exception: Microsoft.DirectX.Direct3D.InvalidCallException: Error in
the application.
at Microsoft.DirectX.Direct3D.Device..ctor(Int32 adapter, DeviceType
deviceType, Control renderWindow, Cre
ateFlags behaviorFlags, PresentParameters[] presentationParameters)
at Poker.CMainForm.InitializeGraphics()
at Poker.CMainForm.InitApplication()
at Poker.Program.Main()
wine: Unhandled exception 0xe0434352 in thread 24 at address 7B010172 (thread
0024), starting debugger...
0110:fixme:imm:ImeSetActiveContext (0x23ff10, 1): stub
0110:fixme:imm:ImmReleaseContext (000100A2, 0023FF10): stub
Module Address Debug info Name (50 modules)
PE 00400000-00448000 Deferred poker
PE 00f00000-012db000 Deferred ole32
PE 03d10000-04208000 Deferred mscorlib
PE 04670000-049c6000 Deferred system
PE 04a60000-04a6a000 Deferred accessibility
PE 04ae0000-04fa4000 Deferred system.windows.forms
PE 04fb0000-0504a000 Deferred system.drawing
PE 05050000-05289000 Deferred gdiplus
PE 05300000-0551e000 Deferred system.xml
PE 05570000-05c54000 Deferred windowscodecs
PE 05ce0000-05d1b000 Deferred microsoft.directx
PE 05d20000-05d5b000 Deferred microsoft.directx
PE 05d60000-05e12000 Deferred microsoft.directx.direct3d
PE 05e20000-05ed2000 Deferred microsoft.directx.direct3d
PE 05f00000-061d0000 Deferred microsoft.directx.direct3dx
PE 061d0000-064a0000 Deferred microsoft.directx.direct3dx
PE 5e0d0000-5e17a000 Deferred diasymreader
PE 603b0000-60416000 Deferred mscoreei
PE 60930000-60940000 Deferred nlssorting
PE 61740000-61809000 Deferred advapi32
PE 62440000-626fe000 Deferred d3d9
PE 62fc0000-631a3000 Deferred rpcrt4
PE 63480000-63499000 Deferred version
PE 63bc0000-63bfc000 Deferred shcore
PE 64a40000-64b3f000 Deferred shlwapi
PE 64ec0000-64f52000 Deferred oleaut32
PE 66240000-66277000 Deferred bcrypt
PE 66b00000-66b59000 Deferred win32u
PE 682c0000-68359000 Deferred winevulkan
PE 68500000-68623000 Deferred combase
PE 69940000-699b2000 Deferred propsys
PE 69ac0000-69ad2000 Deferred vulkan-1
PE 6a280000-6a2c4000 Deferred msvcrt
PE 6bc00000-6bc8b000 Deferred sechost
PE 6bcc0000-6be4f000 Deferred setupapi
PE 6c9c0000-6cb5a000 Deferred gdi32
PE 6cc40000-6cffe000 Deferred comctl32
PE 6e8c0000-6eb0b000 Deferred crypt32
PE 6ed00000-6f3f5000 Deferred user32
PE 6fe40000-6fec4000 Deferred rsaenh
PE 70b40000-70d82000 Deferred ucrtbase
PE 71200000-7123f000 Deferred imm32
PE 79000000-7904a000 Deferred mscoree
PE 79060000-7911e000 Deferred msvcr100_clr0400
PE 79140000-797af000 Deferred clr
PE 79810000-79870000 Deferred clrjit
PE 7b000000-7b290000 Deferred kernelbase
PE 7b600000-7b8f4000 Dwarf-4 kernel32
PE 7bc00000-7be21000 Dwarf-4 ntdll
PE 7e070000-7e074000 Deferred winex11
System information:
Wine build: wine-7.0
Platform: i386 (WOW64)
Version: Windows 7
Host system: Linux
Host version: 5.11.0-18-generic
=================================================================
=====================Video Strip poker HD =======================
=================================================================
elias@eliasc:~/.wine/drive_c/Program Files (x86)/Video Strip Poker HD$ wine
vsphd.exe
0024:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0024:fixme:olepicture:OleLoadPictureEx
(05CA2614,71718,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032F7EC),
partially implemented.
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0094:fixme:imm:ImeSetActiveContext (0x6ba00, 0): stub
0094:fixme:imm:ImmReleaseContext (0000000000010020, 000000000006BA00): stub
0024:fixme:imm:ImeSetActiveContext (0x873260, 1): stub
0024:fixme:imm:ImmReleaseContext (00010082, 00873260): stub
0024:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
0024:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
016c:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
016c:fixme:olepicture:OleLoadPictureEx
(05B8E5A4,9166,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032FA4C),
partially implemented.
016c:fixme:olepicture:OLEPictureImpl_SaveAsFile (0075FCE0)->(00763C20, 0,
00000000), hacked stub.
01fc:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory
for {7fd52380-4e07-101b-ae2d-08002b2ec713} with error 0x80004002
01fc:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory
for
.............. ( alot such msgs) ........
0024:fixme:path:parse_url failed to parse L"common\\shuffl.wav"
0024:fixme:path:parse_url failed to parse
L"C:\\users\\elias\\APPL~JHT\\VIDE~BXN/intro.avi"
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 1087
Current serial number in output stream: 1087
=================================================================
=====================Video Strip poker Classic 2007 =======================
=================================================================
elias@eliasc:~/.wine/drive_c/Program Files (x86)/Video Strip Poker$ wine
main.exe
0124:fixme:olepicture:OleLoadPictureEx
(01761DFC,2246,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032FB10),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176A1E4,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032F75C),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176BAE4,774,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0032F72C),
partially implemented.
0124:fixme:olepicture:OLEPictureImpl_SaveAsFile (00629CC8)->(00659548, 0,
00000000), hacked stub.
0134:fixme:imm:ImeSetActiveContext (0x6c0a0, 0): stub
0134:fixme:imm:ImmReleaseContext (00000000000200CA, 000000000006C0A0): stub
0124:fixme:imm:ImeSetActiveContext (0x66d418, 1): stub
0124:fixme:imm:ImmReleaseContext (000300F0, 0066D418): stub
0124:fixme:olepicture:OleLoadPictureEx
(0176EDAC,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDB4,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032EA38),
partially implemented.
0124:fixme:olepicture:OleLoadPictureEx
(0176EDAC,120054,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0032F6F0),
partially implemented.
0124:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000007,0x69ad78,0x00000018,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000050,0x69ad78,0x00000054,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_CACHE_INFORMATION
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000021,0x69aee0,0x00000010,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x0000002d,0x69aee0,0x00000020,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x0000003d,0x69aef8,0x00000a90,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x00000012,0x69aef8,0x00000a90,0x32c6c8) stub
0124:fixme:ntdll:NtQuerySystemInformation
(0x0000002a,0x69af10,0x00000a78,0x32c6c8) stub
0124:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111 for dll L"C:\\windows\\system32\\devenum.dll"
0124:err:ole:com_get_class_object no class object
{da4e3da0-d07d-11d0-bd50-00a0c911ce86} could be created for context 0x1
0124:fixme:path:parse_url failed to parse L"music\\vsp_~eeq.mp3"
0124:fixme:mciqtz:MCIQTZ_mciSeek MCI_TO not implemented yet
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
.............. ( alot such msgs) ........
0124:fixme:path:parse_url failed to parse L"data\\16-may.mcr"
0124:fixme:reg:RegQueryInfoKeyW security argument not supported.
.............. ( alot such msgs) ........
0124:fixme:path:parse_url failed to parse L"data\\16-may.vid"
X Error of failed request: GLXBadFBConfig
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 0 ()
Serial number of failed request: 1391
Current serial number in output stream: 1391
--
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=50929
Bug ID: 50929
Summary: Silver Chains (GOG) crashes and start dumping memory
in console
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
Created attachment 69745
--> https://bugs.winehq.org/attachment.cgi?id=69745
console log
Setup: wine-6.5-156-g2fcc1d0ecde, ubuntu 20.10, nvidia gtx 1070 and nvidia
driver 460.39.
--
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.