http://bugs.winehq.org/show_bug.cgi?id=25631
Summary: Visio 2007 Pro: "Page Setup" dialog is broken
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor.demyanov(a)gmail.com
Open Vision
File-Page Setup.
See attached files
--
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=3452
--- Comment #32 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug can be closed as WONTFIX since Wine does not support 16-bit application
anymore.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44136
Bug ID: 44136
Summary: Zelda30Tribute (Zelda 30th Anniversary Tribute)
Program Error
Product: Wine
Version: 2.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wellbeserious12(a)gmail.com
Distribution: ---
Created attachment 59885
--> https://bugs.winehq.org/attachment.cgi?id=59885
Program Error Details (backtrace.txt)
Zelda30Tribute (Zelda 30th Anniversary Tribute) 1.0
Opening results in:
Program Error
The Program Zelda 30th Anniversary Tribute.exe has encountered a serious
problem and needs to close. This can be caused by a problem in the program or a
deficiency in Wine. You may want to check the Application Database for tips
about running this application.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38298
Bug ID: 38298
Summary: TTN_SHOW is not implemented correctly
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Distribution: ---
According to MSDN
(https://msdn.microsoft.com/en-us/library/windows/desktop/bb760314%28v=vs.85…),
TTN_SHOW in comctl32.dll >= 4.70 has special logic for allowing customization
of tooltip size and position:
Version 4.70. To display the tooltip in its default location, return zero.
To customize the tooltip position, reposition the tooltip window with the
SetWindowPos function and return TRUE.
Note: For versions earlier than 4.70, there is no return value.
This is needed to implement in-place tooltips, such as the ones you get when
you hover the mouse over a listview in report mode (with LVS_EX_LABELTIP) or a
tree view (by default, it seems), or in this picture:
https://i-msdn.sec.s-msft.com/dynimg/IC510747.png.
However, wine currently does not follow these rules. According to
http://source.winehq.org/source/dlls/comctl32/tooltips.c?!v=wine-1.7.39#0621,
it just sends the TTN_SHOW notification, ignoring the return value entirely,
then proceeds to set the default window position anyway. As such, in-place
tooltips will simply appear where they would if they were regular tooltips
(underneath the mouse cursor).
I personally tested with wine 1.7.34 (or some commit around that one) from
source and Windows XP and Windows 7 with my own in-place tooltips as part of a
table control of my own creation. On real Windows, Common Controls 5 and 6 both
have TTN_SHOW working properly (but given it says 4.70 I'm not surprised).
I'm not the first to notice wrong tooltip behavior. Someone (I don't know if
it's just a user or one of the authors of Cardbox) noticed that Cardbox relied
on another aspect of TTN_SHOW that wine doesn't imitate: real Windows computes
the default tooltip position before sending the notification, not after (as
wine still does). In fact, he noticed this back in 2007! I'm not sure why a bug
here was never filed...
https://cardboxeverywhere.wordpress.com/2007/12/11/programming-note-tooltip…
I don't have a minimal test program on hand (the source speaks for itself) but
here's something Raymond Chen wrote on the subject that can be constructed into
one: http://blogs.msdn.com/b/oldnewthing/archive/2006/06/26/647365.aspx
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=35592
Bug ID: 35592
Summary: Chinese input encoding error in multi-byte character
set exe with mac driver
Product: Wine
Version: 1.7.12
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
Classification: Unclassified
The exe is compiled in multi-byte character set (not Unicode). When input
Chinese, the characters become corrupted.
I looked into this problem, and found that it is due to
dlls/user32/message.c@get_input_codepage
The "GetKeyboardLayout" returns a wrong language identifier 0x0404 (Chinese
Traditional), but it should be 0x0804 (Chinese Simplified). This may be mac
driver's problem.
And I don't think the 1st parameter of "GetLocaleInfoW" should be the language
identifier of the keyboard (returned from "GetKeyboardLayout"). It should be
constant "LOCAL_USER_DEFAULT". The keyboard language identifier does not always
match the code page of a program. The keyboard language identifier can be
changed by switching input method, but code page of a program can not change.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44651
Bug ID: 44651
Summary: Microsoft Office: context menu doesn't show properly
and font smoothing does not apply
Product: Wine-staging
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: genaloner(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 60659
--> https://bugs.winehq.org/attachment.cgi?id=60659
On fisrt window vanilla wine with good-looking fonts. On second - staging
branch with context menu bug and weird fonts
Context menu in Office apps is not called when I press the right mouse button.
When I call the context menu from the keyboard, it is displayed. Sometimes
context menu shows, but at the top right of the screen.
This bug exists only in Staging branch since 2.21 to 3.3 (forked wersion from
https://github.com/wine-staging/wine-staging). On vanilla wine Office works
without any problems.
Also `winetricks fontsmooth=rgb` don't work with Office applications. On
wanilla wine this command makes fonts smooth. But on staging it does nothing.
On fir
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44517
Bug ID: 44517
Summary: PSPP displays names of X-Y axis (in graphs)
incorrectly
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: utentevino(a)20boxme.org
Distribution: ---
PSPP 1.0.1 under Wine 3.0 renders displays names of X-Y axis (in graphs)
incorrectly. On the vertical axis the names are cut and in the horizontal one
they are overlapping. And example is in this screenshot:
https://appdb.winehq.org/appimage.php?iId=52515
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7984
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #20 from rebe(a)gmx.net ---
Download is:
http://web.archive.org/web/20070829042832/http://www.doylesroom.com:80/regi…
Connection does not work (err:wininet:open_http_connection create_netconn
failed: 12029) but a connecting window is said to be affected by the same issue
according to comment 5. I cannot confirm/test that.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41745
Bug ID: 41745
Summary: Killing Floor 2: Missing text
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: roman(a)hargrave.info
Distribution: ---
Killing Floor 2 is now _functioning_ in that it is /navigable/ by human.
That being said, currently text is missing in all manner of locations, and this
is possibly related to the following FIXME's in
d3d11_immediate_context_OMSetBlendState
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Per-rendertarget blend not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Color mask > 3 not
implemented.
fixme:d3d11:d3d11_immediate_context_OMSetBlendState Ignoring blend factor
{0.00000000e+00, 0.00000000e+00, 0.00000000e+00, 0.00000000e+00}.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44646
Bug ID: 44646
Summary: Auto hide after one click on the desktop
Product: Wine
Version: 2.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mer3e3adel(a)hotmail.com
Distribution: ---
Hello
I am using an application called Cisco IP Communicator the file name and
extension is communicatorK9.exe, k9 means version 9 relatively an older version
of the communicator. This software will go to auto hide next to the clock if I
clicked any where on the desktop and will not show back again even after
clicking on it or clicking on the show option from the right click menu. I have
to close it and click on it again.
That is the only problem that I keep having other than that every thing is
working perfectly since it is communicates with a virtual server image on
vmware workstation 14 player 14.1.1.
This problem happens with or without running the workstation player.
note : my system is
OS : kubuntu 17.10 64 bit
KDE plasma : 5.10.5
I hope this bug can be fixed in the future and thank you for your time and
effort.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44630
Bug ID: 44630
Summary: SafeNet Sentinel driver not installing properly
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mcondarelli(a)soft-in.com
Distribution: ---
I'm trying to use a win development environment (GHS Multi) under Linux.
Installation is ok and program starts, but I am unable to setup the license
server (SafeNet Sentinel).
Automatic installation of dongle driver gives a cryptic "File not found" error.
I relaunched with "WINEDEBUG=+all", but that resulted in a 7G+ log file I have
no idea how to analyze.
I need some help, please.
I am available to perform any test needed.
Host is an up-to-date Debian9 x86_64 installation.
I installed Wine from WineHQ via "deb https://dl.winehq.org/wine-builds/debian/
stretch main" and "apt install winehq-devel".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44537
Bug ID: 44537
Summary: WineMine: add the option for changing colors
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Hi, could you add the option for changing the mines' and background colors in
WineMine? Black and green ones are not comfortable for me (and maybe for others
who prefer bright ones like white or beige).
Lubuntu 16.04.3, Wine 3.1 from official PPA.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43740
Bug ID: 43740
Summary: Just Cause 2 GenerateMips fails
Product: Wine-staging
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
(Since this is about a wine-staging patch, i selected wine-staging)
Since 2.17-staging we have this patch
(https://dev.wine-staging.com/patches/190/). It fixed the GenerateMips for
(some,most?) directx11 games, but it is missing for directx10.
Just Cause 2 reports fixme:d3d11:d3d10_device_GenerateMips iface 0x3625c24,
shader_resource_view 0xc61eb74 stub!
It *should* be very much the same function just with other structs i guess the
missing dx10 function is at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3d11/device.c#l4175
we already have unsafe_impl_from_ID3D10ShaderResourceView at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3d11/view.c#l2338
but i wasn't able to locate the equivalent of
device_from_immediate_ID3D11DeviceContext (at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/d3d11/device.c#l42) for
directx10
but i gonna leave that to the real programmers anyway ;)
--
Do not reply 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=9914
Summary: Implement a Kerberos provider for SSPI
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: blin(a)gmx.net
ReportedBy: blin(a)gmx.net
SSPI is currently lacking a Kerberos v5 provider.
The plan is to implement this using libkrb5.
--
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=44542
Bug ID: 44542
Summary: Multiple Vista+ UAC-aware applications need support
for execution level information in manifest
data/activation context
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
dedicated ticket for the Wine-Staging patchset:
https://github.com/wine-compholio/wine-staging/tree/master/patches/ntdll-Ru…
currently posted on wine-patches.
* https://source.winehq.org/patches/data/141893
* https://source.winehq.org/patches/data/141894
It's mentioned in few tickets but as usual all them are messed up with multiple
problems = meta bugs = bad.
I found Oracle's JRE/JDK 7 installer a test-case for reproducing as many
binaries are UAC aware and the PE binary manifest data contains
'requestedExecutionLevel'.
--- snip ---
$ pwd
/home/focht/.wine/drive_c
$ grep -aHr requestedExecutionLevel | grep level
Program Files/Common Files/Java/Java Update/jaucheck.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jaureg.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jucheck.exe:
<requestedExecutionLevel level="requireAdministrator"
uiAccess="false"></requestedExecutionLevel>
Program Files/Common Files/Java/Java Update/jusched.exe:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/client/jvm.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/fxplugins.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/glib-lite.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/gstreamer-lite.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/installer.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jabswitch.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/java-rmi.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/java.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/javaw.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jfxmedia.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jfxwebkit.dll: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/jqs.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/keytool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/kinit.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/klist.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/ktab.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/orbd.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/pack200.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/policytool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/rmid.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/rmiregistry.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/servertool.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/tnameserv.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
Program Files/Java/jre7/bin/unpack200.exe: <requestedExecutionLevel
level="asInvoker" uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/jre1.7.0_80/jre1.7.0_80.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/jre1.7.0_80/jre1.7.0_80.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
users/focht/Application Data/Sun/Java/AU/au.msi:
<requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/fc04.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/fc04.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/Installer/45b4.msi: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/system32/java.exe: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
windows/system32/javaw.exe: <requestedExecutionLevel level="asInvoker"
uiAccess="false"></requestedExecutionLevel>
--- snip ---
$ sha1sum jre-7u80-windows-i586.exe
305c1493fca53ab63ba1686c9afdfb65142e59d3 jre-7u80-windows-i586.exe
$ du -sh jre-7u80-windows-i586.exe
29M jre-7u80-windows-i586.exe
$ wine --version
wine-3.2
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=39970
Bug ID: 39970
Summary: Bankperfect 8.0.0.373 defect
Product: Wine
Version: 1.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gdpo22(a)orange.fr
Distribution: ---
Created attachment 53405
--> https://bugs.winehq.org/attachment.cgi?id=53405
Red circle and arrow shows the green button that fails
When you press the green mark in order to get budget forecast under
Bankperfect, it crashes (force to send SIGKILL to close the window).
Unfortunately this function is one of the highly interesting ones.
--
Do not reply 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=10347
Summary: Action Replay Code Manager crashes on start up
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
After executing, one is greeted with a nice crash. Crash log included.
--
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=42592
Bug ID: 42592
Summary: The Witcher 3 has poor performance
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Created attachment 57528
--> https://bugs.winehq.org/attachment.cgi?id=57528
The Witcher 3 with GALLIUM_HUD, CSMT on.
I tested latest TW3 in Wine 2.3 with staging patches applied (built from
source).
See the attached screenshot for results with low graphics settings.
Hardware:
CPU: Intel Core i7 4770.
RAM: 16GB.
GPU: AMD RX480 (4GB VRAM), Mesa 17.1.0-devel (git-4dc42ae792).
Resolution: 1920x1200.
Resulting is pretty bad (6fps inside the game). Not sure if it's specific to
Mesa or not. Anyone with Nvidia blob, feel free to post your benchmarks to
compare. If it's Mesa specific, I can open a Mesa bug too.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7284
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #84 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 3.3.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44486
Bug ID: 44486
Summary: stack overflow in The Witness
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
After multisampling patches went in running The Witness with multisampling
enabled results in stack overflow (instead of a solid colored screen):
002b:err:seh:setup_exception stack overflow 1696 bytes in thread 002b eip
000000007bc608f9 esp 0000000000130f70 stack 0x130000-0x131000-0x230000
Bisection returns:
commit f2e614b1f898de74276bef8a612420b6fb2d5b5d
Author: Józef Kucia <jkucia(a)codeweavers.com>
Date: Mon Feb 5 13:13:39 2018 +0100
wined3d: Implement ld2dms instruction.
Can also be reproduced with d3d apitrace here:
https://drive.google.com/file/d/1TXpNn95gRnAxJDfHyeoh2bclcuejXQFk/view?usp=…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=37025
Bug ID: 37025
Summary: Photo Renamer does not work, gives error report
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bart.kuijer(a)ziggo.nl
Created attachment 49197
--> http://bugs.winehq.org/attachment.cgi?id=49197
Error report
Photo Renamer does not work, gives error report
Installation works 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=40002
Bug ID: 40002
Summary: Control fails to refresh after focus is lost
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Download these examples
http://www.bcgsoft.com/download/BCGControlBarProDemo.zip
Run the ToolbarEditBox.exe example
Click in the TypeText, Type Number or Calculator boxes
Click on the main Screen.
The text in these Edit boxes aren't updated.
If you Minimize and Maximum the text is redrawn.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44462
Bug ID: 44462
Summary: Stuttering/Low fps in Unigine Valley
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: cybermax(a)dexter.no
Distribution: ---
Created attachment 60406
--> https://bugs.winehq.org/attachment.cgi?id=60406
Low fps / stuttering
Very low fps (3-4 fps) in DX11 mode (Ultra) in Unigine Valley.
Benchmark runs fine with wine-staging-2.21.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42851
Bug ID: 42851
Summary: The BaiduMusic can not be launch with msxml error
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
Created attachment 57947
--> https://bugs.winehq.org/attachment.cgi?id=57947
BaiduMusic-error.log
Please Download form
http://musicmini.baidu.com/pc/download/BaiduMusic-11407102.exe and try to
install and launch. Then there are many xml error reports and the application
will 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=44593
Bug ID: 44593
Summary: Improve Wine loader diagnostic output for .NET (IL)
applications in case of 'mscoree.dll' load failures
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
since commit
https://source.winehq.org/git/wine.git/commitdiff/39c8875ff8aa543eaa50e52db…
("ntdll: Add support for running IL-only .NET executables.") starting a .NET
application without proper mscoree setup results in obscure error message in
terminal, making it very hard for the end user to figure out what's wrong.
* Wine-Mono uninstalled/disabled via various methods (builtin order disabled,
native mscoree preferred, disabled during Wine build time), native .NET not yet
installed -> this is a standard use-case
* broken WINEPREFIX (mscoree improperly installed/Win64/Wow64 issues)
Console output before the change:
--- snip ---
$ wine ./foo.exe
0009:err:module:import_dll Library mscoree.dll (which is needed by
L"C:\\Program Files\\FooBar\\foo.exe") not found
0009:err:module:attach_dlls Importing dlls for L"C:\\Program
Files\\FooBar\\foo.exe" failed, status c0000135
--- snip ---
Console output after the change:
---- snip ---
$ wine ./foo.exe
0009:err:module:attach_dlls Importing dlls for L"C:\\Program
Files\\FooBar\\foo.exe" failed, status c0000135
---- snip ---
I suggest to add an ERR to hint it's actually 'mscoree' module load failure to
help end users/triagers diagnosing.
Source:
jttps://source.winehq.org/git/wine.git/blob/39c8875ff8aa543eaa50e52db0c5467…
--- snip ---
895 static NTSTATUS fixup_imports_ilonly( WINE_MODREF *wm, LPCWSTR load_path,
void **entry )
896 {
897 static const WCHAR mscoreeW[] =
{'m','s','c','o','r','e','e','.','d','l','l',0};
...
910 prev = current_modref;
911 current_modref = wm;
912 if (!(status = load_dll( load_path, mscoreeW, 0, &imp ))) wm->deps[0]
= imp;
913 current_modref = prev;
914 if (status) return status;
915
916 TRACE( "loaded mscoree for %s\n",
debugstr_w(wm->ldr.FullDllName.Buffer) );
...
--- snip ---
$ wine --version
wine-3.2-168-gc073701d02
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=7525
--- Comment #10 from Hin-Tak Leung <htl10(a)users.sourceforge.net> ---
I unzip'ed the exe then unshield data1.cab inside.
$ find . -type f -name '*.dll' -exec grep -l -i EngComputeGlyphSet {} \;
./Printer_Driver_NT_Common_PFR_Win2K/PFRNTMPM.dll
./Printer_Driver_NT_Common_PFR_WinNT4/PFRNTMPM.dll
./Printer_Driver_NT_Common_Sfdm_Files_Win2K/3/PFXNTMPM.dll
./Printer_Driver_NT_Common_Sfdm_Files_Win2K/PFXNTMPM.dll
./Printer_Driver_NT_Common_Sfdm_Files_WinNT4/2/PFXNTMPM.dll
./Printer_Driver_NT_Common_Sfdm_Files_WinNT4/PFXNTMPM.dll
./Printer_Driver_W2k_Common_PFR_Files/PFRNTMPM.dll
./Printer_Driver_W2k_Common_Sfdl2_Files/PFXNTMPM.dll
Also, for GDI printer, you need to turn off "enhanced meta files" or something
under the print driver panel for the host to actually use the driver. Otherwise
the host just do WMF spooling, and does not use the driver until it interacts
with the hard ware.
I think this needs to be re-opened, but I don't have the rights.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7525
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |ABANDONED
--- Comment #9 from Austin English <austinenglish(a)gmail.com> ---
(In reply to Austin English from comment #8)
> Created attachment 53099 [details]
> test stub
>
> This needs to be cleaned up, but could be used for testing.
>
> Is there a demo or download available that I can use to reproduce? I tried
> pg1lae051209.exe from
> http://panasonic.net/pcc/support/mfp/dp-1820/gdi/download.html#01-2, but
> that didn't exhibit the issue for me (or does it require the hardware to
> reproduce)?
Several years with no reply. We're unlikely to ever support this, anyway,
marking abandoned.
--
Do not reply 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=18472
Summary: Mafia hangs
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: retrry(a)gmail.com
Created an attachment (id=21090)
--> (http://bugs.winehq.org/attachment.cgi?id=21090)
wine output on crash
Mafia game hangs:
--after playing and trying to exit
--in-game
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37584
Bug ID: 37584
Summary: Holding down mouse on themed button, unthemes it.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 50009
--> https://bugs.winehq.org/attachment.cgi?id=50009
Video showing the bug
Using Luna, or another theme (also tested using the free Ambience theme).
Ambience theme that also displays the bug
http://www.omgubuntu.co.uk/2010/08/ubuntu-ambiance-theme-for-windows-xp-wine
When holding the mouse button down, the button becomes unthemed, navigating
with the keyboard will retheme it.
Video showing the bug (also attached)
https://www.youtube.com/watch?v=XdiO1a-B8ic&feature=youtu.be
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44600
Bug ID: 44600
Summary: Memory leak in toos/wmc/po.c
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60588
--> https://bugs.winehq.org/attachment.cgi?id=60588
The bug trace of this ml bug.
We find a memory leak defect in the file toos/wmc/po.c.
I've uploaded a screenshot of the leak trace.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7902
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=6946
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=6095
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=5903
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=4588
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=4066
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=3930
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=3507
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=2082
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=1830
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=657
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.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=44614
Bug ID: 44614
Summary: DynEd: crash after log in
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alberto.piccioni(a)gmail.com
Distribution: ---
Created attachment 60603
--> https://bugs.winehq.org/attachment.cgi?id=60603
tis is the error file generate by Wine
DynEd start on wine, than when is logged in, it stop. The message is someting
as: The program Launchs.exe have found an error.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=2155
Linards <linards.liepins(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |linards.liepins(a)gmail.com
--- Comment #22 from Linards <linards.liepins(a)gmail.com> ---
still present on wine 3.2-2.fc27
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7287
rebe(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rebe(a)gmx.net
--- Comment #23 from rebe(a)gmx.net ---
Still valid for Wine 3.2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44615
Bug ID: 44615
Summary: DynEd: crash after log in
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alberto.piccioni(a)gmail.com
Distribution: ---
DynEd start on wine, than when is logged in, it stop. The message is someting
as: The program Launchs.exe have found an error.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43451
Bug ID: 43451
Summary: Warhammer 40k: Eternal Crusade crash on startup
Product: Wine-staging
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michalkonec666(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: Fedora
Created attachment 58817
--> https://bugs.winehq.org/attachment.cgi?id=58817
Wine log
When I ran Warhammer 40k: Eternal Crusade on 64-bit wine prefix, the game
showed splash screen and crashed.
Console output 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=44595
Bug ID: 44595
Summary: Huge fonts in window apps titles
Product: Wine-staging
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 60583
--> https://bugs.winehq.org/attachment.cgi?id=60583
ine User Reg
This bug was fixed in 2012 and is back in current Wine staging 2.4 that bug
was;
Bug 30869 - Word 2010 UI uses wrong font size - leads to huge UI elements
Now new wine-staging 2.4 using Word 2003 and other user apps. has the same bug
return all my win apps get same bug, huge Fonts on window titles.
Was OK in wineHQ but I upgraded since winehq is going away and now I cannot go
back and make it work either. I think it is something in the USER REG generated
by wine. I attached my User Reg as well as screen prints. Other users that
fixed the 2012 wine bug with win 2010 themselves, had modified their User Reg.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44584
Bug ID: 44584
Summary: Adobe CC 2018 installation
Product: Wine
Version: 3.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: carina.eductio(a)gmail.com
Distribution: ---
Created attachment 60564
--> https://bugs.winehq.org/attachment.cgi?id=60564
Program Error Details
Can not install Adobe CC 2018 (with Adobe XD application)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44412
Bug ID: 44412
Summary: Wine logo unification for Linux and Android
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 60339
--> https://bugs.winehq.org/attachment.cgi?id=60339
Linux settings
Wine has two different logos: in Linux settings (desktop.png) and Android
shortcut (android.png). Could it be fixed? It looks not good.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44611
Bug ID: 44611
Summary: Memory leak in [wrc.c:574]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60599
--> https://bugs.winehq.org/attachment.cgi?id=60599
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/wrc/wrc.c.
I've uploaded a screenshot of the leak trace.
I know this leak occurs in the main function, but I think it is better to free
it before the program terminates. You know many elementary school students are
learning programming by reading the src of wine. It is necessary to show them
what is a better practice.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42458
Bug ID: 42458
Summary: Preserve the sort order and column with in Office file
open dialogs after deleting a file
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
1. Open Excel
2. Open a file in Excel, in a directory with some files you can delete
3. Resize the columns in the file open dialog, and change the sort order.
Typically, I widen the Name column so I can see longer filenames, and sort
descending by Modified date.
4. Click on a file then press Delete then Yes.
Notice how the columns reset to the default widths and sort order. This becomes
very annoying when opening one file after another, checking/pasting data, then
deleting the file.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44610
Bug ID: 44610
Summary: Memory leak in [po.c:1463]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60598
--> https://bugs.winehq.org/attachment.cgi?id=60598
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/wrc/po.c.
I've uploaded a screenshot of the leak trace.
If found is false on line 1455, the memory pointed by new is leaked without
being freed.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44608
Bug ID: 44608
Summary: Memory leak in [utils.c]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60596
--> https://bugs.winehq.org/attachment.cgi?id=60596
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/utils.c.
I've uploaded a screenshot of the leak trace.
make_c_identifier allocates a new buffer but strmake() won't free it.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44607
Bug ID: 44607
Summary: Memory leak in [parser.c:519]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60595
--> https://bugs.winehq.org/attachment.cgi?id=60595
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/parser.c.
I've uploaded a screenshot of the leak trace.
It looks like a developer frees this memory on line 486 but forget to do the
same thing on line 479 when an error occurs.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44606
Bug ID: 44606
Summary: Memory leak in [import.c:367]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60594
--> https://bugs.winehq.org/attachment.cgi?id=60594
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c.
I've uploaded a screenshot of the leak trace.
The memory stored to dll_name is not freed anywhere in this function
(add_static_import_dll has not freed this memory, it allocated its own string
buffer instead. ).
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44605
Bug ID: 44605
Summary: Memory leak in [main.c:688]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60593
--> https://bugs.winehq.org/attachment.cgi?id=60593
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/main.c.
I've uploaded a screenshot of the leak trace.
Even though this leak happens in the main function, which means this cannot be
count as an actual leak. It is still recommended to free the resource for
better coding practice and for future wine newbies.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44604
Bug ID: 44604
Summary: Memory leak in [res32.c:316][import.c:332]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60592
--> https://bugs.winehq.org/attachment.cgi?id=60592
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c.
I've uploaded a screenshot of the leak trace.
The memory allocated by get_dll_name should be freed somewhere in this
function.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44603
Bug ID: 44603
Summary: Memory leak in [import.c:290]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60591
--> https://bugs.winehq.org/attachment.cgi?id=60591
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c.
I've uploaded a screenshot of the leak trace.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44602
Bug ID: 44602
Summary: Memory leak in [spec32.c:215]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60590
--> https://bugs.winehq.org/attachment.cgi?id=60590
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/spec32.c
I've uploaded a screenshot of the leak trace.
The function build_args_string() will allocate a piece of new mem and it should
be freed when finish using.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44598
Bug ID: 44598
Summary: Hebrew font: rendering of vowels is offset
Product: Wine
Version: 3.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chris(a)vine-cottage.org.uk
Created attachment 60587
--> https://bugs.winehq.org/attachment.cgi?id=60587
Comparison of font rendering in wine and Windows
Using theWord http://www.theword.net/index.php?article.download&l=english to
view a Hebrew bible, the font rendering of Hebrew vowel points is incorrect.
All fonts I have tried show inconsistencies, the best font appears to be Cardo.
In the attached image, the top 2 lines of text shows the font rendering in
Wine. The bottom 2 lines of text are the same text rendered in Windows 7. I
have circled some of the incorrect rendering in Red. Other fonts show more
significant offsets of vowel points from the correct positions.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41633
Bug ID: 41633
Summary: Dark GTK3 Labels are white
Product: Wine-staging
Version: 1.9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: electricprism(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56008
--> https://bugs.winehq.org/attachment.cgi?id=56008
wine gtk dark theme black text
When using GTK3, and a dark theme the labels on tabs have the text black
instead of white.
This is visible in both Notepad++ and also WineCFG
--
Do not reply 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=36849
Bug ID: 36849
Summary: eTax 2014 installation under Wine on Linux Mint 17
Qiana
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davidcousens(a)bigpond.com
Created attachment 48937
--> http://bugs.winehq.org/attachment.cgi?id=48937
Wine backtrace while trying to install Etax 2014
Hi,
When trying to install the ATO eTax application under Wine on a Linux Mint 17
system the installation reported an an error with rundll32.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=43654
Bug ID: 43654
Summary: Arx Fatalis: Candlelight / Porch light leaks through
the walls
Product: Wine
Version: 2.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 59083
--> https://bugs.winehq.org/attachment.cgi?id=59083
lights through the wall
Game works fine in wine-2.7. It's bit broken in wine-2.8 (some black frames
with just porch light).
Commit wine-2.8-212-g2ed609f15d fixes those black screens with porch light, but
also intensifies those porch lights, that it leaks through the wall. Attachment
shows that better.
commit 2ed609f15da7c7f8bde54f6d4d895c72f96dd950
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed May 24 11:22:09 2017 +0200
wined3d: Add a conversion function for WINED3DFMT_X8D24_UNORM.
Problems remain in current version (wine-2.16)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21085
Summary: Comctl32 status control uses tooltip window wrongly
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
I've been debugging a private application and tracked down the source of a trap
to the way the status control initializes and uses the tooltip control.
The application in question traps because it receives a WM_CREATE message for
the tooltip window and calls GetWindowLong against an hwnd for a value it
should have set earlier - this fails but the code doesnt notice, and results in
a trap.
On windows, the status control does not create the tooltip until the first
WM_MOUSEMOVE event, and hence all application initialization would have
finished in my case. You can clearly see this by use of a simple application
with a statusbar control set to have a tooltip and text, and then use SPY++ to
monitor the window creation messages.
Note this also shows a 2nd problem which is that the status control passes the
tooltip text to the tooltip window to manage. This is wrong, because using the
status bar you can set and then get the tooltip text before the tooltip window
is ever created. Additionally, SPY++ shows that the notify messages (NEEDTEXT
type) are sent to the status window when the tooltip needs the text, both of
which mean that the status control should manage the text.
I have a simple application which has a button for get tip, set tip text, and
using it you can see the behaviour above. It doesnt replicate the trap but you
can see the behavious using it - you dont get a WM_CREATE for the tooltip until
such time as you move the mouse into the statusbar area on windows.
Simple workarounds for me: winetricks comctl32, or modifying the
STATUSBAR_WMCreate method to something like "if (0 && dwStyle & SBT_TOOLTIPS)
{" to prevent the tooltip altogether.
JECC
JECC
--
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=7068
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |DUPLICATE
--- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Duplicate.
*** This bug has been marked as a duplicate of bug 7055 ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7055
--- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> ---
*** Bug 7068 has been marked as a duplicate of this bug. ***
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42049
Bug ID: 42049
Summary: VSphere install crashes with
ntoskrnl.exe.KeWaitForMultipleObjects, "Failed to
install the hcmon driver"
Product: Wine
Version: 2.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
As stated. The VSphere 6.0.0 installation crashes about halfway through with a
popup titled "VMInstallHcmon" saying "Failed to install the hcmon driver".
However, the console output reveals wine crashed due to an unimplemented
"ntoskrnl.exe.KeWaitForMultipleObjects".
The last few lines of output:
regsvr32: Successfully registered DLL 'C:\Program Files (x86)\Common
Files\VMware\VMware Remote Console Plug-in 5.5\Internet
Explorer\vmwareRemoteConsole.dll'
fixme:msvcrt:__clean_type_info_names_internal (0x11072b4c) stub
fixme:heap:RtlSetHeapInformation 0x250000 0 0x23fdf0 4 stub
fixme:heap:RtlSetHeapInformation 0x250000 0 0x23fdf0 4 stub
fixme:heap:RtlSetHeapInformation 0x250000 0 0x23fdf0 4 stub
fixme:ntoskrnl:IoWMIRegistrationControl (0x64a880 2147549185) stub
fixme:ntoskrnl:IoCsqInitialize (0x156a8 0x64730c 0x64735c 0x647394 0x6473ec
0x647410 0x647424) stub
fixme:ntoskrnl:KeInitializeEvent stub: 0x15630 0 0
fixme:ntoskrnl:KeInitializeEvent stub: 0x15648 0 0
fixme:ntoskrnl:KeInitializeEvent stub: 0x15660 0 0
fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 0 0x649310 0x12fe0 0x6468e4
0x151c8 0x15698) stub
fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x6492b0 0x12fe0 0x646cf0
0x151c8 0x156a0) stub
fixme:ntoskrnl:ObReferenceObjectByHandle stub: 0x3c 1f03ff 0x0 0 0x15678 0x0
wine: Call from 0x7b430d32 to unimplemented function
ntoskrnl.exe.KeWaitForMultipleObjects, aborting
wine: Unimplemented function ntoskrnl.exe.KeWaitForMultipleObjects called at
address 0x7b430d32 (thread 00a0), starting debugger...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44577
Bug ID: 44577
Summary: QBlade: The application has encountered a serious
error
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jkimhong13(a)gmail.com
Distribution: ---
Created attachment 60549
--> https://bugs.winehq.org/attachment.cgi?id=60549
Program Error Details
It's my first time installing Wine (along with XQuartz).
On the website of QBlade (http://q-blade.org), it says Wine can emulate QBlade
for linux. I'm wondering if this means it's limited to linux only and not mac
even if there is a mac version of Wine.
I downloaded the QBlade package and ran the .exe file. The application opens
under Wine so I click the menu buttons to see if they really work. There are a
few buttons (such as the Turbulent Windfield Generator) that always result in
Wine closing QBlade.
I'm using Wine 3.0, XQuartz 2.7.7, QBlade win_v0.96.3_64bit
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44575
Bug ID: 44575
Summary: installing dotnet452 failed: echo '%ProgramFiles%'
returned empty string
Product: Wine
Version: 1.8.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
This is happens when installing dotnet452. I'm using Wine installed from
http://winebottler.kronenberg.org/
###BOTTLING### applywinetricks.sh
###BOTTLING### Gathering debug Info...
Versions
OS...........................: darwin17
Wine.........................: 1.8.3
WineBottler..................: 1.8.3
Wineticks....................: 20180217-next - sha256sum:
6dd23a6c59febc56a2c5a31aabc0c1b92545ec176c64b494aa088c5d993bf588
BUNDLERESOURCEPATH...........:
/var/folders/32/4w12jr5s07jbl07_wm7jgc8c0000gn/T/AppTranslocation/6B7D7A6D-60A2-47C6-A121-D2240DF5E30F/d/Wine.app/Contents/Frameworks/WBottler.framework/Resources
INETRICKS_ITEMS.............: dotnet452 vcrun6 vcrun2017 winhttp wininet
DLL_OVERRIDES................:
EXECUTABLE_PATH..............: notneeded
EXECUTABLE_ARGUMENTS.........:
EXECUTABLE_VERSION...........: 1.0.0
BUNDLE_COPYRIGHT.............:
BUNDLE_IDENTIFIER............: org.kronenberg.winebottler
BUNDLE_CATEGORYTYPE..........: public.app-category.utilities
SILENT.......................:
Hardware:
Hardware Overview:
Model Name: MacBook Pro
###BOTTLING### installing dotnet452
### LOG ### Command 'source
/private/tmp/winebottler_1519248378/nospace/winetricks.sh --no-isolate
dotnet452' returned status 1.
warning: taskset/cpuset not available on your platform!
------------------------------------------------------
/private/tmp/winebottler_1519248378/nospace/wine cmd.exe /c echo
'%ProgramFiles%' returned empty string, error message "wine: chdir to
/private/tmp/winebottler_1519248378/nospace/wineprefix
: No such file or directory"
------------------------------------------------------
###ERROR### Command 'source
/private/tmp/winebottler_1519248378/nospace/winetricks.sh --no-isolate
dotnet452' returned status 1.
Task returned with status 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=43948
Bug ID: 43948
Summary: d3dx9 effects - pixel shader 2.0 does not render well
Product: Wine
Version: 2.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: havran.jan(a)email.cz
Distribution: ArchLinux
Created attachment 59587
--> https://bugs.winehq.org/attachment.cgi?id=59587
d3dx9 effects
I have strange behaviour of effects in d3dx9 application where I have access to
source code. I tried to reduce code size to the minimum where this bug is still
reproduciable. The problem is, when I apply attached shaders.fx effects (VS +
PS) on some objects (triangle for example), then the object is black in Wine,
while in Windows or Gallium Nine it is grey.
Here is list of configuration where it works as expected (expected = how it
works on native Windows):
Windows 7 + D3D9 + AMD graphics
Windows 7 + D3D9 + Intel graphics
Linux + Wine + Gallium Nine + AMD graphics (Mesa)
Here is list of configuration where it does not work (renders black objects):
Windows 7 + WineD3D + AMD graphics
Windows 7 + WineD3D + Intel graphics
Linux + Wine + WineD3D + AMD graphics (Mesa)
Linux + Wine + WineD3D + Intel graphics (Mesa)
There are possibly two issues in attached pixel shader:
1) uninitialized IN.lightVec
2) usage of normalize() function (and possible division by zero)
But here is the strange behaviour:
1) when I set IN.lightVec red, green or blue to 0.0 (one or two of them, but
not all of them, because it cause crash), then it is rendered black in Windows
and in Wine as well.
2) when I set IN.lightVec.r (for example) to "IN.lightVec.r + 0.0f", then it
has no effect.
>From point 2 it looks like IN.lightVec default values are 0.0f, but from point
1 it looks opposite. So I have no idea what are values of uninitialized vector.
I thought that it could be related to bug #34266 [1], but:
1) created patch did not work for me
2) when I set IN.lightVec to zero, the bug disappears
I can upload simple d3d app which use these effect and also binary file (exe).
I have no D3D (and D3D shaders) deep knowledge, so maybe I something understand
wrong.
I also used native d3dcompiler_43 so Wine could compile these shaders.
[1] https://bugs.winehq.org/show_bug.cgi?id=34266
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39148
Bug ID: 39148
Summary: Guild Wars 2: Hangs on Close
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: soulhuntor(a)gmail.com
Distribution: ---
Guild Wars 2: Hangs on Close
Starting with 1.7.50 when trying to close Guild Wars 2 the program looks like
it closes but the Gw2.exe is still running.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44523
Bug ID: 44523
Summary: When visual style is enabled wine explorer column
header doesn't draw until mouseover
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Using current wine from git:
9d897b73a877e5eaae26df87930c951ff8273c14
First open wine explorer using no theme, and notice the column headers are
drawn correctly.
Next - set a visual style using winecfg (I confirmed with Royale Noir and
ubuntu light).
Royale Noir theme
http://www.istartedsomething.com/20061029/royale-noir/
This time the column headers are not drawn until you mouseover them - as shown
in the linked video
Video of bug
https://www.youtube.com/watch?v=YBcduwqQt48&feature=youtu.be
Terminal output while reproducing the bug -
$ wine explorer
0086:fixme:nstc:NSTC2_fnSetControlStyle2 mask & style (0x00000004) contains
unsupported style(s): 0x00000004
0086:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x1351a0 (2, 1026, a003,
0, 0x33f508)
0086:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x1351a0 (2, 1026, a004,
1, 0x33f508)
0086:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x1351a0 (2, 1025, a003,
1, 0x33f508)
0086:fixme:shell:IShellBrowser_fnSendControlMsg stub, 0x1351a0 (2, 1025, a004,
1, 0x33f508)
0086:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x002100f2
0086:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x002100f2
[repeated]
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44569
Bug ID: 44569
Summary: Winecfg - new desktop colour doesn't apply immediately
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Run winecfg with wine set to emulate a desktop.
Open Winecfg, go to desktop integration
choose Item->Desktop
Choose a new colour and click apply or OK.
The new colour does not show up until you start wine 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=44568
Bug ID: 44568
Summary: wine 3.0 ends with "wine_kernel_init boot event wait
timed out" on Mac OS X 10.13.3
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: teenylasers(a)gmail.com
Created attachment 60536
--> https://bugs.winehq.org/attachment.cgi?id=60536
on-screen output after executing "wine <my.exe>"
Hello,
I recently updated wine to 3.0 using Homebrew on Mac OS X High Sierra. What
used to work with wine 2.0.2 now produce the attached error when I try to do
"wine <my.exe>". At the same time, Wine launches with a window that says "“The
Wine configuration in /home/user/.wine is being updated, please wait…”, but it
never exits.
I have tried deleting ~/.wine and ~/.local/share/<wine-related>, brew uninstall
wine and then reinstall xquartz and wine. The result is the same. Can you
please help?
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=44522
Bug ID: 44522
Summary: Window titlebar doesn't support visual style
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 60477
--> https://bugs.winehq.org/attachment.cgi?id=60477
Screenshot of current wine with unthemed titlebars + royale noir visual style
Using wine from current git:
9d897b73a877e5eaae26df87930c951ff8273c14
And the freely available Royale Noir theme
http://www.istartedsomething.com/20061029/royale-noir/
Titlebars are not themed at all (trying with desktop emulation and without, and
also toggled the setting to allow the window manager to manager windows)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44555
Bug ID: 44555
Summary: Native windows file associations (not Linux's) are
automatically replaced with winebrowser
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: magiblot(a)hotmail.com
Distribution: ---
Hi there.
So I want to open image files with a Windows application, e.g. Microsoft Photo
Editor, provided by Office 97.
After installation, the file association is created in the registry. Thus, a
key is written in the entry 'HKEY_CLASSES_ROOT\pngfile\shell\open\command' with
the value 'C:\Program Files\Common Files\Microsoft Shared\PhotoEd\PhotoEd.exe
"%1"'.
With this registry configuration, the wine-extension-png.desktop file which
runs 'wine start /ProgIDOpen pngfile %f' properly opens files with Microsoft
Photo Editor from the Linux file manager.
In certain conditions, such as after a wine update, a 'The configuration in
($WINEPREFIX) is being updated, please wait...' dialog box appears and, from
then on, the value of the key I mentioned above is changed back to '"C:\Program
Files\Internet Explorer\iexplore.exe" -nohome'.
Therefore, 'wine start /ProgIDOpen pngfile %f' does no longer open Microsoft
Photo Editor, but winebrowser.
I would like not to have my file associations replaced anytime wine wants to.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36014
Bug ID: 36014
Summary: secur32/{negotiate,ntlm} tests fail with debian's
samba/winbind 4
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Follow up to bug 35965.
The secur32 tests fail on a default installation of samba/winbind4 on Debian 7
(wheezy):
../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p
secur32_test.exe.so negotiate && touch negotiate.ok
WARNING: gnome-keyring:: couldn't connect to:
/home/austin/.cache/keyring-mD4V6F/pkcs11: No such file or directory
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
Unable to setup messaging listener for
'/var/lib/samba/private/smbd.tmp/msg/msg.10803.179872511':NT_STATUS_OBJECT_NAME_NOT_FOUND
negotiate.c:295: Test failed: server returned 80090304, more tests will fail
negotiate.c:305: Tests skipped: authentication failed, skipping remaining tests
negotiate.c:349: Test failed: DeleteSecurityContext returned 80090301
make: *** [negotiate.ok] Error 2
that lack of version information message seems bad, and makes the tests fail
even worse later (in ntlm.c):
../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p
secur32_test.exe.so ntlm && touch ntlm.ok
WARNING: gnome-keyring:: couldn't connect to:
/home/austin/.cache/keyring-mD4V6F/pkcs11: No such file or directory
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
..
ntlm_auth: /usr/lib/i386-linux-gnu/libwbclient.so.0: no version information
available (required by /usr/lib/i386-linux-gnu/samba/libauth4.so)
===============================================================
INTERNAL ERROR: Signal 11 in pid 10826 (4.0.0beta2)
Please read the Trouble-Shooting section of the Samba HOWTO
===============================================================
PANIC: internal error
but, as Dmitry points out in https://bugs.winehq.org/show_bug.cgi?id=35965#c9,
the wiki says that only ntlm_auth needs to be available, nothing is said about
the configuration:
"To get access to all the features while using NtlmSigningAndSealing, you need
an up-to-date version of ntlm_auth. Samba 3.0.26 or later will do. In some
distributions, you need to install the "winbind" package to get ntlm_auth.
If you want client mode NTLM for Wine, e.g. reading your email using Outlook
over a connection with NTLM encryption, that's all you need. "
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44325
Bug ID: 44325
Summary: Microsoft Powerpoint 2010: hangs up when seeking mp4
video
Product: Wine
Version: 3.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: deto.haz(a)gmail.com
Distribution: ---
Microsoft Powerpoint 2010 hangs up when seeking playing video.
I have tried to install MS Office 2010 on Wine 3.0-rc4, everything works like a
charm. I was able to embed and play mp4 videos (only mp4) with Powerpoint; but
when seeking, Powerpoint was suspended and could not return.
But when I completely remove the audio channel from the file by "ffmpeg -i
videoAndAudio.mp4 -c copy -an onlyVideo.mp4" command (only keep the video
channel) and insert again, this hangup error has disappearred.
So when I rebuilt from source to reproduce this error, I found that the bug
occurs at dlls/winegstreamer/gst_cbs.c:call_cb function, where wait for
condition pthread_cond_wait(&cbdata->cond, &cbdata->lock); and somewhere in
dlls/winegstreamer/gstdemux.c:dispatch_thread. May be there is a deadlock with
the synchronization of the audio and video channel.
OS: Kubuntu 17.04 zesty
MSOffice 2010 with no service pack
riched20 (natice, builtin)
msxml6 from winetricks (native, builtin)
libgstreamer1.0-0
libgstreamer-pligins-{bad,base,good}1.0-0
Give me feedback if you need more information.
Thanks & best regards
Ha Binh Xuyen
--
Do not reply 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=31393
Bug #: 31393
Summary: Nvidia force antialiasing no longer works
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Regression SHA1: 09443f14e75e134328643b5d33aff61bdf4dca32
After AlwaysOffscreen has become enabled by default, games such as GTAIII and
GTAVC (which are unaware of FSAA) can't benefit from nvidia antialiasing
settings out of the box. I'm not sure if it's intended result, but despite it
being possible to disable it back, new default seems no good to me as e.g. on
Windows it's enough to set antialiasing in the driver utility and there's no
need to change D3D configuration.
Maybe wine should check whether default render target is multisampled and
toggle the default?
--
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=43679
Bug ID: 43679
Summary: PDF-XChange's typewriter tool works only once
Product: Wine
Version: 2.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matteo.guglielmi(a)gmail.com
Distribution: ---
When using the 'typewriter' tool of pdf-xchange, which is used to add text on
pdf pages, it works only the first time it is used (typewriter box appears and
text can be typed in).
>From the second time on, the typewriter box appears but it is not possible to
type in any text.
Also editing the first typewriter box does not work either.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44480
Bug ID: 44480
Summary: Rabi-Ribi v1.88: Game crashes during startup
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mf_messias(a)protonmail.com
Distribution: ---
Created attachment 60430
--> https://bugs.winehq.org/attachment.cgi?id=60430
Latest backtrace
Description of problem:
Game crashes during early loading, with or without DLCs.
How reproducible:
Always reproducible.
Steps to Reproduce:
1. Load Rabi-Ribi from Steam (Windows) with default flags
2. Wait until it crashes.
Additional info:
Changing startup flags don't see to affect it.
A current "workaround" is downgrading the game back to version 1.80 in
"Proprieties -> Betas" if one wishes to play it.
Seems like startup code was changed and it might be related to the crash:
https://steamcommunity.com/app/400910/discussions/0/1482109512320896025/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=5219
Gabriel <rlicup808(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rlicup808(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=44509
Bug ID: 44509
Summary: PlayHome: Textures not loading correctly (Body, eyes,
etc)
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: yugizuze(a)endrix.org
Distribution: ---
Every version of the game was tested, the textures load with no problem forcing
DX9 mode, but trying to launch the game with the default DX11 mode won't show a
lot of textures.
--It's a Unity game, so it can be a common issue for this engine--
There is more info about this hentai game here:
http://www.hongfire.com/forum/forum/hentai-lair/hentai-game-discussion/5830…
Buy here: https://www.amazon.co.jp/gp/product/B0744GPTC5?ie=UTF8&redirect=true
Download here: https://sukebei.nyaa.si/view/2427663
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7284
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |451f5835859b8494fb37d81b5f5
| |b344c5a0c66bc
Resolution|--- |FIXED
Status|REOPENED |RESOLVED
--- Comment #83 from Jeff Zaroyko <jeffz(a)jeffz.name> ---
Marking 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=44335
Bug ID: 44335
Summary: Blizzard App crashes at start because of d3d11.dll
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abel.thorne(a)free.fr
Distribution: ---
Just got an update of Battle.net/Blizzard App (which was working perfectly).
Now it doesn't start anymore and triggers the following errors:
err:module:import_dll Library d3d11.dll (which is needed by L"C:\\Program Files
(x86)\\Blizzard App\\Battle.net.9737\\libcef.dll") not found
err:module:import_dll Library libcef.dll (which is needed by L"C:\\Program
Files (x86)\\Blizzard App\\Battle.net.9737\\battle.net.dll") not found
fixme:ver:GetCurrentPackageId (0x33fda4 (nil)): stub
Using Wine Staging 2.21 if that matters.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44484
Bug ID: 44484
Summary: Wine segfaults after running Matlab's compiler (mcc)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
With current Git (ff4a02fe3cf2eb096508ac7d553986c3e4830372) when running the
compiler from Matlab 2016b 64-bit version, everything works fine, but Wine
always segfaults in the end. Even when just letting it list its arguments,
there will be a segfault in the end.
The application itself works fine. Somehow when it quits, a segfault is
triggered.
I tested it on RHEL6 and RHEL7, on both systems I see this behavior.
This message is printed a lot:
002d:fixme:msvcp:_Mtx_init_in_situ unknown flags ignored: 2
After that this message is printed once:
0030:fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
Then there is the segfault.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7284
--- Comment #82 from joaopa <jeremielapuree(a)yahoo.fr> ---
Looks like this bug is fixed. Can anyone mark it 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=4291
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #30 from joaopa <jeremielapuree(a)yahoo.fr> ---
Bug still there in current wine-3-2.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44533
Bug ID: 44533
Summary: All releases and current in github
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: fotodigitallab(a)gmail.com
Distribution: ---
wine/dlls/crypt32/base64.c
Line 822 LPCWSTR trailer = CERT_TRAILER_START_W;
Should be
LPCWSTR trailer = CERT_TRAILER_W;
Because it has to put
-----END CERTIFICATE-----
I found this with this program
http://georgekarras.blogspot.gr/2018/02/base64-using-crypt32-in-m2000-not-f…
using CRYPT_STRING_BASE64HEADER=0x0 (without altering to 0x1 to prevent error,
but then missing headers)
--
Do not reply 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=32580
Bug #: 32580
Summary: Copy text+images into Word 2007, 2010 doesn't work!!
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randommaxi(a)yahoo.com
Classification: Unclassified
When I copy a wall of text with images in it from Linux into MS Office, it'll
copy the text, but completely ignores the images.
Please fix. It's kind of a deal breaker with Linux. - My client is pretty
pissed off and I may have to switch all the computers back to windows if he
can't cut&paste.
_
Details:
I can copy text just fine, I can copy images (individually) just fine, but when
I want to copy long documents with both, it doesn't work.
--
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=39237
Bug ID: 39237
Summary: urlmon:sec_mgr fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen on the fg-winxp-lusr box which is a Limited
user account running on Windows XP configuration:
sec_mgr.c:774: Test failed: RegCreateKey failed: 5
sec_mgr.c:777: Test failed: RegSetValueEx failed: 6
sec_mgr.c:919: testing zone domain mappings...
sec_mgr.c:931: Test failed: Expected URLZONE_CUSTOM, but got 3
The error code (ERROR_ACCESS_DENIED) corresponds to a registry permission
error.
The tests regression was introduced by the following commit:
commit b9308fa06f4bcce4c340e6d9199c52c6b5ad9130
Author: Thomas Mullaly <tmullaly(a)codeweavers.com>
Date: Fri Mar 11 00:55:31 2011 -0500
urlmon/tests: Added zone domain mapping tests.
See:
https://test.winehq.org/data/tests/urlmon:sec_mgr.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.
http://bugs.winehq.org/show_bug.cgi?id=32439
Bug #: 32439
Summary: notepad++: selecting text in items
Product: Wine
Version: 1.5.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: icegood1980(a)gmail.com
Classification: Unclassified
As i remember in windows version of notepad++ when tabbing from one
"edit" item to another makes in an new focused one whole text selection if any.
In wineversion it doesn.t work.
E.g. In "replace" dialog box. Focus in "replace what".
Tab-> focusing in "replace with" edit but text in this edit doesn't selected by
default.
I.e. EM_SETSEL message doesn't properly proceed or not sent.
--
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=43126
Bug ID: 43126
Summary: format DXGI_FORMAT_R8G8B8A8_UNORM stub
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: martin.ramke(a)ramtrix.de
Distribution: ---
Created attachment 58329
--> https://bugs.winehq.org/attachment.cgi?id=58329
full log
Since hearthstone patch 8.2.0.19506 which seems to make the switch to d3d11,
several effects are not working properly.
Including hovering over the played card history some card animations and the
winning/losing screen. Instead of the usual effects the screen turns partially
or completely black, while this is happening the following is output to the
console:
fixme:d3d11:d3d11_immediate_context_ResolveSubresource iface 0x14ba2c,
dst_resource 0x118eaea0, dst_subresource_idx 0, src_resource 0x89b3f60,
src_subresource_idx 0, format DXGI_FORMAT_R8G8B8A8_UNORM stub!
The game can be made more playable by turning graphical effects to minimal but
problems in the card history and other screens using special effects persist.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44095
Bug ID: 44095
Summary: bspedit crashes in usp10 (but native usp10 doesn`t
help)
Product: Wine
Version: 2.22
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Hi, a user reported trouble with this app in the forum.
Steps to reproduce:
Download
https://files.gamebanana.com/tools/_84-.exehttps://files.gamebanana.com/maps/closedhell-zt.zip and unzip it
Open the exe, and select closedshell.bsp in the left window --> crash in usp10.
I will add +relay debuglog later on; for now you can see the backtrace here:
https://forum.winehq.org/viewtopic.php?f=8&t=29810
The bug is most likely not in usp10, because native usp10 doesn`t help, you get
the same 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=44330
Bug ID: 44330
Summary: Some WinSCP buttons are black
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: ---
Created attachment 60200
--> https://bugs.winehq.org/attachment.cgi?id=60200
Startup window
Some of WinSCP buttons in the startup window are completely black.
It's a regression.
I'm deeply sorry but I cannot perform a 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=44483
Bug ID: 44483
Summary: 7zip installer cannot start on wine 3.1
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
On wine 3.1 7zip installer (versions 16.04, 17.01, 18.01 both32 and 64 bit)
cannot start.
excuting wine 7z1891.exe wine return wth exit code -1.
Wine doesn't log anything (no err, warn or fixme).
It IS working with wine 3.0
Im currently doing a git bisect to see what commit intorduced the regression.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42819
Bug ID: 42819
Summary: The Witness: transparency problems
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
Created attachment 57885
--> https://bugs.winehq.org/attachment.cgi?id=57885
wine screenshot
Many objects ingame like grass and trees are rendered as blocks instead of
having parts of them transparent.
With wine 2.6 the game has become playable (when MSAA is off), it would be
great if this could be fixed to improve the aesthetics.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44510
Bug ID: 44510
Summary: Winecfg - Going to "desktop integration" can crash
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Created attachment 60466
--> https://bugs.winehq.org/attachment.cgi?id=60466
backtrace
On Ubuntu 17.10 I compiled wine from git.
Version is: 9d897b73a877e5eaae26df87930c951ff8273c14
If I:
Open Winecfg, and set a theme (I tried ubuntu_light, and the Vista Luna Basic
theme from here http://www.gratos.be/wincustomize/msstyle.htm )
Quit winecfg and reload.
Click the "Desktop Integration" tab, then wine crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.