https://bugs.winehq.org/show_bug.cgi?id=41605
Bug ID: 41605
Summary: Importing a .sst (Serialized certificate store) does
nothing
Product: Wine
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cryptui
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Hello,
On Windows I created a .sst file from Powershell with the cmdlet
Export-Certificate.
On Linux (Ubuntu 16.10, PlayOnLinux, Wine 1.9.20) I run the control panel,
Internet Settings, Content / Certificates / Import.
I tried to import the .sst file and it tells me "The import was successfull".
But there is no new certificate in any certificate store.
Thank you for your help,
Michel Terrisse
--
Do not reply 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=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=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=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=38500
Bug ID: 38500
Summary: Can not input chinese in source insight
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sgwan2005(a)126.com
Distribution: ---
I cann't input chinese(using sunpinyin) in the Source file window of source
insight 3.50, but the input method works fine when I input chinese in standard
window controls.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38152
Bug ID: 38152
Summary: PureBasic IDE crashes when launching online help ("F1"
key)
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: niffo(a)free.fr
Distribution: ---
Since lastest versions of Wine in Linux (seen in Wine v1.6.2 with PureBasic
32bits), lauching the online help of PureBasic with "F1" crashes the IDE.
It is a regression since it does not happens with older versions of Wine like
1.4.1.
To reproduce, you just have to download the demo version of PureBasic here :
http://www.purebasic.com/download/PureBasic_Demo.zip
Install it and launch the IDE then press "F1" keyboard key.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.