http://bugs.winehq.org/show_bug.cgi?id=33456
Bug #: 33456
Summary: D3DXMatrixTransformation: Broken calculation when
scalingrotation and scaling is used
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: testcase
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 44286
--> http://bugs.winehq.org/attachment.cgi?id=44286
D3DXMatrixTransformation test case - 22 failed tests
While trying to improve the speed of D3DXMatrixTransformation(), I found that
the calculation when using scalingrotation and scaling at the same time is
wrong.
The full formula is (according to msdn):
Mout = (Msc)-1 * (Msr)-1 * Ms * Msr * Msc * (Mrc)-1 * Mr * Mrc * Mt
while the failing part is:
(Msr)-1 * Ms * Msr
So this might not be the correct equivalent:
...
D3DXMatrixRotationQuaternion(&m4, pscalingrotation); //Msr
D3DXMatrixInverse(&m2, NULL, &m4); //Msr-1
D3DXMatrixScaling(&m3, pscaling->x, pscaling->y, pscaling->z); //Ms
...
D3DXMatrixMultiply(&m1, &m1, &m2);
D3DXMatrixMultiply(&m1, &m1, &m3);
D3DXMatrixMultiply(&m1, &m1, &m4);
...
This may affect other functions as well (e.g. D3DXMatrixTransformation2D()).
--
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=26653
Summary: Function VarRound fail
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cccarlos1983(a)yahoo.com
I'm trying run a VB6 app in wine, the problem happens when the VB6 app gets
data from a Sybase server and tries to round to 2 decimals the value "0.00"
(zero) from a field. I made a change in the
"wine_source/dlls/oleaut32/variant.c" file to show the value of many variables
and the output is the following:
VarRound (0x33ed40->(VT_DISPATCH ),2)
fixme:variant:VarRound unimplemented part, pVarIn == 0x33ebc8 ,V_VT(pVarIn) ==
0xE, VT_TYPEMASK == 4095, deci == 2
The big problem is that I have not access to the source code of the VB6
application.
PD: My english is very bad... sorry :(
--
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=46536
Bug ID: 46536
Summary: Empire Earth (GOG version) main menu is unusable
(regression)
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nowic(a)wenner.ch
Distribution: ---
Created attachment 63390
--> https://bugs.winehq.org/attachment.cgi?id=63390
Commandline output
The main menu of Empire Earth is completely unusable in Wine 4.0. The game
(including the menu) works flawlessly in Wine version 3.0 (Ubuntu 18.04
package).
In Wine 4.0 the menu graphics are drawn with incorrect offsets and after
clicking the new menu is drawn on top. See attached screenshot.
I tested the game with my Intel (HD Graphics 630) and Nvidia (GeForce 940MX)
GPU and the bug exists using both.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8226
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.0.x |---
--- Comment #19 from Michael Stefaniuc <mstefani(a)winehq.org> ---
Removing the 4.0.x milestone from bug fixes included in 4.0.1.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40441
Bug ID: 40441
Summary: Chicken tournament crashes when loading texture
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 54194
--> https://bugs.winehq.org/attachment.cgi?id=54194
console output with ddraw d3d7 d3d channels enabled
The game crashes when loading textures.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38138
Bug ID: 38138
Summary: Avencast: Rise of the Mage: invisible doors
Product: Wine
Version: 1.7.37
Hardware: x86
URL: http://www.gamershell.com/download_21404.shtml
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
As far as I see there are two types of doors in the game: the sturdy-looking
wooden/metal doors are rendered properly, but the doors which look like a grate
are invisible.
Easy to reproduce in the demo, when you start the Training mission you're
standing right in front of an invisible door. Press and hold <f> to highlight
usable objects like doors and you should see the yellow outlines of a door, but
the door itself is invisible.
Intro videos won't play (bug #10325)
The game needs native d3dx9_36 (bug #36960).
In the terminal:
fixme:win:EnumDisplayDevicesW ((null),0,0x135d4b8,0x00000000), stub!
fixme:d3d:wined3d_device_set_software_vertex_processing device 0x165ac0,
software 0 stub!
fixme:d3d:swapchain_gl_present WINED3D_SWAP_EFFECT_FLIP not implemented.
fixme:d3d:query_init Unhandled query type 0x4.
fixme:d3d:resource_check_usage Unhandled usage flags 0x40.
...
Fedora 21
Nvidia binary drivers 340.76
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39663
Bug ID: 39663
Summary: GOG Galaxy slow to start (20 second delay)
Product: Wine
Version: 1.8-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
Created attachment 52879
--> https://bugs.winehq.org/attachment.cgi?id=52879
gog-galaxy-1.8-rc1-output.log
There is a 20+ delay starting GOG Galaxy. Confirming with 1.8-rc1, I believe
this has always been the case and is not a regression.
Specifically, you see the following output repeat every second for 20 seconds:
015-11-24 19:57:16 [galaxy_client][Information]: GalaxyCommunication started
properly.
2015-11-24 19:57:16 [galaxy_client][Information]: Exception during sending
request to service: Connection refused ()
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 1 0xfade7c
During this time, nothing seems to be happening. Then immediately after waiting
those 20 seconds, the Galaxy client seems to give up and continue anyway.
That's when you can see HDD activity actually start to kick in.
I am attaching the first 21+ seconds of console output when launching the
client, up until past the point of the delay. Let me know if you would like me
to recapture using any debug flags.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46520
Bug ID: 46520
Summary: Kindred Spirits on the Roof crashes
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msacm32
Assignee: wine-bugs(a)winehq.org
Reporter: zzhang(a)codeweavers.com
Distribution: ---
Created attachment 63377
--> https://bugs.winehq.org/attachment.cgi?id=63377
patch
One local driver can be assigned to multiple driver ids.
When releasing the driver id, check if the reference count
of a local driver is one before actually releasing the local driver.
related report: https://github.com/ValveSoftware/Proton/issues/210
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45631
Bug ID: 45631
Summary: League client crashes
Product: Wine-staging
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ads200002(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
The League client tends to crash when queuing with premades. What logs can I
get to help diagnose this?
This is using Lutris' Wine Staging esync-3.13 (39cafb1) build found at
https://github.com/lutris/wine/commit/2da304b1195819d5df491d65c7ece1bc26e91…
and the Lutris installer (though I used a previous version that used a Wine
Staging with some custom League patches and then manually switched to the plain
Staging build): https://lutris.net/games/league-of-legends/
I'm sorry I can't provide a more vanilla example, League didn't run at all when
I tried to compile (on Ubuntu 18.04) a WoW64 build of Wine Staging master.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35516
Bug ID: 35516
Summary: Microworlds EX hangs when clicking toolbar button
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alkisg(a)gmail.com
Classification: Unclassified
Created attachment 47411
--> http://bugs.winehq.org/attachment.cgi?id=47411
Output of `bt all` when the problem happens
The program "Microworlds EX" hangs when I:
1) click on a toolbar button and hold the mouse button down,
2) move the mouse pointer anywhere outside the toolbar button, and then lift
the mouse button
To reproduce, install http://www.lcsi.ca/files/solutions/mwexdemo.exe, click
"Free mode" on the launcher, and then do the 2 steps mentioned above ^.
OS: Ubuntu Trusty 14.04
wine: 1.7.11-0ubuntu1~saucy1 (from wine PPA)
The issue happens with any Microworlds/Wine/Ubuntu versions we've tried, even
really old versions of them, and on whatever PCs.
In doesn't hang in any Windows versions that we've tried.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46442
Bug ID: 46442
Summary: FormatCurrency(9) returns .9.00 (period in front)
Product: Wine
Version: 4.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)londonlight.org
Distribution: ---
Created attachment 63224
--> https://bugs.winehq.org/attachment.cgi?id=63224
compiled executable
Reproduced in wine-3.0.4 in Linux Mint, wine-3.18-staging in Sabayon (from its
package manager) as well as self-compiled (vanilla) wine-3.21-298-ge9231beb86
and wine-4.0-rc5-14-g0ff7fd1259
FormatCurrency(9) returns ".9.00", notice the period in the front.
Therefore, FormatCurrency(FormatCurrency(9)) will segfault.
Why does it add the period there?
Compiled exe attached, source code zipped and attached in next comment.
Steps:
1. Get winetricks:
wget
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…
2. Install vb6run:
WINEARCH=win32 WINEPREFIX="$HOME/wine-ct" ~/winetricks vb6run
3. Run currencytest.exe
LC_ALL="en_US.utf8" WINEPREFIX="$HOME/wine-ct" currencytest.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45473
Bug ID: 45473
Summary: Rogue Squadron 3D crashes on startup
Product: Wine
Version: 3.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 61818
--> https://bugs.winehq.org/attachment.cgi?id=61818
Dont destroy secondarybuffer in IDirectSoundNotify
Rogue Squadron 3D crashes on startup unless native dsound is used
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46691
Bug ID: 46691
Summary: comctl32/tests/propsheet.c shows uninitalized memory
use
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: bunglehead(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so propsheet && touch propsheet.ok
==30493== Syscall param write(buf) points to uninitialised byte(s)
==30493== at 0x4253C7F: write (write.c:27)
==30493== by 0x7BC75AAB: send_request (server.c:213)
==30493== by 0x7BC767F0: server_call_unlocked (server.c:288)
==30493== by 0x7BC76845: wine_server_call (server.c:321)
==30493== by 0x4FA5FFD: PostQuitMessage (message.c:3762)
==30493== by 0x5975F8E: do_loop (propsheet.c:2781)
==30493== by 0x5976031: PROPSHEET_PropertySheet (propsheet.c:2815)
==30493== by 0x5976612: PropertySheetA (propsheet.c:2865)
==30493== by 0x4AE4E8F: test_bad_control_class (propsheet.c:1167)
==30493== by 0x4AE82D7: func_propsheet (propsheet.c:1208)
==30493== by 0x4B2C64C: run_test (test.h:617)
==30493== by 0x4B2D08A: main (test.h:701)
==30493== Address 0x4c6fb58 is on thread 1's stack
==30493== in frame #4, created by PostQuitMessage (message.c:3758)
==30493== Uninitialised value was created by a stack allocation
==30493== at 0x5975EC4: do_loop (propsheet.c:2762)
==30493==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46493
Bug ID: 46493
Summary: Functions ilogb* are not implemented
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 63331
--> https://bugs.winehq.org/attachment.cgi?id=63331
patch
This was reported via #winehq, application name wasn't mentioned.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46485
Bug ID: 46485
Summary: clrmamepro: crash when loading datfiles which contains
release elements
Product: Wine
Version: 4.0-rc7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: tomgpdev(a)gmail.com
Distribution: ---
Created attachment 63322
--> https://bugs.winehq.org/attachment.cgi?id=63322
Crafted .dat file and the crash backtrace
The app crashes when trying to load LogiqX .DAT files which has "release"
elements inside the "game" elements. From the stack trace, it see something
about comctl32, but I don't know the reason about the crash itself.
For you to trigger the crash, I crafted an example .dat file. Here's the
procedure:
1. Download clrmame pro.
2. Copy the crash.dat file inside its datfiles dir.
3. Run clrmame pro.
4. Click OK in the welcome screen.
5. In [NEW DATAFILES], double click on "Crash test".
6. Click on "Default".
7. The crash should happen.
I checked on Windows 10 that it loads the crafted crash.dat file attached to
this bug report without crashing.
AppDB link:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=5692
Program version: 4.035 64 bits
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23863
Summary: The Bard's Tale (2005): unplayable due to almost
completely black screen
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29959)
--> (http://bugs.winehq.org/attachment.cgi?id=29959)
terminal output (without any dll overrides)
After starting The Bard's Tale (published in 2005 by inXile Entertainment) the
screen in the menus is way too dark, so you can see almost nothing, unless you
turn up the gamma of the screen. The animated hero is also missing on the left
side of the screen, when you choose to generate a new character.
The biggest problem that makes the game unplayable is when you start a new
game, almost the whole screen is black, only the mini-map is shown in the
upper-right corner, and the health bar in the upper-left corner. Besides only
subtitles are shown. Majority of the screen is pure black.
This bug affects at least the Steam version of the game, but according to AppDB
the retail (DVD version) is also affected:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4041
I tried out several Wine versions but all of them showed the same issue,
including 1.1.0 which received Gold rating on AppDB.
However, the demo version of the game has no such issues: it displays
everything correctly, from the menus to the actual gameplay.
The only difference between the terminal output of the demo (working one) and
the retail version is the following line (repeated several times) when playing
the retail version:
'fixme:d3d:buffer_PreLoad Too many full buffer conversions, stopping
converting'
Wine-1.3.0
Fedora 13
Nvidia 7600 GT card / driver 195.36.31
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46729
Bug ID: 46729
Summary: Wine directx not detecting Intel HD Graphics 620 (Rev
02) chipset
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)darkhelm.org
Distribution: ---
Created attachment 63708
--> https://bugs.winehq.org/attachment.cgi?id=63708
GPU Caps Viewer screenshot (from within Wine)
Wine is not identifying my card.
>From lspci -nn | grep VGA:
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620
[8086:5916] (rev 02)
Yet when I run GPU Caps Viewer, it cannot determine my card. When I run WoW, it
lists my card info as:
2/20 08:35:39.152 Vendor ID: 8086
2/20 08:35:39.916 Device ID: 162
Which is an Intel HD Graphics 4000, an older card -- apparently a "fallback"
card used by Blizzard when it cannot determine the card information.
This is preventing games from being able to use vkd3d.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31954
Bug #: 31954
Summary: Second Sight hangs with a black screen after the intro
videos
Product: Wine
Version: 1.5.15
Platform: x86
URL: http://www.gamershell.com/download_8848.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 42105
--> http://bugs.winehq.org/attachment.cgi?id=42105
plain terminal output
According to the test results on AppDB, this game probably never worked in
Wine, yet, no one has reported the problem here. The problem can be reproduced
with the demo version as well, so I decided to file a bug report.
The game starts with a couple of intro videos, then comes a black screen with a
greyish loading bar at the bottom and the game freezes there. Wineserver and
secondsight.exe together are consuming 100% CPU power, so something is
happening 'under the hood', but the game never finishes loading.
Steps to reproduce the problem with the demo version:
1. create a new wineprefix
2. winetricks ie6
3. start the installed demo with secondsight.exe. In the launcher click <Start
Free Trial>, wait for the videos to end...the game is hanging with a black
screen after the videos.
Fedora 17
Nvidia 250 / driver 304.51
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46907
Bug ID: 46907
Summary: msi crashes processing a RemoveFile table with an
invalid directory
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
This is just something I noticed while splitting up the Wine Mono msi. The
action should probably fail without crashing.
Backtrace:
=>0 0x00007f455c7853c8 remove_folder+0x8(folder=(nil))
[/home/meh/work/wine/wine64/dlls/msi/../../../dlls/msi/files.c:1549] in msi
(0x00000000000a1580)
1 0x00007f455c78a350 ACTION_RemoveFiles+0x1ef(package=0xa1580)
[/home/meh/work/wine/wine64/dlls/msi/../../../dlls/msi/files.c:1648] in msi
(0x00000000000a1580)
2 0x00007f455c74c330 ACTION_HandleStandardAction+0x16f(package=0xa1580,
action="RemoveFiles")
[/home/meh/work/wine/wine64/dlls/msi/../../../dlls/msi/action.c:7980] in msi
(0x00000000000c63c0)
3 0x00007f455c75d298 ACTION_PerformAction+0x27() in msi (0x00000000000b1f10)
4 0x00007f455c75d7b6 execute_script+0x115(package=0xa1580, script=0x2)
[/home/meh/work/wine/wine64/dlls/msi/../../../dlls/msi/action.c:1543] in msi
(0x00000000000b1f10)
5 0x00007f455c75e5d3 MSI_InstallPackage+0x4f2(package=0xa1580,
szPackagePath=<is not available>, szCommandLine=<is not available>)
[/home/meh/work/wine/wine64/dlls/msi/../../../dlls/msi/action.c:8178] in msi
(0x00000000000b1f10)
6 0x00007f455c79a5c2
MsiInstallProductW+0x1e1(szPackagePath="image/support/winemono-support.msi",
szCommandLine=0x0(nil))
[/home/meh/work/wine/wine64/dlls/msi/../../../dlls/msi/msi.c:268] in msi
(0x000000000022fa10)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46318
Bug ID: 46318
Summary: vbscript doesn't parse if identifier is also keyword
token
Product: Wine
Version: 4.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
Created attachment 63051
--> https://bugs.winehq.org/attachment.cgi?id=63051
Treat all tokens after immediately following a '.' as identifier
The following vbscript currently fails with a parsing error:
Set oLocator = CreateObject("Wbemscripting.SWbemLocator")
Set oReg = oLocator.ConnectServer("", "root\default", "", "").Get("StdRegProv")
The issue appears to be using a method named 'Get' which is also one of the
tokens used in the parse.
I was able to fix this by modifying the parse to treat any value immediately
after a '.' as an identifier. Although I'm not familiar enough with vbscript
syntax to know if this will cause any other issues.
The patch used is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46708
Bug ID: 46708
Summary: Photoline crashed right after start, no problem with
wine 3.0.4
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k8auf1947(a)cometchaser.de
Distribution: ---
Created attachment 63676
--> https://bugs.winehq.org/attachment.cgi?id=63676
Backtrace from Wine after Photoline crashed
The application Photoline 16.50 crashes after start. This happens only with the
new Wine 4.0. Happens on two different PC's with Linux Debian Stable. Both
working with the same Wine 4.0.
The application worked great with Wine 3.0.4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46671
Bug ID: 46671
Summary: Biamp canvas crashes on startup
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harri.olin(a)gmail.com
Distribution: ---
Created attachment 63618
--> https://bugs.winehq.org/attachment.cgi?id=63618
Terminal output of Biamp Canvas on wine 4.2
Hello
Biamp Canvas is a program for creating and using user interfaces for
controlling Biamp Tesira series of DSP hardware. Program crashes after showing
user interface.
Download: https://support.biamp.com/Tesira/Software-Firmware
Version 3.8.1 tested (installer name biampcanvassetup3-8-0-3.exe)
Program requires .net 4.7.1, installed with winetricks dotnet471 with patch
from
https://github.com/Tk-Glitch/PKGBUILDS/blob/master/winetricks-tkg-git/dotne…
Backtrace tells the crash occurred at:
=>0 0x7b43e40c GetFirmwareEnvironmentVariableW+0x13c() in kernel32 (0x0032dcb8)
but there is something else in terminal output:
-----
Unhandled Exception: System.ServiceModel.Security.SecurityNegotiationException:
A call to SSPI failed, see inner exception. --->
System.Security.Authentication.AuthenticationException: A call to SSPI failed,
see inner exception. ---> System.ComponentModel.Win32Exception: Unknown error
(0x8009030e)
-----
The Tesira software available on same page for configuring the DSP hardware
crashes earlier, before showing splash screen, but that is fixed by native
gdiplus. When using native gdiplus, Tesira software looks like it works fine.
However native gdiplus does not help the Canvas program.
Tested with 32bit and 64bit prefixes, does not seem to make any difference.
Tested on Ubuntu 18.04 running on Hyper-V. Winbind is installed on system.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5903
--- Comment #21 from joaopa <jeremielapuree(a)yahoo.fr> ---
Following comment 20, it is a application bug.
Can an administrator close this bug as INVALID?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43549
Bug ID: 43549
Summary: Wickr 4.0.5: Crashes upon run
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qubertine(a)zoho.eu
Distribution: ---
Created attachment 58953
--> https://bugs.winehq.org/attachment.cgi?id=58953
backtrace
Select Windows download from https://me-download.wickr.com/
$ sha1sum WickrMe-4.0.5.msi
a5506c95085ce97520e5906d8a578e7a977d8175 WickrMe-4.0.5.msi
Backtrace: https://pastebin.com/Jm7MAhya
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30392
Bug #: 30392
Summary: Amazon digital downloads down loader crashes upon use
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gamer(a)jdolson.net
Classification: Unclassified
Created attachment 39732
--> http://bugs.winehq.org/attachment.cgi?id=39732
elven legacy trace
i have recently purchased a couple of games on amazon, games that are confirmed
to work with wine, however Amazon gives you a small downloader file, and this
downloader file crashes and cannot DL the games to install
linux mint 11
wine 1.4
Release: 11 (katya)
Edition: Gnome 32-bit
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.5 --enable-shared --enable-multiarch
--with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu
--without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/i386-linux-gnu
--enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default
--with-plugin-ld=ld.gold --enable-objc-gc --enable-targets=all --disable-werror
--with-arch-32=i686 --with-tune=generic --enable-checking=release
--build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
not sure if this one helps, it is the link to the down load on amazon
https://images-na.ssl-images-amazon.com/images/G/01/digital/infinity/button…
Elven_Legacy_Collection_Downloader.exe
also
Swords_of_the_Star_Complete_Collection_Downloader.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44939
Bug ID: 44939
Summary: WININET crashes GTAV Launcher
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: jhntipo(a)gmail.com
While launching GTAV from steam, steam crashes (and closes) in the background
and GTAV shows the crashing dialogue. According to
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32054&iTestin…,
the crash is caused by:
fixme:wininet:HTTPREQ_ReadFile these dwFlags aren't implemented: 0x4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47097
Bug ID: 47097
Summary: The Superlatives: Shattered Worlds Demo (from Steam)
crashes inside RegisterDeviceNotificationW
Product: Wine
Version: 4.7
Hardware: x86
URL: https://store.steampowered.com/app/1050210/The_Superla
tives_Shattered_Worlds/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 64295
--> https://bugs.winehq.org/attachment.cgi?id=64295
crash log
As the title says, demo is free to download.
Yet another one, adding DECLSPEC_HOTPATCH (see below) works around the bug.
I`ll send a patch.
diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c
index d28cd9fd05..bd4795a346 100644
--- a/dlls/user32/misc.c
+++ b/dlls/user32/misc.c
@@ -363,7 +363,7 @@ DWORD WINAPI RegisterTasklist (DWORD x)
*
* See RegisterDeviceNotificationW.
*/
-HDEVNOTIFY WINAPI RegisterDeviceNotificationA(HANDLE hnd, LPVOID notifyfilter,
DWORD flags)
+HDEVNOTIFY WINAPI DECLSPEC_HOTPATCH RegisterDeviceNotificationA(HANDLE hnd,
LPVOID notifyfilter, DWORD flags)
{
FIXME("(hwnd=%p, filter=%p,flags=0x%08x) returns a fake device
notification handle!\n",
hnd,notifyfilter,flags );
@@ -393,7 +393,7 @@ HDEVNOTIFY WINAPI RegisterDeviceNotificationA(HANDLE hnd,
LPVOID notifyfilter, D
*| DEVICE_NOTIFY_WINDOW_HANDLE - hRecipient is a window handle
*| DEVICE_NOTIFY_SERVICE_HANDLE - hRecipient is a service status handle
*/
-HDEVNOTIFY WINAPI RegisterDeviceNotificationW(HANDLE hRecipient, LPVOID
pNotificationFilter, DWORD dwFlags)
+HDEVNOTIFY WINAPI DECLSPEC_HOTPATCH RegisterDeviceNotificationW(HANDLE
hRecipient, LPVOID pNotificationFilter, DWORD dwFlags)
{
FIXME("(hwnd=%p, filter=%p,flags=0x%08x) returns a fake device
notification handle!\n",
hRecipient,pNotificationFilter,dwFlags );
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47191
Bug ID: 47191
Summary: CutListPlus fails during print operation
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarnersr(a)wyomerc.com
Distribution: ---
Created attachment 64441
--> https://bugs.winehq.org/attachment.cgi?id=64441
Error window when selecting print operation
When attempting to print files from the CutListPlus program (version 2006.4.7)
the attached error window is generated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39755
Bug ID: 39755
Summary: Spintires lags when driving through mud
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: klavkalashj(a)gmail.com
Distribution: ---
Created attachment 53029
--> https://bugs.winehq.org/attachment.cgi?id=53029
Console output from the point of starting game, enter map, driving around to
check bug and then exiting game
When standing still or driving on asphalt or grass, the game runs fine and at a
high frame rate. However, as soon as the wheels enter mud or rocky mud, the
game slows to a crawl. This happens on both highest and lowest graphics
settings. The game works fine in Windows.
System specs:
Intel cpu, i2500k
Nvidia gfx, 970GTX with newest proprietary driver
8gb ram
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47155
Bug ID: 47155
Summary: Weird font issue in Leisure and Afterglow of Grisaia
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 3dw_50ssu16amyn7(a)byom.de
Distribution: Ubuntu
Created attachment 64385
--> https://bugs.winehq.org/attachment.cgi?id=64385
The Leisure of Grisaia font issue with wine
In the games The Leisure of Grisaia and The Afterglow of Grisaia the text is
not displayed properly but only generic font boxes are shown.
Every text in the novel seems to be affected but not the UI.
See attached screenshot for The Leisure of Grisaia showing the first text.
See below attachments, with a screenshot showing how it is on Windows and
console outputs for both games.
This does NOT happen with Fruit of Grisaia and The Labyrinth of Grisaia with
the same prefix.
OS: Ubuntu 18.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=47184
Bug ID: 47184
Summary: Fallout 1: mouse jitter making menu click almost
impossible after wine update from 4.6 to 4.7
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marek.schimara(a)gmail.com
Distribution: ---
Mouse pointer is jittering and jumping about (several pixels), moving about
works but clicking in the game interface (PIP, CHAR, weapons change, etc.)
requires multiple clicks to get registered and makes game difficult to play.
Problem happened after update to wine 4.7-1, solved by downgrading back to wine
4.6-1: https://koji.fedoraproject.org/koji/buildinfo?buildID=1249618 (all
x68_64 and noarch packages except -debuginfo).
Environment: Fedora 29 x86_64, Fallout 1 "Classic" (from GOG, with screen
resolution patch).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47140
Bug ID: 47140
Summary: Child of Light - no sound inside the game
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
Created attachment 64370
--> https://bugs.winehq.org/attachment.cgi?id=64370
terminal log
There is no sound inside the game (Child of Light), but I can hear the sound
during the cutscenes.
I tried many versions of Wine including wine-staging 4.6, and I didn't
encounter this issue. This issue happens only with wine-staging 4.7
This issue also happens with Faudio being installed or not.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47021
Bug ID: 47021
Summary: Malformed entry 58 in list file /etc/apt/sources.list
(Component)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jfairbanks37(a)gmail.com
Distribution: ---
trying to update wine in ubuntu 18.04 and ran into problems with repository
read.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46797
Bug ID: 46797
Summary: Wine does not build correctly on armv8l platforms
Product: Wine
Version: unspecified
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: calcprogrammer1(a)gmail.com
Distribution: ---
I'm attempting to compile Hangover (https://github.com/AndreRH/hangover) for my
Raspberry Pi 3 running Gentoo aarch64, but I decided that since my Galaxy Note
8 has a better processor, I could use it for the build process. The Note 8 (at
least the version that can be unlocked) has a 64-bit Exynos processor. I
rooted it and was able to mount my Raspberry Pi's SD card in a USB reader and
chroot into the Gentoo installation.
While Hangover isn't upstream Wine, I looked at the upstream Wine's
configuration script and it has the same issues as the version used in
Hangover.
I cd'd to the Hangover directory (same as I have done on the Pi) and tried to
build. The build failed even though it worked on the Pi. The difference seems
to be that the Note 8's kernel reports "armv8l" while the Pi reports "aarch64".
Both are running the 64-bit Gentoo installation just fine, but the armv8l
architecture string breaks the configure script on Wine. Instead of hitting
the aarch64 configuration steps for 64-bit, it hits the 32-bit arm* steps and
fails.
I manually edited the existing instances of "arm*" in the configure script to
"armv7*" and added conditions for "armv8*" anywhere that aarch64 is used. This
seems to get further in the build and is still building on my phone at this
moment.
I'm not sure what the exact distinction between armv8l and aarch64 is, but I do
know armv8l kernel seems to be able to run 64-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=47112
Bug ID: 47112
Summary: Crash caused by Qt5Gui.dll
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: teohhanhui(a)gmail.com
Distribution: ---
Created attachment 64315
--> https://bugs.winehq.org/attachment.cgi?id=64315
backtrace
My program cross-compiled using mingw-w64 works on Windows but crashes with
Wine.
The dist zip:
https://drive.google.com/open?id=1b7BKsPWx6wJhbcbXnJLd-tmO0Kj-ghr6
Is it the same problem? https://bugs.winehq.org/show_bug.cgi?id=46428
Perhaps Wine could be more fault tolerant.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46765
Bug ID: 46765
Summary: Ori and The Blind Forest - Definitive Edition fails to
start on Ubuntu
Product: Wine
Version: 4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
Created attachment 63774
--> https://bugs.winehq.org/attachment.cgi?id=63774
WINEDEBUG=warn+all
Ori and The Blind Forest - Definitive Edition fails to start on Kubuntu 18.10
or Linux Mint 19.1 but run without any problems on Manjaro Linux 18.03.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46764
Bug ID: 46764
Summary: Cuphead fails to start on Ubuntu
Product: Wine
Version: 4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
Created attachment 63773
--> https://bugs.winehq.org/attachment.cgi?id=63773
WINEDEBUG=warn+all
Cuphead fails to start on Kubuntu 18.10 or Linux Mint 19.1 but run without any
problems on Manjaro Linux 18.03
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47025
Bug ID: 47025
Summary: wine cannot run exe created with winegcc: "Bad EXE
Format"
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Full steps to reproduce from cloning the Wine source tree:
$ git clone git://source.winehq.org/git/wine.git
$ mkdir wine64_build
$ cd wine64_build
$ ../wine/configure --enable-win64
$ make
$ cd ..
$ mkdir test_program
$ cd test_program
$ echo 'int main() { return 0; }' > main.c
$ PATH="$PATH:../wine64_build/tools/winebuild/"
/home/rofl/wine64-build-debug/tools/winegcc/winegcc
-L/home/rofl/wine64-build-debug/dlls/advapi32
-L/home/rofl/wine64-build-debug/dlls/user32
-L/home/rofl/wine64-build-debug/dlls/ntdll/
-L/home/rofl/wine64-build-debug/dlls/winecrt0
-L/home/rofl/wine64-build-debug/dlls/kernel32
-L/home/rofl/wine64-build-debug/libs/wine/ main.c -o main
$ ../wine64_build/wine64 ./main.exe
On my machine, the last command outputs
wine: Bad EXE format for Z:\home\rofl\test_program\main.exe.
Is this expected behavior meaning I'm using winegcc incorrectly, or is this a
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=47094
Bug ID: 47094
Summary: Foobar2000 memory leak
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: just4steam778(a)gmail.com
Distribution: ---
Created attachment 64291
--> https://bugs.winehq.org/attachment.cgi?id=64291
Terminal output
I have an issue with foobar2000 taking up 15-25% of CPU power and 0.4-1GB of
RAM and eventually crashing. This happens soon after launch even when it's idle
as a fresh installation. I've also tried installing it in a 32-bit Windows XP
prefix.
I'm running foobar2000 1.4.3 on Arch 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=47090
Bug ID: 47090
Summary: wine fails to build with certain LDFLAGS
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
CC: julliard(a)winehq.org
Distribution: ---
I'm not 100% sure it's a proper bug, cause I couldn't get a confirmation from
anyone else, yet - going by the sources - there might be something valid here.
Anyway, this is reported against 4.7, but almost certainly the problem comes
from the changes made in 4.6 (which I've skipped - my current working wine
build is 4.5).
During build with LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--sort-common
-Wl,-z,relro", of which just about only '-Wl,--as-needed' might matter (unless
I've hit a linker bug), build fails as soon as it starts linking to the newly
created libwine with "missing symbols" errors for __wine_dbg_output and
__wine_dbg_header.
As far as I can tell by the sources, till ntdll gets loaded, those symbols are
indeed undefined.
I suspect the source of the problem is that a few of the inline functions
defined in include/wine/debug.h call those functions.
While you may not consider this a valid problem (that is, if you're able to
reproduce it), this has literally been working for years, so I'd still want to
know why it stopped now.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46758
Bug ID: 46758
Summary: Origin App
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xzgamertag(a)mail.com
Distribution: ---
Created attachment 63764
--> https://bugs.winehq.org/attachment.cgi?id=63764
backtrace
Ubuntu 18.10 / Wine 4.2
I've installed Origin, but it crashes on launching origin.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=47168
Bug ID: 47168
Summary: Failure to Install Mount and Blade Warband off of
Amazon.com
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adamcroteau(a)comcast.net
Distribution: ---
Created attachment 64419
--> https://bugs.winehq.org/attachment.cgi?id=64419
Error Log
M@B fails to install when download comes from Amazon.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=44042
Bug ID: 44042
Summary: Tvpaint PenPressure(Wintab)
Product: Wine
Version: 2.20
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: deanmoriart(a)gmail.com
Created attachment 59713
--> https://bugs.winehq.org/attachment.cgi?id=59713
Wintab Libraries can't make pen pressure work.
I installed Tvpaint 10 via wine on Macosx. It works really great but pen
pressure doesn't work even tho application can use wintab libraries. Can you
help me on that please ?
Thanks.
Tablet : Wacom Intuos
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45390
Bug ID: 45390
Summary: devenum:devenum fails if privileges are not high
enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
devenum:devenum fails if privileges are not high enough, such as when running
as administrator without elevated privileges, or running as a regular user:
devenum.c:526: Test failed: got 0x80004005
devenum.c:528: Test failed: DMO should be registered
devenum.c:532: Test failed: got 0x80004005
devenum.c:546: Test failed: got 0x1
* Related source
https://source.winehq.org/git/wine.git/?a=blob;f=dlls/devenum/tests/devenum…
* odevenum:devenum failures on the WineTest website
https://test.winehq.org/data/tests/devenum:devenum.html
Line 526 was introduced by this commit:
commit 0da4892b456ba1a01af3cc7d024aaa0bfef93063
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Sun Jun 24 17:20:29 2018 -0500
devenum: Implement parsing and reading DMO monikers.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Luckily this issue can be reproduced on the w2000pro TestBot VM so it is easy
to work on.
This issue can also be seen on the fg-win7u64-1spie9adm, fg-win7u64-1spie9usr
and fg-winxp-lusr WineTest machines.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45986
Bug ID: 45986
Summary: Opera-mail crashed everytime by start
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fischertodd(a)yahoo.de
Distribution: ---
"Opera-Mail-1.0-1040.i386.exe" runs since months without problems on a
manjaro-64bit-KDE system.
Since the last update of wine on V3.17 is there always a crash at start.
Fresh install wine 32bit and 64-bit get installer crash, too.
I tried kernel V4.14 and V4.18
With downgrade to V3.15 everything is working again.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45923
Bug ID: 45923
Summary: Regression in register_avicap_devices
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: ec16a92b1d900858df7924289e815283c433b9cc
Distribution: ---
Created attachment 62450
--> https://bugs.winehq.org/attachment.cgi?id=62450
Backtrace
Commit ec16a92b1d900858df7924289e815283c433b9cc causes a crash on my machine in
the devenum test case (and Quake Champions as well).
Reverting 9316d8ae864757429e71f1d3de34e7985800bdb5 and
ec16a92b1d900858df7924289e815283c433b9cc fixes the crash.
Tested with 3.17 and git master.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45078
Bug ID: 45078
Summary: UFOHD2 crashes inside devenum
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 61228
--> https://bugs.winehq.org/attachment.cgi?id=61228
+devenum log
Hi, a user reported garbage for this app in appdb, so i gave it try
As the title says.
http://sonotaco.com/soft/download/UFOHD2_426.zip
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45040
Bug ID: 45040
Summary: Morrowing Crashes shortly after boot when having the
Morrowind Code patch installed
Product: Wine
Version: 2.22
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gmedine84(a)gmail.com
Created attachment 61166
--> https://bugs.winehq.org/attachment.cgi?id=61166
Crash Dump
The title is seen to crash upon installing the Morrowind Code Patch(MCP) and
booting the game. This issue is seen to occur roughly 1-2 minutes into creating
a new game. I have not tested this with save games, as I do not have any save
files. Please note that I am using the WS9Wine2.22 engine with the
Wineskin-2.6.2 wrapper.
Initially I thought this issue was because the MCP update the exe file with
numerous bug fixes, but after uninstalling said fixes and only installing the
recommended MCP mods, the title was still seen to produce a crash.
Wine Logs and Crash dump attached for your convenience.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42768
Bug ID: 42768
Summary: Ys: The Ark of Napishtim (Ys 6) silently crashes
playing in-game videos
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: devenum
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Regression SHA1: ff0a25cbc74f358884b2750a75c708a9ad839e04
Distribution: Debian
Created attachment 57778
--> https://bugs.winehq.org/attachment.cgi?id=57778
+tid,+devenum,+seh log
Ys: The Ark of Napishtim (Ys 6) silently exits, no backtrace or additional
console ouput, when playing the in-game videos with Wine 2.5 (2.4 works).
Clean 32-bit prefix, winegstreamer set to disabled and winetricks amstream
quartz for working video playback. Start a new game and once reaching the
opening video you hit the crash.
Bisecting returns:
--- snip ---
ff0a25cbc74f358884b2750a75c708a9ad839e04 is the first bad commit
commit ff0a25cbc74f358884b2750a75c708a9ad839e04
Author: Jactry Zeng <jzeng(a)codeweavers.com>
Date: Mon Mar 27 23:41:11 2017 +0800
devenum: Use RegQueryValueExW instead of RegQueryValueW.
Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e74122e6a5c4d5dd5a0334c7c4c0485a679262f1
3206743391112c31ca627312c67eb8fbfa0a0ca9 M dlls
--- snip ---
Reverting the commit on wine-2.5 stops the crashing and videos play normally.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39209
Bug ID: 39209
Summary: Smart Diary Suite crashes when updating options
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs2me(a)seawa.com
Distribution: ---
Created attachment 52269
--> https://bugs.winehq.org/attachment.cgi?id=52269
Backtrace
Open SDS4 with the command:
wine /home/jjthomas/.wine/drive_c/Program\ Files/Smart\ Diary\ Suite\
4/SDS4.exe
Click on Tools, Options and then okay.
I get a Program Error pop up saying The program SDS4.exe has encountered a
serious problem and needs to close...
SDS4 runs fine under XP, Vista, 7, 8, 8.1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35859
Bug ID: 35859
Summary: Can't get the program to load
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shellstu(a)gmail.com
honestech VHS to DVD 2.0 SE - Crashes on Start
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36260
Bug ID: 36260
Summary: valgrind shows a possible leak in
devenum/tests/devenum.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==2122== 56 bytes in 1 blocks are possibly lost in loss record 381 of 864
==2122== at 0x7BC4C735: notify_alloc (heap.c:255)
==2122== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==2122== by 0x634F2EC: MMDRV_InitPerType (lolvldrv.c:384)
==2122== by 0x634FC27: MMDRV_Install (lolvldrv.c:475)
==2122== by 0x635016F: MMDRV_Init (lolvldrv.c:547)
==2122== by 0x634DF4B: MMDRV_InitSingleType (lolvldrv.c:78)
==2122== by 0x634DFEE: MMDRV_GetNum (lolvldrv.c:89)
==2122== by 0x636B7C8: midiOutGetNumDevs (winmm.c:284)
==2122== by 0x620D647: DEVENUM_CreateSpecialCategories (createdevenum.c:866)
==2122== by 0x620C54C: DEVENUM_ICreateDevEnum_CreateClassEnumerator
(createdevenum.c:532)
==2122== by 0x4954EF8: test_devenum (strmif.h:464)
==2122== by 0x4955352: func_devenum (devenum.c:139)
==2122== by 0x49561CC: run_test (test.h:584)
==2122== by 0x49565BA: main (test.h:654)
==2122==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36425
Bug ID: 36425
Summary: valgrind shows an uninitialized variable in
taskschd/tests/scheduler.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26332== Conditional jump or move depends on uninitialised value(s)
==26332== at 0x6467BDD: reader_skipspaces (reader.c:906)
==26332== by 0x6467D7B: reader_parse_whitespace (reader.c:1485)
==26332== by 0x64693C3: reader_parse_misc (reader.c:1531)
==26332== by 0x646A75E: xmlreader_Read (reader.c:2403)
==26332== by 0x64313BB: TaskDefinition_put_XmlText (xmllite.h:326)
==26332== by 0x4D7B100: test_TaskDefinition (taskschd.h:2584)
==26332== by 0x4D7E429: func_scheduler (scheduler.c:1410)
==26332== by 0x4D7F224: run_test (test.h:584)
==26332== by 0x4D7F612: main (test.h:654)
==26332== Uninitialised value was created by a client request
==26332== at 0x7BC50B1E: RtlAllocateHeap (heap.c:209)
==26332== by 0x646C318: CreateXmlReaderInputWithEncodingName
(xmllite_private.h:27)
==26332== by 0x646C62B: xmlreader_SetInput (reader.c:2519)
==26332== by 0x6431300: TaskDefinition_put_XmlText (xmllite.h:317)
==26332== by 0x4D7B100: test_TaskDefinition (taskschd.h:2584)
==26332== by 0x4D7E429: func_scheduler (scheduler.c:1410)
==26332== by 0x4D7F224: run_test (test.h:584)
==26332== by 0x4D7F612: main (test.h:654)
==26332==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36416
Bug ID: 36416
Summary: valgrind shows a possible leak in
ole32/tests/moniker.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24681== 28 bytes in 1 blocks are possibly lost in loss record 187 of 649
==24681== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==24681== by 0x536CBB8: apartment_getclassobject (compobj.c:526)
==24681== by 0x536FFC6: get_inproc_class_object (compobj.c:2894)
==24681== by 0x5372D2F: CoGetClassObject (compobj.c:3032)
==24681== by 0x536310A: ClassMoniker_BindToObject (classmoniker.c:242)
==24681== by 0x4D8CADC: test_MkParseDisplayName (objidl.h:3485)
==24681== by 0x4D8E21F: func_moniker (moniker.c:2076)
==24681== by 0x4DBDEA8: run_test (test.h:584)
==24681== by 0x4DBE297: main (test.h:654)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20359
Summary: Addition NetServerEnum() support
Product: Wine
Version: 1.1.31
Platform: All
URL: http://rh-software.com/
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Currently none of the SIV networking pages work as NetServerEnum()
(http://msdn.microsoft.com/en-us/library/aa370623(VS.85).aspx) is not
implemented. Please can support be added ?
Once added then SIV (http://rh-software.com/downloads/siv.zip) can be used to
test this using the command:
wine siv -save=[network]=stdout
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47181
Bug ID: 47181
Summary: 'File has unexpected size (374028 != 385384). Mirror
sync in progress?'
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joll.nicholas(a)gmail.com
Distribution: ---
Created attachment 64435
--> https://bugs.winehq.org/attachment.cgi?id=64435
Apt output
I attach some errors that were generated by apt when it deals with the
following Wine repository:
https://dl.winehq.org/wine-builds/ubuntu/ bionic main
It is only Wine and a few other offenders that ever generate these errors on my
system. To be clear: I see such errors on my system, generated by Wine's
repository, periodically. Now, such errors yields to a rash of support
questions on Linux forums by those new to Linux who want to know what is going
on.
Is there no better way of doing things that could be implemented at your end?
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=47091
Bug ID: 47091
Summary: Wine-Staging 4.7 release server-Desktop_Refcount
patchset breaks 'patchinstall.sh ... --backend=git
--force-autoconf --all'
Product: Wine-staging
Version: 4.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hello folks,
encountered this when building official Wine-Staging 4.7 release.
With the reintroduction of server-Desktop_Refcount patchset, running
'patchinstall.sh' script with '... --backend=git --force-autoconf --all'
doesn't work anymore. You might argue why people use '--force-autoconf' option
but that's a separate thing :-)
--- snip ---
...
HEAD is now at 6e3f39a4c5 Release 4.7.
Cloning into '/home/focht/projects/wine/staging-patches-4.7'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 100% (70/70), done.
remote: Total 35588 (delta 45), reused 61 (delta 31), pack-reused 35486
Receiving objects: 100% (35588/35588), 29.56 MiB | 4.26 MiB/s, done.
Resolving deltas: 100% (23518/23518), done.
HEAD is now at 547e7c81 Release v4.7
Cloning into '/home/focht/projects/wine/staging-src-4.7'...
done.
Checking out files: 100% (7764/7764), done.
HEAD is now at 6e3f39a4c5 Release 4.7.
Applying
/home/focht/projects/wine/staging-patches-4.7/patches/Compiler_Warnings/0001-windowscodecs-Avoid-implicit-cast-of-interface-point.patch
Applying: windowscodecs: Avoid implicit cast of interface pointer.
Auto packing the repository in background for optimum performance.
...
Applying
/home/focht/projects/wine/staging-patches-4.7/patches/riched20-IText_Interface/0010-riched20-Silence-repeated-FIXMEs-triggered-by-Adobe-.patch
Applying: riched20: Silence repeated FIXMEs triggered by Adobe Reader.
Applying
/home/focht/projects/wine/staging-patches-4.7/patches/server-Desktop_Refcount/0001-server-Introduce-a-new-alloc_handle-object-callback..patch
Applying: server: Introduce a new alloc_handle object callback. (v2)
error: patch failed: include/wine/server_protocol.h:6677
error: include/wine/server_protocol.h: patch does not apply
Patch failed at 0001 server: Introduce a new alloc_handle object callback. (v2)
Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
ERROR: Failed to apply patch, aborting!
ERROR in build.sh: line 470 with exit code 1
ERROR message: "Failed to run Wine-Staging 'patchinstall' script!"
--- snip ---
https://github.com/wine-staging/wine-staging/tree/master/patches/server-Des…
Introduced here:
https://github.com/wine-staging/wine-staging/commit/4e7071e4f14f6ce85b0eb4b…
Specifically:
https://github.com/wine-staging/wine-staging/blob/master/patches/server-Des…
It seems 'include/wine/server_protocol.h' was committed by mistake here?
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=47124
Bug ID: 47124
Summary: Wine+eventfd_synchronization patches build fails
Product: Wine-staging
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I tried building Wine + eventfd_synchronization patches from staging (applying
only them using
./patchinstall.sh DESTDIR="$wine_src" eventfd_synchronization
The build is failing like this (both on Wine master and Wine b47938273):
gcc -m64 -c -o trace.o /home/user/build/wine-git/source/server/trace.c -I. \
-I/home/user/build/wine-git/source/server -I../include \
-I/home/user/build/wine-git/source/include -D__WINESRC__ -Wall -pipe
-fno-strict-aliasing \
-Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers
-Wno-packed-not-aligned \
-Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
-Wunused-but-set-parameter -Wvla \
-Wwrite-strings -Wpointer-arith -Wlogical-op -O3 -march=znver1
/home/user/build/wine-git/source/server/sock.c: In function
‘req_socket_cleanup’:
/home/user/build/wine-git/source/server/sock.c:1345:20: error: too many
arguments to function ‘enumerate_handles’
while ((sock = enumerate_handles(current->process, &sock_ops, &index,
NULL)))
^~~~~~~~~~~~~~~~~
In file included from /home/user/build/wine-git/source/server/sock.c:64:
/home/user/build/wine-git/source/server/handle.h:51:21: note: declared here
extern obj_handle_t enumerate_handles( struct process *process, const struct
object_ops *ops,
^~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:1368: sock.o] Error 1
Probably dependency patch is not listed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47108
Bug ID: 47108
Summary: Space Hack (Maximus XV): missing textures
Product: Wine-staging
Version: 4.7
Hardware: x86
URL: https://www.fileplanet.com/archive/p-24861/Maximus-XV-
Abraham-Strong-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: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64300
--> https://bugs.winehq.org/attachment.cgi?id=64300
screenshot
In the game Space Hack (aka. Maximus XV) most of the textures are missing. The
problem doesn't occur in vanilla Wine.
The patch to blame:
https://github.com/wine-staging/wine-staging/blob/master/patches/ddraw-Rend…
setupmaximusxvdemo.exe (103 MB)
md5sum: 261d276e48b99bc1b2568a4356ac8e4d
wine-4.7-66-g8039941c52
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 418.52.05
OpenGL core profile shading language version string: 4.60 NVIDIA
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47100
Bug ID: 47100
Summary: Simple command that needs CreateSymbolicLinkW doesn`t
work anymore in Staging-4.7
Product: Wine-staging
Version: 4.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi, I noticed that the patchset in Staging for CreateSymbolicLinkW has been
updated.
Just creating this bug to let you know that the simple command from comment #4:
https://bugs.winehq.org/show_bug.cgi?id=44948#c4 doesn`t work anymore.
I have a compiled recent version lying here ( wine-4.3-339-g865d4c3c72
(Staging)). There it seems to wok fine.
The command from comment #4 in one liner:
cd $(mktemp -d) &&
/media/louis/00e587ff-1035-4ec8-8d1f-b69d3527589a/wine-staging4.3/wine64-build/wine
cmd /C "mklink foo bar" && stat foo
000b:fixme:winediag:start_process Wine Staging 4.3 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
File: foo -> /home/louis/.wine/dosdevices/z:/tmp/tmp.8TxcDBiOH7/bar
Size: 54 Blocks: 0 IO Block: 4096 symbolic link
Device: 821h/2081d Inode: 1048736 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 1000/ louis) Gid: ( 1000/ louis)
Access: 2019-04-29 21:56:16.530708099 +0200
Modify: 2019-04-29 21:56:16.530708099 +0200
Change: 2019-04-29 21:56:16.530708099 +0200
in current Staging 4.7:
cd $(mktemp -d) && /opt/wine-staging/bin/wine cmd /C "mklink foo bar" && stat
foo
000b:fixme:winediag:start_process Wine Staging 4.7 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
Failed to open 'foo'
stat: cannot stat 'foo': No such file or directory
If I remember correctly running Office365 installer with Staging was enough to
avoid manually copying files to correct locations.
I did not yet test if that is broken too now in Staging-4.7, will do later
(takes quite some time). Just reporting this simple example for now.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47121
Bug ID: 47121
Summary: Soulbringer displays only black screen in hardware
rendering mode
Product: Wine-staging
Version: 4.7
Hardware: x86
URL: https://www.gog.com/game/soulbringer
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: gofmanp(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Distribution: ---
Created attachment 64331
--> https://bugs.winehq.org/attachment.cgi?id=64331
terminal output
The screen turns black but the game is still running when the game is loading
to the menu when any of the available hardware rendering modes is selected in
the launcher (including DX6 and DX7 renderers). Software rendering works
properly. The problem doesn't occur in vanilla Wine. No demo version is
available.
The patch to blame:
https://github.com/wine-staging/wine-staging/blob/master/patches/ddraw-Rend…
wine-4.7-177-gb479382737 (Staging)
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 418.52.05
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47148
Bug ID: 47148
Summary: mouse long-clic is badly handled in wine 4.7
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillaume.lelouet(a)gmail.com
Distribution: ---
it was alright before 4.7, and if I switch back to wine 4.6 it's alright.
The long press right click and middle click behave badly, like a long click is
translated on a different position than a short click. eg if I click somewhere,
it's okay ; if I click and keep mouse1 clicked, then the mouse is moved
somewhere else.
In some games it means the right/middle click is not usable.
OS is ubuntu 19.04 , wine version is 4.7~disco , package is winehq-stagging .
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39335
Bug ID: 39335
Summary: Evernote 5.9.x - cannot browse or edit notes
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: falconepl(a)gmail.com
Distribution: ---
When Evernote 5.9.x (e.g. the latest Evernote 5.9.1.8742) is started up, your
recently modified note (e.g. on another device) is being displayed. However,
when one tries to jump to some other note, by selecting an element on "All
notes" list, the content of the currently displayed note is not changed (only
note's header is being updated - information on note's creation date etc.)
Only when you double click on given note element from your notes list, a pop-up
window with that note's content/text shows up, but the note cannot be edited.
The last version of Evernote that hasn't got these problems was Evernote
5.8.13.8152.
Tested under Wine 1.7.50.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47173
Bug ID: 47173
Summary: Watch_dogs 2: Game freezes while loading
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tlarhices(a)gmail.com
Distribution: ---
How to reproduce:
* Install Uplay + steam + Watch_dogs2
* Launch Watch_dogs2
* Start a new game
After that the loading screen will show up and freeze near 100%.
Upon looking at the logs it seemed to have issues with shaders
(wd2_medium.log), so I restarted with the game set to the lowest display
setting but it also froze at the same place (wd2_low.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=47117
Bug ID: 47117
Summary: Terraria stack overflow on launch
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gzoli44(a)gmail.com
Distribution: ---
Created attachment 64327
--> https://bugs.winehq.org/attachment.cgi?id=64327
WINEDEBUG=+all logs
Starting Terraria (the 2d game) pops up a window, which freezes, and after a
while outputs:
"Process is terminated due to StackOverflowException."
Using:
Arch Linux x64
i3wm (maybe this counts)
wine-4.7
Attached logs:
all: WINEDEBUG=+all: app wont even start
dlls: WINEDEBUG=+dlls
loaddll: WINEDEBUG=+loaddll
installed: installed dll-s with winetricks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47171
Bug ID: 47171
Summary: Mouse moving down on vertical movements
Product: Wine-staging
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tlarhices(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Notes:
* When using wine-stable or wine-development this bug does not occur, only
wine-staging.
* The bug happens in the game watch dogs but does not occur in watch dogs 2.
* Did not see anything related to mouse in the logs, but can provide if needed.
Summary:
It seems like mouse movements are reported with an offset towards "down";
* Moving the mouse horizontally works correctly
* Moving the mouse down, makes the cursor move down very fast
* Moving the mouse up slowly, makes the cursor move down
* Moving the mouse up very fast, makes the cursor move up slowly
How to reproduce:
* Create a new prefix
* Install Uplay + steam + watch dogs
* Start watch dogs
* In the menus and in game, move your mouse vertically:
** Cursor will move down fast
** Only sliding mouse very quickly up will have the cursor move correctly
upwards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=657
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=47166
Bug ID: 47166
Summary: StampsScale.exe Crashes on Install
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: tmp(a)pc-homepage.com
Distribution: ---
Created attachment 64415
--> https://bugs.winehq.org/attachment.cgi?id=64415
Error Output
Running installed StampsScale.exe for the Stamps.com scale crashes in Ubuntu
19.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=46544
Bug ID: 46544
Summary: Pitney Bowes SendPro - Install appears OK but app
fails on serious error when run
Product: Wine
Version: 4.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)globaldude.net
Distribution: ---
Created attachment 63406
--> https://bugs.winehq.org/attachment.cgi?id=63406
Diagnostic dump produced by Wine
I have downloaded the SendPro for Windows desktop software from the Pitney
Bowes website. I used the Wine installer to install this application by
clicking on the downloaded file and selecting the Wine installer. The
installation seemed to go fine. At the end of the installation, I was given
the option to run the newly installed app. The app began to start up but then
failed with a "serious error" and a diagnostic dump, which is attached. I
tried restarting the app with the same results.
I am running Wine 4.0 rc6 under Fedora 29 linux.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40301
Bug ID: 40301
Summary: Wrong DTM_GETRANGE message result
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: ---
Looking at http://source.winehq.org/source/dlls/comctl32/datetime.c#1575 you
can see this line:
return ret ? ret : 1; /* bug emulation */
I'm not sure which bug does it mean and the commit which added it (see
https://github.com/wine-mirror/wine/commit/63fe9d449#diff-60ef36c9d147674ec…)
doesn't go into the details, but this behaviour seems to buggy as it returns
GDTR_MIN, implying that the minimum bound of the range is set, even when it is
not the case.
Currently this results in asserts when creating wxDatePickerCtrl from wxWidgets
with WINE (while it works correctly under native Windows) and while I'll work
around this in wxWidgets itself, I think this is still a bug in WINE and could
result in problems in the other applications as well and should be fixed in it.
The fix, of course, is trivial: just "return ret" (or avoid the temporary
variable and fold the return with the previous line).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47157
Bug ID: 47157
Summary: FantaMorph 5 crashes on exit
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64389
--> https://bugs.winehq.org/attachment.cgi?id=64389
Crash log
Just starting and exiting the program yields a crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47156
Bug ID: 47156
Summary: widl generates bitfields with a number of bits too
large for the underlying type
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
The following struct definition in source idl does not generate a parser error
when it really should:
struct flags
{
char flag1 : 1000;
};
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47123
Bug ID: 47123
Summary: Starcitizen - joystick not recognized after wine
commit 085e5887
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: luca_pi(a)yahoo.it
Distribution: ---
Created attachment 64337
--> https://bugs.winehq.org/attachment.cgi?id=64337
revert commit 085e5887
Since wine commit 085e588, Starcitizen stop recognizing the attached
controllers.
https://github.com/wine-mirror/wine/commit/085e58878f58c8e9fd03f8b56ac5489a…
In Joy.cpl they appear with no issues and all seems working fine, but
Starcitizen does not sees them anymore. Before that commit all was working fine
and building latest wine with the attached patch (which just revert that
commit), SC recognize them again.
the attached is not a fix just a temporary workaround.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37359
Bug ID: 37359
Summary: planetside 2 no mouseclicks registered
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: riderofdeath210(a)gmail.com
after i launch ps2 and the game started and i have to choice the
guild/clan/army
i cant click on any of the buttons i can move my mouse but no mouse cicks are
working
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34372
Bug #: 34372
Summary: Add missing function
AllocateAndGetTcpExTableFromStack() to iphlpapi.dll
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralf.habacker(a)freenet.de
Classification: Unclassified
Created attachment 45753
--> http://bugs.winehq.org/attachment.cgi?id=45753
Implementation for AllocateAndGetTcpExTableFromStack()
The appended patch adds the missing function
AllocateAndGetTcpExTableFromStack() to iphlpapi.dll
This missing function has been detected while testing of cross compiled dbus
http://dbus.freedesktop.org under wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46861
Bug ID: 46861
Summary: TopoEdit crashes with unimplemented function
mf.dll.MFEnumDeviceSources
Product: Wine
Version: 4.4
Hardware: x86-64
URL: https://resources.oreilly.com/examples/9780735656598-f
iles/tree/a7df48c133c4781b73947b1f25691bd7604cd81e/Too
ls/TopoEdit/x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Topology -> Add (Video/Audio) Capture Source...
wine: Call from 0x7b4414bb to unimplemented function mf.dll.MFEnumDeviceSources
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29460
Bug #: 29460
Summary: Ruijie Supplicant crash at start
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 38142
--> http://bugs.winehq.org/attachment.cgi?id=38142
Log: Ruijie Supplicant crash
1. Download RGSupplicant4.10_1026.exe
http://115.com/file/cmr79xxh
2. winetricks vcrun6 ( for mfc42)
3. install RGSupplicant4.10_1026.exe with wine
4. Start RuijieSupplicant.exe
$ cd ".wine/drive_c/Program Files/Ruijie Networks/Ruijie Supplicant"
$ wine RuijieSupplicant.exe
Actual result:
Crash
Expect result:
Display the main GUI for RuijieSupplicant.exe
Log:
fixme:ntoskrnl:IoGetCurrentProcess () stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x78010765
(thread 0027), starting debugger...
Backtrace:
=>0 0x78010765 in msvcrt (+0x10765) (0x0053e618)
1 0x005404ab in su1xdriver.sys (+0x4aa) (0x0053e6a8)
2 0x7ec1651a load_driver+0x58a()
[/home/fracting/wine-git/programs/winedevice/device.c:253] in winedevice
(0x0053e938)
3 0x7ec167be ServiceMain+0x11e(argc=0x1, argv=0x110af8)
[/home/fracting/wine-git/programs/winedevice/device.c:307] in winedevice
(0x0053e9a8)
4 0x7ebbd0e8 service_thread+0x161(arg=0x1108c0)
[/home/fracting/wine-git/dlls/advapi32/service.c:291] in advapi32 (0x0053ea28)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47107
Bug ID: 47107
Summary: Windows XP DDK installer fails to copy any files
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: z.figura12(a)gmail.com
Reporter: z.figura12(a)gmail.com
Depends on: 12332
Distribution: ---
It installs INF files with junk source paths, and uses SPFILENOTIFY_NEEDMEDIA
notifications in queue callback to supply the correct source path.
I have patches that address this.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31101
Bug #: 31101
Summary: ScoobyRom fails to start
(mscoree:ConfigFileHandler_startElement: unknown
elements)
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fschaefer.oss(a)googlemail.com
Classification: Unclassified
ScoobyRom (https://github.com/SubaruDieselCrew/ScoobyRom) fails to start.
Instead I get the following console output:
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"appSettings" in
state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3
Unhandled Exception: System.TypeLoadException: Could not load type
'ScoobyRom.MainClass' from assembly 'ScoobyRom, Version=0.6.2.32780,
Culture=neutral, PublicKeyToken=null'.
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'ScoobyRom.MainClass' from assembly 'ScoobyRom, Version=0.6.2.32780,
Culture=neutral, PublicKeyToken=null'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46993
Bug ID: 46993
Summary: ntoskrnl.exe tests don't compile when using -O0
Product: Wine
Version: unspecified
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: ---
Error:
##################
/usr/lib/gcc/i686-w64-mingw32/8.3.0/../../../../i686-w64-mingw32/bin/ld:
driver.cross.o: in function `kvprintf':
/home/fabian/Programming/Wine/wine/dlls/ntoskrnl.exe/tests/../../../../wine-git/dlls/ntoskrnl.exe/tests/driver.c:64:
undefined reference to `strlen'
/usr/lib/gcc/i686-w64-mingw32/8.3.0/../../../../i686-w64-mingw32/bin/ld:
driver.cross.o: in function `test_resource':
/home/fabian/Programming/Wine/wine/dlls/ntoskrnl.exe/tests/../../../../wine-git/dlls/ntoskrnl.exe/tests/driver.c:946:
undefined reference to `memset'
##################
Only happens in -O0, otherwise the compiler seems to optimize away the
functions.
Bisected to
commit 0022af881e567093621b20d29794503be9400e0b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Apr 9 09:39:47 2019 +0200
makefiles: Default to building test resource dlls as PE.
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=47142
Bug ID: 47142
Summary: Esportal client 1.0 (CS:GO anti-cheat) fails to start,
reporting 'The procedure entry point NdrServerCallAll
could not be located in the dynamic link library
RPCRT4.dll'
Product: Wine
Version: 4.7
Hardware: x86
URL: https://web.archive.org/web/20190507163228/https://static.esportal.com/esportal-client.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
As per request creating seperate bugreport for next bug.
Follow-up of https://bugs.winehq.org/show_bug.cgi?id=47131
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47122
Bug ID: 47122
Summary: Star Citizen stopped working on commit
32d7838da73dd9bc3ee999d73a310da7adfb27dd
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rawfox(a)freenet.de
Distribution: ---
Created attachment 64333
--> https://bugs.winehq.org/attachment.cgi?id=64333
backtrace from wine commit wine-4.7-71-g32d7838da7
Since commit 32d7838da73dd9bc3ee999d73a310da7adfb27dd Star Citizen wont work
anymore.
When starting the launcher, wine drops an error, see attached backtrace.
This error wont stop the launcher launching itself and the game, but the game
hangs on loading.
All commits before have been working nice, but this commit broke it anyhow:
https://github.com/wine-mirror/wine/commit/32d7838da73dd9bc3ee999d73a310da7…
This bug is a blocker, game worked great before.
Greetings from Germany :)
Cheers, raw^^
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47027
Bug ID: 47027
Summary: EA Origin: Crashes on start
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sporif(a)posteo.net
CC: julliard(a)winehq.org
Regression SHA1: cf8193df5b4c5a09208e40d8f3183c00187c8bd0
Distribution: ArchLinux
Created attachment 64190
--> https://bugs.winehq.org/attachment.cgi?id=64190
Log from starting Origin with wine 4.5
Wine-staging is required to install Origin and it successfully installs on
wine-staging 4.5 and 4.6. But while wine and wine-staging 4.5 can run Origin
after it has been installed, wine and wine-staging 4.6 cannot. 4.6 crashes
after a few seconds while previous versions show the login screen. The commit
that seems to have caused this regression is cf8193d. Attached are logs of
starting Origin with wine 4.5, 4.6, cf8193d and the previous commit 9911cfd.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44850
Bug ID: 44850
Summary: Unable to install Skype-8.10.0.6 due to an error in
IPHLPAPI.DLL
Product: Wine
Version: 3.0
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: gaturk2(a)free.fr
Distribution: ---
Created attachment 60909
--> https://bugs.winehq.org/attachment.cgi?id=60909
Backtrace file left after unsuccessfully installing Skype v8.10
The header of the backtrace.txt indicates that IPHLPAPI.DLL.GetBestRoute2 is
called in 32-bit code (0x7bc54f50).
I am working under Ubuntu 14.04 in an i-686 architecture.
The rest of description in given in the backtrace.txt attached file.
Regards,
Grégory TURK
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45155
Bug ID: 45155
Summary: OpenGL Window Z order in Truespace
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 61346
--> https://bugs.winehq.org/attachment.cgi?id=61346
Screenshot of TrueSpace drawn Correctly with Child Windows.
Main view window is drawing over other windows when set to OpenGL. Issue does
not occur when main view is split into 4 which places the 4 views into child
windows.
Screenshot 1 shows the four views with Child Windows.
Screenshot 2 shows the OpenGL Main View drawing over the tool windows.
Screenshot 3 shows the tool windows which are being drawn over when the windows
are toggled on/off.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45213
Bug ID: 45213
Summary: wine 3.7 can run VC + visual assist, but wine 3.8 can
not. or maybe gcc version related
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h2008676(a)nwytg.com
Distribution: ---
I'm using archlinux, and WINEARCH=win32
If visual assist uninstalled, VC can run well on both wine 3.7 and wine 3.8.
With wine 3.8 and visual assist installed, the VC immediately freezed after
launch, no response at all.
Also, when I replace /usr/lib32/wine with the same contents of wine 3.7,
itbecame work again.
wine-3.7 arch pkg download from the below url:
http://ftp.ksu.edu.tw/FTP/Linux/archlinux/multilib/os/x86_64/wine-3.7-1-x86…
Then I tried to build wine-3.7 on my LFS system, but it still failed to load VC
with Visual Assist, same as wine-3.8 did.
I'm using GCC-8.1 on my LFS system, maybe it is gcc version related ?
I compaired the logs of them, when it failed, it has a error log
'seh:setup_exception_record stack overflow' just after 'GetCurrentPackageId'.
More logs below:
============================================================
first time log
------------------------------
good:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
0143:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
0143:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
0143:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
0150:fixme:process:FlushProcessWriteBuffers : stub
0158:fixme:ver:GetCurrentPackageId (0x491fe9c (nil)): stub
0159:fixme:ver:GetCurrentPackageId (0x4a2fe9c (nil)): stub
015b:fixme:ieframe:PersistStreamInit_InitNew (0x4bad528)
015b:fixme:ieframe:navigate_url Unsupported args (Flags 0x6ebe800 {VT_I4: 14};
TargetFrameName 0x6ebe7f0 {VT_BSTR: (null)})
0152:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
Could not load wine-gecko. HTML rendering will be disabled.
015b:err:mshtml:create_document_object Failed to init Gecko, returning
CLASS_E_CLASSNOTAVAILABLE
015b:fixme:ole:CoCreateInstanceEx no instance created for interface
{00000000-0000-0000-c000-000000000046} of class
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111
015b:fixme:ieframe:handle_navigation_error Navigate to error page
015b:fixme:ieframe:bind_to_object BindToObject failed: 800c0010
015b:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0x4bad528)
X Error of failed request: BadPixmap (invalid Pixmap parameter)
Major opcode of failed request: 54 (X_FreePixmap)
Resource id in failed request: 0x1c001c70
Serial number of failed request: 5168
Current serial number in output stream: 5169
The operation completed successfully
The operation completed successfully
quit.
------------------------------
bad:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
00e1:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
00e1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
00e1:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
00eb:fixme:process:FlushProcessWriteBuffers : stub
00f6:fixme:ver:GetCurrentPackageId (0x494fe9c (nil)): stub
00f7:fixme:ver:GetCurrentPackageId (0x4a5fe9c (nil)): stub
00e1:err:seh:setup_exception_record stack overflow 1388 bytes in thread 00e1
eip 7e9346b1 esp 00240dc4 stack 0x240000-0x241000-0x340000
00f5:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
00f3:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
The operation completed successfully
The operation completed successfully
quit.
============================================================
second time run log
------------------------------
good:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
01ac:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
01ac:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
01ac:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
01b5:fixme:process:FlushProcessWriteBuffers : stub
01bf:fixme:ver:GetCurrentPackageId (0x490fe9c (nil)): stub
01c0:fixme:ver:GetCurrentPackageId (0x4a1fe9c (nil)): stub
01ac:err:treeview:TREEVIEW_HandleTimer got unknown timer
01ac:fixme:win:LockWindowUpdate (0x10020), partial stub!
01ac:fixme:win:LockWindowUpdate ((nil)), partial stub!
01ac:err:treeview:TREEVIEW_HandleTimer got unknown timer
01b0:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
------------------------------
bad:
-----
0019:fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1
func=20 method=0)
01d1:fixme:ntdll:EtwRegisterTraceGuidsW (0x107d2c23, (nil),
{f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x10b0be74, (null), (null),
0x10b949b0): stub
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72b14a7d-704c-423e-92f8-7e6d64bcb92a}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2091f8a-1e0a-4731-84a2-0dd57c8a5261}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e8a3bf1f-a86b-4390-9c60-5390b969d22c}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5727a00f-50be-4519-8256-f7699871fecb}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7e854ec7-cdc4-405a-b5b2-aaf7c9e7d40c}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{79a60dc6-5fc8-4952-a41c-1163aeec5eb8}
01d1:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2718d25b-5bf5-4479-8e88-babc64bdbfca}
01d1:fixme:process:GetNumaHighestNodeNumber (0x33edf8): semi-stub
01dd:fixme:process:FlushProcessWriteBuffers : stub
01e6:fixme:ver:GetCurrentPackageId (0x492fe9c (nil)): stub
01e7:fixme:ver:GetCurrentPackageId (0x4c5fe9c (nil)): stub
01d1:err:seh:setup_exception_record stack overflow 1388 bytes in thread 01d1
eip 7e93f6b1 esp 00240dc4 stack 0x240000-0x241000-0x340000
01df:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42420
Bug ID: 42420
Summary: MidiIllustrator Virtuoso 3 crashes when using any File
open dialog
Product: Wine-staging
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shawn.starr(a)rogers.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 57240
--> https://bugs.winehq.org/attachment.cgi?id=57240
Crash backtrace
When running MidiIllustrator Virtuoso 3, it starts it works fine except for
when opening a File dialog crashes.
Attached is backtrace.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47032
Bug ID: 47032
Summary: valgrind reports uninitialized read in writev from
call_req_handler
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 64201
--> https://bugs.winehq.org/attachment.cgi?id=64201
Output when running main.exe under valgrind
Starting with cloning the source tree
$ git clone git://source.winehq.org/git/wine.git
$ mkdir wine64_build
$ cd wine64_build
$ ../wine/configure --enable-win64
$ make
$ cd ..
$ mkdir test_program
$ cd test_program
$ echo 'int main() { return 0; }' > main.c
$ x86_64-w64-mingw32-gcc main.c -o main.exe
$ valgrind --trace-children=yes ../wine64_build/loader/wine64 ./main.exe
gives the attached output. The first error appears to be an uninitialized read
to writev in request.c (even though it's hard to tell since valgrind is tracing
multiple threads).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47131
Bug ID: 47131
Summary: esportal client fails to start
Product: Wine
Version: 4.7
Hardware: x86
URL: https://beta.esportal.se/client
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 64352
--> https://bugs.winehq.org/attachment.cgi?id=64352
patch with missing spec entries
Hi
A user reoprted trouble with this app on forum
You can download it using your Steam account
sha1sum /media/louis/aqqa/esportal-client.exe
d35fe12f82356a3fcd7932845d84c4832fbad0fa /media/louis/aqqa/esportal-client.exe
It fails subsequently to start with messageboxes for missing entries for
InitiateShutdownW,
K32GetWsChangesEx
and NdrServerCallAll
I`ll send patch for those to wine-devel; see attachment
Question: the functions do not seem to be called, is it enough to add them to
the spec file, or should I add stub functions itsself also?
After adding spec entries the app crashes. AFAICT it seems to choke in
fake-dlls. maybe not happy with their layout, needs an expert to look into...
I was able to start the app by copying ntdll, ntoskrnl.exe, gdi32 and imm32
from my windowsdrive to system32. Then the app magically starts. Next bugs
seems seem to be bad mshtml rendered window (native jscript seems to help bit),
and an error messagebox, proabably related to ntdll.NtLoadDriver stub. I
stopped there, I don`t know if the app is functional at that point; seems one
has to register at esportal-site first to test really
Anyway, this bugreport is only about missing specs....
~
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45765
Bug ID: 45765
Summary: Universe Sandbox 2 unimplemented function
USER32.dll.GetPointerType
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: patryk(a)kowalczyk.ws
Distribution: ---
Universe Sandbox since version 2.20 use native windows touch and need function
GetPointerType from library USER32.dll.
Application crash and workaround is not possible.
implementation on windows:
https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-get…
best regards,
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7034
--- Comment #12 from Nikolay Sivov <bunglehead(a)gmail.com> ---
I don't think it was fully fixed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7034
Vijay Kamuju <infyquest(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |infyquest(a)gmail.com
--- Comment #11 from Vijay Kamuju <infyquest(a)gmail.com> ---
It shows 0xFFFFFFF7 in wine. But also 0xFFFFFFF7 is there in windows.
The whole number is not visible in windows.
can we close this issue
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40256
Bug ID: 40256
Summary: user32:input fails on non-qwerty keyboards
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, user32:input has the following failures on azerty
keyboards:
input.c:1688: Test failed: 12: got 1 expected 0
input.c:1690: Test failed: 12: got L"\001d" expected L""
input.c:1688: Test failed: 17: got 1 expected 0
input.c:1690: Test failed: 17: got L"\001c" expected L""
input.c:1688: Test failed: 25: got 1 expected 0
input.c:1690: Test failed: 25: got L"\001c" expected L""
input.c:1688: Test failed: 30: got 0 expected 1
input.c:1688: Test failed: 31: got 0 expected 1
input.c:1688: Test failed: 32: got 0 expected 1
input.c:1690: Test failed: 33: got L"\001b" expected L"\001e"
input.c:1688: Test failed: 34: got 0 expected 1
Unfortunately we don't have TestBot VMs with non-qwerty keyboards so far but
this can be seen on the fg-eeepc-xp and fg-acer64-* Windows test results.
winspool's dr-w8-E1-1200-x64 has slightly different test failures which is most
likely because it has a qwertz keyboard (based on the German locale):
https://test.winehq.org/data/0806b06f2ba7a690661d6ae417270bdbc7370953/win8_…
input.c:1688: Test failed: 10: got 1 expected 0
input.c:1688: Test failed: 11: got 1 expected 0
input.c:1690: Test failed: 11: got L"\001c" expected L""
input.c:1688: Test failed: 18: got 1 expected 0
input.c:1690: Test failed: 18: got L"\001d" expected L""
input.c:1690: Test failed: 29: got L"\0011" expected L""
input.c:1688: Test failed: 30: got 0 expected 1
input.c:1688: Test failed: 31: got 0 expected 1
input.c:1688: Test failed: 32: got 0 expected 1
input.c:1688: Test failed: 33: got 0 expected 1
And gang65 at poczta.onet.pl's win7sp1 machine has yet another set of failures,
probably due to the presence of a Polish keyboard:
https://test.winehq.org/data/b190a72bfe53a41a83ae55d75de8327c24512bee/win7_…
input.c:1688: Test failed: 10: got 1 expected 0
input.c:1688: Test failed: 28: got 1 expected 0
input.c:1690: Test failed: 28: got L"\001f" expected L""
input.c:1690: Test failed: 29: got L"\0016" expected L""
input.c:1690: Test failed: 31: got L"\0011" expected L"\001c"
input.c:1688: Test failed: 33: got 0 expected 1
input.c:1688: Test failed: 34: got 0 expected 1
mshtml:script results on test.winehq.org:
https://test.winehq.org/data/tests/user32:input.html
commit 10556c25e468768d1422e872f16dbc1ae85ef968
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu May 28 11:35:05 2015 +0100
winex11: Fix ctrl-<symbol> to generate codes below 0x20 where necessary.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30231
Bug #: 30231
Summary: Adode Reader X 10.2.1 fails to install
Product: Wine
Version: 1.5.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
The installation starts up but does not finish.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44642
Bug ID: 44642
Summary: Failed ApplyPatchToFile(1)
Product: Wine
Version: 3.0
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: mspatcha
Assignee: wine-bugs(a)winehq.org
Reporter: arasub(a)gmail.com
Hi team,
i'm trying to run the alteryx "https://www.alteryx.com" exe on the maxbook
pro below with the error details
user@Arasu-MacBook-Pro:~$ wine
/Users/user/Downloads/AlteryxDownloadManager11.8.3.40692_NonAdmin_x64.exe
0009:fixme:mspatcha:ApplyPatchToFileW stub -
L"C:\\users\\user\\Temp\\AlteryxDownload.exe.bin", (null),
L"C:\\users\\user\\Temp\\AlteryxDownload.exe", 00000000
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Common/ChunkCompression.cpp:50:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.30.2/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
user@Arasu-MacBook-Pro:~$
thanks
arasu.b
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33471
Bug #: 33471
Summary: Adobe Reader 11 do not install on Linux Mint 14
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mybugs.mail(a)gmail.com
Classification: Unclassified
Created attachment 44306
--> http://bugs.winehq.org/attachment.cgi?id=44306
Terminal output for wine-1.4.1
I just downloaded AdbeRdr11002_en_US.exe from
http://get.adobe.com/br/reader/otherversions/
and when I tried to install the program on wine-1.4.1 (using Linux Mint 14
Nadia) with the command
$ wine AdbeRdr11002_en_US.exe &> log.txt
(and clicking "Next" in the GUI and then "Install"
I got a screen with the message
"Setup was interrupted before Adobe Reader XI (11.0.02) could be completely
installed"
and the software was not installed.
See the terminal output in the attachment.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32857
Bug #: 32857
Summary: Can't install Adobe Reader
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tael67(a)gmail.com
Classification: Unclassified
Created attachment 43393
--> http://bugs.winehq.org/attachment.cgi?id=43393
Log
The Adobe Reader installer does not work with Wine :
"Setup was interrupted before Adobe Reader XI could be completely installed."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33071
Bug #: 33071
Summary: Adobe Reader XI not installing
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalhocoelho(a)gmail.com
Classification: Unclassified
Created attachment 43721
--> http://bugs.winehq.org/attachment.cgi?id=43721
Terminal output for wine-1.5.24
Adobe Reader is not installing on wine-1.5.24
Here is the link for downloading the application:
http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.02/en_US/AdbeRdr…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47151
Bug ID: 47151
Summary: Assertion failure in widl when creating an interface
that takes a type with bitfield members when a
wire_marshal attribute is provided
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: richard(a)torproject.org
Distribution: ---
The following idl snippet compiles using midl but asserts in midl:
/* Begin */
struct flags
{
unsigned flag1 : 1;
unsigned flag2 : 1;
};
typedef [wire_marshal(char)] struct flags flags_t;
[
uuid(7a98c250-6808-11cf-b73b-00aa00b677a7),
version(1.0),
]
interface hello
{
void do_work([in] flags_t flags);
}
/* End */
assertion:
typegen.c:1963: type_memsize_and_alignment: Assertion `0' failed.
Presumably a check for a marshalling type with known alignment info needs to be
added around 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=4905
odecif(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |odecif(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=47136
Bug ID: 47136
Summary: Wine not support work with sparse files
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: i.tarasov(a)searchinform.ru
Distribution: ---
Created attachment 64362
--> https://bugs.winehq.org/attachment.cgi?id=64362
Test project for sparse files
Our application use sparse files. In windows it works fine, but running under
Wine in Ubuntu 19.04 calling to api-functions fails with errors:
- call to Winapi.Windows.DeviceIoControl with FSCTL_SET_SPARSE return no
error, but sparse attribute not set (seems like bug14914);
- call to Winapi.Windows.DeviceIoControl with FSCTL_SET_ZERO_DATA fails with
error code 50
Test project written in Rad Studio XE8 and results under Windows and Wine in
attachment.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47141
Bug ID: 47141
Summary: updating to wine 4.7 / mono 4.8.3 fails / loops
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Distribution: ---
Created attachment 64372
--> https://bugs.winehq.org/attachment.cgi?id=64372
wineboot -u output
Noted on the forums, something goes screwy trying to update to 4.7, devel or
staging. Seems to get stuck in a loop, eventually getting a "Maximum number of
clients reached" message and have to ctrl+c. Seems to be stuck on updating mono
given the thousand copies of winemono-support.msi in c:\windows\installer.
Creating a new wineprefix appears to be fine. A fresh 4.6 prefix updated to 4.7
ok as well, I haven't tried anything further. Open to any WINEDEBUG suggestions
or anything else to try.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47146
Bug ID: 47146
Summary: capture mouse
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smirnoff0320(a)mail.ru
Distribution: ---
In games that use capture mouse function like starcraft remastered in windowed
mode or diablo in windowed mode (launched with glide) the area in which mouse
is able to move is only a quater or less of the windows area.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47115
Bug ID: 47115
Summary: Just Cause 2 freezing during explosions
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: thezombiehunter(a)gmail.com
Distribution: ---
https://youtu.be/klN30m_y7fs
Originally I assumed the issue was a nvidia driver problem, since installing
the .run file seemed to fix it. However, after repeatedly installing different
versions of the nvidia driver from Gentoo - doesn't matter what version the
driver is. Sometimes the explosions don't freeze after a reboot, but if I leave
my PC running for a few hours and launch Just Cause 2 again it will freeze even
though it was working earlier.
Likewise, when trying to exit the game sometimes the application freezes and
won't close and sometimes it doesn't. I know you're supposed to make a separate
bug report for issues, but I think both bugs may be related to the same
problem.
So I'm pegging this as a wine issue, even though I can't see any errors when
debugging is enabled. I have tried 4.7-staging, 4.6-protonified, regular 4.6
wine, 4.5-tkg - issue exists on all of them. I'd try proton 4.2, but the game
won't launch on it.
Note that while I am using DXVK in the video the problem also happens on
wined3d, so it's not a problem with DXVK.
I can (try) to provide an apitrace or other bug reports if you need them, not
sure how useful they will be though.
Sys specs:
i7-8700k @ 4.7Ghz
kernel 5.0.11
32GB RAM
2080 ti
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47103
Bug ID: 47103
Summary: Borderlands 1 GOTY Enhanced: cutscene videos are green
and pixilated.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robyn.kaitlan.clark(a)gmail.com
Distribution: ---
The intro video, Angel, and most cutscene videos are predominately green with
some other square shaped blocks of red and blue. Very pixilated. Some of the
character intro scenes start fine, then when it has the "freeze frame" moment
at the end, is the same green glitch. Angel is always this way. This does not
affect any other part of the base game but continues into the DLC's.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2082
Paul Gofman <gofmanp(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gofmanp(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=47093
Bug ID: 47093
Summary: Multiple games crash because of errors in winealsa.drv
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: daschaffert(a)gmx.net
Distribution: ---
I have a lot games that were working flawless in wine 4.4. Since wine 4.6 / 4.7
the games crash (I have not testet 4.5).
When disabling sound or changing driver to pulse the games work as before.
(used winetricks sound=disabled / pulse)
an example is mafia2.exe or portal2.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=2082
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=47102
Bug ID: 47102
Summary: Games that couldn't be played with Xbox 360 controller
Product: Wine
Version: 4.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: ahmed.com(a)protonmail.com
Distribution: ---
I didn't know where to write about that to the developers, but there were some
kind of games that I wasn't able to play with my Xbox 360 controller at all,
and after the latest version of Wine-staging 4.7, all these games run for the
first time with a controller. These games are: The walking Dead Season (1 & 2 &
3), The Wolf Among Us, and Trine 2. I don't know what have been changed,
because I didn't find any thing about it in wine 4.7 release notes, but I want
to tell that theses bugs are fixed. One more thing, the controller's name
appears as Xinput compatible 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=47130
Bug ID: 47130
Summary: App crashes when I paste copied material
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mmm2412(a)cumc.columbia.edu
Distribution: ---
Created attachment 64351
--> https://bugs.winehq.org/attachment.cgi?id=64351
Crash information
App crashes when I paste copied frames in the OnCall app.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6682
--- Comment #64 from Artem S. Tashkinov <aros(a)gmx.com> ---
(In reply to Artem S. Tashkinov from comment #63)
> This seems to be fixed in Wine 4.7 at least for me using Irfan View 4.51.
>
> Feel free to close.
Tried on another PC with a different DPI and the bug is still there.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40772
Bug ID: 40772
Summary: Error message and black screen in Stranger of Sword
City
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funtimeschaos(a)rocketmail.com
Distribution: ---
Created attachment 54671
--> https://bugs.winehq.org/attachment.cgi?id=54671
Console output on clean wine install 1.9.11
When trying to start Stranger of Sword City, a window opens and an error
message says: "Failed to create sound engine. SE or BGM may not play properly.
This issue might be resolved by installing DirectX End User Runtime. For more
details, please check the About DirectX section in the Stranger of Sword City
Manual."
The game window remains black, though the cursor in it is changed (mostly
likely to the game's built in cursor) and nothing else happens.
I've also tried running it with directx9 installed via winetricks, only to
receive the same message.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43390
Bug ID: 43390
Summary: valgrind shows a few definite leaks in
dlls/xaudio2_7/tests/xaudio2.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
==3551== 8 bytes in 1 blocks are definitely lost in loss record 63 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C85281: XAudio2Create (xaudio_dll.c:2159)
==3551== by 0x4A1B741: func_xaudio2 (xaudio2.c:1150)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 94 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DA6D: CreateAudioVolumeMeter (xapofx.c:795)
==3551== by 0x4A1B1A7: test_xapo_creation_modern (xaudio2.c:1053)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 95 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DAFA: CreateAudioReverb (xapofx.c:809)
==3551== by 0x4A1B2D4: test_xapo_creation_modern (xaudio2.c:1067)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 12 bytes in 1 blocks are definitely lost in loss record 96 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DA6D: CreateAudioVolumeMeter (xapofx.c:795)
==3551== by 0x4A176DB: test_simple_streaming (xaudio2.c:293)
==3551== by 0x4A1B807: func_xaudio2 (xaudio2.c:1158)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 349 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B3ED: test_xapo_creation (xaudio2.c:1083)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 350 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C37F03: ???
==3551== by 0x5C38059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B401: test_xapo_creation (xaudio2.c:1084)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 351 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B415: test_xapo_creation (xaudio2.c:1085)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 352 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B429: test_xapo_creation (xaudio2.c:1086)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 353 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5CA3F03: ???
==3551== by 0x5CA4059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B43D: test_xapo_creation (xaudio2.c:1087)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 354 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5E44F03: ???
==3551== by 0x5E45059: ???
==3551== by 0x4A1A97C: test_xapo_creation_legacy (xaudio2.c:932)
==3551== by 0x4A1B451: test_xapo_creation (xaudio2.c:1088)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
==3551== 48 bytes in 4 blocks are definitely lost in loss record 355 of 766
==3551== at 0x7BC51061: notify_alloc (heap.c:254)
==3551== by 0x7BC5554F: RtlAllocateHeap (heap.c:1716)
==3551== by 0x5C7DC35: CreateFX (xapofx.c:835)
==3551== by 0x4A1AE99: test_xapo_creation_modern (xaudio2.c:1018)
==3551== by 0x4A1B463: test_xapo_creation (xaudio2.c:1089)
==3551== by 0x4A1B5B4: func_xaudio2 (xaudio2.c:1122)
==3551== by 0x4A1C74F: run_test (test.h:603)
==3551== by 0x4A1CBAD: main (test.h:687)
==3551==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47113
Bug ID: 47113
Summary: Some images is black, but real is transparent
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurikazakov9184(a)gmail.com
Distribution: ---
Created attachment 64316
--> https://bugs.winehq.org/attachment.cgi?id=64316
bugged images
In program "Microsoft .NET by diakov.net" I see strange bug with images. In
real images is transparent (in Windows), but in Wine is black.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45557
Bug ID: 45557
Summary: winecfg -> wine: '/home/ich/.wine' is a 64-bit
installation, it cannot be used with a 32-bit
wineserver.
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: Ulf.Zibis(a)gmx.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
On Ubuntu 18.04 I installed with:
sudo dpkg --add-architecture i386 # Nur auf 64-Bit-Systemen notwendig
wget -O - https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository 'https://dl.winehq.org/wine-builds/ubuntu/' && sudo apt
update
sudo apt install winehq-stable winetricks
With $ winecfg I get:
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.
wine: '/home/ich/.wine' is a 64-bit installation, it cannot be used with a
32-bit wineserver.
For ERROR: ld.so: see bug 45434, but there remains the other blocking problem.
In /opt/wine-stable/bin/ wine64* is missing, see:
$ ls -l /usr/bin/wine
lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine ->
/opt/wine-stable/bin/wine
ich@T500:~$ ls -l /usr/bin/wine /usr/bin/wine64*
lrwxrwxrwx 1 root root 25 Jul 4 11:51 /usr/bin/wine ->
/opt/wine-stable/bin/wine
lrwxrwxrwx 1 root root 27 Jul 4 11:51 /usr/bin/wine64 ->
/opt/wine-stable/bin/wine64
lrwxrwxrwx 1 root root 37 Jul 4 11:51 /usr/bin/wine64-preloader ->
/opt/wine-stable/bin/wine64-preloader
$ ls -l /opt/wine-stable/bin/wine /opt/wine-stable/bin/wine64*
ls: Zugriff auf '/opt/wine-stable/bin/wine64*' nicht möglich: Datei oder
Verzeichnis nicht gefunden
-rwxr-xr-x 1 root root 9556 Jul 4 12:05 /opt/wine-stable/bin/wine
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
--- Comment #34 from TK <thomas(a)keegans.org> ---
(In reply to Nikolay Sivov from comment #33)
> (In reply to TK from comment #32)
> > Thanks! I did the regression test between wine-2.7 and wine-2.8. On
> > wine-2.7, I can use the native comctl32.dll fine, and in wine-2.8, Faststone
> > does not load properly.
> >
> > The regression test from git showed the following:
> > b8bf0c2628d69952aca59855e155807b6011d5fa is the first bad commit
> > commit b8bf0c2628d69952aca59855e155807b6011d5fa
> > Author: Huw Davies <huw(a)codeweavers.com>
> > Date: Tue May 2 16:12:35 2017 +0100
> >
> > shell32: Simplify imagelist handling.
> >
> > Signed-off-by: Huw Davies <huw(a)codeweavers.com>
> > Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
> >
> > :040000 040000 bb7d8e0caf40cb14c1d99496f009e352c3c56754
> > 538dbed6cc4ed10e8a0ebf7e66a36e48e4bb49f5 M dlls
> >
> > In other words, it works in wine-2.7-39-g3a1b289d66, but not in
> > wine-2.7-40-gb8bf0c2628 .
>
> This means you can't use native comctl32 version 5 since this commit. It's
> not a regression by itself. Try to install into clean wineprefix without
> native comctl32.dll library.
That's correct. I've tested several comctl32.dll versions, going back to XP and
up to Windows 10. As in the original bug posted by Dan Kegel back in 2006,
Faststone does not work properly with the builtin library, and the old
workaround, which worked until wine-2.7-40-gb8bf0c2628, was to use native
comctl32.dll. The bug 43490 is actually more accurate about what is going on.
So, installing into a clean wineprefix with the builtin dll renders badly (on
multiple wine versions, including 4.7), and the native dll does not work after
wine-2.7-40-gb8bf0c2628.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
--- Comment #33 from Nikolay Sivov <bunglehead(a)gmail.com> ---
(In reply to TK from comment #32)
> Thanks! I did the regression test between wine-2.7 and wine-2.8. On
> wine-2.7, I can use the native comctl32.dll fine, and in wine-2.8, Faststone
> does not load properly.
>
> The regression test from git showed the following:
> b8bf0c2628d69952aca59855e155807b6011d5fa is the first bad commit
> commit b8bf0c2628d69952aca59855e155807b6011d5fa
> Author: Huw Davies <huw(a)codeweavers.com>
> Date: Tue May 2 16:12:35 2017 +0100
>
> shell32: Simplify imagelist handling.
>
> Signed-off-by: Huw Davies <huw(a)codeweavers.com>
> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
>
> :040000 040000 bb7d8e0caf40cb14c1d99496f009e352c3c56754
> 538dbed6cc4ed10e8a0ebf7e66a36e48e4bb49f5 M dlls
>
> In other words, it works in wine-2.7-39-g3a1b289d66, but not in
> wine-2.7-40-gb8bf0c2628 .
This means you can't use native comctl32 version 5 since this commit. It's not
a regression by itself. Try to install into clean wineprefix without native
comctl32.dll library.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
TK <thomas(a)keegans.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |huw(a)codeweavers.com
--- Comment #32 from TK <thomas(a)keegans.org> ---
Thanks! I did the regression test between wine-2.7 and wine-2.8. On wine-2.7, I
can use the native comctl32.dll fine, and in wine-2.8, Faststone does not load
properly.
The regression test from git showed the following:
b8bf0c2628d69952aca59855e155807b6011d5fa is the first bad commit
commit b8bf0c2628d69952aca59855e155807b6011d5fa
Author: Huw Davies <huw(a)codeweavers.com>
Date: Tue May 2 16:12:35 2017 +0100
shell32: Simplify imagelist handling.
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 bb7d8e0caf40cb14c1d99496f009e352c3c56754
538dbed6cc4ed10e8a0ebf7e66a36e48e4bb49f5 M dlls
In other words, it works in wine-2.7-39-g3a1b289d66, but not in
wine-2.7-40-gb8bf0c2628 .
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46957
Bug ID: 46957
Summary: Safecracker (1998): Installer freezes on wine versions
above 3.21
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: odecif(a)gmail.com
Distribution: ---
The software is the game Safecracker by Daydream Software from 1998.
Steps to reproduce:
1. Insert the CD into the drive / mount the ISO
2. Start the installer
3. Installer starts in a window and you choose language
4. Next step, select path to install (C:/SC by default) and click OK
5. Now the installer freezes and nothing happens.
There is very little console information, probably due to the software being
written in Macromedia Director 5.0 which is really old (even Windows XP has
some issues with this game).
In Wine 3.21, the installer continues to copy files and finish the install
flow.
Attached you may find the debug log from the command:
WINEDEBUG=+relay,+seh,+tid WINEARCH=win32 WINEPREFIX="$HOME/.wine32" wine
/mnt/mount2/SC32INST.EXE >> sc_install_log.txt 2>&1
When run with debug flag the installer does not freeze but crashes instead.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46428
Bug ID: 46428
Summary: Application crashes: Antscope2.exe
Product: Wine
Version: 3.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: coccusmatins(a)gmail.com
Distribution: ---
Created attachment 63202
--> https://bugs.winehq.org/attachment.cgi?id=63202
error log
Application (Antscope2.exe) crashes on startup.
Source:
https://rigexpert.com/products/software/antscope2/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44279
Bug ID: 44279
Summary: Wine can't enumerate HID device that is based on
Bluetooth (a Wiimote)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epigramx(a)yahoo.com
Distribution: ---
On Windows, if I run hclient.exe (source here:
https://github.com/Microsoft/Windows-driver-samples/tree/master/hid/hclient) I
can normally see my paired and connected device, as shown in this image:
https://i.imgur.com/Up60k7s.png It's one of the Wii Remote Plus devices.
However, if I do pair and connect the device on Debian and if it correctly
appears in /sys/bus/hid/devices and all the tests here work:
https://wiki.archlinux.org/index.php/XWiimote , running hclient.exe with wine
on linux does not find that hid device which might explain why it's not
detected by a console application that relies on enumerating HID devices on
windows.
I suspect it's a limitation of wine in finding HID devices if they originate
from Bluetooth but I can't be sure.
I might return with more details later on (when I reboot to Linux) but let me
know if you need specific further details.
Wiimotes are very common so if a dev could try one and see if he can enumerate
it in hclient (source above) that'd be great.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44556
Bug ID: 44556
Summary: SYN_DROPPED undeclared on Linux < 2.6.39
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: Zenitur(a)yandex.ru
Distribution: ---
When I build Wine on GNU/Linux with 2.6.37 kernel, I'd an error "SYN_DROPPED
undeclared".
Google says that it was appear in 2.6.39 and tslib project has this code:
https://github.com/kergoth/tslib/blob/master/plugins/input-raw.c
#ifndef SYN_DROPPED /* < 2.6.39 kernel headers */
# define SYN_DROPPED 3
#endif
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41869
Bug ID: 41869
Summary: undefined reference to `HIDIOCSFEATURE'
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 56272
--> https://bugs.winehq.org/attachment.cgi?id=56272
log file
undefined reference to `HIDIOCSFEATURE'
my system
command: ldd --version
ldd (GNU libc) 2.10.1
command: uname -r
3.0.66
command: gcc --version
gcc (GCC) 4.3.4
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44904
Bug ID: 44904
Summary: winebus blocks auto start up of scheduler service
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winebus.sys
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: aric(a)codeweavers.com
Regression SHA1: regression
Distribution: ---
How to reproduce:
1. rm -rf ~/.wine
2. cd wine/dlls/taskschd/tests
3. make testclean && make test
4. wait 5 seconds so that wineserver shuts down
5. make testclean && make test
and get
0024:err:ole:start_rpcss failed to start RpcSs service
0024:err:ole:epm_register ept_insert failed with error 1722
0024:err:schedsvc:RPC_init RpcEpRegister error 0x6ba
This turned to be a regression caused by
45d82a2464b535c484b0a6e96f9851f9db573edf is the first bad commit
commit 45d82a2464b535c484b0a6e96f9851f9db573edf
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Feb 2 10:38:55 2017 -0600
loader: Start winebus service by default.
Signed-off-by: Aric Stewart <aric(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
After the disabling auto startup of winebus by changing
"Start"=dword:00000002
to
"Start"=dword:00000003
in its "WineBus" service entry in registry the problem disappears.
Since by default Scheduler service is disabled (and gets enabled only once
at least one task is being added) this regression was not noticed until now.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13881
Summary: Stack limits error, hardware incompatibility?
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dav666666(a)gmail.com
Hello. I'm trying to play GunZ : The Duel.
Don't delete this bug because you think it's game related. It is not.
Why? Everyone got the game working. Except me.
I tried reinstalling the whole system and it crashed on a fresh install too.
I tried on my brother's computer and it worked without any problem.
All this make me think it's a hardware related problem but I need your help to
determine which of my hardware is causing trouble.
I explained my problem on GunZ page on Winedb:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12057, it is the
comment called "Stack limits"
I hope you will find a fix, GunZ is the last game that makes deleting windows
from my computer impossible...
Sorry for english, I'm belgian, I did my best to write correct sentences...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10530
Summary: Flyff doesn't work with wine
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nitzan65(a)gmail.com
Flyff Shows me a white screen.
Please fix it thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47111
Bug ID: 47111
Summary: MathType integrated into Microsoft Office 2007 unable
to "Convert Equations" or "Format Equations" using
special buttons from the MathType ribbon
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nrbrtx(a)gmail.com
Distribution: ---
Created attachment 64308
--> https://bugs.winehq.org/attachment.cgi?id=64308
docx file and two gif screencasts
I'm running Ubuntu MATE 19.04 with Wine 4.0-1 and Winetricks 0.0+20181203-3
from the repository
I installed Microsoft Office 2007 with the wineprefix command
```
WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/office2007pro \
winetricks office2007pro
```
and selected Full install in the wizard. Then I installed MSO2007 SP3 into the
wine prefix:
```
cd ~/Downloads
WINEPREFIX=~/.local/share/wineprefixes/office2007pro wine
~/Downloadsoffice2007sp3-kb2526086-fullfile-ru-ru.exe
```
Then I installed MathType 6.9d here:
```
WINEPREFIX=~/.local/share/wineprefixes/office2007pro wine
~/Downloads/MathType-win-en-6.9d.exe
```
I have created simple DOCX file with two equation - OMML and MathType (see
attachment).
I open Word with the following terminal command (copied from its shortcut):
```
env WINEPREFIX="/home/mate/.local/share/wineprefixes/office2007pro" wine-stable
C:\\windows\\command\\start.exe /Unix
/home/mate/.local/share/wineprefixes/office2007pro/dosdevices/c:/users/mate/Start\
Menu/Programs/Microsoft\ Office/Microsoft\ Office\ Word\ 2007.lnk
```
Then switched to MathType ribbon and tried very useful buttons "Convert
Equations" or "Format Equations". Clicking on both buttons ended with the same
GUI message:
> Convert Equations
> No equations were found and/or updated
with the following output in the terminal:
* for convert -
```
0011:err:ole:std_release_marshal_data could not map object ID to stub manager,
oxid=1500000011, oid=3
0011:err:ole:CoReleaseMarshalData StdMarshal ReleaseMarshalData failed with
error 0x8001011d
007d:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
007d:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
```
* for format -
```
0070:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
0011:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with
error 0x80070057
```
The screencasts are in attachment.
What may cause these problems? How one can debug these OLE or RPC (I'm not
really sure) problems?
Note: installing latest wine 4.7 from your Stagin repository with
```
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco
main'
sudo apt install --install-recommends winehq-staging
```
does 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=47095
Bug ID: 47095
Summary: Cursor not captured in Wayland
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tom(a)r.je
Distribution: ---
When using Wayland fullscreen games do not capture the cursor as expected.
I have two monitors, the primary one and gaming screen is on the right. If I
move the mouse to the left it will appear on my left monitor. This is
frustrating for games that use the mouse to look around.
The MouseWarpOverride setting appears to have no effect in Wayland.
Games tested: Skyrim SE (DXVK), Grand Theft Auto III (Wine d3d)
System:
KDE/KWin
Arch Linux
Mesa 19.0
AMDGPU driver
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47114
Bug ID: 47114
Summary: Beat Hazard 2: Unhandled exception on startup caused
by Gameoverlayrenderer
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ---
Created attachment 64320
--> https://bugs.winehq.org/attachment.cgi?id=64320
Unhandled exception backtrace
Hello,
There's a new bug where Beat Hazard 2 crashes on startup due to a page fault on
read access in RegisterDeviceNotificationW+0x21(), apparently caused by
Gameoverlayrenderer. Please see attached backtrace for more details.
This bug first appeared in Wine 4.6 and currently still exists in Wine 4.7.
To prevent this, Gameoverlayrenderer can be disabled using winecfg, which also
disables the Steam overlay, but otherwise runs like a charm.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47008
Bug ID: 47008
Summary: [REGRESSION] Lara Croft the guardian of light do not
work at all in wine 4.6
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
CC: andy86(a)fastwebnet.it, jacek(a)codeweavers.com
Regression SHA1: c1fb240f0ccc92d6ec180bfc2542c0dbcb52296c
Distribution: ArchLinux
In wine 4.6 (compiling my git-tree) Lara Croft GoL do not work at all, just
capture mouse for few seconds and exit without display anything.
I made a regressions test and this is the result:
c1fb240f0ccc92d6ec180bfc2542c0dbcb52296c is the first bad commit
commit c1fb240f0ccc92d6ec180bfc2542c0dbcb52296c
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Apr 11 17:19:03 2019 +0200
ntoskrnl.exe: Use proper device handle in
DevicePropertyPhysicalDeviceObjectName implementation.
Spotted by Huw Davies.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 0bd825d6f4d87ba20455657b385bf2c41aa5f91b
2142360bf2f886cf20cad1c6905fdd9c2528f7e3 M dlls
I try to reverting that commit and game work (with bug 46942).
At the time when game failed to start and exit, this error appear:
0066:err:ntdll:RtlLeaveCriticalSection section 0x2130254 is not acquired
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47098
Bug ID: 47098
Summary: The Superlatives: Shattered Worlds Demo (from Steam)
crashes on exit inside UnRegisterDeviceNotification
Product: Wine
Version: 4.7
Hardware: x86
URL: https://store.steampowered.com/app/1050210/The_Superla
tives_Shattered_Worlds/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 64296
--> https://bugs.winehq.org/attachment.cgi?id=64296
crashlog
On exit (closing the game) i get the crash from the attached crashlog. Patch
below is a fix. Demo is free to download.
Note: the games itsself sometimes starts, sometimes hangs with a blank screen.
That might be another bug, but could also be a problem on my side (graphics
driver?). Anyway, just trying it a few times gets me into the game
eventually...
diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c
index bd4795a346..6ff0980ecd 100644
--- a/dlls/user32/misc.c
+++ b/dlls/user32/misc.c
@@ -404,7 +404,7 @@ HDEVNOTIFY WINAPI DECLSPEC_HOTPATCH
RegisterDeviceNotificationW(HANDLE hRecipien
* UnregisterDeviceNotification (USER32.@)
*
*/
-BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY hnd)
+BOOL WINAPI DECLSPEC_HOTPATCH UnregisterDeviceNotification(HDEVNOTIFY hnd)
{
FIXME("(handle=%p), STUB!\n", hnd);
return TRUE;
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46795
Bug ID: 46795
Summary: Source games crash upon launch
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
Created attachment 63817
--> https://bugs.winehq.org/attachment.cgi?id=63817
Counter-Strike: Source backtrace
I tried Black Mesa and Counter-Strike: Source and each crashed with the same
backtrace.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47077
Bug ID: 47077
Summary: Regression: Brawlhalla crashes with latest wine
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: composizion3(a)hotmail.com
Distribution: ---
Created attachment 64267
--> https://bugs.winehq.org/attachment.cgi?id=64267
Console output.
Starting the game with latest wine-staging results in a crash.
This doesn't happen with older wine 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.
http://bugs.winehq.org/show_bug.cgi?id=11319
Summary: GameOverlay (Steam friends In-game) crashes on start
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sagman.staredsi(a)gmail.com
Created an attachment (id=10425)
--> (http://bugs.winehq.org/attachment.cgi?id=10425)
A GameOverlayRenderer log
The GameOverlayUI.exe and GameOverlayRenderer.dll (Steam in-game friends
interface) crashes on start. I attach a log created by the Steam.exe . The file
refers to GameOverlayRenderer.dll and this log attach that the dlls or exe wich
fails are:
01: hl2.exe
02: ntdll.dll
03: KERNEL32.dll
04: user32.dll
05: gdi32.dll
06: advapi32.dll
07: GameOverlayRenderer.dll
08: winex11.drv
09: imm32.dll
Also attach here a minilog (it's 2 lines) of wine trying to start
"GameOverlayUI.exe"
$ wine GameOverlayUI.exe
fixme:process:SetProcessShutdownParameters (000003ff, 00000000): partial stub.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6682
--- Comment #63 from Artem S. Tashkinov <aros(a)gmx.com> ---
This seems to be fixed in Wine 4.7 at least for me using Irfan View 4.51.
Feel free to close.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32945
Bug #: 32945
Summary: Fetion 2013 January reported the OS version is too old
Product: Wine
Version: 1.5.23
Platform: x86
URL: http://download.fetion-portal.com/Fetion2013_January.e
xe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 43507
--> http://bugs.winehq.org/attachment.cgi?id=43507
screenshot
My computer: Fedora 16 32bit
wine-1.5.23-81-g237ed21
1. remove ~/.wine then $wine notepad to have a clean wineprefix
2. download Fetion from
http://download.fetion-portal.com/Fetion2013_January.exe
3. wine Fetion2013_January.exe
Then the program would show a dialog.
Brief Translation:
"The Version of your OS is too old. Please use an OS whose virsion is higher
than Win 2000 SP4 or Win XP SP2. Will you continue anyway?"
I chose yes, and the installation *seemed* to finish successfully.
BTW, It seems that this program has more than one bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #31 from joaopa <jeremielapuree(a)yahoo.fr> ---
The better way to see this bug fixed is to do a regression test:
https://wiki.winehq.org/Regression_Testing
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
--- Comment #30 from TK <thomas(a)keegans.org> ---
Comment on attachment 64310
--> https://bugs.winehq.org/attachment.cgi?id=64310
Logs of successful Wine 2.7
WINEDEBUG=+seh,+loaddll
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
--- Comment #29 from TK <thomas(a)keegans.org> ---
Created attachment 64311
--> https://bugs.winehq.org/attachment.cgi?id=64311
Logs of unsuccessful Wine 2.8
WINEDEBUG=+seh,+loaddll
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47092
Bug ID: 47092
Summary: "IOPL not enabled" when trying to execute Office RT
2013
Product: Wine
Version: 4.7
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: salva.liebana(a)gmail.com
Distribution: ---
Created attachment 64289
--> https://bugs.winehq.org/attachment.cgi?id=64289
some warnings didnt appears on 4.0 but they are just warnings
Hi, ive read some topics about this problem on x86_64 and x86, and maybe this
problem with office software its solved on that platforms, not on arm. The same
problem appears on 4.0 and 4.7. the weird thing its than "IOPL" should be an
x86 related thing... and how the hell this its happening on arm software.
weird. maybe someone could explain something about it. Its just a fun project
of run windows RT programs on rpi3, and Office could be the most funnier of
all. but for now, I get that error. The compilation was the normal release
mode.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37052
Bug ID: 37052
Summary: WM_TRANSIENT_FOR occasionally contains unmapped
windows
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: jstpierre(a)mecheye.net
While debugging a focus management issue, I found that Wine creates an odd
arrangement of WM_TRANSIENT_FOR windows. I assume this is the behavior of the
Windows app.
It's reproducible with the first screen of this installer:
http://files01.techspot.com/temp/Unigine-Heaven-40.exe
Wine is creating three windows: the actual installer window (A), a secondary
window (B) as its owner, and a third window (C), invisible owner as B's owner.
The issue is that while A and C are mapped, the intermediate window, B, is not,
and thus the WM_TRANSIENT_FOR is invalid and ignored by window managers. This
has the when activating the invisible owner C from the taskbar or similar, A is
not raised.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9221
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=47110
Bug ID: 47110
Summary: Crash when press a button on Guitar Pro 7
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.d.ablov(a)gmail.com
Distribution: ---
Created attachment 64304
--> https://bugs.winehq.org/attachment.cgi?id=64304
log file
When pressing the button to select mono or stereo drums (in a instrument
setting) in Guitar Pro 7 the program crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46663
Bug ID: 46663
Summary: League Of Legends is not working on win7 environment
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Relevant: https://lutris.net/games/league-of-legends-932618667/installer/edit
Using script above league of legends results in bugsplat after installation, if
reinvoked it tries to fix itself, but fails.
Windows 7 environment is mandatory since Developer is deprecating Windows XP.
Suspect that new windows environment has to be staget to be campatible.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3817
pattietreutel <katyaberezyaka(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |katyaberezyaka(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=3817
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=47099
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42081
Bug ID: 42081
Summary: Highway Pursuit fails at start due to resolution
change
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
URL: http://retrospec.sgn.net/game-links.php?link=highwaypu
rsuit
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
At the start of Highway Pursuit it defaults to a resolution of 800x600.
However, when it tries to change to this from 1920x1080 on my system - I have
an Nvidia GTX card - it simply brings up a frozen desktop screen instead of the
titles. Sound effects play as normal.
No obvious Wine errors displayed.
This game runs perfectly on Crossover 15.1.0.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47087
Bug ID: 47087
Summary: Remove me as a maintainer for all applications on
appdb
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
I've been maintaining close to ten applications in AppDB for over five years
and now after failing to accept a *single submission* for 3DMark for *just*
*two weeks* because I was on vacation my request to restore maintainership of
3DMark has been rejected:
> Your application to be the maintainer of was rejected. Your record as a maintainer of other apps *is poor*. Please try to improve the entries you already maintain, or remove yourself as maintainer from apps you no longer use, before taking on more responsibility.
> See: http://wiki.winehq.org/AppDB_Test_Results_GuidelinesÂ
You know what, please remove me as a maintainer for all other applications as
well. This is disgusting and I'm just appalled. You seriously lack manpower and
you do not allow people any sort of leeway.
This could have been a request to revisit your automatic replies and policies
in regard to AppDB maintainership approval but I'm already seriously ill and
just trying to actually survive, so I'm not in a mood of fighting against
bureaucracy, swift misjudgement or itch.
If whoever rejected my request wants to apologize, then we may forget this
accident as a nuisance and I can keep on being a maintainer in AppDB.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47058
Bug ID: 47058
Summary: Sims3Launcher.exe wine-mono runtime crash
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: root(a)linkjay.io
Distribution: ---
Created attachment 64226
--> https://bugs.winehq.org/attachment.cgi?id=64226
sims3launcher.exe runtime logs
The Sims3 Launcher will never start on any recent versions of Wine. The binary
was obtained from latest Origin source.
Attached are runtime logs from 4.5 wine-staging. A stacktrace is present
revealing that there is a problem with S3L_wp_getURL or some sort of URL thing.
This bug report also revealed some information regarding the crash and
wine-mono: https://bugs.winehq.org/show_bug.cgi?id=22160
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47033
Bug ID: 47033
Summary: Magic the Gather Arena installer does not work with
wine >= 4.3
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.zuber(a)gmx.ch
Distribution: ---
Created attachment 64202
--> https://bugs.winehq.org/attachment.cgi?id=64202
console output from wine 4.6 when it gets stuck
The installer for Magic the Gathering Arena hangs with newer wine versions >=
4.3.
Workaround:
With version 4.2 or lower it is still possible to install the game
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44340
Bug ID: 44340
Summary: fixme:d3d11:d3d11_device_CheckFormatSupport iface
0x114700, format 45, format_support 0x22fa60
partial-stub!
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 60217
--> https://bugs.winehq.org/attachment.cgi?id=60217
Error Log SpellForce 3
I get this when I try to run SpellForce3. In the log there are some other
errors but I think this is the culprit.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47064
Bug ID: 47064
Summary: MAVIMPLANT crashes on launching
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pascal.pelletier.60(a)gmail.com
Distribution: ---
Created attachment 64237
--> https://bugs.winehq.org/attachment.cgi?id=64237
ZIP file containing application ".Desktop" file, screenshoot of crash, Output
traces, and Backtrace file
When launching program MAVIMPLANT newly installed, wine report the following
fatal error :
Unhandled exception: page fault on execute access to 0x00000000 in 32-bit code
(0x00000000).
All required files of MAVIMPLANT application have been correctly installed
under (including the application ".Desktop" file) :
~/.wine/drive_c/users/pascal/Local Settings/Application
Data/boulangerie-patisserie-mavimplant.inrs.fr
See attachment zip file for details.
*****************
Additional info :
*****************
Ubuntu distrib. : "Ubuntu 18.04.2 LTS" (in french config)
WINE installation :
Wine has been installed by following the procedure described from :
https://wiki.winehq.org/Ubuntu
- for Ubuntu 18.04
- Stable branch (sudo apt install --install-recommends winehq-stable) and
install dependencies required
MAVIMPLANT setup program :
http://boulangerie-patisserie-mavimplant.inrs.fr/telechargement.html
Expected installation on Windows : (in french)
http://boulangerie-patisserie-mavimplant.inrs.fr/aide_site/aide_installatio…
SHA1 checksum of the installation file :
pascal@m9090:~/Téléchargements$ sha1sum
boulangerie-patisserie-mavimplant.inrs.fr-1.0.exe
7f25c900f325f9b404649c3dfa2d5660a42ffc67
boulangerie-patisserie-mavimplant.inrs.fr-1.0.exe
pascal@m9090:~/Téléchargements$
SHA1 checksum of the program file :
pascal@m9090:~/.wine/drive_c/users/pascal/Local Settings/Application
Data/boulangerie-patisserie-mavimplant.inrs.fr$ sha1sum
boulangerie-patisserie-mavimplant.inrs.fr.exe
8d051178c9ea56b1e36bf5b4bcbbab86979bd3d2
boulangerie-patisserie-mavimplant.inrs.fr.exe
pascal@m9090:~/.wine/drive_c/users/pascal/Local Settings/Application
Data/boulangerie-patisserie-mavimplant.inrs.fr$
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47054
Bug ID: 47054
Summary: SHCreateDirectory/SHCreateDirectoryEx error result
incorrect when hwnd is not NULL and directory already
exists
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: ubuntor2000(a)gmail.com
Distribution: ---
Created attachment 64221
--> https://bugs.winehq.org/attachment.cgi?id=64221
Test case (source)
When SHCreateDirectory/SHCreateDirectoryEx is called with a non-NULL hwnd and a
path to a directory that already exists,
Wine returns 1223 (ERROR_CANCELLED) instead of 183 (ERROR_ALREADY_EXISTS).
This is being set in
https://source.winehq.org/git/wine.git/blob/fabde842ede40fc53cf6f5743d5b477…
According to the MSDN
(https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/nf-shlobj_…):
it seems that ERROR_CANCELLED should only be returned in special cases,
independent of whether hwnd is NULL or not.
This may also affect other error conditions.
Windows XP (VM) test case output (no warning messagebox is created):
SHCreateDirectory, NULL hwnd: 183
SHCreateDirectory, actual hwnd: 183
SHCreateDirectoryExW, NULL hwnd: 183
SHCreateDirectoryExW, actual hwnd: 183
Wine test case output:
SHCreateDirectory, NULL hwnd: 183
0009:fixme:shell:SHCreateDirectoryExW Show system error message, creating path
L"C:\\Windows\\Temp\\test", failed with error 183
SHCreateDirectory, actual hwnd: 1223
SHCreateDirectoryExW, NULL hwnd: 183
0009:fixme:shell:SHCreateDirectoryExW Show system error message, creating path
L"C:\\Windows\\Temp\\test", failed with error 183
SHCreateDirectoryExW, actual hwnd: 1223
This affects Atelier Lydie and Suelle: saving doesn't work when the SAVEDATA
directory already exists.
This probably happens since the game is checking if SHCreateDirectoryExW
succeeds or returns ERROR_ALREADY_EXISTS,
as manually patching shell32.dll.so to skip the FIXME section fixes the issue.
Associated Proton issue: https://github.com/ValveSoftware/Proton/issues/2452
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42392
Bug ID: 42392
Summary: Installation of MigrosBank-EBanking-Win-8.2.1400.exe
not possible
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: merit2(a)public-files.de
Distribution: ---
Created attachment 57194
--> https://bugs.winehq.org/attachment.cgi?id=57194
backtrace.txt
The installation of MigrosBank-EBanking-Win-8.2.1400.exe stopped with the
information that Windows XP will not be supported.
I used winwtools to change the default to Windows 10. Then is was possible to
do the installation.
As I started the program it came up with the message "Ein wichtiger Fehler trat
auf, das Program wird beendet" (an important error happened and the program has
to be terminated
The EXE-file can be downloaded at:
https://www.migrosbank.ch/de/privatpersonen/e-banking/zugriff.html
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5129
thomas(a)keegans.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thomas(a)keegans.org
--- Comment #27 from thomas(a)keegans.org ---
I can confirm this still is an issue. I have Faststone Image Viewer working
well on Wine Stable 2.0.4 with the native comctl32.dll.
I downloaded Wine. I got Faststone working badly in it (incomplete thumbnail
rendering), and then added the native dll - adapting instructions from
Codeweavers -
https://www.codeweavers.com/compatibility/crossover/tips/watchtower-library…,
but did it in Wine 2.0 from WineHQ. The Faststone GUI rendered nicely. I then
upgraded Wine to 3.0, and it broke. Back down to 2.0, and it was good again. I
went up the Wine Stable builds, to 2.0.4, still good.
Then, I did the same using Wine Staging. Upgrading one at a time. It works in
Wine 2.0 - Wine 2.7 , but does not work in Wine 2.8!
I have not upgraded it build by build from there, but can confirm it does not
work in Wine 3, 4, or even Wine Staging 4.5.
So, something seems to have happened in Wine between 2.7 and 2.8. I cannot yet
figure out what.
I use Faststone all the time on a Mac, and would like to use more current Wine
than 2.7. Anyone have any ideas what may have occurred at Wine 2.8?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47073
Bug ID: 47073
Summary: Ubuntu 19.04 (Disco) packages not available in
repository, but wiki instructions says so.
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: halvors(a)halvors.org
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Hi. Seems someone updated the page with intructions on how to install on Ubuntu
19.04. But there is no packages available in the repository.
https://dl.winehq.org/wine-builds/ubuntu/dists/ Missing packages for Ubuntu
19.04 (Disco)
Just wanted to let whoever is in charge of maintaining the repository in case
this is an unknown issue :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47080
Bug ID: 47080
Summary: codewright chrashes when the menu "Window" is clicked
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j.gruber(a)documatrix.com
Distribution: ---
Created attachment 64269
--> https://bugs.winehq.org/attachment.cgi?id=64269
saved backtrace Info
codewright chrashes when the menu "Window" is clicked
It was running very well under win3.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=42518
Bug ID: 42518
Summary: WinVerifyTrust fails for signatures using SHA256
digest
Product: Wine
Version: 2.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintrust
Assignee: wine-bugs(a)winehq.org
Reporter: tomek(a)bayesfusion.com
Created attachment 57407
--> https://bugs.winehq.org/attachment.cgi?id=57407
source code for a minimal program calling WinVerifyTrust
On both Linux and macOS WinVerifyTrust returns 0x80090008 (NTE_BAD_ALGID) when
called to verify the executable signed with SHA256 cerfificate and using SHA256
digest (/fd sha256 used when calling signtool). This does not happen when the
same SHA256 certificate is used to sign the executable, but with SHA1 digest
instead; WinVerifyTrust returns 0 in this case.
WinVerifyTrust returns 0 (as expected) on Windows for SHA256 digest.
To reproduce the issue, either
a) use sigcheck.exe from SysInternals and verify the signature of SHA256 digest
signature (for example, Chrome 56).
or
b) compile the attached C code (CallWVT.c) to get a program which calls
WinVerifyTrust on an executable file specified as its 1st argument.
Also attached are the stderr outputs with WINEDEBUG=+wintrust,+crypt. The
log_sha2.txt file is the full output. log_sha1_truncated.txt is truncated at
the point of successful return from SoftpubLoadMessage (the whole file would be
too large).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41714
Bug ID: 41714
Summary: The Curious Expedition v1.0
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ravensgv(a)gmail.com
Distribution: ---
Created attachment 56130
--> https://bugs.winehq.org/attachment.cgi?id=56130
Backtrace info
This game crashes on open.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47039
Bug ID: 47039
Summary: Shantae Risky's Revenge has a blank screen in Wine 4.6
(regression)
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pizzadudedotca(a)gmail.com
Distribution: ---
Created attachment 64209
--> https://bugs.winehq.org/attachment.cgi?id=64209
Terminal output launching Shantae Riskys Revenge in Wine 4.6
Since Wine 4.6, Shantae Risky's Revenge (and some other games like Sonic Mania)
have a blank screen, with only audio working. I posted an issue describing this
here: https://forum.winehq.org/viewtopic.php?f=8&t=32282 and someone replied
thinking it's due to the "ongoing effort to use Vulkan as a backend for wine's
D3D9 implementation" and I should note that the hardware I experience this
issue on does not support Vulkan. I'm not sure if that's the cause of the issue
though.
Here are the specs:
Kernel: Linux 4.18.0-17-generic x86_64
Distro: Linux Mint 19.1 Tessa
CPU: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
4 cores/threads
2400.00 MHz
RAM: 7.59 GiB
GPU: Mesa DRI Intel(R) Ironlake Mobile
OpenGL 2.1 Mesa 19.0.1 - padoka PPA
GLSL 1.20
Attached is terminal output of Shantae Risky's Revenge when attempted to be run
in Wine 4.6.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46974
Bug ID: 46974
Summary: Assetto Corsa sometimes crashes when clicking on
buttons in the setup menu
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: sambazley(a)protonmail.com
Distribution: ---
Created attachment 64131
--> https://bugs.winehq.org/attachment.cgi?id=64131
crash
When changing some values in the setup page, Assetto Corsa will sometimes
crash. It crashes quite consistently when changing tire pressures.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46794
Bug ID: 46794
Summary: Skyrim crashes upon clicking Continue on macOS
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ahyattdev(a)icloud.com
When you launch the game and click Continue to resume a game Skyrim will crash
about 500 ms after.
01c4:fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
01d7:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0xa7adbdde
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47063
Bug ID: 47063
Summary: Command Link Support in Wine
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
Distribution: ---
Commands Links have a default glyph associated to them when there's no image or
image list set in the button. They use the theme's BP_COMMANDLINKGLYPH part,
but that only applies if a theme is active. Without a theme they use a
hardcoded bitmap glyph (in Windows 7, a green arrow pointing right, with a
white outline and a drop shadow). To implement Command Links in Wine, such
glyph needs to be ideally stored somewhere as a resource.
I attached the original glyph I worked with, it's an XZ-compressed gimp xcf
file with 3 layers: one for the arrow itself with gradient, one for the white
outline, and one for the shadow. It has been manually traced to be close to
Windows 7's arrow, and at this large size, the fact that it is a bit
non-straight shouldn't be an issue :-)
Note that the Command Links have 3 states for the glyph. The default one, which
is the one attached; one that is when it's hot (which really only changes the
gradient by brightening it); and one when it is disabled.
To create the disabled state, simply change the arrow to pure white, make the
outline grey-ish, remove the shadow layer, and make the entire final flattened
image 50% transparent (which is needed to match Windows, as its final color
will depend on the background color).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46998
Bug ID: 46998
Summary: Yakuza Kiwami: Controllers aren't detected
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: glenn.wiggins+wine(a)gmail.com
Distribution: ---
Created attachment 64161
--> https://bugs.winehq.org/attachment.cgi?id=64161
Yakuza Kiwami log
Have tested with Xbox 360, Xbox One, Dualshock 4, and Steam controllers in
wired and wireless configurations. All controllers tested worked with Yakuza 0.
Tested on several distros with vanilla wine, wine-staging, and proton.
If anyone thinks they have a shot at fixing this I'm happy to provide a Steam
key to 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=47034
Bug ID: 47034
Summary: Star Wars The Old Republic - launcher down from 4.6
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fabienmoal(a)wanadoo.fr
Distribution: ---
After update wine-dev from 4.5 to 4.6, Swtor game launcher is down with message
"Certificate Authentication Failed"
no logs in game
rollback to 4.5, it's ok
i don't konw if it 's a crypt component issue, but
see log with options "WINEDEBUG=+tid,crypt", no errors
tid-crypt-ko.log => logs from start to error popin
tid-crypt-ok.log => logs from start to launcher started
Reproduce on clean prefix. Just install game from http://www.swtor.com/download
and start launcher.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15980
Summary: Rhapsody 2 crashes on startup
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://download.listen.com/support/rhap20/RhapsodyListen
.EXE
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Somebody asked about Rhapsody,
http://real.lithium.com/real/board/message?board.id=InstallingRhapsody&mess…
so I looked around for a version I could download
without a credit card. The first place I found one was
http://service.real.com/rhapsody/download/version2/
so I tried that. The installer went ok, but startup failed with
a crash. The +seh,+relay,+ntdll log is:
0009:Call advapi32.GetAclInformation(00000000,0032fe08,0000000c,00000002)
ret=00498a84
trace:ntdll:RtlQueryInformationAcl pAcl=(nil) pAclInfo=0x32fe08 len=12, class=2
trace:seh:raise_exception code=c0000005 flags=0 addr=0x7efb639e
...
0009:Call user32.MessageBoxA(00000000,00e110b8 "An unexpected exception
-1073741819 occurred...quitting (Mapped Exception 0xC0000005 @
0x7EFB639E)",00000000,00042010) ret=0047bb8d
Hmm. Does Windows allow you to call GetAclInformation with a null pAcl
and not crash?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45963
Bug ID: 45963
Summary: Missing functons
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: Gerold.Ruhland(a)gmx-topmail.de
Distribution: ---
The following functions are missing in SetupApi:
SetupDiInstallDeviceInterfaces
SetupDiRegisterCoDeviceInstallers
Is it possible to add them? A stub would be ok.
I tested from Wine 2.8 (CrossOver 17.5 is based on 2.8) until 3.17
No entries in the SetupApi.spec
Thanks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11985
Summary: Status bar of D3D9 app window disappearing
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mateuscg(a)gmail.com
Created an attachment (id=11310)
--> (http://bugs.winehq.org/attachment.cgi?id=11310)
Problems to display status bar correctly.
After bug 9917 got fixed, the NES emulator Nestopia
(http://nestopia.sourceforge.net), D3D9 application, correctly shows the top
menu. Horever, the behavior of the status bar is still not right, disappearing
or partially displayed sometimes (eg: when switching from File to Machine
menu).
If I alternate between windows and the Nestopia window stay behind other apps,
then when I switch back to Nestopia the status bar reappears. If I minimize
Nestopia window, then restore it to its previous size, the entire window
doesn't redraw itself anymore and the menu becomes inaccessible, but I'm able
to close the app normally.
Roderick Colenbrander said at comment 8 of bug 9917: "Alexandre said that most
of the time the status bar is a child window, so it isn't this bug. Personally
I think it is likely some d3d child window bug".
So, I'm reporting this bug against component directx-d3d. I am really not
worried about this app in particular, but about other apps that may suffer
these issues.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46999
Bug ID: 46999
Summary: Controller with invalid HID range value causes
division by zero error
Product: Wine
Version: 4.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
Distribution: ---
I have an 8bitdo M30 controller, which is similar in design to a Sega Mega
Drive 6-button gamepad. Attempting to play the game Sonic 3 AIR with the
controller connected resulted in a division by zero error. I finally narrowed
it down to a crash in xinput1_3/hid.c, scale_short().
It seems that, since the controller doesn't have analog sticks, it reports a
range of 0. scale_short() doesn't expect this, so it ends up dividing by zero.
Workaround: If range is 0, return 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=46378
Bug ID: 46378
Summary: WarGaming launcher crashes
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
Distribution: ---
WarGaming launcher crashed with
016d:err:rpc:I_RpcReceive we got fault packet with status 0x3e6
00df:fixme:dbghelp:elf_search_auxv can't find symbol in module
...
on downloading world of tanks
More info:
https://github.com/RXT067/Research/blob/master/WINE-worldoftanks/README.md
System informations: https://paste.pound-python.org/show/ul4WeP2SZHzJTV0LAYDL/
Related to Bug #32030 (?)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46685
Bug ID: 46685
Summary: AviUtl: Can't specify 4 digits number as image size in
new project dialog.
Product: Wine
Version: 4.0-rc3
Hardware: x86
URL: http://spring-fragrance.mints.ne.jp/aviutl/aviutl_plus
_20120619.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
AviUtl is a Japanese AVI file editing tool. In the new project dialog, a user
can't specify 4 digits number as image size on Wine. Needless to say, it's
possible on native.
How to reproduce:
1. Download aviutl_plus_20120619.zip from
http://spring-fragrance.mints.ne.jp/aviutl/
2. Unzip it.
3. Launch aviutil.exe in Japanese locale, i.e. LANG=ja_JP.UTF-8 wine aviutl.exe
4. Choose [設定]-[拡張編集の設定] (Settings-ExEdit Settings), then the window titled
拡張設定 (ExEdit) will be shown.
5. Right click the time-line part on the window and choose [新規プロジェクトの作成]
(Create new project). New dialog will appear.
Expected behavior:
* As 画像サイズ (image size), we can specify 4 digits number, e.g. 1280.
Actual behavior:
* we can specify only 3 digits number, e.g. 128, and can't specify more digits
as image size.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47055
Bug ID: 47055
Summary: Unloaded modules traces are not accessible
(RtlGetUnloadEventTraceEx)
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 64222
--> https://bugs.winehq.org/attachment.cgi?id=64222
patches
Follow up to bug 44656.
Crashpad is using this API to create unloaded modules 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.
http://bugs.winehq.org/show_bug.cgi?id=23154
Summary: APB: All Points Bulletin crashes on startup
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: http://eu.apb.com/downloads/eu-installerMS
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=28799)
--> (http://bugs.winehq.org/attachment.cgi?id=28799)
Output with wine-1.2-rc3
The installer/launcher requests that Mono is installed. When this is done with
winetricks, it appears to work fine.
The launcher then patches the game (about 8 GB of downloading at the moment)
and tries to launch it. The splash screen shows up, the screen resolution
changes, but then the game crashes.
The terminal output is attached, plus the following text is shown in a dialogue
box on screen:
"Integer division by zero.
History:"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47079
Bug ID: 47079
Summary: CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, <pid>)
fails with error 998 (ERROR_NOACCESS)
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: davidebeatrici(a)gmail.com
Distribution: ---
Hello,
I was testing, on a 64 bit prefix, an application which makes use of
CreateToolhelp32Snapshot() with the TH32CS_SNAPMODULE flag to retrieve a
snapshot of the modules loaded by a specific process (its ID is the second and
last argument to the function).
The application was not working as expected and after debugging it I found out
that CreateToolhelp32Snapshot() returns INVALID_HANDLE_VALUE and GetLastError()
returns 998, which corresponds to ERROR_NOACCESS.
After seeing that CreateToolhelp32Snapshot() succeeds with one of the "native"
Wine processes (e.g. explorer.exe), I discovered that the issue only happens
when the application calling CreateToolhelp32Snapshot() has a different
architecture compared to the target process (32 bit vs 64 bit or vice versa).
Best regards,
Davide
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47078
Bug ID: 47078
Summary: DxO Nik Collection installation can't connect to
internet
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ronen.rozner(a)gmail.com
Distribution: ---
DxO Nik Collection (not to be confused with Google's older version)
Download here:
https://www.softpedia.com/get/Multimedia/Graphic/Graphic-Plugins/Nik-Collec…
Installation gives an option to run as Trial or enter license. I the 'Try'
button. after a few seconds will give an error :
"Please verify your Internet connection and try again".
Can't go beyond this.
[This is the updated Nik Collection series of Apps used to process photographs
and images. The previous iteration - Google Nik Collection, installed without
any issues using Win32 arch, but the newer version released by DxO only work on
64 bit systems].
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47060
Bug ID: 47060
Summary: Game.exe (Pokemon Insurgence): Game crashes in opening
cutscene every time
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: royemeitav(a)gmail.com
Distribution: ---
Created attachment 64234
--> https://bugs.winehq.org/attachment.cgi?id=64234
program error details
Game crashes every time in opening cutscene, when Mew is supposed to appear to
save 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=46755
Bug ID: 46755
Summary: File paths with non-ASCII characters (umlauts) broken
in Wine apps
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: debilerpc(a)web.de
Distribution: ---
Created attachment 63761
--> https://bugs.winehq.org/attachment.cgi?id=63761
locale
This only started occuring after I updated wine to 4.2-1
My OS is Arch Linux, 64 bit.
Noticed it in Foobar2000. Playlist that contain songs with file paths that
contain German umlauts or other non-ASCII characters skip over those songs when
trying to play them with an error like this:
> Unable to open item for playback (bad exception):
> "E:\files\sonofevil\Music\Musik\Schönberg, Arnold\Boulez conducts Schönberg\CD 01\07 - 3 Pieces for Chamber Orchestra - II. Máige Viertel.flac"
This seems to be because to Wine this Item doesn't seem to exist. That's
because when Wine accesses the file system, non-ASCII characters are
automatically interpreted as something like this:
> ...\Schönberg, Arnold\...
As I found by browsing for that folder using the "wine explorer" file browser.
In native Linux apps, the file paths work just fine on the other hand, with the
directory being shown as "Schönberg, Arnold" everywhere. The problem only
occurs in Wine apps.
So when it tries to access the directory specified in the Foobar playlist as
"Schönberg, Arnold" it concludes that this folder doesn't exist.
Note that on the side of the app everything is seemingly fine. The non-ASCII
characters are read and displayed correctly in Foobar, it's just when Foobar
asks Wine whether the file exists, Wine gives the wrong response because
whatever does the file accessing in Wine can't handle those characters.
Solutions on the internet for problems like this tell you to fix the locale
variables, but my locale settings seem to be perfectly fine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9221
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34803
Bug #: 34803
Summary: .NET Framework 2.0 SP2 refuses to install on top of
.NET 2.0 SP1 (SBSDisabled registry key install blocker
detected)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
some users reported this in Wine appdb entry for .NET Framework 2.0:
--- quote ---
I can't .NET Framework 2.0 SP2 install
2.0 basic and SP1 its going normally, only have I problem SP2
Log:
err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
fixme:imm:ImmDisableIME (-1): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
I searched here this solution, but i find not
my Linux: Ubunt 12.04 LTS
--- quote ---
--- quote ---
I also am getting the same error but on ubuntu 13.10 and using
$ wine --version
wine-1.7.4
--- quote ---
Indeed, .NET Framework 2.0 SP2 installer refuses to install on top of .NET
Framework 2.0 SP1.
Relevant part of trace log:
--- snip ---
...
002f:trace:msi:ACTION_AppSearchReg
L"SearchInstallBlock_____X86.3643236F_FC70_11D3_A536_0090278A1BB8"
...
002f:Call advapi32.RegOpenKeyW(80000002,00187208
L"SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled",007ce548)
ret=7dac04b9
002f:trace:reg:NtOpenKey
(0x18,L"SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled",2000000,0x7ce548)
002f:trace:reg:NtOpenKey <- 0xc8
002f:Ret advapi32.RegOpenKeyW() retval=00000000 ret=7dac04b9
...
002f:Call advapi32.RegQueryValueExW(000000c8,00186ff0
L"Install",00000000,00000000,00000000,007ce544) ret=7dac0574
002f:trace:reg:RegQueryValueExW (0xc8,L"Install",(nil),(nil),(nil),0x7ce544=0)
002f:trace:reg:NtQueryValueKey (0xc8,L"Install",2,0x7ce380,12)
002f:Ret advapi32.RegQueryValueExW() retval=00000000 ret=7dac0574
...
002f:trace:msi:msi_set_property 0x1650c0
L"DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8" L"1" -1
...
002f:trace:msi:MSI_EvaluateConditionW L"( (NOT REMOVE) AND
DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8 )"
...
002f:trace:msi:MSI_EvaluateConditionW 1 <- L"( (NOT REMOVE) AND
DD_INSTALLBLOCKFOUND_X86.3643236F_FC70_11D3_A536_0090278A1BB8 )"
002f:trace:msi:ACTION_PerformAction Performing action
(L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8")
...
002f:trace:msi:ACTION_CustomAction Handling custom action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" (13 (null)
L"Setup cannot continue because this version of the .NET Framework is
incompatible with a previously installed one. For more information, see
http://support.microsoft.com/support/kb/articles/q312/5/00.asp")
...
002f:err:msi:ITERATE_Actions Execution halted, action
L"DD_CA_InstallBlock_X86.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1603
...
--- snip ---
The "SBSDisabled" -> "Install=1" key prevents this.
There are many MS KB and blog entries about .NET installers/updates refusing to
install/uninstall in certain combinations so this might be even a limitation on
Windows.
Though installing
.NET Framework 2.0 SP2 on top of .NET Framework 2.0
.NET Framework 2.0 SP2 on top of .NET Framework 3.5
works.
The installation can be forced by removing the key:
--- snip ---
$ wine reg delete
"HKLM\\SOFTWARE\\Microsoft\\.NETFramework\\v2.0.50727\\SBSDisabled"
--- snip ---
Using the .NET Framework Setup Verification Tool from Aaron Stebner (Microsoft)
which checks for proper installation of .NET assemblies and registry entries
one can indeed see the forced installation of SP2 on top of SP1 was not proper:
the test application crashes.
Website and download here:
http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
.NET 2.0 SP1 and .NET 2.0 SP2 are validated successfully with the tool if they
are installed independently on top of .NET 2.0
So this installer block might be really a valid limitation.
Maybe someone with a pristine Windows 2000/XP install (no .NET service packs)
could try to install this combination: 2.0 SP1 + 2.0 SP2 and check if it
exhibits the same error.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37323
Bug ID: 37323
Summary: ToDoList 6.9.b12: opening of dialog windows leads to
loss of mouse control
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
split off from bug 35019
Prerequisite: 'winetricks -q mfc42'
Any menu item which opens a dialog window leads to loss of mouse control.
There is some "fog" graphics effect covering the whole app user interface
during that time, including the newly created dialog window.
The keyboard still has focus which allows to navigate and close the dialog
eventually, restoring the mouse behaviour to usable state.
$ sha1sum todolist_exe_pre.zip
9d284eea24df6c4291687b06ee9a438125766b5c todolist_exe_pre.zip
$ du -sh todolist_exe_pre.zip
2.5M todolist_exe_pre.zip
$ wine --version
wine-1.7.27-47-g92bcb74
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38162
Bug ID: 38162
Summary: Winemenubuilder occasionally crashes during WINEPREFIX
update (race between placeholder icon extraction and
placeholder update)
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
split off from bug 19241
André unfortunately reopened that bug with this different issue.
I've seen this rarely on my machines too but didn't find it interesting enough
to investigate - until now.
--- snip ---
Unhandled exception: page fault on read access to 0x00480244 in 32-bit code
(0x7ed7c950).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7ed7c950 ESP:0033f8e0 EBP:0033f9d8 EFLAGS:00010216( R- -- I -A-P- )
EAX:00480240 EBX:7ed92000 ECX:0033f9e0 EDX:0033f99c
ESI:0033fd80 EDI:00000000
Stack dump:
0x0033f8e0: 00000000 7b8c1000 0012d4f0 00110000
0x0033f8f0: 7bcd3000 0033f9e0 0033f938 0033f920
0x0033f900: 7b8c1000 0033f9e0 0033f938 0001fcd4
0x0033f910: 7bcdbf44 00460000 00000000 00000000
0x0033f920: 00110000 00000002 0033f950 00000000
0x0033f930: 0033f9e0 00000000 0033f968 7bc70efa
000c: sel=0067 base=00000000 limit=00000000 16-bit r-x
Backtrace:
=>0 0x7ed7c950 add_module_icons_to_stream+0x6c(iconData16=(nil),
hModule=0x460001, grpIconDir=0x480240)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:651]
in winemenubuilder (0x0033f9d8)
1 0x7ed7da2d
open_module_icon+0x29b(szFileName="C:\windows\system32\winhlp32.exe", nIndex=0,
ppStream=0x33fad8)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:914]
in winemenubuilder (0x0033fa68)
2 0x7ed7e12c open_icon+0x2a(filename="C:\windows\system32\winhlp32.exe",
index=0, bWait=0, ppStream=0x33fad8)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:1056]
in winemenubuilder (0x0033faa8)
3 0x7ed7e962 extract_icon+0xb0(icoPathW="C:\windows\system32\winhlp32.exe",
index=0, destFilename=0x0(nil), bWait=0)
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:1370]
in winemenubuilder (0x0033fb08)
4 0x7ed82d00
generate_associations+0x6a5(xdg_data_home="/home/focht/.local/share",
packages_dir="/home/focht/.local/share/mime/packages",
applications_dir="/home/focht/.local/share/applications")
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:2677]
in winemenubuilder (0x0033fc68)
5 0x7ed85d72 RefreshFileTypeAssociations+0x284()
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:3367]
in winemenubuilder (0x0033fce8)
6 0x7ed86dcf wWinMain+0x102(hInstance=<couldn't compute location>,
22 0xf7406963 __libc_start_main+0xf2() in libc.so.6 (0x00000000)
0x7ed7c950 add_module_icons_to_stream+0x6c
[/home/focht/projects/wine/wine.repo/src/programs/winemenubuilder/winemenubuilder.c:651]
in winemenubuilder: movzwl 0x4(%eax),%eax
651 for (i = 0; i < grpIconDir->idCount; i++)
Modules:
Module Address Debug info Name (53 modules)
PE 53000000-530b4000 Deferred windowscodecs
ELF 7b800000-7ba67000 Dwarf kernel32<elf>
\-PE 7b810000-7ba67000 \ kernel32
ELF 7bc00000-7bcf0000 Dwarf ntdll<elf>
\-PE 7bc10000-7bcf0000 \ ntdll
ELF 7bf00000-7bf04000 Dwarf <wine-loader>
...
Threads:
process tid prio (all id:s are in hex)
...
0000000c (D) C:\windows\system32\winemenubuilder.exe
0000000d 0 <==
--- snip ---
'winemenubuilder' is started asynchronously before the prefix update via
'RunServices' registry key.
The prefix update rewrites Wine's builtin placeholders in the prefix.
Since 'winemenubuilder' was started asynchronously, it might still populate
placeholders at this time, mapping them into memory and extracting icon
resources.
Source:
http://source.winehq.org/git/wine.git/blob/cbc8f3c81148079a17f4062fb9bad656…
--- snip ---
876 hModule = LoadLibraryExW(szFileName, 0, LOAD_LIBRARY_AS_DATAFILE);
--- snip ---
-> FILE_SHARE_READ
This doesn't prevent concurrently running processes to write to the placeholder
files which indeed happens by rundll32's processing of 'wine.inf'.
In rare situations, Winemenubuilder hits the jackpot - being affected from the
concurrent rewrite of the placeholder while peeking at the in-memory image
(PE/resource directory entries).
Source:
http://source.winehq.org/git/wine.git/blob/57c54bc9ad1e13ee7cd730b2ffb4df83…
--- snip ---
1236 ProcessRunKeys( HKEY_LOCAL_MACHINE, RunServicesOnceW, TRUE, FALSE );
1237
1238 if (init || (kill && !restart))
1239 {
1240 ProcessRunKeys( HKEY_LOCAL_MACHINE, RunServicesW, FALSE, FALSE );
1241 start_services_process();
1242 }
1243 if (init || update) update_wineprefix( update );
...
--- snip ---
A solution to prevent this race is to move the asynchronous execution of
'winemenubuilder' after the prefix update (which runs synchronously).
This also avoids the situation where 'winemenubuilder' manages to extract
potentially outdated icon resources before the placeholders are overwritten by
newer versions with different icons.
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46814
Bug ID: 46814
Summary: Rundll.32 error
Product: Wine-staging
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dwka(a)gmx.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63838
--> https://bugs.winehq.org/attachment.cgi?id=63838
details of the failure
After supposedly succesfull installation of a programm called
gts-onvistabank-versionnumber.msi with POL 4.2.11 using win10 standardversion
(config. pol) followed by repairing the virtual drive I receive a message about
a severe conflict running rundll.32. There is no such subject in the database.
Therefore I attache the logfile.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46601
Bug ID: 46601
Summary: HeroesVII not started because of encryption(?)
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Distribution: ---
Game started, show introduction and then
wine4.1 - crashed somewhere inside application
wine-staging-4.1 - just finish
In the log I see
~~~
002f:trace:bcrypt:BCryptOpenAlgorithmProvider 0x114c4db4, L"AES", (null),
00000000
002f:trace:bcrypt:BCryptOpenAlgorithmProvider 0x114c4db8, L"RNG", (null),
00000000
002f:trace:bcrypt:BCryptGetProperty 0xd194c428, L"ObjectLength", 0x114c4dc4, 4,
0x7f7da98, 00000000
002f:trace:bcrypt:BCryptGetProperty 0xd194c428, L"BlockLength", 0x114c4ddc, 4,
0x7f7da98, 00000000
002f:trace:bcrypt:BCryptSetProperty 0xd194c428, L"ChainingMode", 0x56e7b64, 32,
00000000
002f:trace:bcrypt:BCryptGenerateSymmetricKey 0xd194c428, 0x114c4dbc,
0x18dc4b08, 654, 0x8d0e7810, 16, 00000000
002f:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer
~~~
Because of ignoring object buffer?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46789
Bug ID: 46789
Summary: Need For Speed 3 hangs often
Product: Wine
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Need for speed 3 on wine-4.0 hangs often when launching the game and when
playing the game. I see this error on the terminal.
003f:err:ntdll:RtlpWaitForCriticalSection section 0x7bcead40
"../../../dlls/ntdll/loader.c: loader_section" wait timed out in thread 003f,
blocked by 003e, retrying (60 sec)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46862
Bug ID: 46862
Summary: Origin Crashs during game download
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Wtm2(a)hotmail.de
Distribution: ---
Hi
Origin crash's for me during a game download with wine 4.1 or higher.
I will add an attachment later.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46874
Bug ID: 46874
Summary: recipe for target 'sfnt2fon' failed - " is
incompatible with i386:x86-64 output"
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elias_0000_0000(a)yahoo.com
Distribution: ---
Created attachment 63936
--> https://bugs.winehq.org/attachment.cgi?id=63936
recipe for target 'sfnt2fon' failed - " is incompatible with i386:x86-64
output"
Hello,
Building wine from source as 64bit.
"
...
...
...
/usr/bin/ld: i386 architecture of input file
`../../libs/port/libwine_port.a(c_037.o)' is incompatible with i386:x86-64
output
...
...
...
"
collect2: error: ld returned 1 exit status
Makefile:180: recipe for target 'sfnt2fon' failed
make[1]: *** [sfnt2fon] Error 1
make[1]: Leaving directory '/home/elias/wine-dirs/wine-source/tools/sfnt2fon'
Makefile:8389: recipe for target 'tools/sfnt2fon' failed
make: *** [tools/sfnt2fon] Error 2
Sincerely,
Elias Tsolis
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46911
Bug ID: 46911
Summary: Acrobat Reader v9.5 Installer fails
Product: Wine
Version: 4.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christianuceda(a)yahoo.com
Distribution: ---
Created attachment 63993
--> https://bugs.winehq.org/attachment.cgi?id=63993
Failed installer message
The installer for Acrobat 9.5 fails to install on Wine 4.4
The installer nearly gets to the end and fails with the message:
"Setup Was interrupted before Adobe Reader 9.5.0 could be completely
installed."
See attached capture.
Attached the console output.
The application can be downloaded from:
http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.5.0/en_US/AdbeRdr950…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46919
Bug ID: 46919
Summary: unimplemented function
d3d10_1.dll.D3D10StateBlockMaskEnableAll
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: barafu(a)albino.email
Distribution: ---
Created attachment 64011
--> https://bugs.winehq.org/attachment.cgi?id=64011
Full backtrace
Following non-gaming applications do not work:
Spectrasonics Keyscape
Spectrasonics Omnisphere
Also somebody told me that this application does not work for the same reason,
but I do not have it:
Xojo IDE
Affected applications do not start at all, they immediately abort with the
following error:
002a:fixme:d2d:d2d_d3d_create_render_target Ignoring render target usage 0x2.
wine: Call from 0x7bc5ed2c to unimplemented function
d3d10_1.dll.D3D10StateBlockMaskEnableAll, aborting
wine: Unimplemented function d3d10_1.dll.D3D10StateBlockMaskEnableAll called at
address 0x7bc5ed2c (thread 002a), starting debugger...
I tried winetrics d3dx10 and dxva, but it did not change anything.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.