https://bugs.winehq.org/show_bug.cgi?id=42434
Bug ID: 42434
Summary: Gamepad listed twice
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: gabriel.corona(a)enst-bretagne.fr
Distribution: ---
Created attachment 57270
--> https://bugs.winehq.org/attachment.cgi?id=57270
Example program enumerating the same device twice.
The gamepads seem to be listed twice by DiectInput.
The problem manifests itself in Lego games (eg. "Lego the Hobbit" and "Lego
Star Wars Episode 7"). The same gamepad is exposed twice and is thus used for
both players: the same gamepad controls both players and it is not possible to
play single player.
A quick workaround is to use `rm /dev/input/js*`.
AFAIU, the problem is that both the /dev/input/eventX and the /dev/input/jsX
device of the gamepad are enumerated. You'll find in attachement a program
which demonstrates the issue:
Thrustmaster Dual Trigger 3-in-1 (event)
({B323044F-0000-0000-0000-504944564944}) -- Thrustmaster Dual Trigger 3-in-1
(event) ({9E573EDA-7734-11D2-8D4A-23903FB6BDF7})
Thrustmaster Dual Trigger 3-in-1 (js)
({B323044F-0000-0000-0000-504944564944}) -- Thrustmaster Dual Trigger 3-in-1
(js) ({9E573ED9-7734-0000-8D4A-23903FB6BDF7})
Using Wine 2.1 on Debian testing with Linux 4.9.0.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41080
Bug ID: 41080
Summary: Need For Speed Most Wanted 2005 not working after
upgrade from Ubuntu 14.04 to 16.04
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: naheelazawy(a)gmail.com
Distribution: ---
Created attachment 55265
--> https://bugs.winehq.org/attachment.cgi?id=55265
backtrace
The game was working great on Ubuntu 14.04 but now after upgrading to 16.04 it
just doesn't work. And by the way, I tried various versions of wine and nothing
worked so far.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51863
Bug ID: 51863
Summary: QuantumClient.exe from Raymarine SDK needs
dhcpcsvc6.dll
Product: Wine
Version: 6.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70775
--> https://bugs.winehq.org/attachment.cgi?id=70775
Terminal output
Unfortunately, this software is not publicly available.
$ sha256sum InstallQuantumSDK.exe
b7129e856fb9e012e6e4d4b49d643cf0454280a1e9a358ef2a3891bd957d939c
Output of `wine 'C:\Raymarine\QuantumSDK\Output\Release_x64\QuantumClient.exe'`
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=51583
Bug ID: 51583
Summary: win16 applications crash due to "visual styles"
Product: Wine
Version: 6.14
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: ---
Split off from bug 51564.
Issue is with
commit f304b2ae23bb537029fe51983f060f680de66a12
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Fri Jun 11 10:05:33 2021 +0800
winevdm: Enable visual styles.
Download 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.
http://bugs.winehq.org/show_bug.cgi?id=34297
Bug #: 34297
Summary: Allow reconnecting to disconnected joysticks
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45660
--> http://bugs.winehq.org/attachment.cgi?id=45660
Proof-of-concept patch
Currently, if a joystick is disconnected and then reconnected (because the
cable is pulled out, for example), Wine acts as though the joystick is present
but stuck at the last state it reported, and it fails to report any subsequent
changes in device state, which is an arguably suboptimal user experience.
The attached patch (against 1.7.0) changes the Linux evdev driver to attempt to
reopen a joystick device after a read fails. This patch uses the simple
heuristic of "if it's on the same device file and has the same name, it's the
same joystick", which means (1) it won't reconnect if the device file changes
and (2) it could falsely reconnect if there are multiple input devices with the
same name, but it works for simple circumstances.
Naturally, one could iterate over all possible input devices to try and find
the device, but that could be fairly expensive to do on every poll operation,
and it would probably involve concurrency issues relating to checking whether
the device is already known as a different joystick. In the long run, it might
be better to monitor the /dev/input directory for added and removed devices
(perhaps using inotify) and use those events to handle reconnection.
--
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=51892
Bug ID: 51892
Summary: Program DSP-408.exe returns Assertion Failed error in
afxwin1.ini line 418
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mdeixler(a)sbcglobal.net
Distribution: ---
Created attachment 70839
--> https://bugs.winehq.org/attachment.cgi?id=70839
backtrace test as reported.
Trying to tun DSP-408.exe (control program for ausdio device found here:
https://www.parts-express.com/Dayton-Audio-DSP-408-4x8-DSP-Digital-Signal-P…
(Manuals and Resources))
Program returns error:
Debug Assertion Failed!
Program ~path\DSP-408.exe
File: afxwin1.ini
Line 418
For information on how your program can cause an assertion failure see the
Visual C++ documentation on asserts
Backtrace attached.
Thank you.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51749
Bug ID: 51749
Summary: Wine 6.17 fails to build under Slackware64 Current
with multilib
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: ozan.turkyilmaz(a)gmail.com
Regression SHA1: abb17573ce52274387ff6e4d5015d5212f215321
Distribution: Slackware
Wine 6.17 does not build under Slackware64 Current under multilib. I was able
to build Wine 6.15 fine.
Build error is below:
tools/winegcc/winegcc -o dlls/avicap32/avicap32.so --wine-objdir . -m32
-fno-PIC -Wl,-z,notext \
-fasynchronous-unwind-tables -munix -shared dlls/avicap32/v4l.o -lntdll
libs/port/libwine_port.a \
-Wl,--subsystem,unixlib -ldl
/usr/bin/ld: cannot find -lntdll
collect2: error: ld returned 1 exit status
winegcc: /usr/bin/32/gcc failed
make: *** [Makefile:9493: dlls/avicap32/avicap32.so] Error 2
git bisect outcome is below:
abb17573ce52274387ff6e4d5015d5212f215321 is the first bad commit
commit abb17573ce52274387ff6e4d5015d5212f215321
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Wed Sep 1 15:56:46 2021 -0500
avicap32: Build with msvcrt.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/avicap32/Makefile.in | 7 ++-
dlls/avicap32/avicap32_main.c | 135 ++++++++---------------------------------
dlls/avicap32/unixlib.h | 33 ++++++++++
dlls/avicap32/v4l.c | 137 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 201 insertions(+), 111 deletions(-)
create mode 100644 dlls/avicap32/unixlib.h
create mode 100644 dlls/avicap32/v4l.c
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42695
Bug ID: 42695
Summary: PoE fail to start when launching with dx11 enabled
Product: Wine-staging
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gufideg(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57663
--> https://bugs.winehq.org/attachment.cgi?id=57663
console output
I get an error from Poe that says:
"Failed to retrive IDXGIFactory from adapter": In
source code file: ..\Device
\D3D11\DeviceD3D11.cpp at line 336,
Processing file: Failed to retrive IDXGIFactory
from adapter
Error: E_NOINTERFACE
Description:
Message:
Then I click OK and the game closes.
Works nicely with dx9 and dx9 ex
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49296
Bug ID: 49296
Summary: ZWCAD 2020: cannot select the installation folder; the
program doesn't start.
Product: Wine
Version: 5.9
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: depositmail(a)mail.ru
Created attachment 67300
--> https://bugs.winehq.org/attachment.cgi?id=67300
Cannot select the installation folder.
Hi,
I tried to install the perfect program for drawing ZWCAD (a complete
replacement for AutoCAD).
At first, I couldn't select the installation folder (screenshot attached). But
this is still half the trouble (the program is installed in the default
folder).
Then the program refused to start (log file 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=38696
Bug ID: 38696
Summary: Messy screen in DxTex.exe
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 51621
--> https://bugs.winehq.org/attachment.cgi?id=51621
messy screen with wine-hq
Steps to reproduce:
Start DxTex.exe that is included in DirectxSDK available for download from
https://www.microsoft.com/en-us/download/details.aspx?id=6812
1. New texture. Settings default
2. Open onto this surface and choose any graphic file.
3. see...
With wine-stage the screen is good.
To be sure: I used unmodified sources on wine-hq and wine-stage. There are no
my patches at all.
All settings are the same, just changed wine prefix.
The logs difference is probably in this line
----
fixme:win:EnumDisplayDevicesW ((null),0,0x33f42c,0x00000000), stub!
----
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51570
Bug ID: 51570
Summary: Tetris (16bit) has regressions in gdi32
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
First, work around bug 51564.
Starting with 340a445289ed5777bfc177336fb6e315dfda273c, the program gets more
and more graphical glitches. In the current git tree (and wine-6.14) it's
completely black and broken.
Sadly those changes don't revert cleanly, so I can't test that.
Download available,
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50607
Bug ID: 50607
Summary: Ghostrunner hangs when exit from Echoes level
Product: Wine-staging
Version: 6.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lvb.crd(a)protonmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 69292
--> https://bugs.winehq.org/attachment.cgi?id=69292
terminal output wine-staging-6.1.r2.g32b29ad4.log
Not sure if the problem is specifically related to Gstreamer, the
`mfplat-streaming-support` patchset, or opens the problem in Wine itself.
The game freezes, if you load the level, wait until the video on the first
billboard will be played 1 time (for this one it is 22 seconds and the zone
with it is close enough to the starting point, so that the video starts playing
almost immediately. You can try to rely by the in-game timer or verbose
terminal output), and then try to end/leave the zone (continue the game by
going to Cybervoid or exit to the Main menu).
I did some tests and found that using Wine + `mfplat-streaming-support` from
Staging is enough to reproduce the problem.
Inside the game, videos on billboards are played only 2 times (I'm not sure if
this is correct because in this case, you will not even have the opportunity to
see them, while you get to them in the game way), but despite the fact that the
video is repeated a second time, the game will definitely freeze if you tried
to exit at that moment or when it finishes showing the video a second time and
stops.
So, the minimal steps for repro:
1. will load into the Echoes level.
2. do not move and wait until the in-game timer (lower right corner) is more
than 23 seconds.
3. press Esc and exit to the Main menu.
I'm attachig some (add +timestamp,+tid,warn+mfplat and GST_DEBUG="3") terminal
output
timestamp 330.821 - loading on the level
timestamp ~332-354 - this 22 seconds video (PROPAGANDA_FLASH6.mp4) (already
after 354 the game definitely will be freeze if try exit)
timestamp 372.887 - exit to the Main menu and hang
also at the beginning the game plays 2 intro videos
gstreamer: 1.18.3 (patched for mfplat-streaming-support)
wine version: wine-staging-6.1.r2.g32b29ad4
game version: 0.32091.426
(I suppose it is possible to shorten or replace the video if the wait 22
seconds is too long for the terminal output)
I also found that removing Ghostrunner/Content/Movies/LA/PROPAGANDA_FLASH6.mp4
(first billboard)
Ghostrunner/Content/Movies/LA/PROPAGANDA_ANIM_DRONE2M.mp4 (it video for second
billboard what is next on this level) - helps as workaround.
(I was able to finish the whole game, after deleting these two files. There
were no more such problems with video on billboards at other levels.)
It also seems that the game does not swear at the substitution of these video
files, so I tried:
- replace video with a adjacent file from the same directory.
- compress video with cfr=28 (file size less than 2MB)
-
https://github.com/ValveSoftware/wine/commit/3af15c54a6d8c781cbe32faa61b274…
- delete audio stream.
but none of this seems to help.
I only have the Epic Games Store version of the game. (the launcher requires:
WINEDLLOVERRIDES="libglesv2=d" wine64 EpicGamesLauncher.exe -opengl
-SkipBuildPatchPrereq)
Also to fully complete the game, in addition to mfplat-streaming-support, I had
to use esync and vkd3d-proton (third-party dll). But I managed to reproduce the
problem also on wined3d (dx11 mode) (but this is complicated by the fact that
textures are not rendered on wined3d (opengl) so wined3d (vulkan) will
sometimes be preferable because he has no such problem) and on dxvk
(third-party dll).
Please check 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=40658
Bug ID: 40658
Summary: Joystick POW hat switch rotated for JOYDEVDRIVER=(js)
while JOYDEVDRIVER=(event) is Ok
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: otty(a)gmx.net
Distribution: ---
I have a Saitek AV8R-01 joystick with a POV hat switch.
When using the JOYDEVDRIVER=(event) device (dinput/joystick_linuxinput.c), the
orientation is Ok both in the Wine Control Panel (control.exe) Joystick test
POV area and in the games, i.e when moving the hat switch horizontally to the
right the indicator moves towards the right, when moving the hat switch
vertically up, the indicator moves up.
Hoever the JOYDEVDRIVER=(js) device (dinput/joystick_linux.c) has its
orientation mixed up:
* when moving the hat switch horizontally to the right the indicator moves
down.
* when moving the hat switch vertically up, the indicator moves left.
This happens on wine-1.9.9 on Ubuntu 14.04 (LTS) installed from
http://ppa.launchpad.net/wine/wine-builds/ubuntu trusty main, but is also
present in earlier versions, e.g. 1.6.1
Unfortunately I need to use the (js) device as I cannot get the game to
recognise the rudder and thrust axes with the (event) device.
(BTW, does the (event) device recognize the
[HKEY_CURRENT_USER\Software\Wine\DirectInput] registry key in the same way as
teh (js) device?)
BR,
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44590
Bug ID: 44590
Summary: incorrect rendering in The Witness (ATOC?)
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
Created attachment 60571
--> https://bugs.winehq.org/attachment.cgi?id=60571
bad rendering
The Witness is still not rendering correctly in some cases (as of
7be8beab68c5):
- objects in the water reflections are missing transparencies regardless of
MSAA
- all objects are missing transparencies with MSAA off
perhaps these problems are related.
Here is d3d apitrace (different from screenshot, can make a better one if that
helps):
https://drive.google.com/file/d/1fFCVytDdybsVgZqiTIKS5XseegIO5yzc/view?usp=…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42191
Bug ID: 42191
Summary: Diablo 3 2.4.3 was unable to initialize D3D
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: nfamail(a)gmail.com
Distribution: ---
Created attachment 56824
--> https://bugs.winehq.org/attachment.cgi?id=56824
Diablo 3 Debug Log
When I try to run the game in 64 bit after that I get the grey screen and the
error creating d3d. Click ok a couple of times and it then gives you the
option to retry/cancel and will do nothing. If you go to the battle.net app
and go to game settings and change it to "Open game with 32-bit version
instead" it will open just fine...
Winehq 2.0-rc4
Ubuntu 16.04 64bit (latest updates)
Intel® Core™ i7-4510U CPU @ 2.00GHz × 4
GeForce 840M/PCIe/SSE2
Battle.net 1.6.0.8265 (2.9.2.5362)
Diablo 3 2.4.3.42934
--
Do not reply 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=21564
Summary: warning forever ignores keyboard input after
losing/regaining focus
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www18.big.or.jp/~hikoza/Prod/index_e.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Steps to reproduce:
* Install Warning Forever from the linked website.
* Start the program by running c:\wf\wf.exe. (The installer does not create a
shortcut. This is the same on Windows.)
* Select "Window mode".
* Verify that the 'z' key can be used to make selections in the menu.
* Switch to another window.
* Switch back to Warning Forever window.
* Verify that keyboard input no longer 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.
http://bugs.winehq.org/show_bug.cgi?id=22369
Summary: A child window without WS_EX_MDICHILD style should not
be tiled by the WM_MDITILE message.
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.m.winehq(a)gmail.com
In user32/mdi.c
-> MDITile
-> #L763(wine-1.1.42) for-loop "remove all the windows we don't want",
the windows without WS_EX_MDICHILD window style should be also removed from
win_array.
MDICascade is also.
--
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=24352
Summary: Virtual desktop does not respect modeless child window
Z-order
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: multitude(a)internode.on.net
1. Run 'winecfg' and ensure the 'Graphics -> Emulate a virtual desktop' option
is off.
2. Press the OK button to apply any changes and close 'winecfg'.
2. Run 'wine notepad' and search for text (Ctrl-F).
3. Leaving the 'Find' window open, mouse click the main 'Notepad' window.
CORRECT RESULT: The 'Notepad' window becomes active, the 'Find' child window
becomes inactive and remains in front of the main 'Notepad' window.
4. Exit 'notepad', run 'winecfg' and enable the 'Graphics -> Emulate a virtual
desktop' option.
5. Press the OK button to apply the change and close 'winecfg'.
6. Run 'wine notepad' again and search for text (Ctrl-F).
7. Leaving the 'Find' window open, mouse click the main 'Notepad' window.
INCORRECT RESULT: When the 'Notepad' window becomes active the 'Find' window
disappears behind the 'Notepad' window.
Confirmed in Wine 1.3.2 and Wine 1.2.
Bug found when testing Chessmaster Grandmaster Edition.
--
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=39640
Bug ID: 39640
Summary: taskmgr: "End Process Tree" is unimplemented
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Wine's Taskmgr tool offers to terminate all the processes in a process tree
(End Process Tree) but that function is in fact not implemented. More precisely
it does the exact same thing as 'End Process', i.e. it kills the specified
process but not its children.
As proof, compare the implementation of ProcessPage_OnEndProcessTree() with
ProcessPage_OnEndProcess() in programs/taskmgr/endproc.c. Both functions are
identical.
--
Do not reply 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=36901
Bug ID: 36901
Summary: king of dragon pass shows UI elements like a File menu
and scroll bars
Product: Wine
Version: 1.7.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: silviucc(a)gmail.com
Created attachment 49019
--> http://bugs.winehq.org/attachment.cgi?id=49019
debug log
When running King of Dragon Pass, the game should display a fullscreen window
but it also draws window chrome like a File menu entry and the menu bar (if not
run in an emulated desktop mode) and scroll bars (does not matter if emulated
desktop or not)
There is a demo/tour of the game that can be downloaded from the creators of
this game which has the same issue:
http://a-sharp.com/files/KoDP-Tour.exe
Created a log file with WINEDEBUG=+win,+x11drv,+event
Picture of broken game UI:
https://dl.dropboxusercontent.com/u/3371527/kodp_wine.png
--
Do not reply 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=26723
Summary: Dragon Age Ultimate Edition installer rejects second
disc
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Dragon Age Ultimate Edition's installer runs fine until you
get to the second disc prompt. When you put in the second disc,
wait for it to mount, and click the installer's "Retry" button,
the game thinks for a moment... then ejects the disc, and puts
up the insert disc prompt again.
A +file log of the stuff after inserting the second disc shows:
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:DeviceIoControl (0xb8,2d480c,(nil),0,(nil),0,0xeddb98,(nil))
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll",0x33f0e0,0x33f0f4,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisNextFile.dll" 520 0x33ee10 0x33f0f4)
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll",0x33ed00,0x33ed14,(nil))
trace:file:RtlGetFullPathName_U
(L"C:\\users\\dank\\Temp\\nsy20cc.tmp\\nsisUnRar2.dll" 520 0x33ea30 0x33ed14)
trace:file:DeviceIoControl (0xb8,2402c,0xedd7de,2,0xedd7e0,24,0xedd7d8,(nil))
trace:file:DeviceIoControl (0xb8,2d4808,(nil),0,(nil),0,0xeddb98,(nil))
One funky detail: both disc1 and disc2 have the same volume label
(the guy at EA who made the masters wasn't thinking straight, I guess).
I sure hope this isn't confusing the operating system.
--
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=33362
Bug #: 33362
Summary: Dragon Age Origins texture replaced by black
Product: Wine
Version: 1.5.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 44138
--> http://bugs.winehq.org/attachment.cgi?id=44138
Screenshot of texture bug
I tried Dragon Age Origins with a lot of different Direct3D settings in wine
registry, but still one problem remaining : textures are sometimes replaced by
black shapes, like missing texture...Sometimes it's only the armors or cloth
from vendors or characters who are replaced by black but sometimes it's like 50
% the game textures.
Currently using wine 1.5.27 and Dragon Age Origins 1.5
--
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=40029
Bug ID: 40029
Summary: Dragon Naturally Speaking 13 crashes during creation
of user profile
Product: Wine
Version: 1.9.1
Hardware: x86
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 53478
--> https://bugs.winehq.org/attachment.cgi?id=53478
Terminal output on Wine 1.9.1
Steps to reproduce:
1) remove ~/.wine
2) winetricks -q vcrun2010 msxml4 dotnet452 corefonts vcrun2010
3) install DNS 13
4) wine natspeak.exe
5) wait for first crash (it isn't very dangerous)
6) in new window press next
7) get to the point where you select your region and accent
8) press next
Behaviour:
Crash
Expected behaviour:
No crash
Additional info:
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=4666
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #60 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with vanilla wine-6.19?
I would try by myself but 1.9G is too much for my slow connection.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44448
Bug ID: 44448
Summary: Amazon Dragon Naturally Speaking Home 13 downloader
crashes on install
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dgunter(a)gmail.com
Distribution: ---
Created attachment 60390
--> https://bugs.winehq.org/attachment.cgi?id=60390
Backtrace of crash
Amazon's Dragon Naturally Speaking Home 13 downloader (from the purchased
software page) crashes with Unhandled exception: page fault on read access to
0x00000000 in 32-bit 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.
https://bugs.winehq.org/show_bug.cgi?id=43855
Bug ID: 43855
Summary: Crash while opening Final Dragon Chronicle
Product: Wine
Version: 2.18
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: howard.no1(a)163.com
Created attachment 59416
--> https://bugs.winehq.org/attachment.cgi?id=59416
Backtrace
Crash while starting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44876
Bug ID: 44876
Summary: Dragon's Dogma Online: stutters after running for
awhile
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BrandonDSchumann(a)gmail.com
Distribution: ---
After running the application for awhile, it will stutter to a halt; restarting
the application fixes it. The stuttering feels like 1-2 fps; the application
usually runs at 60 fps otherwise with my hardware.
The earliest wine version I tested was 3.3, the issue still exists in 3.5.
Distribution: Arch Linux x86-64
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43148
Bug ID: 43148
Summary: Display unsynchronized with audio on Dragon's Dogma
Dark Arisen
Product: Wine
Version: 2.7
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrien_fernandes2(a)hotmail.com
The game is suffering of a video lag, everything in the game is shown with a
few seconds too late but the sound is correctly synchronized with my actions.
When I press "I" to open inventory, I will hear the inventory sound immediatly
but it will be displayed a few seconds later. When I jump, I'll hear my guy
jump but will only see him jump way later... Everything is lagged, it's not a
control issue, it's a display lag which make the game totally unplayable.
I'm on Staging 2.7
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42881
Bug ID: 42881
Summary: Dungeon & Dragons online (DDO) directx11 render faults
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: relaxcold(a)gmail.com
Distribution: ---
Created attachment 58003
--> https://bugs.winehq.org/attachment.cgi?id=58003
screenshoot showing render problem with directx11 in ddo
When using directx11 in Dungeons & Dragons online, many parts are now starting
to work, but there is still some problems with the rendering of e.g. the floor
as shown on the attached screenshot.
--
Do not reply 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=24164
Summary: Wine is not data-race detector friendly
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Running Wine under a data-race detector triggers huge numbers of data-race
reports on Wine functions. This makes it impossible to analyze data races in
application that are running under Wine with Valgrind. An example (Valgrind
trunk r11292):
$ valgrind --trace-children=yes --vex-iropt-precise-memory-exns=yes
--gen-suppressions=all --tool=drd --show-confl-seg=no wine notepad
[ ... ]
==1331== Conflicting store by thread 1 at 0x7f00006c size 4
==1331== at 0x476BD36: RtlEnterCriticalSection (in
/usr/lib/wine/ntdll.dll.so
)
==1331== by 0x47811DC: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/servi
ces.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
==1331== Conflicting load by thread 1 at 0x7f000128 size 4
==1331== at 0x477C80F: list_next (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x477EF7E: HEAP_FindFreeBlock (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x47812D6: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/services.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
==1331== Conflicting load by thread 1 at 0x7f0047e0 size 4
==1331== at 0x477C7EC: list_remove (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x478138D: RtlAllocateHeap (in /usr/lib/wine/ntdll.dll.so)
==1331== by 0x4B44408: scmdatabase_autostart_services (in
/usr/lib/wine/services.exe.so)
==1331== by 0x4B45C9E: main (in /usr/lib/wine/services.exe.so)
==1331== Allocation context: unknown.
[ ... ]
--
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=38761
Bug ID: 38761
Summary: Notation Software installation fails when Program
Installation Folder is modified
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
Created attachment 51696
--> https://bugs.winehq.org/attachment.cgi?id=51696
Comparison of Windows and Wine installation
Hi Wine team,
we at Notation Software use VS2010 installer.
When the user modifies the standard Program Folder (target folder C:\Program
Files (x86)) a new folder called "TempFolder" is created in the Program Folder
and all temporary installation files go into that new folder. But the current
temp folder setting for the installing user is still valid.
As a result the installation fails because the temp files are not installed in
the users's temp folder but in that newly created folder which is called
"TempFolder". Definitely this new folder "TempFolder" isn't the real temp
folder.
Please see in the attached zip the files and according explanation:
(1) VS2010 Installer configuration
file "VS2010_configuration_of_installation_folders.png"
Comparison of the installation on Windows with the installation on Wine
(2) How the files end up on OpenSuse
file "Folder_Setup_after_Installation_on_Wine.png"
As a workaround we give our customers the advice not to change the Program
Folder. Then all works fine.
If siomeone wants to try that scenario our trial version can be downloaded from
http://www.notation.com/DownloadComposerTrial.php
Please modify the standard installation folder according to the screen shots
(1), (2)
We see this wrong behaviour in all Linux versions of Wine 1.7.44 and Mac from
Winebottler (Wine 1.7.37)
Best regards,
Reinhold
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41624
Bug ID: 41624
Summary: choosing windows version in winecfg seems incomplete
Product: Wine
Version: 1.9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h.c.croon(a)hccnet.nl
Distribution: ---
Created attachment 55983
--> https://bugs.winehq.org/attachment.cgi?id=55983
log file attemp to run XperiaCompanion.exe
I tried to use xperiacompanion.exe installation program under Wine (Ubuntu
16.04, AMD A10-7850K). I choose Windows 10, Windows 8 and Windows 7
subsequently. Error message: Program works only under Windows 7 or higher.
In log file: "Burn v3.10.3.3007, Windows v5.2 (Build 3790: Service Pack 2)" and
"Condition 'VersionNT >= v6.1' evaluates to false.".
So, what does WINE offer when you choose a Windows version?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7902
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #33 from joaopa <jeremielapuree(a)yahoo.fr> ---
Does the bug still occur with wine-6.19?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46425
Bug ID: 46425
Summary: It's software for AutoCad 2016 Mac version. Can not be
installed, because of problems i added below as
attachment.
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: pedja97(a)live.com
Created attachment 63199
--> https://bugs.winehq.org/attachment.cgi?id=63199
Showed problem in textual form
It's software for AutoCad 2016 Mac version. Can not be installed, because of
problems i added below as 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.
http://bugs.winehq.org/show_bug.cgi?id=18175
Summary: AutoCAD 2008: Pop menu in Text Formating doesn't work
correctly
Product: Wine
Version: 1.1.19
Platform: PC
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=20643)
--> (http://bugs.winehq.org/attachment.cgi?id=20643)
Image showing popup menu
I'm using wine-1.1.19-271-g0a42190 (compiled using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that when i want to go with mouse pointer below first separation
line of popup menu then this popup menu disappears and I cannot choose anything
below this separator.
I can navigate below this separator only with keyboard but when i press left or
right arrow the popup menu again disappears which doesn't happen when i try do
the same with everything above this separator.
--
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=18263
Summary: AutoCAD 2008: Insert Ole Object window doesn't show up
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20787)
--> (http://bugs.winehq.org/attachment.cgi?id=20787)
How should it looks like
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. I've got installed corefonts dotnet20
gdiplus gecko msxml3 vcrun2003 through winetricks.
The problem is with "Insert->Ole Object..." which i can choose in popup menu in
AutoCAD 2008. It doesn't show up anything.
In terminal there were:
fixme:ole:OleUIInsertObjectW (0x7bdf094): stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48599
Bug ID: 48599
Summary: ACAD R14 won't print using CUPS installed HP Laserjet
4MV
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dlrapp(a)islandexpertise.com
Distribution: ---
I use AutoCAD R14 on Centos 7. My HP Laserjet 4MV is installed via CUPS and has
the optional lower tray (11 x 17). My printer works as intended for all of my
linux programs but is not detected by default by AutoCAD though it does allow
"System Default Printer" to be setup in AutoCAD but doesn't detect installed
optional lower tray and will not print at all.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44259
Bug ID: 44259
Summary: Paint Shop Pro X8 Installer
fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerat
or
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
I did some testing of this application and this is probably related to 39124
The installer hangs and console is spammed with
0056:fixme:mshtml:OleInPlaceActiveObject_TranslateAccelerator
(0x1520e8)->(0x33f9a4)
--
Do not reply 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=34394
Bug #: 34394
Summary: SolidWorks 2010: No text in sidebar
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45787
--> http://bugs.winehq.org/attachment.cgi?id=45787
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2005 vcrun2008 mfc40 dotnet30
3) install SolidWorks 2010
4) start SolidWorks 2010
Behaviour:
See attachment (left part of image)
Expected behaviour:
See attachment (right part of image)
Workaround:
sh winetricks wsh57
--
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=38169
Bug ID: 38169
Summary: The Settlers 3 eats a full CPU core, even on a Intel
Core i7
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adrian.kalla(a)gmail.com
Distribution: ---
Created attachment 50920
--> https://bugs.winehq.org/attachment.cgi?id=50920
Console output with Wine 1.7.34
This has been a problem for ever when running "The Settlers 3" on Wine, so it's
time to make it a bug: even though this year-1998 game runs perfectly on
Windows on a Pentium II CPU(!), it eats up a whole single CPU core when used
with Wine.
This results in the curious situation, that even with an Intel Core i7 quad
core 2.2GHz CPU, the game feels slow on Wine...
Before this gets duplicated: this bug is different from Bug 32478. While in the
past the game had also on Windows with a multi core CPU the every few seconds
occurring lag described in bug 32478, it was somehow fixed after some
Windows-updates (I guess it must have been done by a Windows "shim"), the
multicore problem can easily be workarounded by starting the game with "taskset
-c 0 wine s3.exe". For the problem I'm describing here there is no known
workaround as of now.
Attached is a console log of 15 seconds of running the game (+ a few seconds in
the menu).
Settlers3 was started with the following command:
WINEDEBUG=warn+all,+loaddll,+message,+msgbox,+wine_d3d,+ddraw,+d3d_draw,+d3d_surface,+d3d_texture,+d3d,+dplay,+dplay,+dpnhpast,+cursor,+bitmap
taskset -c 3 wine s3.exe
This can be easily reproduced with the free demo version of the game, which can
be downloaded e.g. here:
http://s3de.siedler3.net/ftp.bluebyte.com/demos/eng/settlers3amazons/s3a_de…
.
If the attached log is not enough, I can try to enable more log channels (but
which ones?). I'd like to help as much as I can to fix this, as besides for
eating the CPU, the game runs much better on Wine than on newer Windows
versions.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48827
Bug ID: 48827
Summary: Firealpaca: Graphic tablet pressure sensitivity is not
working
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ameenvengara(a)gmail.com
Distribution: ---
When using brushes with presssure sensitivity it doesn't catch any pressure
sensitivity from graphic tablet. You can draw with tablet without the pressure
sensitivity.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40672
Bug ID: 40672
Summary: wine-gecko cannot do xml + xslt on-the-fly transform
and display, ie8 can.
Product: Wine
Version: 1.9.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
While switching the Font Validator code from COM interop with IE to managed
System.Windows.Forms.WebBrowser
( https://github.com/HinTak/Font-Validator/blob/master/FontVal/ResultsForm.cs )
to better support linux mono, and testing under wine for regressions, I
remember having problems with all the various combinations on a clean
wineprefix - stock wine (i.e. wine-mono), dotnet2 plain, dotnet2 + ie6, + ie7,
+ ie8 - except dotnet2 + ie8 .
Later I worked out that dotnet2 + ie7 and dotnet2 + wine-gecko would happily
display html, just not do xml + xslt on-the-fly transform, which was how the
code was originally written (see the history of the above file), hence I now
work around the wine problem and moved on.
Another part of the original FontValidator requires genuine dotnet2 (mixed mode
assemblies, does not work under wine-mono), but it would be good for wine-gecko
to be able to do xml + xslt displays like ie8 does.
Unfortunately I currently tried to detect wine by looking for WINEPREFIX in the
environment (line 123 of
https://github.com/HinTak/Font-Validator/blob/master/FontVal/ResultsForm.cs ),
but you can probably
The pre- COM->managed binary:
https://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft%20Font%20V…
the post- COM->managed binary:
https://sourceforge.net/projects/hp-pxl-jetready/files/Microsoft%20Font%20V…
To test, just fire it up, go to File->Open XML report-> and just load any local
web pages, or xml + xslt combo.
Note the dependence on https://bugs.winehq.org/show_bug.cgi?id=30988 - you
need genuine dotnet2 to have any embedded webbrowser capability at all -
wine-mono is insufficient. This bug is about wine-gecko vs ie8 on top of
dotnet2.
I did the FontVal change around the new year, found work-around and moved on,
hence the 1.9.0 tag. It probably affects later versions of wine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43744
Bug ID: 43744
Summary: Path of Exile: Rendering issues on DX11 mode
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fincer89(a)hotmail.com
Distribution: ---
Created attachment 59234
--> https://bugs.winehq.org/attachment.cgi?id=59234
Log of PoE DX11 - Wine 2.17 Staging (~8mb unpacked)
NOTE: starting the game on DX11 mode requires Wine compiled with a custom
patchset described in bug 42695 (comment 15). Otherwise, you will get a WIC
Factory error.
Path of Exile has rendering issues on DX11 mode.
Issues are as follows:
A) Downsampled resolution. At initial state (meaning main menu), resolution is
correct but right after logging into character selection menu, the resolution
gets downsampled.
B) Missing letters. Many strings miss letters in main menu, in sub-menus and in
gameplay (font issue?)
C) Effect glitches. Affects rendering of some effects. For example, main menu
torch smokes are sometimes just individual squares consisting of large-scale
pixels hovering above the fire.
D) Flickering menu GUI. GUI elements appearing and disappearing.
E) Flickering full-screen colors. Can be pink, green...etc. It's like overcast
lasting for a fraction of second
-----------------------------
Tested on
- Clean Wine 2.17 Staging, 64-bit prefix (Win10 mode)
- Steam version of the game
- Clean prefix
- CSMT disabled, GLSL enabled
- Nvidia GTX 760M (drivers: 384.59)
- Arch Linux 64-bit
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46121
Bug ID: 46121
Summary: display issue while using geneatique
Product: Wine
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patrick.pochard(a)free.fr
Distribution: ---
Created attachment 62764
--> https://bugs.winehq.org/attachment.cgi?id=62764
trace I got at the time the problem happens
Hi,
While using "geneatique" a genealogy software,
I got these messages (unknown msg ) and the function I try to use does not
display anything (when it should)
Attached is part of the trace I manage to get .
I can do any test in any wine version.
This happens with wine-stable and wine-devel (3.20)
Thanks for helping
Patrick
--
Do not reply 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=28457
Summary: Gecko rendering of Skype login page not rendering
correctly
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xsist10(a)gmail.com
Created an attachment (id=36495)
--> (http://bugs.winehq.org/attachment.cgi?id=36495)
Wine debug output
Gecko rendering of Skype's HTML login page not rendering correctly. No HTML
formating or javascript/css applied. Unable to complete login process due to
this.
I then manually updated gecko to wine_gecko-1.3-x86.msi (from 1.1 which was
installed by default) and the issue still remained.
--
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=28549
Bug #: 28549
Summary: I can't lookup words in Youdao dictionary.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sinojelly(a)163.com
Classification: Unclassified
Created attachment 36648
--> http://bugs.winehq.org/attachment.cgi?id=36648
can not lookup words
please see attachments.
--
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=10955
Summary: Palm Desktop fixme's and errors in install and execute
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gc11772(a)optonline.net
Created an attachment (id=9891)
--> (http://bugs.winehq.org/attachment.cgi?id=9891)
Installing palm desktop
Installing Palm Desktop, get many fixme's and a few errors.
--
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=43787
Bug ID: 43787
Summary: Infoteam OpenPCS: can't get the successful compiling
progress and results
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wj193102(a)gmail.com
Distribution: Ubuntu
First of all, I used the system environment as shown below:
1)The operating system is Ubuntu 17.04, 32-bit;
2)The version of wine is Wine 2.16, 32-bit;
3)The version of application is Infoteam OpenPCS2006_V550
Secondly, because the application software requires .Net 1.1 frameworks and
HTML, so I install Gecko and Mono before I install the application.
Tips:I installed with Infoteam OpenPCS comes with .Net environment is not
successful, but first install Gecko and then install the software successfully.
Finally, Infoteam OpenPCS can be started in two ways: desktop shortcuts and
enter the wine command in the terminal to make calls, such as wine openpcs.exe.
I use the command "wine openpcs.exe" in the terminal to start the application.
I get the following messages:
{
fixme:reg:RegQueryInfoKeyW security argument not supported.
fixme:advapi:ImpersonateLoggedOnUser
(0xc4)fixme:netapi32:DsRoleGetPrimaryDomainInformation ((nil), 1, 0x33f410)
stubfixme:advapi:LsaOpenPolicy ((null),0x33f3b4,0x00000001,0x33f3ac)
stubfixme:advapi:LsaClose (0xcafe)
stubfixme:msvcrt:_mbscspn don't handle double character
casefixme:msvcrt:_mbscspn don't handle double character
casefixme:ieframe:PersistStreamInit_InitNew (0x12d0810)
fixme:ieframe:navigate_url Unsupported args (Flags 0x32e574 {VT_I4: 0};
TargetFrameName 0x32e564 {VT_BSTR: (null)})
fixme:advapi:GetCurrentHwProfileA (0x32b7e0)
semi-stubfixme:shell:SHCreateShellPalette
stubfixme:shell:SHGetInverseCMAP - returning bogus address for SHGetInverseCMAP
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({d001f200-ef97-11ce-9bc9-00aa00608e01}
{d001f200-ef97-11ce-9bc9-00aa00608e01} 0x32bf64)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({79eac9ee-baf9-11ce-8c82-00aa004ba90b}
{79eac9ee-baf9-11ce-8c82-00aa004ba90b} 0x1343fac)
fixme:ieframe:TargetFrame_GetFrameOptions (0x12d0844)->(0x32befc)
fixme:ieframe:DocObjectService_GetPendingUrl 0x10a9eb8 0x32c098
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({4c96be40-915c-11cf-99d3-00aa004ae837}
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32bfec)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({332c4427-26cb-11d0-b483-00c04fd90119}
{332c4427-26cb-11d0-b483-00c04fd90119} 0x32bfc4)
fixme:ieframe:ShellBrowser_QueryInterface 0x10a9eb8
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32b928
fixme:ieframe:ClientSite_GetContainer (0x12d08dc)->(0x32bfc4)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({4c96be40-915c-11cf-99d3-00aa004ae837}
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32cf34)
fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc}
{00000001-0000-0000-c000-000000000046} 0x32cbd8)
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc}
could be created for context 0x401
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
2, 2: Error found/expected : IDENTIFIER/_EOF_ PROGRAM FUNCTION_BLOCK FUNCTION
GLOBAL_TYPE_BEGIN GLOBAL_PROTOTYPE_BEGIN BASIC_TYPE_BEGIN TYPE VAR VAR_GLOBAL
VAR_EXTERNAL VAR_INPUT VAR_OUTPUT VAR_IN_OUT
9, 9: Error found/expected : VORDEF_DATA_TYPE_NAME/IDENTIFIER AT END_STRUCT
COMMENT
11, 5: Error found/expected : END_STRUCT/IDENTIFIER AT END_TYPE COMMENT
fixme:treeview:TREEVIEW_PrintClient Partial Stub: (hdc=0xd019b
options=0x00000014)
fixme:msvcrt:_mbscspn don't handle double character case
fixme:msvcrt:_mbscspn don't handle double character case
fixme:shell:MLLoadLibraryW (L"shdoclc.dll",0x19c0000,2) semi-stub!
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x12d08dc)
fixme:advapi:GetCurrentHwProfileA (0x32efe0) semi-stub
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({4c96be40-915c-11cf-99d3-00aa004ae837}
{6d5140c1-7436-11ce-8034-00aa006009fa} 0x32ea28)
fixme:ieframe:TargetFrame_GetFrameMargins (0x12d0844)->(0x32ea5c 0x32ea64)
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:urlmon:SecManagerImpl_ProcessUrlActionEx
(0x1343fa0)->(L"file://C:\\users\\Public\\Application Data\\infoteam
Software\\OpenPCS2006\\splhtm\\startup.htm" 00001400 0x32f144 4 (nil) 0
00000000 00000000 0x32f128) stub
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3c374a40-bae4-11cf-bf7d-00aa006946ee}
{3c374a41-bae4-11cf-bf7d-00aa006946ee}
0x10a9b78)fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3c374a40-bae4-11cf-bf7d-00aa006946ee}
{3c374a41-bae4-11cf-bf7d-00aa006946ee} 0x10a9b78)
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/ReleaseNotes.pps"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/controlx/controlx.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/timer/timer.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/visu/visu.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/perform/perform.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/ISO9000/iso9000.var"
00000000 (nil))
fixme:ieframe:UrlHistoryStg_QueryUrl
(L"file:///C:/users/Public/Application%20Data/infoteam%20Software/OpenPCS2006/samples/BookExam/BookExam.var"
00000000 (nil))
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:DocObjectService_ActiveElementChanged 0x10a9eb8 0x1df54d0
fixme:ieframe:ShellBrowser_QueryInterface 0x10a9eb8
{f62d9369-75ef-4578-8856-232802c76468} 0x32eef8
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3050f4b5-98b5-11cf-bb82-00aa00bdce0b}
{b722bccb-4e68-101b-a2bc-00aa00404770} 0x1df6690)
fixme:ieframe:ClServiceProvider_QueryService
(0x12d08dc)->({3050f4b5-98b5-11cf-bb82-00aa00bdce0b}
{b722bccb-4e68-101b-a2bc-00aa00404770} 0x1df6690)
}
Meanwihle, I provide a test case to explain the problem in detail, such as:
(1)Windows XP (native):
Illustration of the picture in the attachment: native_1.png and native_2.png.
(2)Wine 32-bit WINEPREFIX (Windows XP):
Illustration of the picture In the attachment: wine_1.png.
Tips: I use the application in the Chinese locale. In the Windows XP (native),
I can get the successful compiling process of the Infoteam OpenPCS, but not in
the wine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46528
Bug ID: 46528
Summary: Runes of magic - crash when entering item shop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeux.comptecentral(a)gmail.com
Distribution: ---
Created attachment 63382
--> https://bugs.winehq.org/attachment.cgi?id=63382
Console ouput
Once in game (after "enter world"), clicking the item shop button causes a
crash.
Item shop isn't openning and consequently not usable..
Please see console ouput (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=39694
Bug ID: 39694
Summary: sttarg.h and va_list problem
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blake1024(a)gmail.com
Distribution: ---
Don't get this problem under Windows 32 or 64 bit nor 32 bit Wine. Only on 64
bit Wine.
Building with 64 bit Wine on 64 bit Linux. Have code like this:
#include <stdarg.h>
...
... vSetStringValue(object self, va_list _rest_)
{
char * fmt = va_arg(_rest_, char *);
char *buf = gGetBuf(Application);
MAKE_REST(fmt);
vsprintf(buf, fmt, _rest_);
...
}
I get this:
StatusWindow.d: In function ‘StatusWindow_ivm_vSetStringValue’:
StatusWindow.d:115:2: warning: passing argument 3 of ‘vsprintf’ from
incompatible pointer type [enabled by default]
vsprintf(buf, fmt, _rest_);
^
In file included from ../include/dynl.h:110:0,
from ../include/generics.h:55,
from StatusWindow.c:42:
/usr/include/wine/msvcrt/stdio.h:182:16: note: expected ‘__builtin_ms_va_list’
but argument is of type ‘struct __va_list_tag *’
int __cdecl vsprintf(char*,const char*,__ms_va_list);
^
Thanks.
Blake McBride
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40439
Bug ID: 40439
Summary: digitalMaster fails to start with error
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: richllittle(a)logsol.com
Distribution: ---
Created attachment 54191
--> https://bugs.winehq.org/attachment.cgi?id=54191
error report from wine
Ham Radio Deluxe running, when try to start digitalMaster, get error screen
with bug report request.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50694
Bug ID: 50694
Summary: Sequator gives insufficient memory message on Macbook
M1
Product: Wine
Version: 6.2
Hardware: arm
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ltgustavsen(a)gmail.com
Created attachment 69424
--> https://bugs.winehq.org/attachment.cgi?id=69424
WINEPREFIX=~/.wine-sequator WINEDEBUG=+seh wine64
"C:\Sequator156\sequator.exe" &> log
Hello
I have a Macbook Air M1 8gb ram 256 gb ssd with latest MacOS 11.2.1
I have installed wine like this
brew install --cask --no-quarantine gcenx-wine-devel
This is wine-6.2
I’m trying to run sequator from
https://sites.google.com/site/sequatorglobal/download
and processing this demoset
https://drive.google.com/file/d/1s8r0PQ_AGLIItokT_0vJI11j9P3kq6YY/view?usp=…
If anyone is interested to test there is a project file in the above link that
can be opened in sequator then click the start button.
Sequator gives an error about insufficient memory, and stop processing, but the
program itself is responsive. Attached screenshoot. Wine64 writes these
messages in the console.
WINEPREFIX=~/.wine-sequator wine64 Sequator.exe
0128:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0104:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (00000000066FF180 1 C)
semi-stub
0144:err:seh:dispatch_exception Fatal EXCEPTION_WINE_CXX_EXCEPTION exception
(code=e06d7363) raised
0104:err:seh:dispatch_exception Fatal EXCEPTION_WINE_CXX_EXCEPTION exception
(code=e06d7363) raised
I have also tried the debugger with seh messages. The log file are attached.
---
I have used this program with wine and linux for some time and it works well. I
upgraded to wine 6.2 to match the mac version and it still works excellent.
The linux pc have 32 gb of ram, so I also testet to reduce it to 64MB like
this:
systemd-run --scope -p MemoryLimit=64M wine64 Sequator156/Sequator.exe
It then used 1m38 sec on the processing instead of 6 sec normally.
But there were newer insufficient memory messages with linux! It just went a
lot slower.
Activity Monitor on mac tells me about a ram usage around 1.2GB, so I wonder if
these insufficient memory message are something else, like an addressing
issue?
I have also tried this with crossover for mac and I got the same insufficient
memory message.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51875
Bug ID: 51875
Summary: Failed to run PowerDesigner (asking for unsupported
interface)
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leyyyyy(a)gmail.com
Distribution: ---
Created attachment 70798
--> https://bugs.winehq.org/attachment.cgi?id=70798
console log during (from start till first error)
I am new for Wine, and I tried to run PowerDesigner WPF app (PDShell16.exe)
It is 32-bit application.
It is started but when I tried to open physical model it shows scripting error
popup:
---------------------------
Scripting Error
---------------------------
Some unexpected failure arised during PowerDesigner scripting objects libraries
initialization
---------------------------
OK
---------------------------
I have attached full console log with messages.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51160
Bug ID: 51160
Summary: In function ‘test_PackageIdFromFullName’: several
errors
Product: Wine
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 70028
--> https://bugs.winehq.org/attachment.cgi?id=70028
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
applying patch:
https://bugs.winehq.org/show_bug.cgi?id=47907#c12
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compiling wine-6.7 fails with:
error: unknown field ‘Major’ specified in initializer
error: unknown field ‘Minor’ specified in initializerwarning: excess elements
in union initializer
warning: (near initialization for ‘test_package_id.version.<anonymous>’)
error: unknown field ‘Build’ specified in initializer
error: unknown field ‘Revision’ specified in initializer
warning: integer constant is too large for ‘long’ type
--
Do not reply 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=16766
Summary: Gothic: drawing error on initial window resize to
fullscreen (title bar)
Product: Wine
Version: 1.1.12
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)codemadness.org
Drawing error on initial window resize to fullscreen (title bar)
--
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=42113
Bug ID: 42113
Summary: Tonka Garage: 3D vehicle models not shown
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
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 56633
--> https://bugs.winehq.org/attachment.cgi?id=56633
Paint room (Wine)
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.98
driver.
Windows version: Windows XP (or 95)
Wine Staging
DirectX 5 game for Win95. Summary of Wine messages:
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:d3d:wined3d_device_decref Leftover resource 0xfe6e78 with type
WINED3D_RTYPE_TEXTURE_2D (0x3).
fixme:ddraw:ddraw_surface_create Application wants to create rendering target
in system memory, using video memory instead
fixme:d3drm:d3drm_device3_SetShades iface 0xfe60b0, count 256 stub!
fixme:d3d:wined3d_device_decref Device released with resources still bound,
acceptable but unexpected.
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
These repeat more or less whenever an activity with 3D vehicles is used.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51841
Bug ID: 51841
Summary: dlls/ntdll/unix/file.c:6334:27: error: storage size of
‘stfs’ isn’t known
Product: Wine
Version: 6.18
Hardware: x86
OS: NetBSD
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 70736
--> https://bugs.winehq.org/attachment.cgi?id=70736
patch
Building on i386 NetBSD 9.2 fails:
gcc -c -o dlls/ntdll/unix/file.o dlls/ntdll/unix/file.c -Idlls/ntdll -Iinclude
-D__WINESRC__ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI= -D_MSVCR_VER=0
-DWINE_UNIX_LIB -D_REENTRANT -fno-PIC -fasynchronous-unwind-tables -Wall -pipe
-fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wignored-qualifiers -Wshift-overflow=2 -Wstrict-prototypes
-Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith
-Wlogical-op -march=i586 -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer
-I/usr/pkg/include -I/usr/include -I/usr/pkg/include/freetype2
-I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/include
-I/usr/pkg/include/freetype2 -I/usr/X11R7/include -g
dlls/ntdll/unix/file.c: In function ‘NtQueryVolumeInformationFile’:
dlls/ntdll/unix/file.c:6334:27: error: storage size of ‘stfs’ isn’t known
struct statfs stfs;
^~~~
dlls/ntdll/unix/file.c:6336:18: warning: implicit declaration of function
‘fstatfs’; did you mean ‘fstatvfs’? [-Wimplicit-function-declaration]
if (!fstatfs( fd, &stfs ))
^~~~~~~
fstatvfs
dlls/ntdll/unix/file.c:6334:27: warning: unused variable ‘stfs’
[-Wunused-variable]
struct statfs stfs;
^~~~
At top level:
dlls/ntdll/unix/file.c:247:24: warning: ‘mnt_mutex’ defined but not used
[-Wunused-variable]
static pthread_mutex_t mnt_mutex = PTHREAD_MUTEX_INITIALIZER;
^~~~~~~~~
*** Error code 1
I've got a patch that works around it, but not sure if it's correct.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2082
--- Comment #172 from joaopa <jeremielapuree(a)yahoo.fr> ---
Looks like the bug still occurs with wine-6.19.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51751
Bug ID: 51751
Summary: Winetest fails on w10 Pro 20H2
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saulius2(a)gmail.com
(It seems there is no component dedicated to the client part of the Winetest /
WRT suite, so I leave it as -unknown)
I ran precompiled Winetest on w10, and it finished with the error:
...
Running: xmllite:writer (701 of 701)
Running tests - 69 failures
Running: Done (701 of 701)
Cleaning up - 69 failures
Warning: 69 tests failed. There is probably something broken with your setup.
You need to address this before submitting results.
Finished - 69 failures
Thus the results weren't submitted.
This is clean version of w10 (just reinstalled) on physical machine (HP
EliteBook 840 G3).
How should I proceed further?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51869
Bug ID: 51869
Summary: ReplaceFileW/A does not work with Unix-style paths
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: quyse0(a)gmail.com
Distribution: ---
Created attachment 70784
--> https://bugs.winehq.org/attachment.cgi?id=70784
Test log
It seems ReplaceFile function does not handle Unix-style paths correctly. I
tested calls like:
ReplaceFileW(L"abc/def/12.txt", L"abc/def/34.txt", NULL, 0, NULL, NULL));
ReplaceFileW(L"abc\\def\\56.txt", L"abc\\def\\78.txt", NULL, 0, NULL, NULL));
Under Wine, first call fails, second one succeeds. The relevant part of
WINEDEBUG=+all log is in the attachment. On Windows, both calls succeed.
I attempted to look at Wine code, and it seems the problem is that ReplaceFileW
implementation tries to get directory name of replaced file using
PathRemoveFileSpecW, which only handles backslashes. On Windows,
PathRemoveFileSpecW also works with backslashes only, but ReplaceFileW still
works correctly with Unix-style paths.
For context, I am trying to run a proprietary compiler toolchain under Wine,
and my script passes Unix-style paths to it, which is I believe a common
practice for cross-platform build scripts. The same script works fine on
Windows, but fails under Wine.
I mostly use Wine stable (6.0.1), but tested that Wine 6.19 has the same
behavior.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45152
Bug ID: 45152
Summary: It doesn't recieve input from some buttons of the XboX
One V2 controller
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: zeioth(a)hotmail.com
Distribution: ---
TESTED ON:
Cemu.exe -> Input settings > Direct input mode
http://cemu.info/
HARDWARE:
https://www.xbox.com/en-US/xbox-one/accessories/controllers/sea-of-thieves
PROBLEM:
Cemu detects every single button of the gamepad except LT and RT.
MORE INFO:
Cemu uses dinput8.
POSSIBLE CAUSES:
This is the v2 of the XBox Wireless Controller.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49534
Bug ID: 49534
Summary: Character walks backward infinitely
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: vanacksabbadium(a)disroot.org
Distribution: ---
Created attachment 67666
--> https://bugs.winehq.org/attachment.cgi?id=67666
Enter the Matrix +dinput log
I've got a blocking issue in Enter The Matrix.
The character keeps walking backwards, there's no way to move it forward, so
the game is totally unplayable.
I tried installing xinput and dinput libraries with winetricks, also using
different versions of Wine, nothing worked.
I attached my +dinput log.
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=50321
Bug ID: 50321
Summary: Wine Linux-input joystick driver unable to detect
joystick with id > 64
Product: Wine
Version: 6.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: messengerofdeath(a)gmail.com
Distribution: ---
Created attachment 68903
--> https://bugs.winehq.org/attachment.cgi?id=68903
Patch for scanning of /dev/input/event*
My joystick is not visible in wine (wine control joy.cpl) as evdev device.
Visible only as js device but js device works bad with my device.
I found that wine only can support joystick via evdev that have id less then
64.
According to joystick_linuxinput.c currently maximum scanned /dev/input/eventX
file is the /dev/input/event64 but on my system i have joystick on event
265(throttle) and 266(stick)
Possible solution is to extend MAX_JOYDEV to some big value (512 for example).
Or another way - scan /dev/input folder. I've attached working patch for
joystick_linuxinput.c that uses readdir functionality.
Reproducible on 5.22, 6.0-rc1, 6.0-rc2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43741
Bug ID: 43741
Summary: Evochron Legacy: Saitek X52 joystick axes don't work,
related to game's Direct Input system
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: fredebec(a)gmail.com
Distribution: ---
In the game Evochron Legacy, Saitek X52 axes don't work.
- X52 is recognized and fully functional (buttons & axes) in Wine Control
Panel
- In Evochron Legacy, X52 is recognized, buttons are functional, but axes are
not.
- It has been identified with the developers that it is related to the Direct
Input system used by the game.
- DLL overrides related to DirectX (DInput/DInput8) don't help or even make
things worst.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51507
Bug ID: 51507
Summary: Wine-staging did not load any libraries after system
reboot
Product: Wine-staging
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryu.ketsueki(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70346
--> https://bugs.winehq.org/attachment.cgi?id=70346
Screenshot showing how Wine did not load any libraries
This is a fresh new wineprefix and it's been several times I had to nuke it and
start a brand new one for one single reason. The programs that require specific
libraries like VCRUNTIME140.dll are giving the error "Importing dlls for
L"D:\\Wine64\\The Sims 4\\Game\\Bin\\TS4_x64.exe" failed, status c0000135".
While this is pointing an issue for The Sims 4 in specific, running winecfg to
check which libraries have been loaded, show that absolutely none of them were,
except for the linked ones by a manual installation of DXVK. Check attachment
for screenshot.
This is temporarily solved by recreating the wineprefix but the same thing
happens after a reboot. I am using the wineprefix outside of the default
location, in this case, being on an NTFS partition. I never had any problems
with wine misbehaving with the prefix on this partition until recently. I do
not use winetricks because it seems to make the problem worse, so I install all
the dependencies such as vcrun2015 manually from Microsoft's website.
OS is openSUSE Tumbleweed, Wine-Staging comes from the Emulators repository as
is recommended on WineHQ
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41303
Bug ID: 41303
Summary: JoyToKey has no text in the "Create profile window
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 55631
--> https://bugs.winehq.org/attachment.cgi?id=55631
JoyToKey's "Create Profile" window with no text
When attempting to create a joystick profile with JoyToKey in Wine, the "Create
Profile" window doesn't display text on its buttons and in the field where you
would type in the name of a profile.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14340
Summary: Dungeon Keeper 2 crashes after 10min with unhandled page
fault
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hewus.owns(a)gmail.com
Created an attachment (id=14635)
--> (http://bugs.winehq.org/attachment.cgi?id=14635)
Crash log of standard debug output
Dungeon Keeper 2 crashes after working just fine for about 10 minutes. I have
experienced this twice now (out of two attempts at playing a game). I was
playing normally, and noticed no apparent trigger that caused the crash. Both
crashes happened at around 10 minutes into the game (although I didn't
accurately time them).
Using native dinput.dll due to bug 13290. Let me know if additional debug
output is required.
--
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=49983
Bug ID: 49983
Summary: Texts in the menu items of Kicad 5.1.7-1 are over the
icons.
Product: Wine
Version: 5.18
Hardware: x86-64
URL: https://kicad-pcb.org/download/windows/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ArchLinux
Created attachment 68383
--> https://bugs.winehq.org/attachment.cgi?id=68383
Screenshot showing text not placed correctly
Summary
Texts in the menu items of Kicad 5.1.7-1 are over the icons.
Prepare wine:
$ rm -rf ~/.wine/
$ wineserver -k
$ wineboot
Download program:
https://kicad-pcb.org/download/windows/https://kicad-downloads.s3.cern.ch/windows/stable/kicad-5.1.7_1-x86_64.exe
$ cd Downloads/
$ sha256sum kicad-5.1.7_1-x86_64.exe
6fa571c7ada9f5c7d5aef2c7c962ca4a51ac98ffb6077f8f9026d951f80281bb
kicad-5.1.7_1-x86_64.exe
Steps to reproduce:
1) Install the program and accept the defaults
$ wine kicad-5.1.7_1-x86_64.exe
2) Start the program:
$ wine kicad.exe
Now the main window of Kicad starts.
3) Click on file.
Now a drop[ down menu folds out. There the texts re too far to the left, they
are over the icons (see screenshot.)
My versions
$ wine --version
wine-5.18 (Staging)
$ pacman -Q wine
wine-staging 5.18-1
uname -a
Linux cedric-p4 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
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.
http://bugs.winehq.org/show_bug.cgi?id=12060
Summary: Three bugs in MilkDrop Visualization in WinAMP 5.5.2
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.nullsoft.com/winamp/client/winamp552_ful
l_en-us.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=11432)
--> (http://bugs.winehq.org/attachment.cgi?id=11432)
The way it looks like (red lines are painted intentionally)
1) Direct3D window is not placed withing its parent window
2) Some visualizations cause Direct3D window to be split weirdly (vertically by
two regions, then left region is split into two, and so on).
3) F1 button which has to show a help window within Direct3D window shows
garbage
Screenshot is 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.
https://bugs.winehq.org/show_bug.cgi?id=49984
Bug ID: 49984
Summary: Kicad 5.1.7-1 Cannot copy global symbol library table
file
Product: Wine
Version: 5.18
Hardware: x86-64
URL: https://kicad-pcb.org/download/windows/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ArchLinux
Created attachment 68385
--> https://bugs.winehq.org/attachment.cgi?id=68385
Screenschot of the error
Summary
Kicad 5.1.7-1 Cannot copy global symbol library table file
Prepare wine:
$ rm -rf ~/.wine/
$ wineserver -k
$ wineboot
Download program:
https://kicad-pcb.org/download/windows/https://kicad-downloads.s3.cern.ch/windows/stable/kicad-5.1.7_1-x86_64.exe
$ cd Downloads/
$ sha256sum kicad-5.1.7_1-x86_64.exe
6fa571c7ada9f5c7d5aef2c7c962ca4a51ac98ffb6077f8f9026d951f80281bb
kicad-5.1.7_1-x86_64.exe
Steps to reproduce:
1) Install the program and accept the defaults
$ wine kicad-5.1.7_1-x86_64.exe
2) Start the program:
$ wine kicad.exe
Now the main window of Kicad starts.
3) Click on file. -> new -> project, uncheck [] create a new directory for the
project, and choose a existing directory, and a fun name.
4) Click on "Schematic Layout editor". Now Kicads asks about the global symbol
library table. (see screenshot)
5) Click OK. Now the error "Cannot copy global symbol library table file" (see
screenshot)
6) Click OK, Now kicad gives the error "Failed to copy the file ... to ...
(error 122: insufficient buffer)"
7) Kill wine by pressing ctrl-C in the console.
My versions
$ wine --version
wine-5.18 (Staging)
$ pacman -Q wine
wine-staging 5.18-1
uname -a
Linux cedric-p4 5.8.14-arch1-1 #1 SMP PREEMPT Wed, 07 Oct 2020 23:59:46 +0000
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=39969
Bug ID: 39969
Summary: Dead Space 2 crash on error again ??
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gtzrass(a)outlook.com
Distribution: ---
Created attachment 53404
--> https://bugs.winehq.org/attachment.cgi?id=53404
Backtrace and wine debug
Dead Space 2 crashes right after executing
Tested on wine 1.3, 1.7, 1.8, 1.9 (subversion's 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.
https://bugs.winehq.org/show_bug.cgi?id=8332
Glen <lucky0106(a)msn.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|lucky0106(a)msn.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=42480
Bug ID: 42480
Summary: Last 1-2 characters of strings are truncated cut off
in MLO
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
Created attachment 57335
--> https://bugs.winehq.org/attachment.cgi?id=57335
Last character mostly cut off
I'm using the last versions of Wine (2.1) and MLO
(https://www.mylifeorganized.net/), and wanted to report that most strings
rendered in the default font (see screenshot) have the last (half of) character
truncated.
Saw this with Wine 1.8 too, so it's not a regression.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46327
Bug ID: 46327
Summary: Wine (running War of the Rings) crashed after some
minute
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rossignolo94(a)gmail.com
Distribution: ---
Created attachment 63066
--> https://bugs.winehq.org/attachment.cgi?id=63066
PoL backtrace (War of the Rings)
I have PlayOnLinux emulating War of the Rings.
I start a new skirmish and after a few minutes it crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36020
Bug ID: 36020
Summary: LEGO Lord of the Rings map not drawn - black
background; transparancy issue?
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.angerer(a)hotmail.com
Created attachment 48158
--> http://bugs.winehq.org/attachment.cgi?id=48158
Black boxes around avatars
In Lego Lord of the Rings, there seems to be a tranparancy issue, since there
are areas where there are black boxes around certain pictures. Moreover there
is a severe problem when looking at the map (screenshot attached), I suppose
this happens because of the same bug, but I'm not sure.
Screenshot 1: Black boxes around character avatars, lifes...
Screenshot 2: opening map...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42816
Bug ID: 42816
Summary: The Lord of the Rings: War in the North crashes when
attempting to start the game
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 57880
--> https://bugs.winehq.org/attachment.cgi?id=57880
wine-2.5-226-g9e35dd1545 terminal output
When attempting to start the game called The Lord of the Rings: War in the
North either via Steam or running the game's executable directly in the
terminal, the game opens up a window for about 10 seconds or so and then
promptly crashes without leaving so much as a backtrace.
I am running the game in Windows 7 mode. When I install the game via Steam it
appears to successfully perform the first time setup steps (installing DirectX,
the Visual C redistributables). I don't have any overrides installed via
winetricks.
Wine version 2.5-226-g9e35dd1545
Please let me know if you need further info or which channels I should use when
making a log file in case the terminal output doesn't give any clues.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41229
Bug ID: 41229
Summary: Reflections look wrong in GTA VC in Windows+WineD3D8
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 55503
--> https://bugs.winehq.org/attachment.cgi?id=55503
How it looks with wined3d8
This has been since at least wine 1.7.52 and remains true with current git
(with reverted commit from bug 41224). Attaching the 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=8332
--- Comment #41 from GloriousEggroll(a)gmail.com ---
(to add more context -- I was testing in BF4)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8332
GloriousEggroll(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |GloriousEggroll(a)gmail.com
--- Comment #40 from GloriousEggroll(a)gmail.com ---
Just tested 6.19 on a server with punkbuster and fairfight enabled. I was able
to play fine with no issues. My ping also showed up in the player list.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41294
Bug ID: 41294
Summary: Enclave game bad palette quitting game on Windows 10
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hexaae(a)gmail.com
I've created the fix at
http://steamcommunity.com/sharedfiles/filedetails/?id=418308035 for Enclave
game to solve some gfx glitches incompatibilities with modern drivers/NVidia
gfx cards.
The bug with Enclave on Windows 10 is that desktop palette will be corrupt
after you quit the game.
It happens only if you use d3d8.dll from Wine package. If you play the game
vanilla the palette on quit won't be altered.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51835
Bug ID: 51835
Summary: Using PInvoke on pcap_findalldevs crashes
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: marc_aurel(a)me.com
Distribution: ---
Created attachment 70732
--> https://bugs.winehq.org/attachment.cgi?id=70732
End of the log before crash
The library in question is https://github.com/ravahn/machina
As soon as a c# assembly uses the library and starts capturing on a
PCapCaptureSocket, pcap_findalldevs(IntPtr ByRef, System.Text.StringBuilder) is
invoked and crashes the program, whereas it works fine 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=51826
Bug ID: 51826
Summary: League of Legennds : crashes when run the program
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sadifhasanmegh(a)gmail.com
Distribution: ---
Created attachment 70715
--> https://bugs.winehq.org/attachment.cgi?id=70715
unknown
Wine shows me this messege "the program (unidentified) has encountered a
serious problem and needs to close. We are sorry for the inconvenience.
This can be causedby a problem in the program or a deficiency in wine. You may
want to check the 'Application Database' for tips about running this
application."
when I run 'League of Legends' on my kali desktop by wine and after that
messege a dark blank window open.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51786
Bug ID: 51786
Summary: Photoshop CC installer fails to start: your browser or
operating system is no longer supported
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert.munteanu(a)gmail.com
Distribution: ---
Created attachment 70680
--> https://bugs.winehq.org/attachment.cgi?id=70680
Console output when running the installer
I'm trying to install Photoshop CC 2018 and the first window that pops up
(Adobe ID authentication presumably) fails to render with the message:
Update required
Your browser or operating system is no longer supported. You many need to
install the latest updates to your operating system.
Following the 'Learn more' link takes me to
https://helpx.adobe.com/x-productkb/global/update-operating-system-and-brow…,
where I found that:
> Starting August 2020, only Internet Explorer version 11 and later are supported for signing in. Adobe software uses Internet Explorer during the sign-in process. If you are using an older version of Internet Explorer, you need to move to the latest one before July 14, 2021. After this date, you will no longer be able to sign in to your Adobe account, and will be redirected to this page.
$ wine --version
wine-6.17
$ sha256sum AdobePhotoshop19-mul_x64.zip
62e2b5d942a8df49232086d6c94393c3ca7faaddcffb7154ef105f2fe3a1c3a4
AdobePhotoshop19-mul_x64.zip
Installation steps:
$ WINEPREFIX=~/.wines/cc2018 wineboot -u
$ WINEPREFIX=~/.wines/cc2018 wine Set-up.exe
I tried with
$ WINEPREFIX=~/.wines/cc2018 wine winecfg /v win81
$ WINEPREFIX=~/.wines/cc2018 wine winecfg /v win10
but that did not help.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51778
Bug ID: 51778
Summary: ws2_32:sock crashes due to a double free
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ws2_32:sock crashes due to a double free. This happens in all Wine builds
(win32 & wow*). In the report one usually sees a regular crash message:
sock.c:5599: Test marked todo: expected 1, got 0
Unhandled exception: page fault on execute access to 0x45455246, invalid
program stack in 32-bit code (0x45455246).
...
https://test.winehq.org/data/patterns.html#ws2_32:sock
But the tell-tale error is in the Wine logs ('Show full task log' in the
TestBot):
free(): double free detected in tcache 2
A bisect shows that this started with the commit below:
commit 1eb56b20baefcdccaafbb622cadc71670c149e18
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Tue Sep 14 01:02:48 2021 -0500
ntdll: Explicitly return whether an async is complete in async_callback_t.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51774
Bug ID: 51774
Summary: quartz:mpegsplit triggers an assertion in
winegstreamer's src_seek_data()
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
quartz:mpegsplit triggers an assertion in winegstreamer's src_seek_data().
In the test report this shows up as a missing test summary line:
https://test.winehq.org/data/patterns.html#quartz:mpegsplit
quartz:mpegsplit start dlls/quartz/tests/mpegsplit.c
...
mpegsplit.c:1011: Test marked todo: Got hr 0x1.
quartz:mpegsplit:0ad8 done (0) in 0s
(notice the missing 'mpegsplit: nnnn tests executed' line)
This is because the process exits prematurely and one can see that this is
because of an assertion violation by looking into the Wine log ('Show full task
log' in the TestBot):
../wine/dlls/winegstreamer/wg_parser.c:1298: src_seek_data: Assertion
`!parser->read_request.pending' failed.
This impacts all Wine builds (win32 & wow*) in all locales but is not
systematic.
A bisect points to the following commit as the culprit which makes sense since
it added that assertion:
commit 1aa359a100bae859b278007e8bf90673eebd7db0
Author: Derek Lesho <dlesho(a)codeweavers.com>
Date: Wed Sep 15 18:00:10 2021 -0500
winegstreamer: Replace source pad interface with GstAppSrc.
Signed-off-by: Derek Lesho <dlesho(a)codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37208
Bug ID: 37208
Summary: FreeOrion hangs when starting a quick game
Product: Wine
Version: 1.7.25
Hardware: x86
URL: https://sourceforge.net/projects/freeorion/files/FreeO
rion/FreeOrion%20Version%200.4.4/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49460
--> https://bugs.winehq.org/attachment.cgi?id=49460
terminal output
The game needs native msvcp100.dll to start, see bug #37207
>From the main menu only <Single Player> works, when you click on <Quick Start>
the game hangs with high cpu usage.
Probably the same issue arises when you try to load a previously saved game
that was created during a single player match (<Load Game> menu) or when you
host a multiplayer game from the <Multi player> menu.
The same problem with Wine 1.4.1, 1.6.2 too.
Fedora 20
Nvidia binary drivers 340.32
FreeOrion-v0.4.4-RC4-7641-Win32-Setup.exe
md5sum: 55ab2bc94ff6df77b6f5eed30f3fc8df
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37167
Bug ID: 37167
Summary: IEC 61850 v2.02 example client expects
'wine_pcap_findalldevs_ex' to return adapter names in
'<protocol>://\Device\NPF_<adaptername>' format
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
continuation of bug 37061
--- snip ---
$ wine ./IEC61850_Example_Client.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wpcap:wine_pcap_findalldevs_ex ("rpcap://" (nil) 0x33fa64 0x33fb78):
partial stub
Can't start server: GOOSE Service failed to perform the requested action
(-73)
Stopping IEC61850 Client
Freeing IEC61850 Client
IEC61850 Client Example has ended, press enter to exit
--- snip ---
The client expects the returned adapter/interface names in following format:
<protocol>://\Device\NPF_<adaptername>
Where '<adaptername>' has usually '{GUID}' format on Windows.
It uses the adapter names returned from 'GetAdaptersInfo' to construct the
string and does 'stricmp' on 'name' member of each 'pcap_if' list entry
(returned by 'wine_pcap_findalldevs_ex') to match the entry.
Output of adapter names from Linux native:
--- snip ---
$ dumpcap -D
1. virbr0
2. tun0
3. nflog
4. nfqueue
5. em1
6. wlp4s0
7. any
8. lo (Loopback)
--- snip ---
$ sha1sum SET\ IEC61850DLLV2\ Demo.exe
72ebe36f11e4a3fb5c117db7bd6b367b4e0eb058 SET IEC61850DLLV2 Demo.exe
$ du -sh SET\ IEC61850DLLV2\ Demo.exe
1.1M SET IEC61850DLLV2 Demo.exe
$ wine --version
wine-1.7.25
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=51838
Bug ID: 51838
Summary: No splash window while creating prefix
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 1cdc74b2d62d1c94005c46f9c8f4b566aa8bdcbd
Distribution: ---
2px width vertical line in the center of the screen is shown while creating
prefix instead of splash 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.
https://bugs.winehq.org/show_bug.cgi?id=51818
Bug ID: 51818
Summary: Reporting packet length is always 0
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: marc_aurel(a)me.com
Distribution: ---
Created attachment 70703
--> https://bugs.winehq.org/attachment.cgi?id=70703
same source for linux/mac/win
Source code for an example program is attached.
I compiled it on linux, mac and windows and it is always working as expected
meaning it produces a terminal output like:
listening on Pseudo-device that captures on all interfaces...
14:47:05,000000 len:62
Destiny MAC:
00:00:00:00:00:00:
Source MAC:
00: 00: 00: 00: 00: 00:
etc (blanked out the mac addresses)
Wheres running the windows .exe in wine always reports a packet length of 0 (I
tested on wine 6.18(linux)/6.16(linux)/6.0(linux/mac)). Modifying the program
to show the packet content leads to a segfault in wine but works just fine
again on win/linux/mac (which is kinda expected I guess since it thinks the
packets are empty).
Running native/wine versions side by side you can see that it is capturing the
same packets, which are clearly not empty.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51504
Bug ID: 51504
Summary: Control Ultimate Edition crashes before gameplay
starts
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
When intro ends the game crashes with
e: ../wine/dlls/wined3d/wined3d_private.h:4118: wined3d_resource_release:
Failed to check "refcount> = 0".
wine-6.13-30-g384fc71a480
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50857
Bug ID: 50857
Summary: Darksiders Warmastered Edition crashes before starting
an intro
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: dereklesho52(a)Gmail.com
Regression SHA1: e2893c34524ae45f69f7bc183fa409a4049b9533
Distribution: ---
Before this commit it just skips the intro and gameplay 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=47334
Bug ID: 47334
Summary: TP-Link PowerLineUtility has page fault
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dave(a)davehigton.me.uk
Distribution: ---
Created attachment 64659
--> https://bugs.winehq.org/attachment.cgi?id=64659
Backtrace
Following on from bug 47279, I've downloaded copies of packet.dll (32 bit and
64 bit versions) that I believe to be legitimate and copied them into the
following locations:
c:\windows\system32 and c:\windows\system (64 bit versions)
c:\windows\syswow64 (32 bit version)
Now, on double-clickinh the desktop shortcut "tpPLC", I see the basic window of
the app open up, then I get a crash with a backtrace. I'm attaching the
backtrace and zips of both versions of the 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=51837
Bug ID: 51837
Summary: Thronebreaker: The Witcher Tales fails to play intro
videos
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 176654fa29d1ff46011eaa65e1da5fb22a155bb3
Distribution: ---
057c:err:mfplat:read_thread Failed to read 0 bytes at offset 41041859, hr
0x80004005.
winegstreamer error: qtdemux0: Internal data stream error.
winegstreamer error: qtdemux0: ../gst/isomp4/qtdemux.c(6545): gst_qtdemux_loop
(): /GstBin:bin0/GstDecodeBin:decodebin0/GstQTDemux:qtdemux0:
streaming stopped, reason error (-5)
--
Do not reply 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=32252
Bug #: 32252
Summary: Corel Painter 12 EULA next button greyed out no matter
what
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewfulrich(a)gmail.com
Classification: Unclassified
Created attachment 42558
--> http://bugs.winehq.org/attachment.cgi?id=42558
wine output
When I run setup.exe for Corel Painter 12, it loads up and takes me to the
EULA. I can scroll to the bottom and check "I accept the terms and
conditions", but it doesn't un-grey the "Next" button so I can't continue the
setup. I am attaching the wine output. The last two lines are outputted when
I clicked the window and then the checkbox.
--
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=30760
Bug #: 30760
Summary: Crash (Unhandled page fault exception) exiting Open
Metronome (WAV version)
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: james_avera(a)yahoo.com
Classification: Unclassified
Created attachment 40278
--> http://bugs.winehq.org/attachment.cgi?id=40278
Crash trace saved from "Program Error" dialog
Open Metronome always crashes when exiting with "Unhandled exception: page
fault on read access to 0xffffffff in 32-bit code..."
See attached backtrace.txt
The program is Open Metronome 5.06 which works (no crashes) on 32-bit Windows
7.
The Wine host is Ubuntu 11.10 64-bit.
The .msi file I installed is Open_Metronome_for_Windows-WAV.msi
and can be downloaded at
http://sourceforge.net/projects/openmetronome/files/openmetronome/5.06/Open…
--
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=51789
Bug ID: 51789
Summary: Applications fails to start due to gdi32
initialization failure
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Regression SHA1: 3eeb37f86a4d0a8c826fa72d8f657e13b8d159e4
Distribution: ---
Bisect points to this one:
3eeb37f86a4d0a8c826fa72d8f657e13b8d159e4 is the first bad commit
commit 3eeb37f86a4d0a8c826fa72d8f657e13b8d159e4
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Sep 23 13:44:05 2021 +0100
gdi32: Directly use ntdll in add_face_to_cache.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/gdi32/font.c | 46 ++++++++++++++++++++++++++++++++++++----------
1 file changed, 36 insertions(+), 10 deletions(-)
Default output shows loader error for gdi32. I'll attach some logs.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51199
Bug ID: 51199
Summary: Mass Effect Legendary missing
api-ms-win-core-psapi-l1-1-0 and
api-ms-win-core-psapi-ansi-l1-1-0 function forwards
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: GloriousEggroll(a)gmail.com
Distribution: ---
Created attachment 70073
--> https://bugs.winehq.org/attachment.cgi?id=70073
psapi patch for me-le
Mass Effect Legendary Edition requires K32GetModuleBaseNameW and
K32GetModuleInformation for api-ms-win-core-psapi-l1-1-0 and
K32GetModuleBaseNameA for api-ms-win-core-psapi-ansi-l1-1-0, otherwise it fails
to launch.
The game's log:
ProgramData/ProgramData/Origin/Logs/MassEffectLauncher_OnlineActivation_Log.html
Reports the following:
First I hit:
Error | | | Missing DLL: api-ms-win-core-psapi-ansi-l1-1-0.dll Function:
K32GetModuleBaseNameA
Then I hit:
Error | | | Missing DLL: api-ms-win-core-psapi-l1-1-0.dll Function:
K32GetModuleBaseNameW
Then I hit:
Error | | | Missing DLL: api-ms-win-core-psapi-l1-1-0.dll Function:
K32GetModuleInformation
The following patch adds forwarders for these to the corresponding kernel32
functions, allowing it to run.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49433
Bug ID: 49433
Summary: MikuMikuMoving v1275 hangs on startup
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
This is a regression, introduced by
commit 42ed9797b1929fc5917bd967f7062cab953fab55
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Nov 16 21:00:08 2019 +0100
kernel32: Move EnumCalendarInfo functions to kernelbase.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Reverting fixes the issue and makes the program start 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=44336
Bug ID: 44336
Summary: PureBasic x64 IDE crashes when launching online help
("F1" key)
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: niffo(a)free.fr
Distribution: ---
Launching the online help of PureBasic with "F1" crashes the IDE (seen at least
on Wine64 1.8.7 and 2.22).
The same bug was fixed for PureBasic x86 on wine x86 1.7.x but now (or still?)
it crashes with PureBasic x64 on wine64.
(tested With PureBasic 5.61 x64)
To reproduce, you just have to download the demo version of PureBasic x64 here
: http://www.purebasic.com/download/PureBasic_Demo_x64.zip
Install it and launch the IDE then press "F1" keyboard key.
--
Do not reply 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=32783
Bug #: 32783
Summary: STEP7_Lite_V30_incl_SP4 Setup Failed to start the
service, Error:1053, Service request timeout.
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fangendoucg(a)gmail.com
Classification: Unclassified
Created attachment 43286
--> http://bugs.winehq.org/attachment.cgi?id=43286
Terminal Output
env: ubuntu12.04 & wine 1.5.22 with the patch of the bug 32764
The software can be freely downloaded from:
https://a248.e.akamai.net/cache.automation.siemens.com/dnl/DQ/DQzMjkzAAAA_3…
extract it, cd to folder STEP7_Lite_V30_incl_SP4 , then run:
$wine Setup.exe
While installing Automation License Manager V4.0 SP3, a dialog box showed like
the attachment "dialog_box_1", click *R* showed another one like the attachment
"dialog_box_2". The Chinese words in dialog_box_2 means insufficient buffer.
--
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=48567
Bug ID: 48567
Summary: Wine returns the loopback IP as first item in
GetIpAddrTable and a MAC of 0
Product: Wine
Version: 5.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: ez(a)vajn.icu
Distribution: ---
Created attachment 66389
--> https://bugs.winehq.org/attachment.cgi?id=66389
C source
This is the same bug as 40247 which was marked as "CLOSED FIXED"
All flexnet based licensing fails to work under wine because it receives
a hardware MAC of 0 returned by the "lo" interface:
$ lmutil.exe lmhostid
lmutil - Copyright (c) 1989-2017 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is "ffffffff"
If you compile the attached C program and run it in wine you get:
$ mingw32-gcc -DMINGW -o get_mac get_mac.c -lnetapi32
$ ./get_mac.exe
MAC: 000000000000
In Linux the eth0 MAC is:
$ gcc -o get_mac get_mac.c
$ ./get_mac
Grabbing MAC address for interface eth0
MAC: e03619b3b50e
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46365
Bug ID: 46365
Summary: Proteus 8.7 SP3 - Cannot open network adapter: en0:
BIOCSRTIMEOUT: Invalid argument [U2]
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: rajhlinux(a)yahoo.com
Created attachment 63098
--> https://bugs.winehq.org/attachment.cgi?id=63098
proteus simulation error without wpcap.dll override.
Everything is working fine in proteus 8.7 SP3 but when running a simulation
with an ENC28J60 ethernet controller on the schematic, proteus stops and gives
an error:
Cannot open network adapter: en0: BIOCSRTIMEOUT: Invalid argument [U2]
Proteus requires WinPcap drivers for networking simulations.
I attempted to use wpcap.ddl override from winecfg as native and did the
simulation again and got the error:
Failed to initialize WinPcap Drivers [U2]
I also tried installing proteus 8.7 SP3 on crossover, playonmac and wineskin
all give the same errors when running the same simulation above.
I tried using proteus in both 32 and 64bit installations with same errors.
After launching proteus from wine, proteus has a working internet connection
because I can see the news updates from the main home page of proteus.
I know the simulation works because I have installed windows 10 x64 using
vmware fusion on the same computer installing the same proteus 8.7 sp3
installer which I used for wine and runs perfectly using Win10Pcap drivers. I'm
sure the WincPcap drivers that comes with proteus installation which you have
to manually install from the programs folder will work without Win10Pcap
drivers.
I have attached the error log.
macOS Mojave: 10.14.2
Wine Dev 4.0 rc3
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40173
Bug ID: 40173
Summary: traffic watcher complians "This program works only on
Ethernet networks." on wine with wpcap
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wpcap
Assignee: wine-bugs(a)winehq.org
Reporter: zhangjianqiu_133(a)yeah.net
Distribution: ---
Created attachment 53674
--> https://bugs.winehq.org/attachment.cgi?id=53674
Log for wine relay trace
When running traffic watcher on wine (with pcap supported), An err Msgbox pops
out shows "This program works only on Ethernet networks." and when use
WINEDEBUG=+relay,+wpcap,+tid wine xxx.exe it shows this, which I think is wrong
0009:trace:wpcap:wine_pcap_datalink (0x7d8c1b08)
0009:Ret wpcap.pcap_datalink() retval=00000071 ret=004078a7
The retval here seems to make no sense\
The app can be get via sourceforge:
https://sourceforge.net/projects/trafficwatcher/files/
The bug above is tested with ver 2.0.1
The attachment is the result of cutting full log with
cat log | grep wpcap
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51768
Bug ID: 51768
Summary: Controller Random Disconnection v6.17
Product: Wine-staging
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spanky_12inch(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
With version 6.17 controller did not function. However deleting a registry key
fixed the controller. ( That bug is already mentioned here )
But controller randomly disconnects now instead.
Doesn't happen with version 6.16
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8332
--- Comment #39 from Gabriel Ivăncescu <gabrielopcode(a)gmail.com> ---
(In reply to oiaohm from comment #38)
> (In reply to Zebediah Figura from comment #37)
> > I'm adjusting the title, since it's misleading. As far as I understand
> > SOCK_DGRAM + IPPROTO_ICMP actually does sufficiently work on Linux (Damjan
> > claims it is "completely broken", which seems odd seeing as `wine ping`
> > works fine.) The problem is, as far as I'm aware, this is *also* forbidden
> > by default on some distributions, including Debian, via the
> > "net.ipv4.ping_group_range" sysctl.
> >
> > Should we just require that sysctl to be set for Wine? Is it reasonable to
> > try to fall back to ping(1)? I don't see any other way to achieve what we
> > want...
> >
> > The linked download no longer works on Windows (i.e. it gives the same "no
> > internet detected" message; probably the service died), so I'm removing that.
>
> https://serverfault.com/questions/1002225/how-do-i-limit-ping-icmp-response…
> on-a-debian-10-server
>
> There are a lot of different changeable values
>
> net.ipv4.ping_group_range is is straight up forbid. There is also the
> problem that a icmp send or receive rate limit can be set like mentioned
> above and other setting.
>
> https://social.msdn.microsoft.com/Forums/en-US/74fd0d8e-b75a-4aa5-bb50-
> 140e606950b6/icmp-error-processing-on-udp-socket?forum=wsk
>
> Also I am sorry but Damjan Jovanovic is wrong in a fatal way. Windows ICMP
> error handling changes with windows version and configuration as well.
> --Windows doesn't seem to provide any ICMP error data anyway:-- is right and
> wrong as the same time.
>
> Mac OS and Linux both don't match what different versions of Windows will
> provide applications with at times.
>
> The Linux should provide enough data to reconstruct all the different wacky
> ways windows can respond to applications in case of ICMP error.
>
> Also to be really horrible windows ICMP error response altered based on
> Windows firewalls as well. These differences can be why a program works
> under XP then fails under Windows 7 and newer. Or only works with Windows 7
> and newer when particular firewall settings are set.
>
I think you missed the point. The failure happens when either creating the
socket (because no permissions), or when sending it AFAIK, not the error
received, although that's also another one of the issues between
implementations.
Anyway, Huw has done a rewrite of icmp on top of nsi. Damjan, can you test with
latest wine git and see if it's still broken?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8332
--- Comment #38 from oiaohm <oiaohm(a)gmail.com> ---
(In reply to Zebediah Figura from comment #37)
> I'm adjusting the title, since it's misleading. As far as I understand
> SOCK_DGRAM + IPPROTO_ICMP actually does sufficiently work on Linux (Damjan
> claims it is "completely broken", which seems odd seeing as `wine ping`
> works fine.) The problem is, as far as I'm aware, this is *also* forbidden
> by default on some distributions, including Debian, via the
> "net.ipv4.ping_group_range" sysctl.
>
> Should we just require that sysctl to be set for Wine? Is it reasonable to
> try to fall back to ping(1)? I don't see any other way to achieve what we
> want...
>
> The linked download no longer works on Windows (i.e. it gives the same "no
> internet detected" message; probably the service died), so I'm removing that.
https://serverfault.com/questions/1002225/how-do-i-limit-ping-icmp-response…
There are a lot of different changeable values
net.ipv4.ping_group_range is is straight up forbid. There is also the problem
that a icmp send or receive rate limit can be set like mentioned above and
other setting.
https://social.msdn.microsoft.com/Forums/en-US/74fd0d8e-b75a-4aa5-bb50-140e…
Also I am sorry but Damjan Jovanovic is wrong in a fatal way. Windows ICMP
error handling changes with windows version and configuration as well.
--Windows doesn't seem to provide any ICMP error data anyway:-- is right and
wrong as the same time.
Mac OS and Linux both don't match what different versions of Windows will
provide applications with at times.
The Linux should provide enough data to reconstruct all the different wacky
ways windows can respond to applications in case of ICMP error.
Also to be really horrible windows ICMP error response altered based on Windows
firewalls as well. These differences can be why a program works under XP then
fails under Windows 7 and newer. Or only works with Windows 7 and newer when
particular firewall settings are set.
ICMP error handling I can see this needing Linux particular code. I also see
that Mac OS is kind screwed because for some cases the need data to replicate
what windows does Mac OS ICMP handling does not provide that information.
--On error: | reply's IP | reply's ICMP--
This is not windows.
With windows 7 and newer reply's IP address could be 0.0.0.0 instead of valid
address with Windows 7 and newer. reply's ICMP can also be also be cleared on
Windows 7 and before. Windows Xp and before you have a different set of
rules.
Yes the fun one that Windows can be tell you the outgoing port with ICMP
instead of the port its going to at the designation as well.
Yes ping group range under windows can fail due to firewall settings under
windows.
Reality is Linux is not completely broken. But error handling with ICMP is
very platform dependant and platform configuration dependant. ICMP successful
is fairly much the same everywhere. When you need to handle ICMP failure its
fairly much Linux, BSD(covering OS X) and about 5 different windows
implementations(for different windows setups and version) so it least works
without doing something totally stupid. Yes a lot of cases with windows with
ICMP failures you are horrible short of information and the information can be
massively mangled. So windows would be completely broken ICMP error handling
design that Microsoft has been not keeping constant between versions of windows
or configurations of windows.
I would say this is one of these horrible areas. I would suspect some
applications are not working with wine at the moment because wine under Linux
and Mac OS don't match how windows miss behaves. Yes some windows
applications will refuse to install if Microsoft firewall settings and other
settings are not set particular was to get particular ICMP error handling.
So this is more cursed than one would wish for.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8332
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |z.figura12(a)gmail.com
Summary|Applications and games |Multiple applications fail
|using ICMP ping request |to send ICMP requests on
|report 'no connection to |Linux (failure to open
|internet' (Wine |IPPROTO_ICMP sockets)
|32-bit/64-bit preloader |
|requires CAP_NET_RAW to |
|create raw sockets) |
URL|https://web.archive.org/web |
|/20070202125803/http://baha |
|i-education.org/ocean/Ocean |
|_English.exe |
Keywords|download |
--- Comment #37 from Zebediah Figura <z.figura12(a)gmail.com> ---
I'm adjusting the title, since it's misleading. As far as I understand
SOCK_DGRAM + IPPROTO_ICMP actually does sufficiently work on Linux (Damjan
claims it is "completely broken", which seems odd seeing as `wine ping` works
fine.) The problem is, as far as I'm aware, this is *also* forbidden by default
on some distributions, including Debian, via the "net.ipv4.ping_group_range"
sysctl.
Should we just require that sysctl to be set for Wine? Is it reasonable to try
to fall back to ping(1)? I don't see any other way to achieve what we want...
The linked download no longer works on Windows (i.e. it gives the same "no
internet detected" message; probably the service died), so I'm removing that.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51847
Bug ID: 51847
Summary: fixme:advapi
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: danielrosario92(a)gmail.com
Distribution: ---
Created attachment 70741
--> https://bugs.winehq.org/attachment.cgi?id=70741
problems
not installing programs
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51666
Bug ID: 51666
Summary: HiSuite
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aykutboray(a)gmail.com
Distribution: ---
I installed Huawei Husite 11.0.0.550_OVE a few days ago and today I connected
my phone but it cannot see my phone. I did all the settings on the phone.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51839
Bug ID: 51839
Summary: Unable to connect to Server in WatchGuard System
Manager
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caldwelldugan(a)gmail.com
Distribution: ---
Created attachment 70735
--> https://bugs.winehq.org/attachment.cgi?id=70735
the backtrace output when the failure window pops up
Summary
Backtrace is attached
The program is WatchGuard System Manager (WSM). I'm able to do everything I can
on Windows, except connect to WSM Server (which isn't the same as WSM, don't
care about WSM Server for Wine). When I go to connect to a server it gets to
step 2/3 and crashes.
I've done a clean wine prefix and tried the development version but
unfortunately neither worked :(
Steps to reproduce:
1. Install WSM (link to executable here:
https://cdn.watchguard.com/SoftwareCenter/Files/WSM/12_7_1/WSM_12_7_1.exe )
2. Launch WSM
3. Click File > Connect to Server
4. Enter a valid management server IP address, user, and password, then click
Login
5. Wait for it to fail
It fails on the 3rd step. The very first time I tried this (and not on
subsequent times) it failed on the second step with something having to do with
certificates. If it fails on the second step then repeat all 5 steps again and
it should fail on the 3rd step.
Also, more about certificates, this error appears on my terminal consistently,
immediately before the crash:
GnuTLS error: ASN1 parser: Error in DER parsing.
wine: Unhandled page fault on read access to 00000000 at address 7CCA1F10
(thread 0009), starting debugger...
Note that you need a valid WSM server with valid credentials. You can install
it on any Windows box with the same installer as for WSM, you just need to
check the Server box. The server doesn't need to work on Linux at all, just the
frontend, but unfortunately you do need a backend to connect to. Please let me
know if you need a valid server and I can probably set one up for you to test
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=51773
Bug ID: 51773
Summary: Crysis Warhead enemies render with glitches
Product: vkd3d
Version: 1.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 70673
--> https://bugs.winehq.org/attachment.cgi?id=70673
example
vkd3d-1.2-513-g75a1a24
--
Do not reply 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=20907
Summary: $ORIGIN is undefined on NetBSD, breaking compile
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://mail-index.netbsd.org/netbsd-users/2009/07/29/m
sg004188.html
OS/Version: NetBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When compiling on NetBSD, build fails _really_ early, with:
execname not specified in AUX vector
googling around, I found:
http://mail-index.netbsd.org/netbsd-users/2009/07/29/msg004188.html
which shows that apparently $ORIGIN is not defined on NetBSD. I'm not quite
sure wine can work around it, so marking the bug as unconfirmed for now...
--
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=51840
Bug ID: 51840
Summary: Cheat Engine 7.0: cheat lists not handles correctly
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
I rarely ever use Cheat Engine, so I'm not sure whether or not it's currently
working in wine.
But this isn't about its core functionality (at least not yet), but about its
GUI.
If single addresses are found and added to the presenting widget correctly, yet
many cheat lists add created cheats in a hierarchy.
Things go wrong then.
Toplevel items seem to be added correctly, but if you try clicking on them,
they seem to expand semi-random subitems in no obvious pattern of choosing
them.
Some of the items are inactive (well, can't be selected), others can be
selected, but it's difficult to tell which are which. As I haven't used this
functionality on my own, I suspect only some of them should be selectable.
I'm not sure what fails here. Cheat lists are xml files, but it could be
something related to the widget or even wrong interpretation of the code.
(I'm trying to be coherent, but currently failing hard...)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42875
Bug ID: 42875
Summary: gaokao.love.100 Days failed to start
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: litimetal(a)gmail.com
Distribution: ---
Created attachment 57993
--> https://bugs.winehq.org/attachment.cgi?id=57993
terminal.txt
gaokao.love.100 Days is a game available on steam:
http://store.steampowered.com/app/347620/
0. rm -rf ~/.wine
1. winetricks steam
2. Install gaokao.love.100 Days from steam
3. Launch it from steam
4. The screen is black, the background music plays normally
$ wine --version
wine-2.6-154-gcced5dfbde
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6851
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.grc.com/files/wi |https://web.archive.org/web
|zmo.exe |/20070203001858if_/http://w
| |ww.grc.com:80/files/wizmo.e
| |xe
OS|other |Linux
Hardware|Other |x86-64
Component|programs |-unknown
--- Comment #17 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Still present with wine-6.18-241-ga87abdbe857. Tested with a 32bit prefix in
winxp mode. I think something might be going wrong in NC_HandleSysCommand or
X11DRV_SysCommand, but that's a guess.
Adding stable download.
$ sha1sum wizmo.exe
4620cc52e9dbaba81fbed8a3247c71f199f5b4fb wizmo.exe
$ du -sh wizmo.exe
40K wizmo.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=29399
Bug #: 29399
Summary: CloneSpy: nested context menus inaccessible.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hgtoo(a)yahoo.com
Classification: Unclassified
Set CloneSpy File>Options>Report>Presentation of equal files = Wait until all
files are scanned AND display all equal files together in a list.
Scan a directory containing duplicate files.
Right-click any listed file to bring up the context menu.
Trying to access any of the nested sub-menus causes whole context menu to
disappear, whether with mouse or keyboard. I can't find a workaround to access
the nested commands.
CloneSpy 2.6.2, Wine 1.2.3, Mint 10 fully up to date.
CloneSpy doesn't seem to have come up here before for some reason. It's this
program here: http://www.clonespy.com
--
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=41300
Bug ID: 41300
Summary: BV_Ana scientific software (Brainvision) attempts to
access invalid license file path
Product: Wine
Version: 1.9.12
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 55627
--> https://bugs.winehq.org/attachment.cgi?id=55627
bv_ana_console_log_trunc
WineHQ Forum thread:
https://forum.winehq.org/viewtopic.php?f=8&t=27355&sid=4e52de6ff33e3a23b17c…
bv_Ana application fails after attempting to access license key:
138501.970:0027:0028:Call KERNEL32.GetFullPathNameA(0057cfb8
":\\brainvision\\ana20160420_anaOnly_x64\\program\\license.txt",00000104,0023f0a0,0023ee98)
ret=1401966e9
It appears to decide to attempt access an absolute path without a valid drive
letter specifier. The application fails to start saying it can't write to path:
":\brainvision\ana20160420_anaOnly_x64\program\license.txt"
which is naturally treated by wine as relative file access - starting with
directory :
I've attached a:
WINEDEBUG=+all
console log (truncated to prior and including the above line). I can't see/
find where the application detects what system drive letter it is installed to
(assuming it even bothers to)...
I've developed a couple of hacky patches that sanitise all wine ANSI path
accesses - simply remove a leading : (colon) character (if present). These are
also attached. These patches allow the demo-licensed version of the application
to launch successfully (with no overrides) and it appears to function
reasonably well (tested in a 64-bit Wineprefix on Gentoo w/ wine staging git
master).
The patches merely demonstrate that the license path issue is ALL that is
stopping this piece of software from working! They are definitely not intended
for production use!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23224
Summary: Cyberboard Player: menu has black shadows instead of
transparent
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://cyberboard.brainiac.com/cyberboardv310.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Created an attachment (id=28903)
--> (http://bugs.winehq.org/attachment.cgi?id=28903)
Wine vs WinXP
I guess this will be general problem not just the Cyberboard Player. Menu
shadows are completely black, but they should be transparent.
Attachment shows that better. I tried many wine versions since 0.9.49 till
1.2-rc3, but it probably never worked correctly.
I left this in UNCONFIRMED, but someones confirmation is welcomed ;)
--
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=23627
Summary: installing Perseus 1.9.1 demo I got this error
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: efa(a)iol.it
Created an attachment (id=29557)
--> (http://bugs.winehq.org/attachment.cgi?id=29557)
error installing Perseus 1.9.1 demo
italian version downloadable from:
http://www.perseus.it/it/demo.php
english version downloadable from:
http://www.perseus.it/en/demo.php
double click on installer setup, while installing I always got this error:
---
Unable to execute file:
command.com
CreateProcess failed; code 2.
File non trovato [TN: File not found]
---
this error doesn't happen on Windows, seems related to Wine.
I attach a shot of the 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=39925
Bug ID: 39925
Summary: FontExpert 13 fails to show font thumbnails
Product: Wine
Version: 1.8
Hardware: x86
URL: http://www.proximasoftware.com/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 340.96
driver.
Wine 1.8 (git)
FontExpert 13.0 Release 1 (2015)
Trialware font explorer and manager. The center "Main" frame of the app has
two view modes - thumbnails and details (rectangular controls in upper-left
corner of the frame). The details mode works normally and shows samples of all
fonts. The thumbnails mode doesn't show thumbnails, only font names.
Screenshots on the AppDB:
https://appdb.winehq.org/screenshots.php?iAppId=16573&iVersionId=33161
Dependency Walker doesn't show much other than comctl32. Using native version
breaks both view modes.
sha1sum FontExpertSetup.exe
4b5b7e161f9076fbd50abdf54022913f0c1d852b FontExpertSetup.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=38320
Bug ID: 38320
Summary: HDM_SETORDERARRAY sent to ListView header doesn't
affect column order in a list
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
We currently only support LVM_SETCOLUMNORDERARRAY to do same thing. When header
items are reordered separately with HDM_SETORDERARRAY cached column data at
ListView side is not updated accordingly (there's no notification to do that).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39088
Bug ID: 39088
Summary: CLSID {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} - IImgCtx
is needed for image loading in certain installers made
by VivaMedia
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: NEW
Keywords: Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 52079
--> https://bugs.winehq.org/attachment.cgi?id=52079
screenshot showing the difference in the appearance of the same installer
Split off from bug #18970
Some of the installers from the game publisher Viva Media are showing images in
their installers, and the images are cycling as a slideshow during
installation.
The images are positioned below the progress bar inside the installer window.
Those images are missing when installing the game in Wine.There is a <Show
details> button below the progress bar, but it shows only 'Installing xyz...'
Terminal output:
fixme:mshtml:DllGetClassObject Unknown class
{3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {3050f3d6-98b5-11cf-bb82-00aa00bdce0b} not
registered
err:ole:CoGetClassObject no class object {3050f3d6-98b5-11cf-bb82-00aa00bdce0b}
could be created for context 0x7
I found this page describing the function of that clsid class:
http://www.geoffchappell.com/studies/windows/ie/mshtml/interfaces/iimgctx.h…
wine-1.7.49-41-g36a39ce
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39351
Bug ID: 39351
Summary: Caesar III/Pharaoh/Zeus: flickering in the menus and
in-game when CSMT enabled
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: http://www.fileplanet.com/11410/10000/fileinfo/Caesar-
III-Demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de,
stefan(a)codeweavers.com
Distribution: ---
Those city-building games in the bug title are from the same era (1999-2001)
and they use the same game engine.
They also share the same problem on my system:
When CSMT is enabled I'm experiencing heavy flickering in the menus and during
gameplay as well.
Reproduced with nvidia blob 340.93 and nouveau/mesa git.
Michael Müller did a bisect on the CSMT patchset:
commit b2abfa877929d8d6fe89d0cba20d62acc55e4c8d
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Apr 29 18:49:53 2013 +0200
wined3d: Send blits through the command stream.
This needs more work. This patch breaks error handling, and the split
between surface_blt and surface_blt_ugly isn't particularly nice.
caesar3.exe
sha1: 0f342a7722a0819bcfb225d51148ceb3c8f309d5
wine-1.7.51-225-g3966aff
Fedora 22 32-bit
--
Do not reply 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=18970
Summary: COM components referencing invalid CLSID's
(appinstall)
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.ccleaner.com/download
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found while testing CCleaner for appinstall, wine's got ~10 registry errors.
I've sent patches for a few of them, but I'm not as sure on these...
First one:
The COM component IImgCtx references an invalid CLSID. These are often left
behind after uninstalling software.
Solution: Delete the registry value.
Registry value in question:
ActiveX/COM Issue IImgCtx - {3050F3D6-98B5-11CF-BB82-00AA00BDCE0B}h
HKCR\IImgCtx
Second one:
The COM component CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C} references an
invalid CLSID. These are often left behind after uninstalling software.
Solution: Delete the registry value.
Registry entry:
ActiveX/COM Issue InProcServer32\C:\windows\system32\qmgrprxy.dll
HKCR\CLSID\{5CE34C0D-0DC9-4C1F-897C-DAA1B78CEE7C}
--
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=50810
Bug ID: 50810
Summary: F1 2000: Black screen when starting a game
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 69619
--> https://bugs.winehq.org/attachment.cgi?id=69619
F1 2000 ddraw and d3d logs
I was going to try an old game today, the F1 2000. While I managed to get past
the CD protection by setting the Windows version to Windows 2000, I was unable
to play the game. The menus work as expected, but the in game gameplay is
useless. The car's HUD is displayed, but the rest of the screen is black.
I've attached the ddraw and d3d logs to 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.
http://bugs.winehq.org/show_bug.cgi?id=13021
Summary: ConvertXToDVD don't load the templates combobox.
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I have tried the wine irc but no responses.
In older versions of wine that list works fine, when trie to load a new
template I receive Index of Bounds.
In console the errors messages don't change.
The unique error is in screenshot attached.
Best Regards
Jayson Reis
--
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=4553
--- Comment #42 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still occurs with wine-6.18
First video plays but the game closes immediately:
wine FCopLAPD.exe
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
005c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
005c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
006c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
007c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
007c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0090:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0090:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00f4:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi
sound output probably won't work.
0024:fixme:quartz:BaseControlWindowImpl_put_BorderColor
(013E2480/013E2480)->(0): stub !!!
0024:fixme:quartz:BaseControlWindowImpl_put_BackgroundPalette
(013E2480/013E2480)->(0): stub !!!
0134:fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!
0024:fixme:quartz:BaseControlWindowImpl_put_BorderColor
(01403F28/01403F28)->(0): stub !!!
0024:fixme:quartz:BaseControlWindowImpl_put_BackgroundPalette
(01403F28/01403F28)->(0): stub !!!
0154:err:quartz:DSoundRender_SendSampleData 0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43541
Bug ID: 43541
Summary: MikuMikuMoving errors when starting playback
Product: Wine
Version: 2.14
Hardware: x86
URL: https://sites.google.com/site/mikumikumoving/MikuMikuM
oving_v1275.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
When clicking the play button it shows an error message with
> Retrieving the COM class factory for component with CLSID {C1F400A4-3F08-11D3-9F0B-006008039E37} failed fue to the following error: 80040154 Exception from HRESULT 0x80040154 (REGDB_E_CLASSNOTREG).
It still plays the animation, but can't be stopped due to the 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.
http://bugs.winehq.org/show_bug.cgi?id=21653
Summary: Disabled menu bar in HY-TEK Team Manager for Track and
Field
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=19279
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigiwalser(a)yahoo.com
Most of the information needed for this bug is in the AppDB entry I made for
this application, which can be viewed at the given URL. When the AppDB entry
was accepted, I was advised to file a bug in Bugzilla about the Menu bar issue.
Note the download link, as you should be able to download the Lite version of
the application and test this for yourself. Also note that it is normal for
most of the Menu bar to be disabled the first time you run the program, as a
Team file is not open yet. However, the File menu should be enabled, and once
you open or create a new Team file/database using File > Open/New, the rest of
the Menu bar then becomes enabled.
--
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=36643
Bug ID: 36643
Summary: Scirra Construct 2: Cannot scroll or pan inside the
layout window
Product: Wine
Version: 20050930
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Cooldreng15(a)gmail.com
Created attachment 48682
--> http://bugs.winehq.org/attachment.cgi?id=48682
Screenshot of the panning, scroll problem
Running the newest build of wine with everything up to date, i've been trying
to make this application work properly. When you have installed and started
Construct 2 (release r168) in this case, create a new project. It should look
something like the attached screenshot, and whenever you try to move around,
change tab or stuff that would generally have to update the layout window,
nothing happens.
You can get construct 2 here:
https://www.scirra.com/construct2/releases/r168/download
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40214
Bug ID: 40214
Summary: Error/crashes when reading "Nota Bene Help..."
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: maraanne.chambers(a)gmail.com
Created attachment 53732
--> https://bugs.winehq.org/attachment.cgi?id=53732
"Nota Bene Help..." crash
I have a mac with Yosemite with Nota Bene newly installed. Whenever I click on
the help tab and select "Nota Bene Help...", it crashes and says there was an
error/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=40149
Bug ID: 40149
Summary: fireworx - Unhandled exception: page fault on read
access to 0x004a69c0 in 32-bit code (0x7e9fcbe2).
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: admin(a)issis.co.za
Distribution: ---
Created attachment 53649
--> https://bugs.winehq.org/attachment.cgi?id=53649
Unhandled exception: page fault on read access to 0x004a69c0 in 32-bit code
(0x7e9fcbe2).
Unhandled exception: page fault on read access to 0x004a69c0 in 32-bit code
(0x7e9fcbe2).
--
Do not reply 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=25666
Summary: DVDFab: Font is smudged
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32693)
--> (http://bugs.winehq.org/attachment.cgi?id=32693)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install DVDFab
4) start DVDFab
5) select Main Movie
6) change width of "Chapter" column
Behaviour:
See attachment (right image)
Expected behaviour:
See attachment (left image)
--
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=1201
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://download.microsoft.c |https://web.archive.org/web
|om/download/golf99/Trial/1. |/20051210144244/http://down
|0/WIN98/EN-US/msgolf99.exe |load.microsoft.com/download
| |/golf99/Trial/1.0/WIN98/EN-
| |US/msgolf99.exe
Status|NEW |STAGED
Staged patchset| |https://github.com/wine-sta
| |ging/wine-staging/tree/mast
| |er/patches/ddraw-version-ch
| |eck
--- Comment #47 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20051210144244/http://download.microsoft.com/do…
Also marking as 'STAGED' since the patch from bug 19153 helps here as well
(Michael's comment 38).
https://github.com/wine-staging/wine-staging/tree/master/patches/ddraw-vers…
$ sha1sum msgolf99.exe
be45600f58ba08e4fc84cf113b4905f09a821a2a msgolf99.exe
$Â du -sh msgolf99.exe
25M msgolf99.exe
$ wine --version
wine-6.18-241-ga87abdbe857
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=1201
--- Comment #46 from joaopa <jeremielapuree(a)yahoo.fr> ---
Obviously, the bug still occurs with wine-6.18
--
Do not reply 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=32884
Bug #: 32884
Summary: Tried to play a game on lol, but as soon as I start
connectiong to the game (summoning) this comes out and
tells me my firewall is not letting me connect to the
game.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justus.kiikeri(a)hotmail.fi
Classification: Unclassified
Created attachment 43431
--> http://bugs.winehq.org/attachment.cgi?id=43431
Lol bug report
Tried to play a game on lol, but as soon as I start connectiong to the game
(summoning) this comes out and tells me my firewall is not letting me connect
to the game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51823
Bug ID: 51823
Summary: Outlook 2007 crashes when opening a form with blank
image object
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kulniias(a)gmail.com
Distribution: ---
Created attachment 70709
--> https://bugs.winehq.org/attachment.cgi?id=70709
Backtrace of crash
wine and wine-staging 6.17
I'm using IPM.Task forms in Outlook 2007 running under wine. On my Win XP
machine I'm using Outlook 2003. On XP when copying some HTML with images from
mail and pasting it to text field in form, in place of image appears a blank
metafile object. When I'm trying to open form with such blank metafile Outlook
2007 crashes with following backtrace. If I delete blank metafile object in
form text field in Outlook 2003 on WinXP, then I can open that form in Outlook
2007 on wine without problem. Debug file with WINEDEBUG=+seh,+tid,+relay,+ole
is too big for attachment and I can't find something interesting in it. Outlook
2007 on XP also opens form with blank metafile object without 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=40715
Bug ID: 40715
Summary: American Girls Dress Designer crashes on clicking
Print or Quit
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: peanuthead_069(a)yahoo.com
Created attachment 54613
--> https://bugs.winehq.org/attachment.cgi?id=54613
Crash log for Dress Designer
Title says all. I've been encountering this issue on Windows before, so I
thought of running the game on Wine to see if compatibility for this would be
better under it. At first I thought it was just Wineskin acting up so I ran it
on a clean, vanilla Wine to confirm things, but still no dice - Dress Designer
throws up an "An error occurred while opening a window" message and a Visual
C++ runtime error.
There's not much in the way of logs either, just a two EnumDisplayDevicesW
fixmes and what appears to be a ddraw error. On modern Windows versions, the
game's backgrounds are cut off to the right (http://i.imgur.com/BqGDfkF.png),
so that may have something to do with directdraw.
--
Do not reply 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=36994
Bug ID: 36994
Summary: War Thunder : Mouse aim unusable
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benoit(a)anbcorp.net
Created attachment 49143
--> http://bugs.winehq.org/attachment.cgi?id=49143
trace with +ddraw,+dinput,+cursor,+event
When using mouse aim in War Thunder (which is basically a FPS like control
mode), the cursor seems to be blocked by screen edges.
Normally, I should be able to go in a direction infinitely (much like in any
FPS).
Moreover, in dual screen, the auto-capture in fullscreen do not work, the
cursor go out in the second screen.
I tried MouseWrapOverride=Force with no success.
Forcing single screen doesn't help either. Neither does playing in windowed
mode or virtual desktop (fullscreen and windowed).
I suspected my window manager (awesome) and tried under xfce : no change.
I tried various versions of wine from 1.7.23 to 1.5.25 : no change either.
My configuration is :
Linux 3.14 on debian jessie,
Xorg server 1.15.1
Proprietary ati drivers 14.4
Wine 1.7.23
Attached is a trace with WINEDEBUG="+ddraw,+dinput,+cursor,+event" were I was
circling the mouse around. It seems the cursor is indeed blocked on the screen
edge.
Feel free to ask for more 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=37277
Bug ID: 37277
Summary: Minitab 17.10 fails with COM error
Product: Wine
Version: 1.7.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: graylion(a)sm-wg.net
After installation of minitab 17.10 starting it fails with "A necessary
component could not be created. Error code: 80040154
See http://support.microsoft.com/kb/175804
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51629
Bug ID: 51629
Summary: rundll32.exe crash: unimplemented function
mscorwks.dll.DllRegisterServerInternal
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
Created attachment 70485
--> https://bugs.winehq.org/attachment.cgi?id=70485
32-bit and 64-bit backtrace. They appear in the same (default) 64-bit
wineprefix
rundll32.exe crashes every wine update
This issue were happening with me since version 6.13
There's reported similar issues with this software, but they might have
different reasons (thus being classified as invalid), they didn't had backtrace
attachments and they were reported in much older versions of Wine
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51820
Bug ID: 51820
Summary: Used the .pkg installer and MacOS The developer of
this app needs to update it to work with this version
of macOS. Contact the developer for more information.
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: cjsilver(a)codeweavers.com
The developer of this app needs to update it to work with this version of
macOS. Contact the developer for more information.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51705
Bug ID: 51705
Summary: 16 bit apps don't run on versions > 6.5
Product: Wine-staging
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmikeinsantarosa(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Beginning with wine-staging 6.6 my 16 bit applications will no longer run.
cardfile.exe ran on wine-staging up to version-6.5. from 6.6 on it will no
longer run.
I've posted in the winehq forum about this @
https://forum.winehq.org/viewtopic.php?f=8&t=35349 and have had > 700 views but
not one response.
This is what I see when executing cardfile.exe from a terminal
|0c8:err:plugplay:try_add_device Building report descriptor failed,
removing device 00c8:err:plugplay:try_add_device Building report
descriptor failed, removing device 014c:err:module:import_dll Loading
library krnl386.exe16 (which is needed by
L"C:\\windows\\system32\\winevdm.exe") failed (error c0000131).
014c:err:module:LdrInitializeThunk Importing dlls for
L"C:\\windows\\system32\\winevdm.exe" failed, status c0000135|
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47858
Bug ID: 47858
Summary: x3daudio1_{0,1,2} need ABI corrections
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: x3daudio
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
Created attachment 65361
--> https://bugs.winehq.org/attachment.cgi?id=65361
patch that attempts to fix the problem
Primary purpose of this bug is the problem addressed in recently sent
"x3daudio: fix lib exports" patch.
Patch attached should fix the problem...that is, if the problem is properly
diagnosed.
However, there's a secondary purpose.
App used to notice and diagnose the problem was Supreme Commander (RTS - see
the entry in appdb).
Without the patch, builtin fails early with a missing function error.
With the patch, game goes as far as the menu...
...but if (for example) you try to start a skirmish, it crashes.
I'm not sure whether it's a problem with wine or a problem with FAudio.
With native x3daudio, it works, so the problem is still in this or underlying
lib.
Going by the debug channel, game first calls X3DAudioInitialize a couple times
(seemingly successfully), then it calls X3DAudioCalculate with 0x61 flags and
goes into faultrep after that call. Shortly after that it terminates, often
with that annoying err:ntdll:RtlpWaitForCriticalSection hang.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51817
Bug ID: 51817
Summary: 6.18 not disable xscreensaver
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: augusto7743(a)gmail.com
Distribution: ---
WINE 6.18 When starting game emulator works fine, but WINE not avoid the
xscreensaver in host system if user is playing game using a game controller.
OS Ubuntu 20.04.3 and 21.04
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51659
Bug ID: 51659
Summary: Thronebreaker:The Witcher Tales-- Mahakam act
beginning has broken cutscene ( MFP)
Product: Wine-staging
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurnerolinux(a)yandex.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70531
--> https://bugs.winehq.org/attachment.cgi?id=70531
Save files to quickly get into that act
Game had correctly working cutscenes until this act. Cutscene at the start of
this act looks like this.
https://i.imgur.com/BDkh0tq.png
Adding save files to make reproduction process easier. Otherwise person who
tries to repro would have to sink hours in it. With those save files in place
clicking to continue in main menu should grant the broken cutscene right away.
Combinations that problem is reproduced on:
- Wine 6.15 Staging- Reproduces the problem with both dxvk and wined3d
- Lutris 6.14 Fshack- Reproduces the problem with both dxvk and wined3d
- Screenshot above is taken on Wine 6.15 Staging+ Dxvk
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51803
Bug ID: 51803
Summary: Staging: Heroes of the Storm crashes when patchset
d3dx11_43-D3DX11CreateTextureFromMemory is enabled
Product: Wine-staging
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sloonz(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70690
--> https://bugs.winehq.org/attachment.cgi?id=70690
Console log
Since 2.16, Heroes of the Storm crashes at startup. The issue is only present
on staging. This is almost surely linked to the
d3dx11_43-D3DX11CreateTextureFromMemory patchset, since disabling it fixes the
issue.
The log shows this interesting line:
"03a0:fixme:d3dx:D3DX11CreateTextureFromMemory load_info is ignored"
I don’t think this is linked to https://bugs.winehq.org/show_bug.cgi?id=43692,
since the error message is different.
--
Do not reply 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=34584
Bug #: 34584
Summary: thai2english not working at all may ole32 related
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: genrobgen5(a)gmail.com
Classification: Unclassified
Hi
linux distr debian wheezy (recently updated)
gcc version 4.6.3 (Debian 4.6.3-14)
thai2english-setup-2.3.4233.exe
http://www.thai2english.com/downloading/thai2english-setup-2.3.4233.exe
started with wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe'
wine version 1.7.2 with wine.git-87c459ab2359784f238c30073b1adc0111876987.patch
I tried the patch mplementing VarDecRound
(wine.git-87c459ab2359784f238c30073b1adc0111876987.patch) in wine-1.7.2,
unfortunately it does not seem to have helped with [Bug 34463] thai2english.
I think there is going to be more than one bug. A visable bug at the moment is
CoGetContextToken apartment not initialised (see attached log log-initial in
attachment). I did a
WINEDEBUG=+ole,+relay wine '/root/.wine/drive_c/Program
Files/Thai2English/thai2english.exe' 2>log+ole,+relay
followed by
grep 'CoGetContextToken' log+ole,+relay
to give
002c:Call ole32.CoGetContextToken(030be730) ret=791f525b
trace:ole:CoGetContextToken (0x30be730)
err:ole:CoGetContextToken apartment not initialised
002c:Ret ole32.CoGetContextToken() retval=800401f0 ret=791f525b
002d:Call ole32.CoGetContextToken(045be790) ret=791f525b
trace:ole:CoGetContextToken (0x45be790)
002d:Ret ole32.CoGetContextToken() retval=00000000 ret=791f525b
0030:Call ole32.CoGetContextToken(046be710) ret=791f525b
trace:ole:CoGetContextToken (0x46be710)
trace:ole:CoGetContextToken apt->context_token=0x188750
0030:Ret ole32.CoGetContextToken() retval=00000000 ret=791f525b
(see log+ole+relay-greped in attachment)
retval=800401f0 refers to return CO_E_NOTINITIALIZED in CoGetContextToken in
wine-1.7.2/dlls/ole32/compobj.c so apartment_find_multi_threaded() fails.
I suspect the following bit of code fails
LIST_FOR_EACH( cursor, &apts )
{
struct apartment *apt = LIST_ENTRY( cursor, struct apartment, entry );
if (apt->multi_threaded)
{
result = apt;
apartment_addref(result);
break;
}
}
this piece of code looks for a struct apartment in &apts (or possibly it might
create one if none exists)
&apts created by
static struct list apts = LIST_INIT( apts ); /* protected by csApartment */
however there does not appear to be any struct apartment or an appropriate
pointer in struct list
I am not sure how the program is supposed to work but there is a problem here.
By the way thai2english does not work at all I am not just making it up or
something. If the bug is not worth dealing with then that is not a problem to
me as I can us virtualbox however wine is a neater solution.
Rob
--
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=51799
Bug ID: 51799
Summary: Mafia: Definitive Edition has bad performance
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
06c0:fixme:d3d11:d3d11_device_context_Map Ignoring map_flags 0x100000.
06c0:fixme:dxgi:d3d11_swapchain_GetFrameStatistics iface 0x20422bc0, stats
0x2fa0fbd0 stub!
06bc:err:d3d:wined3d_debug_callback 0x1e9eb0b0: "GL_INVALID_OPERATION in
glEndQuery{Indexed}(no matching glBeginQuery{Indexed})".
06c0:fixme:d3d11:d3d11_device_context_Map Ignoring map_flags 0x100000.
06bc:err:d3d:wined3d_debug_callback 0x1e9eb0b0: "GL_INVALID_OPERATION in
glBeginQuery{Indexed}(target=GL_SAMPLES_PASSED is active)".
06bc:err:d3d:wined3d_debug_callback 0x1e9eb0b0: "GL_INVALID_OPERATION in
glGetQueryObjectui64v(id=5 is invalid or active)".
Disabling CSMT helps but it breaks rendering.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51757
Bug ID: 51757
Summary: Network application crashes
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: z.figura12(a)gmail.com
Regression SHA1: 1ee382c706bed683e7263c867fd6599dd6920103
Distribution: ---
Created attachment 70653
--> https://bugs.winehq.org/attachment.cgi?id=70653
+winsock,+server,+seh,+tid log of the crashing thread
This is a recent regression, wine-6.17 works fine:
commit 1ee382c706bed683e7263c867fd6599dd6920103
Author: Zebediah Figura <zfigura(a)codeweavers.com>
Date: Tue Sep 14 01:02:43 2021 -0500
server: Pass the async result size as part of apc_call_t.
Only really an optimization (plus it makes the code a little conceptually
simpler).
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
I'm attaching a +winsock,+server,+seh,+tid log of the crashing thread, please
let me know if you need full log.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51723
Bug ID: 51723
Summary: Timespinner controller triggers aren't properly
recognized
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: vlund(a)codeweavers.com
Distribution: ---
Created attachment 70605
--> https://bugs.winehq.org/attachment.cgi?id=70605
Terminal Output
Timespinner had an update that updated the FNA Framework from 19.05 to 21.08.
Since then the trigger buttons on controllers are not working. In the Player
Settings options menu Left trigger and Right trigger are reported as the
opposite ones when pressed, and in game neither button actually does anything.
All other buttons seem to working fine.
This happens with both Xbox and PS4 controllers.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51696
Bug ID: 51696
Summary: ntoskrnl.exe:ntoskrnl outputs too much traces (and
broke the Wine tests entirely)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntoskrnl.exe:ntoskrnl outputs more than 200kB of traces:
$ ./wine dlls/ntoskrnl.exe/tests/ntoskrnl.exe_test.exe ntoskrnl
>ntoskrnl.report
$ tail -n3 ntoskrnl.report
0270:ntoskrnl: 96 tests executed (1 marked as todo, 0 failures), 0 skipped.
0020:ntoskrnl: Silenced 5475 todos, 0 skips and 0 traces.
0020:ntoskrnl: 21296 tests executed (1967 marked as todo, 0 failures), 0
skipped.
$ ls -l ntoskrnl.report
-rw-r--r-- 1 fgouget fgouget 208428 août 28 18:37 ntoskrnl.report
$ grep "Test marked todo:" ntoskrnl.report | wc -cl
1994 204531
This is not a problem of a runaway test or even that many trace() statements.
It's just that there are too many todos despite the vast majority being
silenced already.
The big issue is that adding so much data to a full Winetest run pushes it over
the 1.5MB limit (before and after debiant2 WineTest reports):
-rw-r--r-- 1 fgouget fgouget 1477298 août 28 20:27
/tmp/job96432_1_1_win32.report
-rw-r--r-- 1 fgouget fgouget 1689913 août 28 20:24
/tmp/job96543_1_1_win32.report
The commit that introduced the extra todos is:
commit 8d37962b43e5074bc0421611267dc41593114f85
Author: Zebediah Figura <zfigura(a)codeweavers.com>
AuthorDate: Thu Aug 26 20:54:10 2021 -0500
ntoskrnl/tests: Add more tests for IRP status handling.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Also the TestBot warned about this issue when the patch was submitted, though
that did not carry over to sending an email to wine-devel or marking the patch
as failed on the patches website (bug 51695).
https://testbot.winehq.org/JobDetails.pl?Key=96439#k401
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51596
Bug ID: 51596
Summary: Unhandled exception code c0000005 when running any
64-bit Winelib application
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ArchLinux
Somewhere after Wine 6.14, 64-bit Winelib applications are no longer able to
start when Wine is compiled with optimizations. Everything still works just
fine
when setting {C,CXX,CROSSC}FLAGS to "-g -O0", and 32-bit Winelib applications
also still work fine. I haven't tested which exact commit introduced this
issue,
but it at least happens after f63ecaedc72f3580e7016ba71a480025e4d86e99
To reproduce this issue, create a main.cpp file with the following contents and
then compile it with `wineg++ -o main main.cpp -mwindows -m64`:
#include <iostream>
int main() {
std::cout << "Hello, world!" << std::endl;
}
Running main.exe with these versions of the latest master branch version of
Wine
Staging (wine-6.14-323-g91494ae6f2e right now) prints the following:
0144:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0
addr 0x7bc2dc17
Doing the same thing with a 32-bit Winelib (i.e. with -m32) works just fine,
and
the 64-bit version also works fine when compiling Wine the following
configuration:
CC='ccache gcc' CXX='ccache g++' CROSSCC='ccache x86_64-w64-mingw32-gcc'
CFLAGS="-g -O0" CXXFLAGS="-g -O0" CROSSCFLAGS="-g -O0" ../configure
--disable-tests --enable-win64
Leaving out those flags brings back the error, so there's likely some kind of
UB
at play here.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48442
Bug ID: 48442
Summary: MPGUI crash on start in MSVCRT__wctomb_s_l in
msvcr100
Product: Wine
Version: 5.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Created attachment 66220
--> https://bugs.winehq.org/attachment.cgi?id=66220
stacktrace
Hi,
MPGUI (a C++/CLI application, so C++ app that use the .NET runtime )crash on
start with a Unhandled exception: page fault on read access to 0x00000020 in
32-bit code (0x7c6e61a0).
PArt of the stacktrace:
0 0x7c6e61a0 MSVCRT__wctomb_s_l+0x1180() in msvcr100 (0x0032f378)
1 0x7c6e87f0 MSVCRT_vsnprintf+0x3f() in msvcr100 (0x0032f3c8)
2 0x7c6e8952 MSVCRT_sprintf_s+0x21() in msvcr100 (0x0032f3f8)
0x7c6e61a0 MSVCRT__wctomb_s_l+0x1180 in msvcr100: movzbl 0x0(%edi),%eax
This part of the stacktrace suggest that native dotnet may be a workaround:
10 0x6c54c5ee mono_jit_runtime_invoke+0x46d(exc=<is not available>)
[Z:\vagrant\mono\mono\mini\mini-runtime.c:3184] in libmono-2.0-x86 (0x005f6b48)
11 0x6c71da32 object_new_handle_common_tail+0x1d1(o=<is not available>,
klass=<is not available>, error=<is not available>)
[Z:\vagrant\mono\mono\metadata\object.c:3029] in libmono-2.0-x86 (0x00000000)
12 0x6c722105 mono_runtime_object_init+0xd4()
[Z:\vagrant\mono\mono\metadata\object.c:5151] in libmono-2.0-x86 (0x00000000)
13 0x6c5a3372 mono_jit_exec+0x191() [Z:\vagrant\mono\mono\mini\driver.c:1325]
Full stacktrace attached.
Prefix is new. 32bit
Wine Log is empty.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51729
Bug ID: 51729
Summary: Unable to find an entry point named
'UiaDisconnectProvider' in DLL 'UIAutomationCore.dll'
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uiautomationcore
Assignee: wine-bugs(a)winehq.org
Reporter: pashtet92(a)bk.ru
Distribution: ---
Created attachment 70615
--> https://bugs.winehq.org/attachment.cgi?id=70615
wine logs
Hello.
I tried to use a .NET 5 application written using WinForms:
https://github.com/Greavesy1899/MafiaToolkit
After I close the intro window, this exception happens:
System.EntryPointNotFoundException: Unable to find an entry point named
'UiaDisconnectProvider' in DLL 'UIAutomationCore.dll'.
at Interop.UiaCore.UiaDisconnectProvider(IRawElementProviderSimple provider)
at System.Windows.Forms.Control.ReleaseUiaProvider(IntPtr handle)
at System.Windows.Forms.Control.WmDestroy(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr
wparam, IntPtr lparam)
Apparently, it tries to unregister a UI Automation provider on window
destruction.
MSDN docs:
https://docs.microsoft.com/ru-ru/windows/win32/api/uiautomationcoreapi/nf-u…
Since current uia_core implementation is largely stub, I think it might benefit
from one more stub ;)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50623
Bug ID: 50623
Summary: Windows ISO Downloader 8.45 - Error messages and
freeze with wine-mono
Product: Wine
Version: 6.1
Hardware: x86-64
URL: https://web.archive.org/web/20210128040613/https://www
.heidoc.net/php/Windows-ISO-Downloader.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: winetaste(a)gmx.net
Distribution: ---
Created attachment 69317
--> https://bugs.winehq.org/attachment.cgi?id=69317
Unhandled exceptions
Starting Windows ISO Downloader 8.45* I get an error message about an unhandled
exception. I can continue, but selecting a Windows version (except "Windows 7
(August 2018)" and "DELL") results in another exception and the app freezes if
I select the continue button.
winetricks dotnet40 fixes start up exception. App needs ie8 then. Winetricks
ie8 fixes this and I can select "Windows 7". Other versions like "Windows 10"
just freeze without exception window.
*https://www.heidoc.net/joomla/technology-science/microsoft/67-microsoft-windows-and-office-iso-download-tool
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50089
Bug ID: 50089
Summary: Far Manager 2.0 crashes on start-up
Product: Wine
Version: 5.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 68554
--> https://bugs.winehq.org/attachment.cgi?id=68554
backtrace
Steps to reproduce:
Install https://www.farmanager.com/history/far2.x86.msi
SHA256: a96df17ca77c2bb817ca4e0f9cef9408d6cbd6b74c5d336c83961be5a92067f4
Run it: wine wineconsole Far.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=51741
Bug ID: 51741
Summary: Nt*PowerRequest syscalls do not exist on real Windows
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: cdavis5x(a)gmail.com
Distribution: ---
In ca2b7012496c4a97d7c03bc34b388592fd1157f5, I added stub system calls
corresponding to the kernel32 power request API. These syscalls do not exist on
real Windows. Based on my reading of the headers, what we need to use instead
is NtPowerInformation() with the selectors 'PowerRequestCreate' and
'PowerRequestAction'.
However, I have no idea what the I/O structs for those functions look like.
Before this can be fixed, we'll need to get the definitions of these structures
somehow.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50498
Bug ID: 50498
Summary: Intel Assistive Context-Aware Toolkit (ACAT) v1.00.0
(.NET 4.5 app) setup exits with
System.MissingMethodException
Product: Wine
Version: 6.0-rc6
Hardware: x86-64
URL: https://github.com/01org/acat/releases/download/v1.00.
0/ACATSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ArchLinux
The setup will finish and after clicking 'Finish' it says it will install Word
Predictor and after clicking 'Finish' again this error shows up:
Unhandled Exception:
System.MissingMethodException: Method not found: void
System.ServiceModel.Description.MetadataExporter.set_PolicyVersion(System.ServiceModel.Description.PolicyVersion)
at (wrapper remoting-invoke-with-check)
presage_wcf_service_system_tray.PresageWCFHostForm..ctor()
at presage_wcf_service_system_tray.Program.Main () [0x0000b] in
<abe18da6446d4917b2d9283654dbd0f2>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.MissingMethodException: Method not
found: void
System.ServiceModel.Description.MetadataExporter.set_PolicyVersion(System.ServiceModel.Description.PolicyVersion)
at (wrapper remoting-invoke-with-check)
presage_wcf_service_system_tray.PresageWCFHostForm..ctor()
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43109
Bug ID: 43109
Summary: (EZ4_Client) Crashes on start
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rodrigodavy(a)gmail.com
Distribution: ---
Created attachment 58306
--> https://bugs.winehq.org/attachment.cgi?id=58306
Debug log
This is a software for patching GBA ROMs for use with a flashcart.
The app crashes on start
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38011
Bug ID: 38011
Summary: ID Photo Maker Opens Sucessfully but can't import
jpegs for editing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: morpole(a)gmail.com
Distribution: ---
Created attachment 50646
--> https://bugs.winehq.org/attachment.cgi?id=50646
This bug report came up. Hope it's of use to you. Thanks.
Hi,
Complete novice with Linux. Just dicovered it. Love it. Found out about Wine
Seriously good idea! Would like to run this program for my small business. ID
Photo Maker www.idphotomaker.com I got it installed ok using wine but nothing
happens when i try to import a jpeg into it for editing. Help Please!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51795
Bug ID: 51795
Summary: Document usage of winelib manually without relying for
it on higher-level tools like winegcc and winemaker
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
I am building some software (I don't think I should give a link, because I have
left it in completely broken state currently). The build system used is CMake.
Currently I rely on winegcc (without much success, the build with CMake fails,
but if I fix the generated scripts manually, it succeeds, though the app still
refuses to start, it may be that I do something wrong). I'd like to use any
compiler supported by CMake for it. It'd be nice to have a doc that is not
focused on the high-level tools, but that is focused on what is going on and
what steps are advised to be made to get a working app in ELF format, that can
be debugged using regular gdb/lldb.
Also it'd he nice to know if I can link libraries in PE format to it. My main
motivation for using winelib is debugging of software using Qt Creator, , which
currently cannot interface winedbg (even in gdb mode), while running the
software being dehugged upon Linux (and not involving real Windows anyhow).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51793
Bug ID: 51793
Summary: winegcc doesn't work with CMake well
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
I know, it is not quite a bug in wine, but a bug in CMake, but probably should
also be tracked here.
When I set `winegcc` and `wineg++` as compilers for CMake, I have issues with
the software. When cmake generates the file for the low-level build system (I
use `ninja`), it (correctly, as it matches the convention in Linux) generates
the path without `.so` in the end and with soversion in the file name
(`lib*.so.<soversion>`) for the libraries to be linked against. But the built
libs files themselves ... have both soversion and so extension in the end
(`lib*.so.<soversion>.so)`, in addition to the one before soversion.
It disrupts building process.
Also, the libraries with WinAPI are not linked automatically and have to be
manually specified, so one has to detect if `winegcc` was used as a compiler
and add the libs manually.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51759
Bug ID: 51759
Summary: Office Software Protection Platform dlls error
Product: Wine-staging
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthias.geiger1024(a)tutanota.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70657
--> https://bugs.winehq.org/attachment.cgi?id=70657
log
Upon installing office 2016 wine runs into the said bug. see log snippet below.
When I manually copied the dll, I still ran into the same 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=47135
Bug ID: 47135
Summary: Onenote fails to start: Desktop Experience feature is
not installed (lacking Win32_ServerFeature class from
wbemprox)
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 64360
--> https://bugs.winehq.org/attachment.cgi?id=64360
hack to start Onenote
The relaylog below *** made with ONENOTE (MSOffice 2010) shows problem
apparently seems to be in wbemprox, missing Win32_ServerFeature class
The attached crappy hack allowed me to start Onenote, and also Onenote from
Office365 starts with it. Crappy hack is only to show where the problem is and
problably contains several errors, hopefully someone can fix this in proper way
(hint at Hans;)).
Sidenote: reverting the hack makes Onenote from Office365 run into the bug
again, but Onenote from office 2010 now continues happily to start; maybe it
sets some registry key once started and the patch is not needed anymore? No
idea.
008c:Call KERNEL32.lstrlenA(2e09825c "SELECT Name FROM Win32_ServerFeature")
ret=2e0e8fd1
008c:Ret KERNEL32.lstrlenA() retval=00000024 ret=2e0e8fd1
008c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,2e09825c "SELECT Name
FROM Win32_ServerFeature",00000025,00000000,00000000) ret=2e0e8fe7
008c:Ret KERNEL32.MultiByteToWideChar() retval=00000025 ret=2e0e8fe7
008c:Call KERNEL32.MultiByteToWideChar(00000000,00000000,2e09825c "SELECT Name
FROM Win32_ServerFeature",00000025,0033f9f0,00000025) ret=2e0e9085
008c:Ret KERNEL32.MultiByteToWideChar() retval=00000025 ret=2e0e9085
008c:Call oleaut32.SysAllocString(0033f9f0 L"SELECT Name FROM
Win32_ServerFeature") ret=2e0e90bb
.
.
.
.
008c:Call user32.MessageBoxW(00000000,0033f6b2 L"OneNote cannot start because
the Desktop Experience feature is not installed. Install it in the Windows
Control Panel > Prog
rams and Features > Turn Windows features on or off.",39835ba4 L"Microsoft
Office",00000030) ret=39bb2183
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51526
Bug ID: 51526
Summary: Game "The Longest 5 Minutes" crashing (Issue possibly
in "/user32/winpos.c")
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: madbyte(a)tuta.io
Distribution: ---
the Steam game "The Longest Five Minutes" crashes on start-up, apparently
caused by not passing some variables (a window handle?).
I used Wine GE 6.12 in this particular case.
WORKAROUND: Enabling virtual desktop in the prefix allows the game to launch.
Possible relevant bit (See full backtrace for more):
"2 0x6edaf59c WINPOS_SysCommandSizeMove+0xeab(hwnd=<is not available>,
wParam=<is not available>)
[Z:\home\ubuntu\buildbot\runners\wine\wine-src\dlls\user32\winpos.c:3003] in
user32 (0x0a24dd48)"
Link to Line 3003 in Wine GE 6.12:
https://github.com/GloriousEggroll/wine/blob/cc2d9bd66c1207de3f8016cecd05d6…
Backtrace: https://gist.github.com/MadByteDE/fd9acf3deb29d885cb2fb2769402b1cf
Proton Issue Page: https://github.com/ValveSoftware/Proton/issues/4849
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51782
Bug ID: 51782
Summary: The ws2_32:sock output is too big in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ws2_32:sock outputs ~29kB of data. This is too much and contributes in pushing
the WineTest reports above the 1.5MB limit.
The traces break down as follows:
0kB failures
24kB todos
5kB traces
0kB test framework (summary lines, etc.)
Note that this predates the double-free ws2_32:sock crash (bug 51778): the
crash backtrace just took the place of the todos/traces that are no longer
being run.
Time to fix Wine to reduce the number of todos!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51785
Bug ID: 51785
Summary: The d3dx10_*:d3dx10 output is too big in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dxof
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The d3dx10_*:d3dx10 tests are mostly duplicates of each over and collectively
they output ~29kB of data. So while each individual test only outputs about
3kB, multiplied by the 9 copies this is too much and contributes in pushing the
WineTest reports above the 1.5MB limit.
The traces break down as follows:
0kB failures
3kB todos
0kB traces
0kB test framework (summary lines, etc.)
Time to fix Wine to reduce the number of todos!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51781
Bug ID: 51781
Summary: The d3d11:d3d11 output is too big in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:msg now outputs ~84kB of data. This is way too much and contributes in
pushing the WineTest reports above the 1.5MB limit.
The traces break down as follows:
7kB failures
74kB todos
1kB traces
0kB test framework
Time to fix Wine to reduce the number of failures and todos!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51772
Bug ID: 51772
Summary: Drag and drop issue - DROPEFFECT zero
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: tomtib(a)gmx.de
Distribution: ---
Hello Wine-developers,
I have described the issue here:
https://forum.winehq.org/viewtopic.php?f=2&t=35444&sid=4f2e5ba04bc432c1648a…
I have also posted the reply from the foobar spider monkey panel developer,
hope this issue can be fixed, thank you!
-TT
--
Do not reply 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=33761
Bug #: 33761
Summary: Touhou 10 and up have aliased dialogue text
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murela_alba(a)abv.bg
Classification: Unclassified
Created attachment 44710
--> http://bugs.winehq.org/attachment.cgi?id=44710
touhou 10 music room english
This happens in touhou 10, 11, 12, 12.5, 12.8 and 13. It affects only the main
game font, used for the dialogue boxes, music room and some UI elements. The
touhou 14 demo has a similar, but much more widespread aliasing issue (bug
33760). Here's a comparison from the Mountain of Faith music room on Windows 7
and in on Ubuntu 13.04 (64-bit) with wine 1.5.30.
--
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=6254
Konstantin <incubusrk(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |incubusrk(a)gmail.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=40131
Bug ID: 40131
Summary: SqlConnection to Microsoft SQL Server 2014 fails with
SSL error
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mr_wire(a)mail.ru
Distribution: ---
Created attachment 53627
--> https://bugs.winehq.org/attachment.cgi?id=53627
Error log (Wine 1.8)
Installed Wine 1.8 in Linux Mint 17.3 and tried to run simple console
application that opens and closes connection to Microsoft SQL Server. This
application works with Mono and fails with Wine.
Attached you can find application text, config file that contains connection
string and two log files - for successfull connection (using Mono) and for
broken connection (using Wine).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40107
Bug ID: 40107
Summary: ODBC Connection to MSSQL Server with SSL
Product: Wine
Version: 1.8-rc4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olaf.schumann(a)gmx.de
Created attachment 53591
--> https://bugs.winehq.org/attachment.cgi?id=53591
Connection Test with SSL
Hi,
ODBC with MDAC 2.8 works fine, but if the MSSQL-Server needs SSL the connection
fails.
To Test it, install MDAC 2.8 (winetrick: mdac 2.8)
Control Panel->Data Sources(ODBC)->SystemDSN->Add->SQL Server
Configure a Server without SSL: Everything's fine.
Configure a Server with SSL: Connection fails (See attachment).
I cross-checked this with a Windows 2k VM. Installing MDAC_TYP.EXE.
Configuring the above SQL Servers:
Connection to a SSL encryption enabled SQL Server 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=51760
Bug ID: 51760
Summary: Wineasio: 'Failed to open audio device WineASIO
Driver'
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: tavasti(a)tavasti.fi
Distribution: ---
When running Ableton Live 11 Lite with wine staging > 6.5, ableton says on
selecting Asio audio, WineASIO Driver: Failed to open audio device "WineASIO
Driver"
On wine output I see: 020c:err:ole:apartment_add_dll couldn't load in-process
dll L"wineasio.dll"
How I have reproduced bug:
- Install desired wine version
- run: wine64 regsvr32 /opt/wine-staging/lib64/wine/wineasio.dll.so
- run ableton, select audio output
In one case I verified error is similar with Mixcraft as in Ableton
Testing in Ubuntu 18.04, using winehq packages.
Tested working versions: 6.4, 6.5
Tested non-working versions: 6.8, 6.14,6.17
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51737
Bug ID: 51737
Summary: regression in user32 monochrome cursor handling
causing Photoshop CS5/32bit cursors render as black
bars
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: lanthruster(a)gmail.com
Distribution: ---
Created attachment 70618
--> https://bugs.winehq.org/attachment.cgi?id=70618
black mask instead of mouse cursor
The regression was introduced in Wine 6.10, the last version that worked was
6.9, it looks like it was in one of these commits:
user32: Handle monochrome icons in CreateIcon() and CreateCursor() instead of
CreateIconIndirect().
user32: Implement stretching of cursor and icon objects in CopyImage()
The affected software - Photoshop CS5 that has monochrome cursors now rendered
as black bars (wrong mask?) with the actual cursor under it.
Most of CS5 cursors are affected only a few works, this problem is present in
the latest 6.16 and was not there until Wine 6.9
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51448
Bug ID: 51448
Summary: Mouse issues on ddraw
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: slayersnet2012(a)gmail.com
Distribution: ---
Mouse issues.
On some ddraw Games the mouse cursor turns into a black rectangle when the
cursor is shown over a Dialogue box. It should turn into a hand.
I do not know that is really a ddraw bug.
But it happens when ddraw is necessary.
Games that I testet
Bejeweled deluxe
Bejeweled 2
Zuma deluxe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51497
Bug ID: 51497
Summary: Mouse cursors are broken in Photoshop CS2 and
Photoshop 7.0
Product: Wine
Version: 6.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 70338
--> https://bugs.winehq.org/attachment.cgi?id=70338
Photoshop CS2 in Wine 6.13
This has been an issue in at least Wine 6.12 and 6.13.
Photoshop CS2 has been free for quite some time now, so you can test and see it
yourself.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51120
Bug ID: 51120
Summary: MCC DAQ software setup crashes in vbscript exec_script
function
Product: Wine
Version: 6.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 69987
--> https://bugs.winehq.org/attachment.cgi?id=69987
WINEDEBUG=+vbscript
The installer's self-extraction succeeds and the installation wizard starts,
but it crashes during the actual install step.
Since the crash happens inside of Wine's vbscript.dll, I am attaching a console
log with WINEDEBUG=+vbscript.
$ sha256sum mccdaq.exe
12eb3e9422e333155977bfd43cb87b3c27826847dfc85998a9c2a52906410312
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51771
Bug ID: 51771
Summary: XnView crashes when DefaultDepth is set to 30
Product: Wine
Version: 6.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Xorg:
Section "Screen"
DefaultDepth 30
EndSection
2) Download and run XnView
3) 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=51769
Bug ID: 51769
Summary: ClientSideGraphics=N with 30-bit color depth makes all
graphical applications crash
Product: Wine
Version: 6.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
If ClientSideGraphics=N and Xorg->DefaultDepth=30 all graphical Windows
applications crash on startup.
BTW I enabled this option a long time ago and I've no idea why. Does anyone
know if this option is still beneficial for anything in 2021? Or it's been
deprecated a long time ago?
wine: Unhandled page fault on read access to FFFF0000 at address FFFF0000
(thread 0024), starting debugger...
winedbg: Internal crash at 0xffff0000
$ winedbg winecfg
WineDbg starting on pid 011c
0x7bc7a9e1: ret
Wine-dbg>cont
Unhandled exception: page fault on execute access to 0xffff0000 in 32-bit code
(0xffff0000).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:ffff0000 ESP:0021e7bc EBP:0021e828 EFLAGS:00010206( R- -- I - -P- )
EAX:7cd64490 EBX:0028ee90 ECX:0028f0d8 EDX:00000047
ESI:0028f0d8 EDI:00000000
Stack dump:
0x0021e7bc: 7cd21e26 7cd64490 00000000 00000021
0x0021e7cc: 00000047 0028f0f8 00000001 0021edfc
0x0021e7dc: 00000000 00000000 402a0000 0021e830
0x0021e7ec: 00000045 22000000 0000000d 0000000b
0x0021e7fc: 00000002 00000002 00000000 00000005
0x0021e80c: 00000015 00000190 00000000 00000060
Backtrace:
=>0 0xffff0000 (0x0021e828)
1 0x7cd22005 (0x0021e8b8)
2 0x7cd25c16 (0x0021eab8)
3 0x7d731437 (0x0021ec78)
4 0x7d75f229 (0x0021ed08)
5 0x7def0424 in user32 (+0xa0423) (0x0021f658)
6 0x7def0ffc in user32 (+0xa0ffb) (0x0021f6d8)
7 0x7d34bd56 (0x0021f748)
8 0x7d34cba8 (0x0021f7e8)
9 0x7df0a91c in user32 (+0xba91b) (0x0021f828)
10 0x7df0b103 in user32 (+0xbb102) (0x0021f888)
11 0x7df0d416 in user32 (+0xbd415) (0x0021f8d8)
12 0x7dec5a61 in user32 (+0x75a60) (0x0021f988)
13 0x7de89ecb in user32 (+0x39eca) (0x0021fae8)
14 0x7de8a7b8 in user32 (+0x3a7b7) (0x0021fb28)
15 0x7d33a9d4 (0x0021fba8)
16 0x7d341b27 (0x0021fc08)
17 0x7eb1d921 in winecfg (+0xd920) (0x0021fe68)
18 0x7eb24d4e in winecfg (+0x14d4d) (0x0021fef8)
19 0x7eb24c86 in winecfg (+0x14c85) (0x0021ff30)
20 0x7b6520e0 in kernel32 (+0x320df) (0x0021ff48)
21 0x7bc7eba7 (0x0021ff5c)
22 0x7bc7f292 (0x0021ffec)
0xffff0000: -- no code accessible --
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49641
Bug ID: 49641
Summary: Beneath a Steel Sky's Steam version crashes due to
incomplete sapi implementation
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: sapi
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
Currently it uses ScummVM 2.1.2. The next version of ScummVM should in theory
fix this crash due to
https://github.com/scummvm/scummvm/commit/9a3e420bd20533e310e80058bcc63adeb…
It currently crashes on:
https://github.com/scummvm/scummvm/blob/branch-2-1-2/backends/text-to-speec…
--- snip ---
if (SUCCEEDED(hr)) {
hr = cpEnum->GetCount(&ulCount);
}
_voice->SetVolume(0); // <-- here
while (SUCCEEDED(hr) && ulCount--) {
--- snip ---
This is due to _voice not being initialized. It is supposed to be initialized
here:
https://github.com/scummvm/scummvm/blob/branch-2-1-2/backends/text-to-speec…
--- snip ---
// init voice
hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_ALL, IID_ISpVoice, (void
**)&_voice); // <-- here
if (FAILED(hr)) {
warning("Could not initialize TTS voice");
return;
}
--- snip ---
However, it fails earlier in the function:
https://github.com/scummvm/scummvm/blob/branch-2-1-2/backends/text-to-speec…
--- snip ---
HRESULT hr = CoCreateInstance(CLSID_SpObjectTokenCategory, NULL,
CLSCTX_ALL, IID_ISpObjectTokenCategory, (void **)&pTokenCategory);
if (SUCCEEDED(hr)) {
hr = pTokenCategory->SetId(SPCAT_AUDIOOUT, TRUE); // <-- here
if (SUCCEEDED(hr)) {
WCHAR *tokenId;
hr = pTokenCategory->GetDefaultTokenId(&tokenId);
if (SUCCEEDED(hr)) {
--- snip ---
It fails because it's unable to find the
HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Speech\\AudioOutput registry key. If
speechsdk is installed through winetricks (and the game is run), the registry
key will be populated, allowing it to step further, but it will then crash
right after on GetDefaultTokenId, as it returns E_NOTIMPL.
--
Do not reply 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=35186
Bug ID: 35186
Summary: X Error of failed request: BadAlloc (insufficient
resources for operation)
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cigydd(a)gmail.com
Classification: Unclassified
Created attachment 46936
--> http://bugs.winehq.org/attachment.cgi?id=46936
A quote from the PlayOnLinux log
Hello wine community,
I have trouble running most of the Big Fish Games with wine (and also the
client but that's another issue) (www.bigfishgames.com).
I get errors similar to this:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 153 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Serial number of failed request: 224
Current serial number in output stream: 228
I know this could be related to mesa and my mom's graphics card which is "Intel
Corporation 82865G Integrated Graphics Controller (rev 02)".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51762
Bug ID: 51762
Summary: Installing visual studio 2019 by manually extracting
vs_installer.opc crashes wine
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: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 70664
--> https://bugs.winehq.org/attachment.cgi?id=70664
Backtrace after running the extracted vs2019 installer
I'm trying to install visual studio 2019. Running the installer on a vanilla
wineprefix does not work it also does not work after installing corefonts and
dotnet462 See https://bugs.winehq.org/show_bug.cgi?id=51761
I found a possible workaround in this script:
https://bugs.winehq.org/attachment.cgi?id=65524
mentioned in this bugreport:
https://bugs.winehq.org/show_bug.cgi?id=47626
The workaround crashes wine.
To reproduce:
$ rm -rf ~/.wine
$ wineboot
$ winetricks -q corefonts dotnet462
$ wget https://aka.ms/vs/16/release/installer -O vs_installer.opc
$ md5sum vs_installer.opc
8bcc6fd057a5f066185fb287d7fff99e vs_installer.opc
$ mkdir -p opc
$ unzip -d opc vs_installer.opc
$ wine opc/Contents/vs_installer.exe install --channelId
VisualStudio.16.Release --channelUri "https://aka.ms/vs/16/release/channel"
--productId Microsoft.VisualStudio.Product.BuildTools
Now wine crashes, and gives me the opportunity to save a backtrace (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=51088
Bug ID: 51088
Summary: Wine doesn't find (builtin?) wineasio.dll.so
Product: Wine
Version: 6.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: michaelwigard(a)arcor.de
Distribution: ---
WineASIO provides an ASIO to JACK driver for WINE.
(https://github.com/wineasio/wineasio)
Since this commit:
https://source.winehq.org/git/wine.git/commit/bb065801a693e1cd305d2a507c206…
(ntdll: Map the builtin or fake dll from the Wine dirs if it's missing from the
prefix.)
Wine doesn't seem to find wineasio.dll.so any more:
$ wine regsvr32 wineasio.dll
regsvr32: Failed to load DLL 'wineasio.dll'
Before that commit, load_builtin_dll would eventually be called and load
wineasio.dll.so. After that commit, it seems find_builtin_without_file is
called, but doesn't load it.
With this workaround it works again:
$ cp /usr/lib/wine/wineasio.dll.so ~/.wine/drive_c/windows/system/wineasio.dll
I'm not too familiar with the internals of Wine, but I suspect it might have
something to do with the absence of a fake dll. I was able to get it to work by
copying and renaming one of the other fake dlls to wineasio.dll, but only when
also setting WINEDLLPATH.
It seems to me that this should be a bug in Wine, since it worked the way it
was before and doesn't since that commit, but if the solution is something
else, 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=51736
Bug ID: 51736
Summary: World of Warcraft TBC Classic crashed upon killing in
world PVP
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: borgoneohone(a)yahoo.com
Distribution: ---
Operating System: Manjaro Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.85.0
Qt Version: 5.15.2
Kernel Version: 5.13.13-1-MANJARO (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-4690 CPU @ 3.50GHz
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 960/PCIe/SSE2
In World of Warcraft The Burning Crusade Classic edition, the game hangs then
crashes every time I am close, in distance, to a world PvP target and said
target is near death and I am engaged in the PvP.
This has only happened in this specific distrobution of Linux. It did not
happen in the Gnome variant of Manjaro, nor did it happen in Ubuntu.
This is my first bug filing, so please tell me if I did anything incorrectly.
I am unsure how to generate a bug report in Wine, though I will attempt to look
further into it if it happens when I have some time to look into it instead of
needing to reopen and log back into the game client.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51756
Bug ID: 51756
Summary: Blockattack gives a black screen after changing from
windowed to full screen or vice versa
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 70651
--> https://bugs.winehq.org/attachment.cgi?id=70651
Console messages running under wine-6.15-123-gbe8501ac6f1
Blockattack gives a black screen after changing from windowed to full screen or
vice versa
Note, I'm running a version of wine between 6.15 and 6.16:
$ wine --version
wine-6.15-123-gbe8501ac6f1
To reproduce:
# pacman -Suy
# reboot
$ rm -rf ~/.wine
$ wineboot
$ wget
https://github.com/blockattack/blockattack-game/releases/download/v2.6.0/bl…
$ md5sum blockattack-installer-2.6.0.exe
2c9b37b7794f549271b6dae6865af687 blockattack-installer-2.6.0.exe
$ wine blockattack-installer-2.6.0.exe
(accept the defaults, and let it run blockattack)
Now blockattack starts playing. Go to configure, and click on "fullscreen off"
or click on "fullscreen on".
Now the game goes from colorfull windowed to a completely black fullscreen, or
it goes from colorfull fullscreen to black windowed.
Press alt-tab to return to the desktop manager, right-click on blockattack in
the task bar, and choose "close window". The game will now exit.
My versions:
$ wine --version
wine-6.15-123-gbe8501ac6f1
[cedric@cedric ~]$ uname -a
Linux cedric 5.14.3-arch1-1 #1 SMP PREEMPT Sun, 12 Sep 2021 20:51:34 +0000
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=51746
Bug ID: 51746
Summary: 6.17 bullseye packages depend on libvkd3d1 1.2 from
experimental
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
CC: dimesio(a)earthlink.net
Distribution: Debian
The winehq 6.17 packages for bullseye (and I assume testing and sid) depend on
libvkd3d1 version 1.2 which only exists in experimental:
http://packages.debian.org/libvkd3d1
If this is intentional packages should probably be provided like they were for
FAudio or at least be documented somewhere.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47718
Bug ID: 47718
Summary: x86_64-w64-mingw32-strip strip dlls make wine failed
start
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
Distribution: ---
make/install wine source and enable x86_64-w64-mingw32-strip strip dlls, wine
can not start becauese failed load pe dlls, no strip them works fine but dll
files too large. why can not strip them?
by the way, what's mean "PE dlls no longer rely on the MinGW runtime" from 4.14
release notes? i didnt install any MinGW runtime for wine runtime env still
works fine.
debian 10 stable+backports.
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.
http://bugs.winehq.org/show_bug.cgi?id=30639
Bug #: 30639
Summary: Audio stuttering and performance drops in Star Wolves
3
Product: Wine
Version: 1.5.3
Platform: x86
URL: http://www.gamershell.com/download_8237.shtml
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: patrakov(a)gmail.com
Classification: Unclassified
Regression SHA1: 275dfb83f2371a476b615b260465afb3cdf67f32
Due to a recent commit in Wine I get severe audio stuttering as well as
slowdowns in certain games. This seems to affect only a small number of games,
the vast majority of my games are still running fine. Whether these games are
buggy ones or it is indeed a problem with the patch I can't decide as I don't
have Windows installed to check how these games behave under native Windows.
275dfb83f2371a476b615b260465afb3cdf67f32 is the first bad commit
commit 275dfb83f2371a476b615b260465afb3cdf67f32
Author: Alexander E. Patrakov <patrakov(a)gmail.com>
Date: Mon May 7 00:06:13 2012 +0600
dsound: Added a windowed-sinc resampler.
:040000 040000 8ecb8b2fbc5c65c2066aaf9a5e8c58104996c5ab
3768c38fdafc656c5e18e14ad70884ea7864b758 M dlls
:040000 040000 680c52a0ebe164ca9b6a42d40c6521a91ae86e96
83407150c9beff0aa69d2d2e017b522543ac347f M tools
Star Wolves 3: Civil War (v1.12, Steam): audio playback is glitch-free and
performance is okay (well above 60 fps) in the menus and during the tutorial
mission. When I advance in the game or when I load a saved game I get severe
audio stuttering and framerate drops below 15 fps. This makes the game hardly
playable. If I quit playing and go back to the main menu, everything is back to
normal.
The demo for the game is protected with Starforce so it cannot be tested.
Droplitz (Steam version): this is a puzzle game. A certain sound effect is
intended to play when I create a path for the 'drops' and they make their way
to their goal. When this happens I observe the same audio stuttering and
performance drops. It lasts only for 2-3 seconds so it's not so severe.
Armored Fist 3: audio (both music and speech) are stuttering heavily and it
affects performance too. Link to the demo added to URL. There is no music in
the demo, but you should observe the problem with speech after starting a new
game.
HoverAce: the same stuttering in audio and slowdowns can be observed. No demo
available.
Terminal output doesn't show anything related.
Fedora 16 x86
Kernel 3.3.4-3.fc16.i686.PAE
Alsa 1.0.25
Pulseaudio is not running
Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
--
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=51747
Bug ID: 51747
Summary: Eudora 7.1.0.9 crashes
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mantvius(a)gmail.com
Distribution: ---
Created attachment 70632
--> https://bugs.winehq.org/attachment.cgi?id=70632
crash log, generated by Wine
When selecting from menu :
"special" - "message plug-ins" - "View- plain text version" or "View - HTML
version"
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47933
Bug ID: 47933
Summary: FoxPro for Windows 2.6a will not print output from
scripted dialog.
Product: Wine
Version: 4.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: JSladek(a)juno.com
Distribution: ---
Created attachment 65436
--> https://bugs.winehq.org/attachment.cgi?id=65436
General format for program sections
Access to and use of my databases is all under a program written using the
FoxPro language. After opening the desired database and index, I use the
command "REPORT FORM <report format filename> TO PRINTER" to send the report to
the printer. The "TO PRINTER" clause can be substituted by "TO FILE
<filename>" .... however ..... in BOTH cases, while running it in WINE, the
output fails with a "printer not ready" error. Additionally, if I replace the
"TO clauses" with "PROMPT", a printer selection (or to file) dialog comes up,
but I still get the same "printer not ready" error regardless which selection I
make.
Using the "PREVIEW" option to the REPORT FORM command instead of "TO PRINTER" I
can view the entire formatted report, but there is no way that the preview can
be redirected to any other type of output.
It appears to me that the way the command set is structured, the only way to
get a report output is through the "report form / printer" interface. It also
appears that the "to file" direction is through that same interface.
There were a couple of submnissions concerning this problem in the 2008 time
frame. The only solution offered was to adjust tyhe TIME function for faster
processors in the FoxPro config file. I tried this, but it has no effect on
the 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=51740
Bug ID: 51740
Summary: WaitForMultipleObjects doesn't signal for stdin
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: dklwajlkwadwwq(a)cock.li
Distribution: ---
Created attachment 70623
--> https://bugs.winehq.org/attachment.cgi?id=70623
WaitForMultipleObjects example that acts different in wine
I wanted to be signaled when stdin has something. Below code works as expected
in windows 11.
In windows 11 whatever key you press signals it but in Wine it doesn't matter
what key you press nothing happens.
I also opened stackoverflow question here:
https://stackoverflow.com/q/69125934/15114852
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.