https://bugs.winehq.org/show_bug.cgi?id=44352
Bug ID: 44352
Summary: Some textures is invisible on 7Days2die game
Product: Wine
Version: 3.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: programmeur(a)yandex.ru
Distribution: ---
Created attachment 60246
--> https://bugs.winehq.org/attachment.cgi?id=60246
running log + screenshot
Some textures is invisible on 7Days2die game.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39629
Bug ID: 39629
Summary: Star Wars: Knights of the Old Republic outdoor "grass"
textures broken
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EoD(a)xmw.de
Distribution: ---
Created attachment 52806
--> https://bugs.winehq.org/attachment.cgi?id=52806
Screenshot showing the broken graphics
When playing Kotor1 with wine there are always distorted outdoor graphics when
"grass" is enabled.
See http://i.imgur.com/JGxfaDI.jpg and attachment.
This has been mentioned on the according wine page
https://appdb.winehq.org/objectManager.php?sClass=version&iId=4124
I tried the "normal", staging with csmt and the D3D9 wine backend with exactly
the same issue. I tried wine 1.7.45 and 1.7.55 together with mesa git.
I even created an apitrace gl-trace:
https://drive.google.com/file/d/0B42CQY2wGHumcXJyZTZRRWxVVWs/view?usp=shari…
which is broken on both Linux, Windows and AMD, Intel. While at the same time,
the game runs fine natively on Windows with both vendors.
As this is independent of the wine-backend (default, d3d9/nine, csmt) and the
graphics card, I highly suspect this to be a bug with wine.
For reference, also see https://bugs.freedesktop.org/show_bug.cgi?id=91729
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43966
Bug ID: 43966
Summary: Wine crashes at launch in macOS 10.13.2 Beta (17C60c)
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maxitg(a)icloud.com
Wine crashes immediately after launch in macOS 10.13.2 Beta (17C60c). Running
either "winecfg", "winedbg", or even "wine someString", produces the following
output:
i386_set_ldt: Invalid argument
Segmentation fault: 11
Apparently, the behavior of i386_set_ldt has changed in 10.13.2, so the call to
it at /libs/wine/ldt.c line 209 fails with errno = 22 (EINVAL).
The issue did not exist in macOS 10.13.1, however, I was able to reproduce it
with another computer running 10.13.2 and clean (first time) Wine installation.
This could be a macOS bug (especially since it's a beta), but I thought it
would make sense to post it here as well.
The issue is related to
https://forums.eveonline.com/t/client-closed-unexpectedly-cannot-launch-the….
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43310
Bug ID: 43310
Summary: valgrind shows several definite leaks in
dlls/advapi32/tests/security.c
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==25974== 13 bytes in 1 blocks are definitely lost in loss record 22 of 264
==25974== at 0x7BC50812: notify_alloc (heap.c:254)
==25974== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25974== by 0x7B449A29: HeapAlloc (heap.c:271)
==25974== by 0x7B44B158: LocalAlloc (heap.c:970)
==25974== by 0x4E656F5: ConvertSidToStringSidA (security.c:5283)
==25974== by 0x4A68048: test_token_label (security.c:6787)
==25974== by 0x4A69DD5: func_security (security.c:7131)
==25974== by 0x4A7926E: run_test (test.h:603)
==25974== by 0x4A796C0: main (test.h:687)
==25974==
==25974== 20 bytes in 1 blocks are definitely lost in loss record 54 of 264
==25974== at 0x7BC50812: notify_alloc (heap.c:254)
==25974== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25974== by 0x7B449A29: HeapAlloc (heap.c:271)
==25974== by 0x7B44B158: LocalAlloc (heap.c:970)
==25974== by 0x4E60D26: GetSecurityInfo (security.c:3267)
==25974== by 0x4A66125: test_system_security_access (security.c:6479)
==25974== by 0x4A69DC1: func_security (security.c:7127)
==25974== by 0x4A7926E: run_test (test.h:603)
==25974== by 0x4A796C0: main (test.h:687)
==25974==
==25974== 148 bytes in 1 blocks are definitely lost in loss record 183 of 264
==25974== at 0x7BC50812: notify_alloc (heap.c:254)
==25974== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25974== by 0x7B449A29: HeapAlloc (heap.c:271)
==25974== by 0x7B44B158: LocalAlloc (heap.c:970)
==25974== by 0x4E60D26: GetSecurityInfo (security.c:3267)
==25974== by 0x4A5BCC5: test_GetSecurityInfo (security.c:4616)
==25974== by 0x4A69D85: func_security (security.c:7115)
==25974== by 0x4A7926E: run_test (test.h:603)
==25974== by 0x4A796C0: main (test.h:687)
==25974==
==25950== 13 bytes in 1 blocks are definitely lost in loss record 21 of 258
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x7B449A29: HeapAlloc (heap.c:271)
==25950== by 0x7B44B158: LocalAlloc (heap.c:970)
==25950== by 0x4E656F5: ConvertSidToStringSidA (security.c:5283)
==25950== by 0x4A68048: test_token_label (security.c:6787)
==25950== by 0x4A69DD5: func_security (security.c:7131)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950==
==25950== 20 bytes in 1 blocks are definitely lost in loss record 52 of 258
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x7B449A29: HeapAlloc (heap.c:271)
==25950== by 0x7B44B158: LocalAlloc (heap.c:970)
==25950== by 0x4E60D26: GetSecurityInfo (security.c:3267)
==25950== by 0x4A66125: test_system_security_access (security.c:6479)
==25950== by 0x4A69DC1: func_security (security.c:7127)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950==
==25950== 84 bytes in 1 blocks are definitely lost in loss record 153 of 258
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x4A68DF7: test_token_security_descriptor (security.c:6921)
==25950== by 0x4A69DDA: func_security (security.c:7134)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950==
==25950== 148 bytes in 1 blocks are definitely lost in loss record 179 of 258
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x7B449A29: HeapAlloc (heap.c:271)
==25950== by 0x7B44B158: LocalAlloc (heap.c:970)
==25950== by 0x4E60D26: GetSecurityInfo (security.c:3267)
==25950== by 0x4A5BCC5: test_GetSecurityInfo (security.c:4616)
==25950== by 0x4A69D85: func_security (security.c:7115)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38671
Bug ID: 38671
Summary: valgrind shows an uninitialized write in
dlls/advapi32/tests/security.c
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==11415== Syscall param writev(vector[...]) points to uninitialised byte(s)
==11415== at 0x4F7A0F4B: ??? (in /usr/lib/libc-2.21.so)
==11415== by 0x7BC7A9C5: send_request (server.c:228)
==11415== by 0x7BC7AB52: wine_server_call (server.c:309)
==11415== by 0x7BC43375: FILE_CreateFile (file.c:229)
==11415== by 0x7BC4357B: NtCreateFile (file.c:323)
==11415== by 0x7B85C7A1: CreateDirectoryW (path.c:1565)
==11415== by 0x7B85C84D: CreateDirectoryA (path.c:1589)
==11415== by 0x47D0DB7: test_CreateDirectoryA (security.c:3252)
==11415== by 0x47DE307: func_security (security.c:5863)
==11415== by 0x47EC923: run_test (test.h:584)
==11415== by 0x47ECD6B: main (test.h:666)
==11415== Address 0x46a18e0 is 88 bytes inside a block of size 120 alloc'd
==11415== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==11415== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==11415== by 0x7BC83236: NTDLL_create_struct_sd (sync.c:116)
==11415== by 0x7BC4327E: FILE_CreateFile (file.c:211)
==11415== by 0x7BC4357B: NtCreateFile (file.c:323)
==11415== by 0x7B85C7A1: CreateDirectoryW (path.c:1565)
==11415== by 0x7B85C84D: CreateDirectoryA (path.c:1589)
==11415== by 0x47D0DB7: test_CreateDirectoryA (security.c:3252)
==11415== by 0x47DE307: func_security (security.c:5863)
==11415== by 0x47EC923: run_test (test.h:584)
==11415== by 0x47ECD6B: main (test.h:666)
==11415== Uninitialised value was created by a client request
==11415== at 0x7BC4A7FD: mark_block_uninitialized (heap.c:208)
==11415== by 0x7BC4A952: initialize_block (heap.c:239)
==11415== by 0x7BC4ECB4: RtlAllocateHeap (heap.c:1716)
==11415== by 0x47D0C3D: test_CreateDirectoryA (security.c:3238)
==11415== by 0x47DE307: func_security (security.c:5863)
==11415== by 0x47EC923: run_test (test.h:584)
==11415== by 0x47ECD6B: main (test.h:666)
==11415==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44332
Bug ID: 44332
Summary: Powerpoint slideshow "unknown error"
Product: Wine
Version: 3.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)wrzaczek.at
Distribution: ---
Im am using Arch Linux. Office 2010 Powerpoint works fine on Wine-2 (various
versions in Arch stable) but with release candidates in wine-3 (rested rc2,
rc3, rc4 and rc5) I get "Unknown error" when showing a slide show in
Powerpoint. Excel and Work work fine and also powerpoint except for the
slideshow.
What information can I submit in order to fix this or am I missing some new
configuration requirement?
Many thanks in advance,
Michael
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40653
Bug ID: 40653
Summary: Castle of Illusion start on black screen and crash
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
Created attachment 54524
--> https://bugs.winehq.org/attachment.cgi?id=54524
backtrace
Game begins normally but all appears in black however sound works correctly and
keyboard input too
Until game finish prologue after this crash
System Specs used in test
Nvidia Drivers 364.19
Xubuntu 16.04 64Bit - Kernel 4.4.0-22 generic (ubuntu mainline) - P-State:
Performance
CPU: INTEL Pentium G3258 (Haswell 22nm) 4.1Ghz + Artic Cooling Alpine 11 Plus
MEMORY: 8GB DDR3 1333 (2x4) Patriot value (128 bit dual channel: 21.3 gb/s)
GPU: Zotac Nvidia Geforce GT630 (GK208 28nm: 384 Shaders / 8 ROPS) Zone Edition
Passive Cooling 2GB DDR3 1800Mhz 64Bit (14.4Gb/s)
MAINBOARD: MSI H81M E33
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43309
Bug ID: 43309
Summary: valgrind shows an uninitialized write in
dlls/advapi32/tests/security.c (test_AddMandatoryAce)
Product: Wine
Version: 2.12
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
May be related to bug 38671 / bug 43308
==25950== Syscall param writev(vector[...]) points to uninitialised byte(s)
==25950== at 0x433904F: ??? (syscall-template.S:84)
==25950== by 0x7BC88028: send_request (server.c:228)
==25950== by 0x7BC881DB: wine_server_call (server.c:309)
==25950== by 0x7BC624C7: NtDuplicateToken (nt.c:112)
==25950== by 0x4E661CE: DuplicateTokenEx (security.c:5516)
==25950== by 0x4A684EF: test_token_security_descriptor (security.c:6847)
==25950== by 0x4A69DDA: func_security (security.c:7134)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Address 0x48febc0 is 64 bytes inside a recently re-allocated block
of size 292 alloc'd
==25950== at 0x7BC50812: notify_alloc (heap.c:254)
==25950== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716)
==25950== by 0x7BC92E90: alloc_object_attributes (sync.c:117)
==25950== by 0x7BC62335: NtDuplicateToken (nt.c:93)
==25950== by 0x4E661CE: DuplicateTokenEx (security.c:5516)
==25950== by 0x4A684EF: test_token_security_descriptor (security.c:6847)
==25950== by 0x4A69DDA: func_security (security.c:7134)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Uninitialised value was created by a stack allocation
==25950== at 0x4A681D0: test_token_security_descriptor (security.c:6800)
==25950==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3864
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #29 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 3.0-rc6.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40254
Bug ID: 40254
Summary: mshtml:script test regression (timeout)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Since the commit below, the test times out on some Windows XP machines:
script.c:632: Test failed: L"XMLHttpRequest not found in window object\n"
script.c:632: Test failed: L"typeof(XMLHttpRequest) = undefined"
script.c:632: Test failed: L"got exception 'XMLHttpRequest' is undefined"
test failed: timed out
Looking at the test.winehq.org results this seems to specifically affect
pre-Internet Explorer 7 Windows XP configurations such as fgtb-fgtbwinxp,
fg-winxp-1sp and fg-winxp-2sp (for instance none of the fg-winxp-2spie7 and up
VMs is affected).
mshtml:script results on test.winehq.org:
https://test.winehq.org/data/tests/mshtml:script.html
commit c0fda9824e213e5a779bddfba6052dfc20b9c8d3
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Feb 24 15:21:24 2016 +0100
mshtml: Expose XMLHttpRequest constructor to scripts.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.