http://bugs.winehq.org/show_bug.cgi?id=14961
Summary: Clannad Full Voice will not run
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: at(a)drinian.org
Created an attachment (id=15569)
--> (http://bugs.winehq.org/attachment.cgi?id=15569)
Trace of REALLIVE.EXE crash
The latest version of the Japanese visual novel Clannad will not run in Wine.
Installer completes correctly, but the interpreter, REALLIVE.EXE, crashes
immediately on startup. Backtrace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12425
Summary: win16 test suite: user32 comm16 test fails
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11964)
--> (http://bugs.winehq.org/attachment.cgi?id=11964)
Backtrace
+++ This bug was initially created as a clone of Bug #9850 +++
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
The kernel comm test hangs in current git. Attached is the backtrace in current
git.
--
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=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=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=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=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.
https://bugs.winehq.org/show_bug.cgi?id=38799
Bug ID: 38799
Summary: RaidCall 7.x crashes when joining a group/trying to
test sound
Product: Wine
Version: 1.7.45
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: antony.kikaxa(a)gmail.com
Distribution: ---
reopen https://bugs.winehq.org/show_bug.cgi?id=34684
with more details.
*
install latest raidcall from the http://raidcall.com/ and login.
Create a group, try to join it, raidcall crashes.
or try to test sound in settings.
*
the problem seems related to pulseaudio/winmm.
there is no crash without alsa-plugins-pulse package.
i get dozen of
"fixme:winmm:MXD_GetControlDetails What should the sw-side mixer controls map
to?"
right before crash.
crashes in 1.7.45, 1.5.31,
works fine in 1.5.1
i can bisect further if anyone wants to look into this.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43308
Bug ID: 43308
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
==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 0x7BC93843: NtCreateEvent (sync.c:305)
==25950== by 0x7B47EBD0: CreateEventExW (sync.c:492)
==25950== by 0x7B47EA3E: CreateEventExA (sync.c:455)
==25950== by 0x7B47E8F5: CreateEventA (sync.c:423)
==25950== by 0x4A6460B: test_AddMandatoryAce (security.c:6245)
==25950== by 0x4A69DBC: func_security (security.c:7126)
==25950== by 0x4A7926E: run_test (test.h:603)
==25950== by 0x4A796C0: main (test.h:687)
==25950== Address 0x48d7f40 is 64 bytes inside a recently re-allocated block
of size 312 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 0x7BC9378B: NtCreateEvent (sync.c:297)
==25950== by 0x7B47EBD0: CreateEventExW (sync.c:492)
==25950== by 0x7B47EA3E: CreateEventExA (sync.c:455)
==25950== by 0x7B47E8F5: CreateEventA (sync.c:423)
==25950== by 0x4A6460B: test_AddMandatoryAce (security.c:6245)
==25950== by 0x4A69DBC: func_security (security.c:7126)
==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 0x4A63EF0: test_AddMandatoryAce (security.c:6164)
==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.