https://bugs.winehq.org/show_bug.cgi?id=38341
Bug ID: 38341
Summary: Photoshop CS6 crash at startup
Product: Wine
Version: 1.7.39
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeff.artik(a)gmail.com
Distribution: ---
Created attachment 51185
--> https://bugs.winehq.org/attachment.cgi?id=51185
Terminal output
With the lastest version of wine 1.7.39 and a bi-arch compilation + photoshop
brush patch, Photoshop always crash on startup.
Terminal 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=38041
Bug ID: 38041
Summary: GTAVC abruptly switches sound from left speaker to
right when steering a car
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
After wine upgrade I've noticed that when I e.g. drive a car and steer it
right, the sound from its engine abruptly switches to the right speaker, and
steering left switches the sound to left speaker. I'm not sure whether the full
sound is gone in such cases, but the switch is easily audible. This sounds
quite unpleasant and wasn't there with previous wine versions. Bisecting gives
me this commit:
02f9edfd77302eabc0a8a6e45a9423ebe2b1acef is the first bad commit
commit 02f9edfd77302eabc0a8a6e45a9423ebe2b1acef
Author: Mark Harmstone <hellas(a)burntcomma.com>
Date: Tue Jan 6 19:27:00 2015 +0000
dsound: Do not use panning to set sound position.
:040000 040000 03150d0f8efa7cbd91b17fdb40c6a1f96ff75ca1
7b1eb0070dcc0d92b3bb216a12727407f891fe28 M dlls
--
Do not reply 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=28754
Bug #: 28754
Summary: In comdl32/tests/itemdlg.ok, update_layout() uses
uninitialized window rect
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make itemdlg.ok" in comdlg32/tests, valgrind complains
Conditional jump or move depends on uninitialised value(s)
at update_layout (itemdlg.c:1114)
by IFileDialog2_fnSetFileNameLabel (itemdlg.c:1968)
by IFileOpenDialog_fnSetFileNameLabel (itemdlg.c:2231)
by func_itemdlg (itemdlg.c:714)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at update_layout (itemdlg.c:1098)
and a cascade of uninitialized values ensues that would be hard to
write a suppression for. The uninitilialized value happens because
update_layout() calls GetClientRect on This->dlg_hwnd, which is NULL,
and doesn't check whether it succeeded.
The attached patch makes all the warnings go away, but I don't know if it's
the right thing to do.
--
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=38340
Bug ID: 38340
Summary: iexplore crashes after follow links.
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 51184
--> https://bugs.winehq.org/attachment.cgi?id=51184
mshtml,jscript log
wine iexplore
http://www.sparxsystems.com/enterprise_architect_user_guide/12.0/projects_a…
After using the links on the left, iexplorer crashes.
The crash occurs occurs following 5-10 links.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37689
Bug ID: 37689
Summary: Sumatra PDF 3.0 crashes when opening .epub and .mobi
files
Product: Wine
Version: 1.7.32
Hardware: x86
URL: https://kjkpub.s3.amazonaws.com/sumatrapdf/rel/Sumatra
PDF-3.0-install.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gohabsgo60(a)yahoo.ca
Distribution: ---
Created attachment 50166
--> https://bugs.winehq.org/attachment.cgi?id=50166
backtrace
Sumatra PDF 3.0 crashes in gdiplus when opening .epub and .mobi files.
.pdf and .djvu files don't make it crash.
works fine with native gdi+
i have attached a backtrace.
output has nothing relevant and is the same as when it doesn't crash, so i
didn't bother attaching it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28769
Bug #: 28769
Summary: shell32/shellpath tests: test_knownFolders() triggers
use-after-free and invalid free in foldermanager
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make shellpath.ok" in shell32/tests, Valgrind complains:
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2199)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid read of size 1
at foldermanager_GetFolder (shellpath.c:3764)
by test_knownFolders (shellpath.c:2233)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
Invalid free() / delete / delete[]
at RtlFreeHeap (heap.c:262)
by foldermanager_Release (shellpath.c:3684)
by test_knownFolders (shellpath.c:2485)
by func_shellpath (shellpath.c:2517)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f041870 is 472 bytes inside a block of size 1,024 free'd
at RtlFreeHeap (heap.c:262)
by add_with_alpha (imagelist.c:237)
by ImageList_ReplaceIcon (imagelist.c:2508)
by SIC_IconAppend (iconcache.c:284)
by SIC_Initialize (iconcache.c:428)
by DllMain (shell32_main.c:1200)
--
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=38218
Bug ID: 38218
Summary: Corrupted Colors in Call of Duty World at War Single
and Multiplayer
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
corrupted colors in faces, rocks and other things in call of duty world at war
single and multiplayer modes
is wine 1.7.28 appears ok, for both wine test used lastest nvidia beta drivers,
clean prefix for both
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38375
Bug ID: 38375
Summary: Grand Theft Auto IV crashed cars has wrong rendering
Product: Wine
Version: 1.7.40
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 51222
--> https://bugs.winehq.org/attachment.cgi?id=51222
screenshot
See a screenshot.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38342
Bug ID: 38342
Summary: Ground Texture Missing in Vanishing of Ethan Carter
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: ---
In the game "Vanishing of Ethan Carter" the ground texture is missing.
This does not appear to be related to the GPU driver, tested with both an Intel
GPU and an Nvidia GPU.
Also reported by another user on the AppDB.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38414
Bug ID: 38414
Summary: the curson can not be displayed.
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eastpoplar(a)163.com
Distribution: ---
Created attachment 51268
--> https://bugs.winehq.org/attachment.cgi?id=51268
the source insight config file which can reproduce this issue.
I am using the source inside under wine,
if I set the background color to black, the cursor can not be displayed,
if I set the background color to white, the cursor can displayed properly,
I try it under windows:
if I set the BG to black, the cursor will display as white.
if I set the BG to wight, the cursor will displayed as black.
so I guess the wine can only simulate the cursor as black, so if set the BG to
black, the cursor can not be displayed.
if possible please fix this issue, with no cursor env, it's hard to coding.
please tell if this issue has been fixed in some version, or it can be fix if
adjust the config.
I don't want to change my SI black ground color.
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.