https://bugs.winehq.org/show_bug.cgi?id=47190
Bug ID: 47190
Summary: Custom protocol handler CF doesn't support aggregation
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: jacek(a)codeweavers.com
Regression SHA1: 097811f2513e457ebf4afb1d2d21ab90b8684325
Distribution: ---
Created attachment 64439
--> https://bugs.winehq.org/attachment.cgi?id=64439
+urlmon,+ieframe,+mshtml,+seh,+tid log of the failure
Since the following commit
097811f2513e457ebf4afb1d2d21ab90b8684325 is the first bad commit
commit 097811f2513e457ebf4afb1d2d21ab90b8684325
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed May 9 14:58:49 2018 +0200
urlmon: Use COM aggregation for urlmon protocols in BindProtocol::StartEx.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
the application that I have here fails to render pictures in its custom
IE frame wrapper.
Attached log shows the failure, I've added traces around
IClassFactory_CreateInstance() to make it easier to find the failure in the
log.
--
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=46905
Bug ID: 46905
Summary: Multiple eventlog monitor applications go haywire
(endless console spam, live-loop CPU) due to
advapi32.ReadEventLogA/W returning lasterror
ERROR_CALL_NOT_IMPLEMENTED (use ERROR_HANDLE_EOF
instead)
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
noticed this while looking at multiple SIMATIC WinCC V15.1 Runtime (installer)
bugs -> bug 4690x
After the point when multiple services got installed and configured as
'autostart', each time a prefix is bootstrapped (running an app), one of the
services begins to endlessly spam the console and churn one cpu core.
--- snip ---
..
0057:fixme:advapi:ReadEventLogW
(0xcafe4242,0x00000006,0xffffffff,0xa2de0,0x00000200,0x307f5dc,0x307f5d8) stub
0057:fixme:advapi:GetOldestEventLogRecord (0xcafe4242,0x307f6d4) stub
0057:fixme:advapi:GetNumberOfEventLogRecords (0xcafe4242,0x307f6d0) stub
0057:fixme:advapi:ReadEventLogW
(0xcafe4242,0x00000006,0xffffffff,0xa2de0,0x00000200,0x307f5dc,0x307f5d8) stub
0057:fixme:advapi:GetOldestEventLogRecord (0xcafe4242,0x307f6d4) stub
...
<endless console spam in quick succession>
--- snip ---
Debugger session:
--- snip ---
Wine-dbg> info process
pid threads executable (all id:s are in hex)
0000019a 1 'winedbg.exe'
00000013 4 'explorer.exe'
0000000e 10 'services.exe'
0000006b 5 \_ 'rpcss.exe'
00000065 6 \_ 'svchost.exe'
0000004a 4 \_ 'winedevice.exe'
00000041 4 \_ 'TraceConceptX.exe'
00000035 11 \_ 's7oiehsx64.exe'
0000003c 2 \_ 'S7EpaSRV64x.exe'
00000030 3 \_ 'plugplay.exe'
0000002a 4 \_ 'winedevice.exe'
0000001b 3 \_ 'SmartServer.exe'
00000008 1 'Start.exe'
00000080 10 \_ 'SIA2.exe'
Wine-dbg> info thread
...
00000035 s7oiehsx64.exe
0000005b 0
00000058 0
00000057 0
00000056 0
00000055 0
00000053 0
00000052 2
00000051 15
00000039 0
00000038 0
00000036 0
Wine-dbg> attach 0x35
0x00007ff7ccea2b32 __make_stacks_executable+0xa1b2 in libpthread.so.0: syscall
Wine-dbg>info share
Module Address Debug info Name (91 modules)
PE 7e0000- 807000 Export s7epascp64x
PE 820000- 845000 Export s7oniepg64x
PE 870000- 901000 Export s7ontcp
PE 910000- 992000 Export s7epaapi64x
PE 9a0000- 9b8000 Export s7epromapi64x
PE 9c0000- f25000 Export mfc110u
PE 2790000- 27a4000 Export s7otsiex64
PE 27c0000- 28af000 Export s7pcadpsrv
ELF 7b400000- 7b895000 Dwarf kernel32<elf>
\-PE 7b460000- 7b895000 \ kernel32
ELF 7bc00000- 7bdd4000 Dwarf ntdll<elf>
\-PE 7bc80000- 7bdd4000 \ ntdll
ELF 7c000000- 7c004000 Dwarf <wine-loader>
PE 140000000- 140033000 Export s7oiehsx64
PE 180000000- 18002c000 Export s7onlinx64
...
Wine-dbg>b GetOldestEventLogRecord
Breakpoint 1 at 0x00007ff7be6c96f0 GetOldestEventLogRecord
[/home/focht/projects/wine/mainline-src/dlls/advapi32/eventlog.c:374] in
advapi32
Wine-dbg>c
Stopped on breakpoint 1 at 0x00007ff7be6c96f0 GetOldestEventLogRecord
[/home/focht/projects/wine/mainline-src/dlls/advapi32/eventlog.c:374] in
advapi32
GetOldestEventLogRecord () at
/home/focht/projects/wine/mainline-src/dlls/advapi32/eventlog.c:374
374 {
Wine-dbg>bt
Backtrace:
=>0 0x00007ff7be6c96f0 GetOldestEventLogRecord()
[/home/focht/projects/wine/mainline-src/dlls/advapi32/eventlog.c:374] in
advapi32 (0x000000000307f7a0)
1 0x00000000027e8467 EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307f7a0)
2 0x00000000027c4187 EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307f7a0)
3 0x00000000027c4b64 EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307fbc0)
4 0x00000000027c52df EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307fbc0)
5 0x00000000027d8e8b EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307fbc0)
6 0x00000000027d8cc0 EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307ffd0)
7 0x00000000027dcbe0 EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307ffd0)
8 0x00000000028108d0 EntryPoint+0xffffffffffffffff() in s7pcadpsrv
(0x000000000307ffd0)
9 0x00000000028163ff EntryPoint+0x418a() in s7pcadpsrv (0x000000000307ffd0)
10 0x00000000028165a6 EntryPoint+0x4331() in s7pcadpsrv (0x000000000307ffd0)
11 0x000000007bd310ee call_thread_func+0x116()
[/home/focht/projects/wine/mainline-src/dlls/ntdll/signal_x86_64.c:4454] in
ntdll (0x000000000307ffd0)
--- snip ---
Trace log:
--- snip ---
$ WINEDEBUG=+seh,+relay,+service wine notepad >>log.txt 2>&1
...
0095:Ret PE DLL (proc=0x2812274,module=0x27c0000
L"s7pcadpsrv.dll",reason=THREAD_ATTACH,res=(nil)) retval=1
0095:Starting thread proc 0x28164a4 (arg=0xdd6c0)
...
0095:Call KERNEL32.LoadLibraryExW(0306f790 L"C:\\Program Files\\Common
Files\\Siemens\\Automation\\Simatic
OAM\\bin\\s7pcadpsrv.dll",00000000,00000000) ret=02821d4d
0095:Ret KERNEL32.LoadLibraryExW() retval=027c0000 ret=02821d4d
0095:Call KERNEL32.SetThreadpoolWait(000dd6c0,00000188,00000000) ret=0281800e
0095:Ret KERNEL32.SetThreadpoolWait() retval=00000000 ret=0281800e
0095:Call KERNEL32.SetEvent(00000154) ret=0283d44c
0095:Ret KERNEL32.SetEvent() retval=00000001 ret=0283d44c
...
0095:Call advapi32.OpenEventLogW(00000000,000afef0 L"System") ret=027e8247
0095:fixme:advapi:OpenEventLogW ((null),L"System") stub
0095:Ret advapi32.OpenEventLogW() retval=cafe4242 ret=027e8247
...
0095:Call KERNEL32.SetEvent(00000130) ret=027d98c2
0095:Ret KERNEL32.SetEvent() retval=00000001 ret=027d98c2
...
0095:Call advapi32.GetOldestEventLogRecord(cafe4242,0306f6d4) ret=027e8467
0095:fixme:advapi:GetOldestEventLogRecord (0xcafe4242,0x306f6d4) stub
0095:Ret advapi32.GetOldestEventLogRecord() retval=00000001 ret=027e8467
...
0095:Call advapi32.GetNumberOfEventLogRecords(cafe4242,0306f6d0) ret=027e84f7
0095:fixme:advapi:GetNumberOfEventLogRecords (0xcafe4242,0x306f6d0) stub
0095:Ret advapi32.GetNumberOfEventLogRecords() retval=00000001 ret=027e84f7
...
0095:Call
advapi32.ReadEventLogW(cafe4242,00000006,ffffffff,000de970,00000200,0306f5dc,0306f5d8)
ret=027e85c3
0095:fixme:advapi:ReadEventLogW
(0xcafe4242,0x00000006,0xffffffff,0xde970,0x00000200,0x306f5dc,0x306f5d8) stub
0095:Ret advapi32.ReadEventLogW() retval=00000000 ret=027e85c3
...
0095:Call KERNEL32.GetLastError() ret=0281b6e4
0095:Ret KERNEL32.GetLastError() retval=00000078 ret=0281b6e4
...
0095:Call KERNEL32.RaiseException(e06d7363,00000001,00000004,0306f560)
ret=02812f70
0095:trace:seh:NtRaiseException code=e06d7363 flags=1 addr=0x7b497b7e
ip=7b497b7e tid=0095
0095:trace:seh:NtRaiseException info[0]=0000000019930520
0095:trace:seh:NtRaiseException info[1]=000000000306f5e0
0095:trace:seh:NtRaiseException info[2]=00000000028919d0
0095:trace:seh:NtRaiseException info[3]=00000000027c0000
0095:trace:seh:NtRaiseException rax=000000007b478128 rbx=00000000028919d0
rcx=000000000306f350 rdx=0000000000000020
0095:trace:seh:NtRaiseException rsi=000000000306f560 rdi=000000000306f370
rbp=000000000306f4a0 rsp=000000000306f330
0095:trace:seh:NtRaiseException r8=0000000000000004 r9=000000000306f560
r10=0000000000000000 r11=0000000000000000
0095:trace:seh:NtRaiseException r12=00000000ffffffff r13=0000000002897898
r14=00000000cafe4242 r15=0000000000000006
...
0095:Call
ntdll.RtlUnwindEx(0306f8a0,027c52df,0306dd40,00000000,0306dde0,0306eb10)
ret=02813589
0095:trace:seh:RtlUnwindEx code=80000029 flags=3 end_frame=0x306f8a0
target_ip=0x27c52df rip=000000007bd2f75d
...
<sequence repeats again endlessly>
...
0095:Call advapi32.GetOldestEventLogRecord(cafe4242,0306f6d4) ret=027e8467
0095:fixme:advapi:GetOldestEventLogRecord (0xcafe4242,0x306f6d4) stub
0095:Ret advapi32.GetOldestEventLogRecord() retval=00000001 ret=027e8467
...
--- snip ---
Not really an issue but worth mentioning: Wine's current stub logic with
regards to event log entry numbers is a bit inconsistent when looking at old
commit comments.
* GetOldestEventLogRecord -> *OldestRecord = 0; return TRUE; (= success, 1
event)
* GetNumberOfEventLogRecords -> *NumberOfRecords = 0; return TRUE; (= success,
0 events)
GetOldestEventLogRecord -> "0" is a valid record number = 1 event.
https://docs.microsoft.com/en-us/windows/desktop/EventLog/event-log-records
--- quote ---
Information about each event is stored in the event log in an event log record.
The event log record includes time, type, and category information.
For more information, see the EVENTLOGRECORD structure.
The RecordNumber member of EVENTLOGRECORD contains the record number for the
event log record.
The very first record written to an event log is record number 1, and other
records are numbered sequentially.
If the record number reaches ULONG_MAX, the next record number will be 0, not
1; however, you use zero to seek to the record.
If the Retention registry value is set to zero, the event records are
overwritten when the maximum log size is reached.
Therefore, the oldest record in an event log may not be record number 1.
To identify the oldest record in the log, call the GetOldestEventLogRecord
function.
You can then call the GetNumberOfEventLogRecords function and add the returned
value to the oldest record number to determine the newest record.
You can read individual records from the event log using the ReadEventLog
function.
For more information, see Querying for Event Information.
--- quote ---
https://source.winehq.org/git/wine.git/commit/860c90a32217fb37a3b6c19ecd57f…
--- quote ---
author Hans Leidekker <hans(a)it.vu.nl>
Wed, 23 Mar 2005 13:09:27 +0000 (13:09 +0000)
committer Alexandre Julliard <julliard(a)winehq.org>
Wed, 23 Mar 2005 13:09:27 +0000 (13:09 +0000)
commit 860c90a32217fb37a3b6c19ecd57f4651085f3e1
Pretend there are 0 log records.
Improve traces.
--- quote ---
But again, that's not the real problem.
The service code does something similar like this one (pretty standard way of
watching the eventlog for events).
https://github.com/matrix207/VC/blob/master/eventlog/EventLogMonitor/EventL…https://www.google.com/search?q=ReadEventLog+ERROR_HANDLE_EOF
Wine lacks event log implementation entirely, hence it returns lasterror
'ERROR_CALL_NOT_IMPLEMENTED' in 'ReadEventLogA/W'.
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/advapi32/eventlog.c#…
--- snip ---
610
/******************************************************************************
611 * ReadEventLogW [ADVAPI32.@]
612 *
613 * See ReadEventLogA.
614 */
615 BOOL WINAPI ReadEventLogW( HANDLE hEventLog, DWORD dwReadFlags, DWORD
dwRecordOffset,
616 LPVOID lpBuffer, DWORD nNumberOfBytesToRead, DWORD *pnBytesRead, DWORD
*pnMinNumberOfBytesNeeded )
617 {
618 FIXME("(%p,0x%08x,0x%08x,%p,0x%08x,%p,%p) stub\n", hEventLog,
dwReadFlags,
619 dwRecordOffset, lpBuffer, nNumberOfBytesToRead, pnBytesRead,
pnMinNumberOfBytesNeeded);
620
621 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
622 return FALSE;
623 }
--- snip ---
Unfortunately various applications can't handle this lasterror code. They only
check for 'ERROR_INSUFFICIENT_BUFFER' and 'ERROR_HANDLE_EOF' lasterrors and go
haywire otherwise.
To help these applications I propose to change the lasterror to
'ERROR_HANDLE_EOF'. With the change applied, the service no longer misbehaves:
--- snip ---
...
0095:Call advapi32.GetOldestEventLogRecord(cafe4242,0306f6d4) ret=027e8467
0095:fixme:advapi:GetOldestEventLogRecord (0xcafe4242,0x306f6d4) stub
0095:Ret advapi32.GetOldestEventLogRecord() retval=00000001 ret=027e8467
...
0095:Call advapi32.GetNumberOfEventLogRecords(cafe4242,0306f6d0) ret=027e84f7
0095:fixme:advapi:GetNumberOfEventLogRecords (0xcafe4242,0x306f6d0) stub
0095:Ret advapi32.GetNumberOfEventLogRecords() retval=00000001 ret=027e84f7
...
0095:Call
advapi32.ReadEventLogW(cafe4242,00000006,ffffffff,000dd530,00000200,0306f5dc,0306f5d8)
ret=027e85c3
0095:fixme:advapi:ReadEventLogW
(0xcafe4242,0x00000006,0xffffffff,0xdd530,0x00000200,0x306f5dc,0x306f5d8) stub
0095:Ret advapi32.ReadEventLogW() retval=00000000 ret=027e85c3
...
0095:Call KERNEL32.GetLastError() ret=027c4690
0095:Ret KERNEL32.GetLastError() retval=00000026 ret=027c4690
...
0095:Call advapi32.NotifyChangeEventLog(cafe4242,00000190) ret=027e8657
0095:fixme:advapi:NotifyChangeEventLog (0xcafe4242,0x190) stub
0095:Ret advapi32.NotifyChangeEventLog() retval=00000001 ret=027e8657
...
0095:Call KERNEL32.WaitForMultipleObjects(00000002,000aea30,00000000,ffffffff)
ret=027e694d
<blocked>
--- snip ---
The blocking behaviour is intended and by design. It also avoids any further
console spam/cpu bound polling due to APIs failing.
$ sha1sum SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
db1f97bb648b62fa1c5d974d7f2bcb6b4a9fd786
SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
$ du -sh SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
1.3G SIMATIC_WinCC_Runtime_Advanced_V15_1.exe
$ wine --version
wine-4.4-188-gc988910cae
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=47327
Bug ID: 47327
Summary: Japanese text are overlapped in notepad when using
bitmap font.
Product: Wine
Version: 4.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 8d018d8d1dadf9d731690567b9c98d5a9eae37db
Distribution: Ubuntu
Created attachment 64650
--> https://bugs.winehq.org/attachment.cgi?id=64650
screenshot of notepad
Japanese text are overlapped in notepad when using bitmap font, e.g. System.
When I choose TrueType font in the setting, it doesn't happen.
How to reproduce:
1. Set following registry value to supplement Japanese glyphs:
Key: HKCU\Software\Wine\Fonts\Replacements
Name: MS UI Gothic
Type: REG_SZ
Data: Ume UI Gothic (or your favorite Japanese font)
2. Run notepad in Japanese locale, i.e. LANG=ja_JP.UTF-8 wine notepad.
3. Choose FixedSys font in 編集(Edit) - フォント(Font) setting.
4. Type or paste Japanese text. e.g. いろはにほへと
Actual behavior:
* Glyphs are overlapped, so they can't be readable (see the attachement).
* Japanese character's advance is the same as half-width character,
e.g. Latin alphabets
Expecting behavior:
* Glyphs aren't overlapped. You can see each one.
* Japanese character's advance is twice as wide as half-width character.
--
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=43286
Bug ID: 43286
Summary: Qt 5.7.0 based: Cannot read UDP packets: "errno 90,
(Message too long)"
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)supradigital.org
Distribution: ---
Created attachment 58625
--> https://bugs.winehq.org/attachment.cgi?id=58625
Binary, source code, debug log
In any program using Qt 5.7.0, if you try to read a udp datagram packet, the
call would always return size 0 and leave you with an empty peer-address/port
as well.
I discovered the problem in the launcher for my game which uses UDP to ping
various servers.
I wrote a minimal UDP server to which you can connect with netcat (or anything)
and it easily reproduces the problem.
Attached you'll find a small archive containing:
- minimal udp test server
- source code for that server
- debug log with +winsock showing the error
- the client netcat command to cause that error
Note: I have not checked a simple raw UDP server using the winsock API
directly.
The problem exists at least since wine v1.6.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=46453
Bug ID: 46453
Summary: The Testament of Sherlock Holmes crashes while loading
level with builtin d3dx9_43
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: 949dbbd31f450178c90ea8267097a975b77c3219
Distribution: ---
fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x1 at
ctx(0x33b4ec,L"d3dx9_43<elf>"), for
debug_info(abbrev:0x6d3303ac,symt:0x6d27b524)
fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children
Set d3dx9_43 to native,builtin helps.
--
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=28196
Summary: Test Drive Unlimited: Water is always rendered on top
of everything.
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
On Test Drive Unlimited water is always rendered on top of any other object, no
matter how far or high the object is, in fact one can see the rivers and sea
over the road/mountains being miles away from the sea/river.
This issue happens since the very first runnable wine version (1.1.x), and I
belive that it wasn't reported earlier because it was confused by most users
with bug 7991, but definitely not the same issue.
I have tested it with the following hardware (DX10 capable) and the bug shows
clearly:
------------------------[ snip ]------------------------------------
direct rendering: Yes
server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 9300M GS/PCI/SSE2
OpenGL version string: 3.3.0 NVIDIA 270.41.06
OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
------------------------[ snip ]------------------------------------
There are also reports on the appdb of users with a Geforce 9600GT or ATI
HD4870 having the same issue (both cards are DX10 capable), and a lot of
screenshots with the "flood".
--
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=47137
Bug ID: 47137
Summary: HX Edit (Line 6) : crashes on launch
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: clarinet(a)huzzam.com
Distribution: ---
Created attachment 64363
--> https://bugs.winehq.org/attachment.cgi?id=64363
backtrace
Fresh install of wine-development (4.2), set to Windows 10 and 192dpi (for
hidpi screen), otherwise stock .wine. Installed Line6 HX Edit software, and it
crashes immediately on launch.
--
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=47236
Bug ID: 47236
Summary: Adobe InDesign CC 2017: crashes at startup:
unimplemented function msvcp140.dll._Strxfrm
Product: Wine
Version: 4.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: winepala(a)tradermail.info
Distribution: ---
Created attachment 64512
--> https://bugs.winehq.org/attachment.cgi?id=64512
terminal log
Adobe InDesign CC2017 crashes at startup with this wine log message
wine: Call from 0x7b456056 to unimplemented function msvcp140.dll._Strxfrm,
aborting
005a:err:module:LdrInitializeThunk "dvanet.dll" failed to initialize, aborting
005a:err:module:LdrInitializeThunk Initializing dlls for
L"Z:\\home\\user\\Wine\\Adobe InDesign CC 2017\\InDesign.exe" failed, status
80000100
--
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=47082
Bug ID: 47082
Summary: Unhandled exception: unimplemented function
authz.dll.AuthzFreeResourceManager called in 32-bit
code (0x7b445f5b).
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: terry(a)beam.ltd.uk
Distribution: ---
Created attachment 64274
--> https://bugs.winehq.org/attachment.cgi?id=64274
Backtrace
An un-implemented function when using a program called passpad.exe an MRI
imaging viewer: Clarity English, OsiriX Viewer.
This is using Fedora29 wine.
--
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=47399
Bug ID: 47399
Summary: Mozart 13 crashes on startup
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Mozart 13 can be downloaded from: http://www.mozart.co.uk/programs/mzsetup.exe
It crashes while starting up. This line from the relay trace looks relevant:
0009:Call user32.CreateWindowExW(00000000,0120bb60 L"",01ac3e00
L"Mozart",00cf8000,80000000,80000000,80000000,80000000,00000000,00010066,00400000,00000000)
ret=00c6eb88
It's trying to create a window with an empty string for a class name, and that
fails.
--
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=39614
Bug ID: 39614
Summary: Wine initialises a Critical Section for Mutexes by
NULL instead of (void*)-1
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: EoD(a)xmw.de
Distribution: ---
After initialising a critical section for mutexes by using
static CRITICAL_SECTION Mutex = {(PCRITICAL_SECTION_DEBUG)-1, -1, 0, 0, 0, 0};
wine crashed in "RtlpWaitForCriticalSection()".
According to http://locklessinc.com/articles/pthreads_on_windows/ this is a
valid way of initialising the critical section. However, Wine seems to
initialize it by NULL instead of (void*)-1:
http://source.winehq.org/git/wine.git/blob/e8b9bda53ac39c913ddc93de0308f0c8…
This is a re-reporting of an issue on github:
https://github.com/apitrace/apitrace/issues/397
with a backtrace in https://gist.github.com/EoD/cf759116a4af8744bdb7
--
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=47432
Bug ID: 47432
Summary: bcrypt always chooses ECB mode when using AES, even if
a program indicates otherwise.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
When selecting the block chaining mode to use with AES, wine's bcrypt
implementation never checks the full length of the mode string given. On my
system the call to strncmpW() only checks the first 8 bytes.
As a result, ECB mode is always chosen regardless as to the mode chosen by the
caller. This issue is present in both key_set_property() in gnutls.c and
set_alg_property() in bcrypt_main.c. I cannot test mac systems, so I cannot
tell if it affects macos.c.
--
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=38421
Bug ID: 38421
Summary: Windows Media Player 9 & 10: mp3 sound plays too fast
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
To reproduce, install WMP10 with winetricks and play an mp3 file.
Setting version based on regression test results, but the problem is still
present in wine-1.7.40-156-gba00e8e.
Regression test results:
5c91d011bbdff0cac6535c866ef5498b1ddc42c7 is the first bad commit
commit 5c91d011bbdff0cac6535c866ef5498b1ddc42c7
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Mon Dec 29 00:13:56 2014 +0300
msdmo: Registry API functions don't return HRESULT codes.
:040000 040000 dd337587dde868375ad75d4fd6adcc590453375c
35cf0352b6c68488c4b17f2064575eec35eb25aa M dlls
The patch can't be reverted cleanly. The results seemed odd, so I ran the
regression test a second time and got the same result.
Winetricks quartz devenum works around 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.
https://bugs.winehq.org/show_bug.cgi?id=47234
Bug ID: 47234
Summary: Wine fails to properly parse and import some of the
standard root certificates
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: oakad(a)yahoo.com
Distribution: ---
While starting a wine application on Fedora 30 instance, quite a few of the
root certificates can not be imported by Wine because of what appears to be a
certificate parser bug. The remaining certificates still work, but those may be
not enough and the bug may affect custom certificates as well.
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0x103be8: version 2
004b:trace:chain:dump_element issued by L"thawte Primary Root CA - G2"
004b:trace:chain:dump_element issued to L"thawte Primary Root CA - G2"
004b:trace:chain:dump_element valid from 11/5/2007 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xfeca8: version 2
004b:trace:chain:dump_element issued by L"VeriSign Class 3 Public Primary
Certification Authority - G4"
004b:trace:chain:dump_element issued to L"VeriSign Class 3 Public Primary
Certification Authority - G4"
004b:trace:chain:dump_element valid from 11/5/2007 to 1/18/2038
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "1.3.6.1.5.5.7.1.12" (not critical)
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xfb668: version 2
004b:trace:chain:dump_element issued by L"USERTrust ECC Certification
Authority"
004b:trace:chain:dump_element issued to L"USERTrust ECC Certification
Authority"
004b:trace:chain:dump_element valid from 2/1/2010 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xc9478: version 2
004b:trace:chain:dump_element issued by L"SSL.com Root Certification Authority
ECC"
004b:trace:chain:dump_element issued to L"SSL.com Root Certification Authority
ECC"
004b:trace:chain:dump_element valid from 2/12/2016 to 2/12/2041
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.35" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6\6850\091d"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xd8798: version 2
004b:trace:chain:dump_element issued by L"SSL.com EV Root Certification
Authority ECC"
004b:trace:chain:dump_element issued to L"SSL.com EV Root Certification
Authority ECC"
004b:trace:chain:dump_element valid from 2/12/2016 to 2/12/2041
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.35" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6\80d0\091d"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xc29a8: version 2
004b:trace:chain:dump_element issued by L"OISTE WISeKey Global Root GC CA"
004b:trace:chain:dump_element issued to L"OISTE WISeKey Global Root GC CA"
004b:trace:chain:dump_element valid from 5/9/2017 to 5/9/2042
004b:trace:chain:dump_element 4 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "1.3.6.1.4.1.311.21.1" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_name_constraints 0 excluded subtrees:
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xb0fc8: version 2
004b:trace:chain:dump_element issued by L"Hellenic Academic and Research
Institutions ECC RootCA 2015"
004b:trace:chain:dump_element issued to L"Hellenic Academic and Research
Institutions ECC RootCA 2015"
004b:trace:chain:dump_element valid from 7/7/2015 to 6/30/2040
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xae008: version 2
004b:trace:chain:dump_element issued by L"GlobalSign"
004b:trace:chain:dump_element issued to L"GlobalSign"
004b:trace:chain:dump_element valid from 11/13/2012 to 1/19/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xa7888: version 2
004b:trace:chain:dump_element issued by L"GlobalSign"
004b:trace:chain:dump_element issued to L"GlobalSign"
004b:trace:chain:dump_element valid from 11/13/2012 to 1/19/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\bdf7\c5f5\e4be\cd43\718a\1bf0\ab31\8a06\95ee\75ef\e619\6c12\d6db\c9bb\6aee\e300\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xac358: version 2
004b:trace:chain:dump_element issued by L"GeoTrust Primary Certification
Authority - G2"
004b:trace:chain:dump_element issued to L"GeoTrust Primary Certification
Authority - G2"
004b:trace:chain:dump_element valid from 11/5/2007 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xa3f78: version 2
004b:trace:chain:dump_element issued by L"Entrust Root Certification Authority
- EC1"
004b:trace:chain:dump_element issued to L"Entrust Root Certification Authority
- EC1"
004b:trace:chain:dump_element valid from 12/18/2012 to 12/18/2037
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0xa68b8: version 2
004b:trace:chain:dump_element issued by L"DigiCert Global Root G3"
004b:trace:chain:dump_element issued to L"DigiCert Global Root G3"
004b:trace:chain:dump_element valid from 8/1/2013 to 1/15/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0x937b8: version 2
004b:trace:chain:dump_element issued by L"DigiCert Assured ID Root G3"
004b:trace:chain:dump_element issued to L"DigiCert Assured ID Root G3"
004b:trace:chain:dump_element valid from 8/1/2013 to 1/15/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_DIGITAL_SIGNATURE_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
004b:trace:chain:dump_basic_constraints2 path length=0
004b:trace:chain:CertGetCertificateChain error status: 00000020
004b:trace:chain:dump_chain_para 32
004b:trace:chain:CRYPT_CheckSimpleChain checking chain with 1 elements for time
(null)
004b:trace:chain:dump_element 0x942a8: version 2
004b:trace:chain:dump_element issued by L"COMODO ECC Certification Authority"
004b:trace:chain:dump_element issued to L"COMODO ECC Certification Authority"
004b:trace:chain:dump_element valid from 3/6/2008 to 1/18/2038
004b:trace:chain:dump_element 3 extensions
004b:trace:chain:dump_extension "2.5.29.14" (not critical)
004b:trace:chain:dump_extension "2.5.29.15" (critical)
004b:trace:chain:dump_key_usage CERT_KEY_CERT_SIGN_KEY_USAGE
004b:trace:chain:dump_key_usage CERT_CRL_SIGN_KEY_USAGE
004b:trace:chain:dump_extension "2.5.29.19" (critical)
004b:trace:chain:dump_basic_constraints2 basic constraints:
004b:trace:chain:dump_basic_constraints2 can be a CA
004b:trace:chain:dump_basic_constraints2 doesn't have path length constraint
004b:trace:chain:dump_basic_constraints2 path length=0
004b:fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm
L"\377f\9eec\d340\4879\1a44\ad71\0dc0\aca8\4b4f\c055\19df\8cba\d67c\e6b2\03b0\6212\2dc5\e797\46d4\f60e\c322\68b2\3b93\475e\4db3\d630\592d\8d33\caf6\3f30\2210\5ee6"
not supported
004b:trace:chain:CRYPT_CheckRootCert Last certificate's signature is invalid
004b:trace:chain:CertGetCertificateChain error status: 00000028
--
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=47023
Bug ID: 47023
Summary: Warframe in-game screenshot fails if screenshot
directory already exists
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: wine.bugzilla(a)johnthomson.fastmail.com.au
Distribution: ---
Created attachment 64181
--> https://bugs.winehq.org/attachment.cgi?id=64181
SHCreateDirectoryExW already exists demo application source
The Warframe in-game screenshot (F6) utility fails to save a screenshot if the
directory it tries to use already exists.
These are:
$user\My Pictures\\Warframe
$warframe_install_location\\Downloaded\\Public\\Captures
$warframe_install_location\\Downloaded\\Public
$user\\Local Settings\\Application Data\\Warframe\\Captures
If one of these folders does not exist, it is created, and one screenshot can
be saved.
I believe the issue stems from SHCreateDirectoryExW returning ERROR_CANCELLED,
but have not had time to compile Wine with a fix yet.
0037:Call shell32.SHCreateDirectoryExW(00020060,09df9270 L"C:\\users\\john\\My
Pictures\\Warframe",00000000) ret=1401353f4
...
0037:fixme:shell:SHCreateDirectoryExW Show system error message, creating path
L"C:\\users\\john\\My Pictures\\Warframe", failed with error 183
0037:Ret shell32.SHCreateDirectoryExW() retval=000004c7 ret=1401353f4
When the folder exists, SHCreateDirectoryExW returns with ERROR_CANCELLED 1223
(0x4C7)
https://github.com/wine-mirror/wine/blob/fabde842ede40fc53cf6f5743d5b477841…
My simple test program with a non-null Hwnd returned error ERROR_ALREADY_EXISTS
183 on Windows 7, and ERROR_CANCELLED 1223 in Wine, but I am not confident in
my quick testing.
The MSDN docs do not mention this
https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/nf-shlobj_…
I would like for someone to test the return value of SHCreateDirectoryExW with
a Hwnd for an exiting directory on 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=46655
Bug ID: 46655
Summary: Adobe Photoshop CC 2015.5: Tabs show completely black
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: winepala(a)tradermail.info
Distribution: ---
Created attachment 63587
--> https://bugs.winehq.org/attachment.cgi?id=63587
screenshot
This is a regression since wine-3.0 where I last saw it working. Photoshop
panels render to pitch black but can still be interacted with.
Confirmed broken in wine/stable (4.0) and wine/master (currently tag:wine-4.2)
I did a git bisect from wine-3.0 (good) to wine-3.10 (bad) and landed on these
two commits. The last one I could not tag as it causes Photoshop to crash.
commit 99b64f74320ba11b282a33aad2edc28551501875 (refs/bisect/bad)
Date: Wed Apr 4 15:12:55 2018 +0200
gdi32: Build the region object directly instead of making a copy in
CreatePolyPolygonRgn.
commit 97f996744eafc4ad640ca3b9d97016625443c8cd (HEAD) (crashes)
Date: Wed Apr 4 12:38:29 2018 +0200
gdi32: Pre-allocate the points array in CreatePolyPolygonRgn.
--
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=47437
Bug ID: 47437
Summary: Final Fantasy XIV 5.0 crashes on startup when using
xaudio2_8.dll
Product: Wine
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: achurch+wine(a)achurch.org
Distribution: ---
When starting Final Fantasy XIV 5.0 (Shadowbringers), after logging in through
the launcher, the game program (ffxiv_dx11.exe) immediately aborts with an
"unexpected error" dialog when the Windows version is set to Windows 10 in
winecfg. The error results from a crash in FAudio, called via xaudio2_8.dll,
trying to read through a clobbered pointer value.
FFXIV apparently chooses an XAudio2 API version based on the reported Windows
version; setting Windows 10 causes the game to load xaudio2_8.dll, while
setting Windows 7 causes it to load xaudio2_7.dll. The game starts normally
(and audio works properly) in the latter case.
For more information/analysis, see:
https://github.com/ValveSoftware/Proton/issues/580#issuecomment-507001866 (and
surrounding comments)
https://github.com/FNA-XNA/FAudio/issues/152
--
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=22909
Summary: Drawn text overlapps after the second character.
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.subsystems.com/tecfe.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
CC: aric(a)codeweavers.com
Created an attachment (id=28340)
--> (http://bugs.winehq.org/attachment.cgi?id=28340)
Screenshot
Open the TECF Demo app and open the demo.rtf file.
See screenshot of results.
Good: 1.1.42
Bad: 1.1.43
The issue appears to be caused by the change in the gdi32/bidi.c or changes in
usp10 between the above versions.
--
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=19289
Summary: Gimp: License text is missing new lines (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://gimp-win.sourceforge.net/stable.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
See screenshot. Native riched20 doesn't help.
--
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=19249
Summary: Notepad++ default save dialog is 'Save', not 'Save as'
(appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://sourceforge.net/project/showfiles.php?group_id=
95717&package_id=102072
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=22288)
--> (http://bugs.winehq.org/attachment.cgi?id=22288)
screenshot
This one is pretty tricky, and had me pulling my hair out.
Open notepad++ with no document, so it creates an empty one.
Type something 'Wine is awesome!'
Go to save 'CTRL+S'
You'll get the default save dialog.
However!
On windows:
Title = 'Save As'
On wine:
Title = 'Save'
--
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=41570
Bug ID: 41570
Summary: Xenia emulator needs unimplemented function
api-ms-win-core-rtlsupport-l1-1.RtlLookupFunctionEntry
called in 64-bit code
Product: Wine
Version: 1.9.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetest(a)luukku.com
Distribution: ---
Continue of bug 41380.
--
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=43550
Bug ID: 43550
Summary: Photoshop Elements 15 spams console with
fixme:file:MoveFileWithProgressW
MOVEFILE_WRITE_THROUGH unimplemented
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58954
--> https://bugs.winehq.org/attachment.cgi?id=58954
Console Output wine 2.14 (Non-staging)
Hello everyone,
I have been trying to get the installer of "Photoshop Elements 15" to work and
it keeps spamming the console with the error indicated in the subject.
The installer eventually became so slow that I had to kill the process.
Please let me know should you require further information.
--
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=27279
Summary: LEGO Pirates of the Caribbean DEMO requires XACT /
XAPOFX1_3.dll
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: web(a)raydenuni.com
This demo, and presumably the full game, fails to import XAPOFX1_3.dll and
won't start unless xact has been installed.
err:module:import_dll Library XAPOFX1_3.dll (which is needed by L"C:\\Program
Files\\Disney Interactive Studios\\LEGO Pirates DEMO\\LEGOPiratesDEMO.exe") not
found
Workaround:
$ winetricks xact
--
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=26808
Summary: Blue Toad Murder Files crashes on startup: "No Audio
Device Detected!" (needs XactEngine3_7.dll et al.)
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://demos.gamersgate.com/21741
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=34160)
--> (http://bugs.winehq.org/attachment.cgi?id=34160)
terminal output
The demo installs fine but won't run even after the following native components
are installed via winetricks: d3dx9_36 vcrun2008 xact.
The game throws an error dialogue, saying that no audio device can be found.
To reproduce the issue in the demo:
1) Install the demo by wine msiexec /i InstallBlueToadSeasonOneDemo.msi
2) winetricks vcrun2008 d3dx9_36 xact
3) Launch the demo by wine BT01Application.win32.exe >> an error dialogue is
shown and the game crashes.
---excerpt from the log---
...
err:ole:CoGetClassObject class {5a508685-a254-4fba-9b82-9a24b00306af} not
registered
...
---
That refers to a newer version of the Xaudio libraries which come bundled in
the June 2010 DirectX redistributable.
However, the current winetricks script installs directx libs from the February
2010 package, in which they're not included. The required files:
XAudio2_7.dll
XactEngine3_7.dll
XAPOFX1_5.dll
You have to hunt them down from a Windows machine (with up-to-date directx),
place them in /system32 and register them with regsvr32.exe.
The game will start correctly afterwards.
--
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=47947
Bug ID: 47947
Summary: wine control freezes on exit
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
After trying to close the application window it keeps running while consuming
over 100% of CPU:
23093 user 20 2612.7m 23.4m 13.4m R 74.3 0.1 0:05.53 control
23096 user 20 8.4m 5.7m 1.6m R 55.4 0.0 0:04.43 wineserver
Steps to reproduce:
$ wine control
Alt+F4 or close the window.
--
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=42813
Bug ID: 42813
Summary: Sixa crashes
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jey.and.key(a)gmail.com
Distribution: ---
Sixa the streaming thin client for gaming 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.
https://bugs.winehq.org/show_bug.cgi?id=43004
Bug ID: 43004
Summary: qedit/tests/mediadet.c intermittent crash
Product: Wine
Version: 2.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Created attachment 58144
--> https://bugs.winehq.org/attachment.cgi?id=58144
backtrace/log from crash
Intermittently crashes trying to execute IMediaDet_put_Filename (line 294).
Also sometimes shows a third behaviour in which the program will gracefully
crash, showing a message box saying "Internal errors - invalid parameters
received". Attaching logs for each case.
The crash itself is in push_data() in winegstreamer.
--
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=16978
Summary: Corel Paint Shop Pro Photo X2: Fails to start with an
"illegally modified" message.
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: npiguet(a)romandie.com
Created an attachment (id=18764)
--> (http://bugs.winehq.org/attachment.cgi?id=18764)
Command line output
Corel Paint Shop Pro Photo X2 fails to start correctly and displays the
following error message:
"This copy of Paint Shop Pro has been damaged or illegally modified. Please
reinstall from your original source."
I had to install msxml3 with winetricks to get the application to start without
crashing.
--
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=26991
Summary: Movie Outline 3's delete and backspace functions don't
work.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluemonsterstail(a)gmail.com
Text in Movie Outline 3 Screenwriting software can not be erased. Backspacing
or deleting text results in a hard return.
--
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=44357
Bug ID: 44357
Summary: Support for emulated 8bit/256 color index mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cork(a)reconmail.com
Distribution: ---
Currently wine relies xserver color depth setting to handle color depth
requirements that games have. The problem is modern nvidia drivers don't
provide 256 color depth as an option.
Nor does any of the workaround the wiki[1] lists work as most of these games
requires directx and gpu acceleration isn't available in Xephyr or Xnest.
I would there for be nice if there was support in wine for emulating the 8bit
index graphic mode in the virtual desktop so these games could still be played
on modern linux hardware.
[1] https://wiki.winehq.org/256_Color_Mode
--
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=47939
Bug ID: 47939
Summary: Morrowind: Music Error: Can not play file. Data
Files/Music/Special/morrowind title.mp3
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trymeout(a)tutanota.com
Distribution: ---
Created attachment 65440
--> https://bugs.winehq.org/attachment.cgi?id=65440
wine 4.17 log
When I launch Morrowind and once the main menu starts, I get this error message
and then click OK and then game crashes
Music Error: Can not play file. Data Files/Music/Special/morrowind title.mp3
I am using Wine 4.17 when this error occurs, however I also tried using an
older version of Wine 4.0.1 and there is no error message on the main menu and
the game works. The newer versions of wine is causing this issue for Morrowind.
--
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=40284
Bug ID: 40284
Summary: Unable to change resolution for LVDS panels
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gang65(a)poczta.onet.pl
Distribution: ---
If Wine want to change the resolution on laptop screen, there is only one
supported mode. For example xrandr -q shows:
LVDS-0 connected primary 1680x1050+0+0 (normal left inverted right x axis y
axis) 331mm x 207mm
1680x1050 59.88*+
This is because the native resolution is the only one that your internal panel
supports, while your HDMI monitor supports a variety of different modes. Note
that unlike other modesetting interfaces, RandR 1.2 provides control over the
actual physical mode timings being sent to the monitor, so only supported
timings are listed.
More information about issue:
https://devtalk.nvidia.com/default/topic/922395/340-96-xrandr-1-5-0-and-nat…
This is causing error during run like for Commandos 2:
wine Comm2.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1a4,0x00000000), stub!
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
640x480x16 @0! (NoRes)
To resolve missing resolution for laptops, the scale should be used.
With randr it could be set as:
xrandr --output LVDS-0 --scale-from 640x480
--
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=19353
Summary: The Talking Moose: No audio, no animation, always
crashes
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.halls.md/moose/index.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neuroshock(a)hotmail.com
Created an attachment (id=22416)
--> (http://bugs.winehq.org/attachment.cgi?id=22416)
Console error output for Talking Moose program
When it functions properly on a Windows machine, the Talking Moose application
is a desktop toy (based on an app for the old Macintosh Plus from the 80's) in
which an animated talking moose avatar periodically pops up in the upper-right
corner of the screen to offer witty remarks, puns, or mild insults. (The phrase
database can be modified and augmented.) The moose also comments on various
system activities, like the opening and closing of programs. There's also a
system tray icon, and right-clicking offers a host of other options, as well as
a control panel to control the moose's behavior.
I can't get the application to work in wine. (
I can successfully install the application, and it starts up and creates a
system tray icon without crashing.
But there's no animation or sound or talking, the moose avatar displays the
text "Voice Error: I'm Sick", and clicking on the moose avatar itself or
right-clicking on the system tray icon and trying to open the control panel
causes an immediate crash of the program, generally with an error box saying
"Run-time error '-2147200966 (8004503a)': Automation error."
Solving this problem might be helpful more generally, because it might shed
some more light on the Microsoft text-to-speech system in the process.
I've tested the program on clean wineprefix, with/without vbrun, with/without
native ole. I also tried installing Microsoft Text-to-Speech (see, for example,
http://www.bytecool.com/voices.htm), but none of this changed the application's
behavior in any way.
Please see the attached console error output.
Thanks!
--
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=22053
Summary: Steam games crash on startup if in-game community is
not disabled
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(I looked, but couldn't find a bug for this, so here goes.)
Launching any game (say, Braid Demo) hangs quickly.
To work around this, go to Settings > Friends > "Notifications and Sounds",
uncheck all checkboxes, and select "Never" for "Flash Window".
Then go to Settings > In-Game and uncheck the "Enable Steam Community In-Game"
checkbox. The game should launch ok now.
--
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=45811
Bug ID: 45811
Summary: The CorelDRAW Graphics Suite 2018 don't want to
install
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Distribution: ---
Created attachment 62273
--> https://bugs.winehq.org/attachment.cgi?id=62273
screenshot
When I launch installer it display message at center of screen "JavaScript is
disabled.
The installation cannot continue because your security settings of Internet
Explorer do not allow scripts. To install the product, you must first adjust
the security settings of Internet Explorer. For information about how to change
your security settings, click here. "
--
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=16964
Summary: NavyFIELD cannot read its .data files
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.navyfield.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flamehawk96(a)yahoo.com
after placing msvcp60.dll in to wine's system32 folder and setting quartz to
native, Wine is able to get passed the EULA and into the log in screen. The
problem starts when attempting to log in. The game console just says that the
data files are corrupt (unless you try to log in with something wit htoo many
or too little characters). In a normal situation this would be remedied by
deleting all of the .data files (in the NF folder) and letting the game patcher
replace them. I've noticed that the patcher keeps downloading something every
time I run it. I'm guessing that it is replacing the .data files when it does
this. but again, it doesn't solve the problem.
--
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=34227
Bug #: 34227
Summary: AVR Studio 4.19 (build 730) fails to communicate with
programmer
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghieber(a)fastmail.net
Classification: Unclassified
Created attachment 45542
--> http://bugs.winehq.org/attachment.cgi?id=45542
screen shots and log file
AVR Studio can control a variety of programmers and in-circuit-emulators. While
the programming part could be worked around by using AVRDude or comparable
applications, emulation can't.
I have two of the oldest supported devices, an Atmel STK500 evaluation board,
and a (not original) JTAGICE programmer / emulator. Basic communication with
both devices works. The JTAGICE can not be further testet due to lack of a
suitable target. The STK500 behaves as follows:
connecting to the board (Tools > Program AVR > Connect, then click Connect)
opens the STK500 dialog, Tab 1. screen shot 1. The lower panel indicates that
communication is established. trying to transfer any data, for example by
clicking the "read Signature" button results in the error message, screen shot
2. The same when clicking the "Fuses" tab, screen shot 3.
the attached log contains a session consisting of starting up AVR Studio,
connecting to the STK500 and trying the described read operations. All the
output came during startup, except the last 4 lines, 2 of them are written when
the error message pops up
The bug appears under Wine 1.6, Wine 1.7 and Crossover 12.2.1. Operating system
is Fedora19 / 64.
--
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=34201
Bug #: 34201
Summary: Mp3Tag: Displayed list contents not automatically
updated on certain changes
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tastky(a)gmail.com
Classification: Unclassified
Created attachment 45505
--> http://bugs.winehq.org/attachment.cgi?id=45505
Track ordering only switched back partially from inverse one
Two kinds of issues that cause the displayed list content not being updated
properly — unless I actively select a line or drag the window part containing
the list outside of the X-Servers displayed space.
With manual line selection, only that line is updated. With dragging, if I do
that so that only certain lines / a part of a line is outside that space, the
visible content on dragging it back into full view is only updated to that
extent. Sometimes only the manual selection works.
Issue 1: On Mp3Tag's main list, use the mouse to change column dimensions
and/or drag a column header to switch the column ordering.
Issue 2: Switching ordering by pressing on a column header on Mp3Tag's main
list works fine, but switching it eg. in the "List of search results…" and
"Adjust tag information" and windows leads to similar improperly updated
display.
To reproduce Issue 2:
1. Have at least one file in the main list, select any.
2. Press "Tag Sources" and select any source & any search result with more
than one line.
3. Change ordering by pressing a column header either on that window or the one
called by pressing "Next >".
Mp3Tag 2.57, Wine 1.7.0 (consistent throughout each versions since I started
using both together, some 2-3 years ago)
--
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=16873
Summary: Capella 2008 hangs when clicking on virtual keyboard
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.capella.de/download_capella.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh(a)stack.nl
While checking bug 1567 (see there for startup issues), I noticed the
following:
Download the 2008 capella demo from the website and install it. When you get
beyond the splash screen and click on one of the keys of the virtual keyboard,
the application appears to enter an infinite loop. The mouse cursor inside the
keyboard window flashes between the hourglass and normal cursor and the
application does not respond any more.
--
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=19062
Summary: Wine link in favorites
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Eldmannen+wine(a)gmail.com
Windows comes with some pre-set favorites in C:\users\Alice\Favorites\ to the
Microsoft website, and related such.
Wine can have a link to the Wine website in /users/Alice/Favorites/
It should be .url files.
I've attached a Wine.url file, that could be placed in
/users/Alice/Favorites/Wine.url
We could also have a link to the bugzilla, wiki, appdb, forums, etc.
--
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=20438
Summary: CallWave: Fails to start if in Window XP mode.
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=24270)
--> (http://bugs.winehq.org/attachment.cgi?id=24270)
Wine Bugs and Error Prompts from IAM.exe
This is just a more or less minor issue I have. CallWave works perfectly (with
the exception of not being able to play back recordings inside the program) on
Windows 98 mode. Yet when I use the normal Windows XP mode it fails to even
start and produces numerous errors. Attached is the wine bugs, and two prompts
given by IAM.exe. Keep in mind it's not a CallWave issue since it works
perfectly on a real Windows XP out of the box.
--
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=34434
Bug #: 34434
Summary: D&C Scheme Editor 5: Black menu
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Created attachment 45842
--> http://bugs.winehq.org/attachment.cgi?id=45842
Image shownig black rectangle
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet40 corefonts
3) install D&C Scheme Editor 5
4) start D&C Scheme Editor 5
5) unfold help menu
Behaviour:
Black rectangle.
Expected behaviour:
No black rectangle.
--
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=30587
Bug #: 30587
Summary: Office 2007 apps (Word, Powerpoint) cannot be
maximized after being unmaximized by window manager
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adman.com(a)gmail.com
Classification: Unclassified
Tested with Wine 1.5.3, Ubuntu 12.04 LTS x64 from Wine PPA Package version
1.5.3-0ubuntu1~ppa1~precise4+pulse17.
To reproduce:
1. Open Word 2007 or Powerpoint 2007
2. Maximize the window using the Word/Powerpoint maximize button in the
upper-right corner.
3. Unmaximize using the same button
4. Maximize the window again using the same button
5. Unmaximize the window using the window manager (e.g. in the unity global
menu use the unmaximize button, or in Gnome's window list, right click and
choose unmaximize)
6. Window cannot be maximized anymore with the maximize button.
Also, doing the same but swapping the office button with the wm button in all
steps results in a window that can't be unmaximized.
--
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=48017
Bug ID: 48017
Summary: winlink express:Call to unimplemented function
httpapi.dll.HttpReceiveRequestEntityBody, aborting
Product: Wine
Version: 4.18
Hardware: x86
URL: https://downloads.winlink.org/User%20Programs/Winlink_
Express_install_1-5-25-0.zip
OS: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: httpapi
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
This was reported by user on forum,
I`m waiting for exact instructions how to reproduce this; for now i open
bugreport to point him to
https://downloads.winlink.org/User%20Programs/Winlink_Express_install_1-5-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=47954
Bug ID: 47954
Summary: Bug in unicode path handling
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernelbase
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 65459
--> https://bugs.winehq.org/attachment.cgi?id=65459
Installer log
After working around bug https://bugs.winehq.org/show_bug.cgi?id=47626 the
installer fails while installing VisualStudio.TextMateGrammars due to a bug in
unicode file name handling.
The file is "File(Glob …).tmSnippet"
I can create the file manually or even from Far running in wine. But the
installer fails.
Tested on wine-staging 4.17-git
--
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=34723
Bug #: 34723
Summary: Resident Evil 3: changing settings during the game
results in a crash
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46297
--> http://bugs.winehq.org/attachment.cgi?id=46297
RE3 log+error
If you press F5 during the game to change some settings and then you confirm or
cancel your choice, the program crashes.
The problem can be reproduced in the demo (check out the link).
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=35925
Bug ID: 35925
Summary: fbo bailing out on context_set_gl_context
Product: Wine
Version: 1.7.1
Hardware: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=30117
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: royceremer(a)gmail.com
This has the exact same symptom as bugid#24067, which uses the same engine, but
I do not believe this is a regression. I believe bugid#26802 may be a
duplicate, although it's triggered by a different engine, and there isn't
enough detail in that bug for me to be certain.
Using orm=fbo, all model textures are invisible in Age of Wonders 3. Objects in
the screenshots attached are only visible due to ambient occlusion and
reflective effects on the surfaces.
Using orm=backbuffer makes models appear solid, but loses many effects and is
slow. (picture attached)
Basically, no matter what winetricks or wine version I use, this engine will
bail out here:
https://github.com/mirrors/wine/blob/master/dlls/wined3d/context.c#L769
... for completeness, I have duplicated the bug under the following additional
conditions with a fresh wine prefix for each trial:
---wine1.7.1---
- d3dx9_43, d3dcompiler_43
- d3dx9_43, d3dcompiler_43, WINEARCH=win32
- d3dx9_43, d3dcompiler_43, WINEARCH=win32, force_s3tc_enable=true
- d3dx9_43, d3dcompiler_43, WINEARCH=win32, force_s3tc_enable=true,
glsl=disabled
- d3dx11_43, d3dcompiler_43
- d3dx11_43, d3dcompiler_43, glsl=disabled
- d3dx11_43, d3dcompiler_43, force_s3tc_enable=true
- d3dx11_43, d3dcompiler_43, gdiplus, ddr=gdi
- d3dx11_43, d3dcompiler_43, multisampling=disabled
- d3dx11_43, d3dcompiler_43, multisampling=enabled
- d3dx11_43, d3dcompiler_43, psm=disabled
- d3dx11_43, d3dcompiler_43, psm=enabled
- d3dx11_43, d3dcompiler_43, rtlm=disabled
- d3dx11_43, d3dcompiler_43, rtlm=readdraw
- d3dx11_43, d3dcompiler_43, strictdrawordering=enabled
- d3dx11_43, d3dcompiler_43, videomemorysize=2048, vsm=hardware
- d3dx11_43, d3dcompiler_43, vsm=hardware, psm=enabled
- d3dx11_43, d3dcompiler_43, vsm=hardware
- d3dx11_43, d3dcompiler_43, ao=enabled
---wine1.6.1---
- d3dx11_43, d3dcompiler_43
- d3dx9_43, d3dcompiler_43
- d3dx9_43, d3dcompiler_43, WINEARCH=win32
- d3dx9_43, d3dcompiler_43, WINEARCH=win32, glsl=disabled
- d3dx9_43, d3dcompiler_43, glsl=disabled
- d3dx9_43, d3dcompiler_43, force_s3tc_enable=true
- d3dx9_43, d3dcompiler_43, gdiplus, ddr=gdi
---wine1.4.1---
- d3dx9_43, d3dcompiler_43 <--- this configuration didn't launch at all for
different reasons
Setting `MESA_DEBUG=1 force_s3tc_enable=true` did not log any additional
messages, even after upgrading to
libtxc-dxtn-dev_1.0.1-0.3ubuntu0sarvatt+quantal from ppa:xorg-edgers... so
maybe that does what I think it does?
Logs will be attached in gzip format since they have
`WINEDEBUG=warn+all,trace+d3d,relay+d3d` and are over a gig (<100MB under gzip
-9 though).
Additional info about my system:
- libtxc-dxtn-s2tc0_0~git20110809-3
- xserver-xorg_1:7.7+1ubuntu4
- attached glxinfo for my Nvidia 550 TI (vbios 70.26.3a.00.52)
- ubuntu 12.10 quantal, x86_64
--
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=19667
Summary: Demo for Total Annihilation: mouse scrolling of screen
unworkable.
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hughperkins(a)gmail.com
Demo for Total Annihilation: mouse scrolling of screen unworkable.
On screens that cannot run at 640x480 resolution, the demo of Total
Annihilation has to run in a virtual desktop in order to run at all, otherwise
it crashes. This is not I feel the bug.
The issue targeted by this bug report is that it is unworkably hard to scroll
around the game world by moving the mouse pointer to the edges of the window,
since the mouse pointer has to be positioned *exactly* on the edge of the
window, which is possible, but detracts from the gameplay experience to the
point as to be unplayable.
A possible solution to this issue (which is not really a bug, so much as a lack
of a feature I feel), could be to make it possible to enforce in wincfg that
the mouse is locked to a particular region of the window or screen, by default
to the window itself.
wincfg could provide the possibility to specify a keyboard shortcut to unlock
the mouse when necessary, or simply, by alt-tabbing out of the window, the
mouse could be unlocked.
For an example of another environment that implements this, you could look for
example at dosbox. If you run for example populous in dosbox in a window, it
works perfectly I feel, by locking the mouse pointer to the window, and one can
use ctrl-f10 to free it, which I feel is totally unintuitive, but I feel works
fine.
--
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=47807
Bug ID: 47807
Summary: Wine Mono fails to install fakedlls
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
When creating a new prefix and installing Wine Mono by downloading the msi,
fakedlls are not installed in c:\windows\Microsoft.NET. For example, fusion.dll
is missing.
I do not believe this was caused by a change in Wine Mono.
This may be relevant:
001c:err:msi:execute_command unable to execute command 2
001c:err:msi:execute_command unable to execute command 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=48019
Bug ID: 48019
Summary: SSE register MXCSR is wrong for new threads
Product: Wine
Version: 4.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Created attachment 65554
--> https://bugs.winehq.org/attachment.cgi?id=65554
Command line executable with source code to get MXCSR in a new created thread
Hello,
I am running Wine 4.15 64 bits (PlayOnLinux) on Ubuntu 19.10 (More recent
versions of Wine are not available yet).
On Windows when a new thread is created (CreateThread), the value of the SSE
register MXCSR is initialized to 0x1f80.
But for Wine 4.15 on Ubuntu, it is initialized to 0x1920.
This is fatal for our programs that use libcef.dll (Chromium Embedded
Framework), this library creates new renderer threads, doesn't set the MXCSR
register (so exceptions due to denormalization of floats are not masked), then
there is an unhandled exception and the whole program crashes.
I tested with Wine 4.18 on macOS 10.15.1 Catalina, I get the correct value
0x1f80, and indeed there is no crash on macOS.
So this is specific to Wine on Linux (except is something has changed between
Wine 4.15 and Wine 4.18).
Here attach you can find a command line executable with source code (Delphi)
that displays the value of MXCSR for a new thread.
Thank you for your help.
Regards,
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.
https://bugs.winehq.org/show_bug.cgi?id=47349
Bug ID: 47349
Summary: TesModManager require SetFileInformationByHandle with
FileBasicInfo to properly set file timestamps
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Hi.
The Application TesModManager 1.6.50(a .NET Mod Manager for Bethesda Games)
require SetFileInformationByHandle with FileBasicInfo to be able to sucessfully
set file timestamp. Setting the timestamp is required for mods load order on
some bethesda games as Tes4 Oblivion.
on the log:
0009:fixme:file:SetFileInformationByHandle 0xd0, 0, 0x34f358, 40
--
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=47885
Bug ID: 47885
Summary: [regression] [bisected] games are now restricted to
resolutions not bigger than the virtual desktop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mtmkls(a)gmail.com
Distribution: ---
If wine is set to emulate a virtual desktop of 1024x768 for example, games
cannot set any resolution higher than that. Previously they were able to set
any resolution up to the real resolution of the monitor.
25167fb286822c93582457815bcf069fef040976 is the first bad commit
commit 25167fb286822c93582457815bcf069fef040976
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Wed Aug 14 16:23:55 2019 +0800
winex11.drv: Make screen helpers independent of Xinerama.
So that other display device handlers such as XRandR can be introduced
because they might report a virtual screen size with different top-left
corner and the primary screen may be different as well.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/winex11.drv/display.c | 70 +++++++++++++++++++++++++++++++++++++++++++++
dlls/winex11.drv/xinerama.c | 33 ---------------------
2 files changed, 70 insertions(+), 33 deletions(-)
Please revert to the old behavior.
--
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=47305
Bug ID: 47305
Summary: Notepad doesn't adjust caret and scroll position
properly
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
This is just to track the issue here, I'll send in a patch soon. Found on
https://jira.reactos.org/browse/CORE-15780.
Issue description from ReactOS JIRA:
How to reproduce:
Open Notepad
Make sure you disabled word wrapping (it usually disabled by default)
Type in very long string to activate horizontal scroll bar
Make a new string (hit Enter)
Now your caret position would be somewhere at the beginning of line 2, but the
whole text box is not scrolled to the first character position, and horizontal
scroll bar position is not changed (see attached screenshot).
If you move your caret back to line 1 ending, and move with arrow keys to line
2, the bug will appear again (it does not matter whether right or down arrow
key will be used).
--
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=47815
Bug ID: 47815
Summary: Virtual desktop is missing window decorations
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: huw(a)codeweavers.com, zzhang(a)codeweavers.com
Regression SHA1: efbbe66669a060dd01b3ae399f5a9e7328312f03
Distribution: ArchLinux
efbbe66669a060dd01b3ae399f5a9e7328312f03 is the first bad commit
commit efbbe66669a060dd01b3ae399f5a9e7328312f03
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Fri Sep 20 16:54:31 2019 +0800
winex11.drv: Initialize display devices before getting primary desktop
rectangle.
Otherwise, the retrieved primary desktop might be from the last explorer
instance
if we launch new explorer instances before wine server fully shuts down.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/winex11.drv/desktop.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
This is on KDE 5.16.4.
--
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=47958
Bug ID: 47958
Summary: Mi PC Suite: It won't install
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: propsys
Assignee: wine-bugs(a)winehq.org
Reporter: txus.mipanas(a)gmail.com
Distribution: ---
Created attachment 65463
--> https://bugs.winehq.org/attachment.cgi?id=65463
Here is the error log
It starts installing and then shows an error with the attachment's log.
Download link: http://bigota.d.miui.com/MiFlash/MiSetup2.2.0.7032_2717.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=40442
Bug ID: 40442
Summary: Unexplained new random comctl32:header failure
(cross-compiler issue?)
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:header started having regular failures on newtb-wxppro right after the
WineHQ upgrade (2016/03/17).
https://test.winehq.org/data/tests/comctl32:header.html
The failure:
header.c:1148: Test failed: expected 0, got 1
Things that point to a cross-compiling issue:
* Since 2016/03/18 comctl32:header has had an almost systematic failure on
newtb-wxppro (68.7%) and more rarely on newtb-w2003std (12.5%).
* In the 27 runs from 2016/02/09 to 2016/03/17 it had no failure (neither on
these two platforms nor on any other).
* There has been no change to comctl32:header before it started failing.
* The tests that run before comctl32:header don't seem to have undergone
changes that could cause the following tests to fail (see 'git log
62277fb7779f..6bc0ce26a853 dlls/[abc]*/tests').
Unexplained mysteries:
* Cross-compiling the test with i686-w64-mingw32-gcc (GCC) 5.3.1 20160205, the
standard '-g -O2' options and uploading it to the TestBot does not yield the
expected failure (changing that to '-g -O0' does not make a difference either).
* None of the other platforms is affected.
* And even more strange, newtb-xppro is the only Windows XP to be affected by
the new failure.
--
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=46683
Bug ID: 46683
Summary: TopoEdit crashes with unimplemented function
mf.dll.MFCreateVideoRendererActivate
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 46105
Distribution: ---
Topology -> Add EVR
wine: Call from 0x7b43d59b to unimplemented function
mf.dll.MFCreateVideoRendererActivate
wine-4.2-26-g5e86cc0a8f
--
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=47876
Bug ID: 47876
Summary: mmdevapi:capture issues an invalid and fake todo
Product: Wine
Version: 4.17
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mmdevapi:capture issues the following todo on Windows:
capture.c:395: Test marked todo: only PulseAudio gets here
https://test.winehq.org/data/tests/mmdevapi:capture.html
(look for +1 lines)
First tests should only be marked todo on Wine so far so there should be no
todo on Windows. Second this line is generated by a trace():
trace("Test marked todo: only PulseAudio gets here\n");
So this is not a todo test at all but a simple trace. The problem is that it
looks like a real 'todo_wine ok()' test and is counted as such by
test.winehq.org and the TestBot, which both then complain that the todo test
tally does not match the result at the end:
15bc:capture: 255 tests executed (0 marked as todo, 6 failures), 0 skipped.
The test has unaccounted for todo messages
Finally, the message says it is only issued when running with PulseAudio.
PulseAudio is not available on Windows so obviously the tests that lead there
are wrong.
This issue happens randomly on a variety of TestBot Windows 7+ VMs, both in 32
and 64 bit tests:
* cw-rx460 both when running Windows 8.1 and 10 1809
* cw1-hd6800 Windows 10 1507 & 1709 & 1809
* cw2-gtx560 when running Windows 10 1809
* w7pro64
* w1064v1507 and w1064v1809
This message was added by the following commit:
commit f24b31fcf2047e8b4d0d8b910c54c0815c54d1cf
Author: Jörg Höhle <hoehle(a)users.sourceforge.net>
AuthorDate: Thu Jan 12 22:36:31 2012 +0100
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Thu Jan 26 21:27:54 2012 +0100
mmdevapi/tests: Perform capture protocol tests in shared mode.
--
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=41106
Bug ID: 41106
Summary: Lethe - Episode One crashes without native dotnet4.0
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 55312
--> https://bugs.winehq.org/attachment.cgi?id=55312
log
Stacktrace:
at <unknown> <0xffffffff>
at <Module>.?A0x6845bc90.??__EGPickColorStruct@@YMXXZ () <0x00027>
at <Module>._initterm_m (*()*,*()*) <0x00029>
at <Module>.<CrtImplementationDetails>.LanguageSupport.InitializePerProcess
(<CrtImplementationDetails>.LanguageSupport*) <0x00063>
at <Module>.<CrtImplementationDetails>.LanguageSupport._Initialize
(<CrtImplementationDetails>.LanguageSupport*) <0x00207>
at <Module>.<CrtImplementationDetails>.LanguageSupport.Initialize
(<CrtImplementationDetails>.LanguageSupport*) <0x0006f>
at <Module>..cctor () <0x0002f>
at (wrapper runtime-invoke) object.runtime_invoke_void
(object,intptr,intptr,intptr) <0xffffffff>
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
wine-1.9.16-38-g84b3218
--
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=41119
Bug ID: 41119
Summary: vbscript fails to parse
'createobject("wscript.shell").run' statement
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: aihujianfei(a)qq.com
Distribution: ---
The vbscript file for test is :
createobject("wscript.shell").run "calc.exe"
I see the vbs bison parse file in
https://github.com/alexhenrie/wine/blob/master/dlls/vbscript/parser.y ,
the parse failed at the pos [.run] in this file.
I think the fail reason is there has one confilct .
for more information , I run command [bison -v -d -pparser_ parser.y], then it
generate file parser.output .
In the file parser.output , part of the file show this confilct which mentioned
above .
"
state 160
77 ArgumentList: Expression .
78 | Expression . ',' ArgumentList
85 Expression: Expression . tIMP EqvExpression
138 PrimaryExpression: '(' Expression . ')'
tIMP shift, and go to state 123
',' shift, and go to state 162
')' shift, and go to state 156
')' [reduce using rule 77 (ArgumentList)]
"
As we can see above , there has one shift/reduce conflict . to parse this file
success , we need a reduce to ArgumentList , instead of shift to
PrimaryExpression .
I will appreciate your fix.
--
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=13499
Summary: The Odyssey: Winds Of Athena: access violation when
trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111299413&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install The Odyssey: Winds Of Athena
2. Run directly from its install directory
When it is trying to start up, the application will crash with an access
violation.
--
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=10728
Summary: LEGO Island character models are textureless
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9570)
--> (http://bugs.winehq.org/attachment.cgi?id=9570)
Console log
The character models in Lego Island (the original) are textureless. The
attached log contains the console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16644
Summary: SimGolf v1.03 does not render terrain
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
URL: http://www.simgolf.ea.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom78999(a)gmail.com
Simgolf, with the latest patch, does not render any terrain and instead simply
renders a black background. The attached screenshot illustrates this.
--
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=47945
Bug ID: 47945
Summary: dinput:mouse regression on Wine
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
dinput:mouse has regressed on the debian10 TestBot VM. It used to have a single
failure:
mouse.c:178: Test failed: GetDeviceData() failed: 00000000 cnt:0
And now it has four new failures:
mouse.c:152: Test failed: Failed: 00000001
mouse.c:158: Test failed: Failed: 80070005
mouse.c:161: Test failed: Failed: 00000001
mouse.c:164: Test failed: Failed: 80070005
The four new failures have been introduced by the following commit:
commit 0555209757e842818c16c6868e73bf076daa349b
Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Date: Mon Oct 7 22:56:06 2019 +0000
dinput/tests: Add checks for Acquire/Unacquire.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Interestingly all these failures (the old one and four new ones) happen on the
exact same set of VMs, the debian10 TestBot VMs: the test succeeds on cw-rx460
and cw-gtx560 for instance.
One thing that's different in the TestBot VMs is that they have two pointer
devices:
* a PS/2 mouse
* a tablet that provides absolute position information
Maybe that's the reason for the difference?
Note that some Windows VMs (not all) also have this tablet device (e.g.
w7pro64, w864 and wxppro) and we don't get failures on any of the TestBot
Windows VMs.
--
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=36431
Bug ID: 36431
Summary: valgrind shows a possible leak in
shell32/tests/ebrowser.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==28261== 28 bytes in 1 blocks are possibly lost in loss record 279 of 995
==28261== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==28261== by 0x5C44BB8: apartment_getclassobject (compobj.c:526)
==28261== by 0x5C47FC6: get_inproc_class_object (compobj.c:2894)
==28261== by 0x5C4AD2F: CoGetClassObject (compobj.c:3032)
==28261== by 0x5C4B4B7: CoCreateInstance (compobj.c:3197)
==28261== by 0x4D82686: func_ebrowser (ebrowser.c:94)
==28261== by 0x4DC8888: run_test (test.h:584)
==28261== by 0x4DC8C77: main (test.h:654)
==28261==
--
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=47879
Bug ID: 47879
Summary: fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D3
8E2F6A1",0)
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
A proprietary application (apologies) fails to start with its own popup message
about "Failed to create the console!".
000b:fixme:winediag:start_process Wine Staging 4.17 is a testing version
containing experimental patches.
...
0009:fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D38E2F6A1",0)
0009:fixme:shell:InitNetworkAddressControl stub
I think it is kind of obvious why it does not work, as
"RegisterApplicationRestart" in dlls/kernel32/process.c is just a bare stub. Is
there anything quick one can try to make it go further?
--
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=47912
Bug ID: 47912
Summary: Rockstar Games Launcher installer crashes after
disabling WoW64 redirection
Product: Wine
Version: 4.17
Hardware: x86
URL: https://gamedownloads.rockstargames.com/public/install
er/Rockstar-Games-Launcher.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
The installer (32-bit) for Rockstar Games Launcher v1.0.6.132 (released on
10/7/2019) is now using an NSIS plugin called LockedList
(https://nsis.sourceforge.io/LockedList_plug-in). While enumerating system
processes, the plugin disables WoW64 filesystem redirection using
Wow64DisableWow64FsRedirection(), but never re-enables redirection. The
installer later tries to load nsDialogs.dll but fails because the loader is
unable to find a comdlg32.dll of the correct architecture, and the installer
crashes.
This Wine commit tightened up the loader behavior, if I revert it the installer
works normally:
commit 9839bb7691a1b1c57a4ca501d03825420c1609d7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Feb 9 21:21:47 2019 +0100
ntdll: Skip dlls of the wrong machine type when searching through the load
path.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
After running some tests, this behavior seems to have changed between Win
Vista/2008 and Win 7/2008R2. Vista/2008 work like current Wine, where loading
system libraries will fail with redirection disabled. With Win7 through to the
latest Win10, loading system libraries works fine even with redirection
disabled.
Not sure why this change was made (probably for broken applications), but it's
been noticed by others:
<https://stackoverflow.com/questions/17408897/different-behaviour-of-filesys…>
I'm submitting tests upstream for this, not sure if there's any fix other than
just reverting the above commit.
Bugs 46916 and 46995 are for very similar issues in other installers.
--
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=47995
Bug ID: 47995
Summary: King's Bounty Crossworlds corrupted icons
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: ---
Created attachment 65514
--> https://bugs.winehq.org/attachment.cgi?id=65514
terminal output
There are corrupted icons of some items, that you pick up on the global map,
and skills, that under cooldown in battles.
--
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=48001
Bug ID: 48001
Summary: Additional Comment tool changes resolution on its own.
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)marekpasnikowski.name
CC: austinenglish(a)gmail.com
Distribution: ---
During discussion in a bug report a sign of a bug in Bugzilla appeared in this
comment:
https://bugs.winehq.org/show_bug.cgi?id=47987#c9
I never intended to do any changes to anything in there besides posting further
comments.
--
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=48021
Bug ID: 48021
Summary: msi installer not working on msxml3, Office 2010 shows
Installation language unsupported
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qqpp4130(a)hotmail.com
Distribution: ---
I encounter on installing of msxml3 from winetricks and also excuting msiexec
/i msxml3.msi /q with errorr. I excute command for the output
WINEPREFIX=/home/jc/.local/share/wineprefixes/office2010
WINEDEBUG=+relay,+seh,+tid wine msiexec /i msxml3.msi /q > /home/jc/msiexec.txt
2>&1
Also, while installing office2010 from mounted iso file, I encounter with
"Installation language not supported." on both English version and the
SimChinese version of installation iso. I also get the console dialog for that
untill the error window pop up with the similar command with output.txt. I have
attatch the log file in the attatchment. Please have a look. Is this some kind
of bug on my mechine or its common?
Enviroment:
Kernal: 5.2.21-1-MANJARO_x64
Wine version: wine-4.0.2 && wine-4.18-1
Winetricks version: 20190912
PS:
I tried to set the system LC_ALL to the matching locale, but it was not
helpfull.
--
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=47988
Bug ID: 47988
Summary: StationPlaylist Studio: graphics corruption when
dragging a row in a table
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: pgkos.bugzilla(a)yahoo.com
Distribution: ---
Created attachment 65504
--> https://bugs.winehq.org/attachment.cgi?id=65504
+imagelist debug output
1. Install StationPlaylist Studio from
https://stationplaylist.com/StudioDemo.exe
2. (after installing answer no to every question)
3. If the main playlist table is empty, right-click on the table and select
"Append hour marker".
4. Try to drag the row with the hour marker.
When dragging a row in the playlist table:
- if the dragged row bounds are within the screen bounds: drag overlay is
invisible (only the mouse cursor changes)
- if the dragged row bounds are partially outside the screen bounds: the
graphics on the screen becomes corrupted
It seems that the graphics corruption happens when BitBlt is called with a rect
which is (partially) outside the screen bounds. On Windows, the out-of-bounds
image parts are filled with black. On Wine / X11, there is some random garbage
video memory dump.
But I am not sure about the cause of the drag overlay being invisible.
The table control uses ImageList, so I am attaching a +imagelist debug output.
The bug is present on both Intel HD Graphics (Skylake) and AMD Radeon (RX550).
--
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=47981
Bug ID: 47981
Summary: PhantomJS crashes in PG Offline 4
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajg02(a)elfringham.co.uk
Distribution: ---
Created attachment 65497
--> https://bugs.winehq.org/attachment.cgi?id=65497
Console log with PhantomJS crash
Download installer for PG Offline tool from
http://www.personalgroupware.com/downloads.htm
Create a win32 prefix and install .NET 4.5.2
Set Windows version to Win7
winetricks windowscodecs
Run installer, appears to finish successfully.
Tick box to launch PG Offline 4. Click OK on dialogue box about
RegisterExtensionInFirewall.exe crashing.
Click the 'List' button to get a list of your Yahoo Groups. The master login
dialogue box needs to be filled in, this appears mostly black with a tiny text
box, it will expand as you type your username, then tab to the password field.
Press Enter to complete. After a short period you get a message about PhantomJS
having crashed from the console. The PG Offline window notes that your login
failed.
I took a console log with WINEDEBUG=relay,seh as suggested but the one I took
and compressed still exceeds the size limit for attachments. So the attached
one is with no WINEDEBUG.
--
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=47948
Bug ID: 47948
Summary: Campfire Pro GUI Problems
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hobby(a)lukas-krause.me
Distribution: ---
Created attachment 65447
--> https://bugs.winehq.org/attachment.cgi?id=65447
Error log on Startup of Campfire Pro
When starting up Campfire Pro it only partially loads up the GUI and throws an
error, see appended log. The Installation works fine as intended.
--
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=47916
Bug ID: 47916
Summary: Sound issues when using faudio in Wine Staging >=4.13
Product: Wine-staging
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: witold.baryluk+winehq(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi,
This was tested on Overwatch game, but I had similar issues in other games.
I have no issue with Wine Staging 4.12.1, however 4.13 - 4.17 doesn't work in
terms of audio.
I only have ALSA, and game starts without any sound, and then after about 10
seconds, it freeze at startup for about 2 minutes, waiting on synchronization.
Eventually it figures things out and game continues to work, and sound is
available. But often the game logs me out of the servers, and I need to restart
a game. So I can't use it. It is easily reproducible.
Wine Staging @ 8d19b3fc4b6e6ddaf7124048406d32662023d71d works.
Wine Staging @ b95b9109b824d21d98329c76387c3983d6e27cc2 (next commit) doesn't
commit b95b9109b824d21d98329c76387c3983d6e27cc2
Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Date: Mon Jul 15 09:35:57 2019 +1000
Use FAudio library now
--
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=13273
Summary: Wine does not remember disk labels set through winecfg
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccf2egd02(a)sneakemail.com
Wine does not seem to remember disk labels or serial numbers when set via
winecfg.
Steps to reproduce:
1) create a disk entry in ~/.wine/dosdevices
ln -s /someplace_with_CD_image ~/.wine/dosdevices/q\:
2) run winecfg, select disk tab.
3) Select q:
4) Show advanced
5) Set to manual setup, disk label to "SOMETHING", disk ID to "FEEDBE"
6) APPLY
7) verify data by selecting some other drive, then re-selecting q:
8) quit winecfg
9) Restart winecfg and reselect the disk tab. Reselect q:
Expected results
Disk label should be "SOMETHING", id should be "FEEDBE"
Actual results
Disk label unset, disk ID 0
--
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=38933
Bug ID: 38933
Summary: In LiveCode 5.0.2, modal dialog prompts are created
behind all windows, hanging Wine.
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
In LiveCode 5.0.2, whenever a dialog prompt is created, wine creates the modal
window behind the main window. Since the application is blocked until the modal
window is acknowledged, there is no way to continue, and LiveCode is
effectively hung.
Note this does not apply to system prompts, such as the file chooser; only
popups containing custom text, often created with a LiveCode script such as
`ask "foo bar"`, which when run immediately hangs Wine, since a dialog window
is created behind a much larger primary window (assuming one exists).
This error actually effects all LiveCode windows, but it is only critical for
dialogue windows, since those halt the program.
This *may* be related to 16346, although that was documented on X11, not Aqua.
--
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=16346
Summary: App hangs creating modal dialog from WM_ACTIVATEAPP
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmiller-wine(a)tanner.com
CC: jmiller-wine(a)tanner.com
Created an attachment (id=17660)
--> (http://bugs.winehq.org/attachment.cgi?id=17660)
Simple windows app with source that brings up a message box every time the
window is activated.
I have an app which opens a modal dialog under some circumstances when the
window is activated. Under Windows this works perfectly, but under wine it
causes the app to hang. I have attached a trivial sample app showing this
behavior.
I poked around a bit, and the app is no longer receiving any messages (mouse
moves, keyboard, paint, etc), but I'm not sure where to go from here.
Also under Windows, since the app checks for the wParam (bActive) on
WM_ACTIVATEAPP, it only brings up one copy of the dialog box even after
multiple window activations. Under wine it will bring up another copy of the
dialog if there is already a modal dialog on that app.
--
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=46001
Bug ID: 46001
Summary: MANY com.apple.xbs/Sources/AppleFSCompression errors
from every wine process
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Every wine process I run prints the following error message at some point:
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Common/ChunkCompression.cpp:49:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist'
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Common/ChunkCompression.cpp:49:
Error: unsupported compressor 8
/BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleFSCompression/AppleFSCompression-96.200.3/Libraries/CompressData/CompressData.c:353:
Error: Unknown compression scheme encountered for file
'/System/Library/CoreServices/CoreTypes.bundle/Contents/Library/AppExceptions.bundle/Exceptions.plist'
The simplest replication is just running `winecfg` with a new wine prefix. I'm
using macOS 10.14, but this has happened since at least 10.13. I've never seen
it from any non-wine program ever.
--
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=46002
Bug ID: 46002
Summary: "0011:err:display:macdrv_ChangeDisplaySettingsEx No
matching mode found 1680x1050x32 @60!" every time wine
starts
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Every single time wine starts, it displays the error message
0011:err:display:macdrv_ChangeDisplaySettingsEx No matching mode found
1680x1050x32 @60!
at some point. 1680x1050 is indeed the effective resolution of the display,
though the actual resolution is 2560x1600. What error is happening?
--
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=48012
Bug ID: 48012
Summary: Rebelbetting: clicking on “Goto” has no effect
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65544
--> https://bugs.winehq.org/attachment.cgi?id=65544
Wine 4.18 console log
Rebelbetting has a “Goto” button that opens some internal browsers. This button
currently does nothing.
The last time I have a report of this working was way back in 2015.
Rebelbetting auto-updates so if there is a regression it will be way back, and
will take a while to find.
Workarounds:
WINEARCH=win32 winetricks -q dotnet45
Same in Vanilla and Staging.
--
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=24945
Summary: font is not drawn in synth1 instrument selection
window
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: armandsl(a)gmail.com
Created an attachment (id=31583)
--> (http://bugs.winehq.org/attachment.cgi?id=31583)
synth1 on wine 1.3.4
Starting with wine version 1.2.0 font is not drawn in synth1 instrument
selection window anymore. Synth1 is free VST software synthesizer
(http://www.geocities.jp/daichi1969/softsynth/).
OS used: Linux (Fedora 14)
Dll is loaded by LMMS (Linux Multi Media System) version 0.4.8
It worked with wine 1.1.38 (with old font subsystem).
--
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=46517
Bug ID: 46517
Summary: Warcraft III: Installation fails (trouble launching
Battle.net Update Agent)
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.hadar.uberspace.de
Distribution: Ubuntu
Created attachment 63372
--> https://bugs.winehq.org/attachment.cgi?id=63372
Console output
I am currently unable to install Warcraft III via the installer provided by
Blizzard. It's a web installer (used to work in the past) so the problem might
be related to wine network code.
Attached you will find the console output and a screenshot of the error message
in the application.
--
Some additional info about my system (just in case):
Distro: elementary OS Juno
Kernel: 4.15.0-43-generic
Graphics: Proprietary NVIDIA 410.78
--
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=38521
Bug ID: 38521
Summary: Unhandled exception: page fault on read access to
0x00000000 in 32-bit code (0x7
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: ettl.martin78(a)gmail.com
Distribution: ---
Created attachment 51390
--> https://bugs.winehq.org/attachment.cgi?id=51390
backtrace from wine
Steps to reproduce:
1) Install SourceNavigator from
(http://sourceforge.net/projects/sourcenav/?source=typ_redirect) on Ubuntu
Linux 15.04 (32-Bit) with wine.
2) Execute SourceNaviator
3) Close SourceNaviator
4) The exception message is shown. Please refer to the backtrace.
If you have questions, please feel free to ask.
Many thanks for working so hard on wine.
Best regards
Martin Ettl
--
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=39709
Bug ID: 39709
Summary: winmm:mci makes a buzzing sound
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Running winmm:mci makes a buzzing sound. The first line (of many) where this
happens is the line below from test_playWAVE():
/* A second play caused Wine<1.1.33 to hang */
err = mciSendStringA("play mysound from 500 to 220:5:0 wait", NULL, 0,
NULL);
This is because the test records sound to tempfile.wav before playing it back.
So if the recording levels are set a bit high tempfile.wav can record
electrical noise, the buzzing sound, and thus makes noise when playing it back.
This is confirmed by changing the recording level in the KDE mixer prior to
running the test:
* Setting it all the way down avoids the buzzing sound.
* Setting it even moderately high causes the buzzing sound.
Conformance tests are supposed to not make noises when not run in interactive
mode so this should be fixed. I see two ways for this:
* Set and restore the recording level in test_recordWAVE().
* Create tempfile.wav by hand instead of relying on the output of
test_recordWAVE().
--
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=47855
Bug ID: 47855
Summary: Run tests in more than one VM at a time
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Some Wine tests have pretty stringent timing requirements:
* Some audio tests play a short sound bite and make sure the playback lasted
for the expected time within a few tens of seconds as a way to ensure audio is
played at the right rate. But VMs are not always very good at respecting
precise timing requirements when there is other activity on the host.
* Some tests (msi) generate quite a bit of disk traffic and take a while to
run. Running two of those simultaneously can sometimes push them over the 2
minutes limit, causing them to time out. That said there may be something else
afoot here as these run times vary from ~20s to ~100s depending on the VM for
seemingly no reason.
As a consequence the TestBot is configured to only do one thing at a time: run
at most one test or revert one VM. This is at odds with hardware evolution and
new TestBot requirements:
* SSDs are much faster than hard drives and thus should solve the disk
bottleneck issues.
* The builds for the Wine VMs take a lot more time than just producing PE
executables for the Windows VMs. To speed up compilation it is necessary to
increase the parallelism which means buying a machine with as many cores as
possible and assigning as many as possible to the Wine VMs.
* But while running single threaded tests in a single VM on a quad-core machine
is bad enough, doing the same thing on a 16+ threads machine would truly be a
waste.
So a way to be able to run tests in more than one VM at a time should be found.
The first step would be to verify that these issues still exist (this means
distinguishing them from the usual random failures). If they don't then problem
solved!
Otherwise CPU-pinning is a solution that's usually mentioned in gaming circles.
The questions are:
* Would it actually help?
* How to integrate it with the TestBot. Is this something that should be
configured through Libvirt when restoring a live snapshot? Or is this something
that should be defined 'statically' in the VM's configuration?
* What happens if two VMs are pinned to the same CPU core? Will Libvirt prevent
us from starting both at the same time or is it up to the TestBot Engine to
make sure this does not happen? How?
* What happens when a VM that's is pinned to CPU core 7 is moved to a 4 core
host? Is the pinning ignored or does the administrator have to manually change
its configuration?
--
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=21692
Summary: Zombie Bowl-O-Rama won't start:
RtplWaitForCriticalSection
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonglebeak(a)gmail.com
Created an attachment (id=26215)
--> (http://bugs.winehq.org/attachment.cgi?id=26215)
konsole output
Using wine-1.1.38, I am unable to run Zombie Bowl-O-Rama in Steam (other steam
games run fine). Attached is konsole output. Have tried numerous winversions to
no avail, as well as a clean wineprefix. If any additional information is
needed from me, kindly let me know. Thanks.
--
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=47199
Bug ID: 47199
Summary: Audio Channel switching doesn't work properly in DC
Universe Online
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: apcullen(a)yahoo.com
Distribution: ---
With older versions of Wine (3.7 is the one I have easiest access to) I could
configure DC Universe Online to play sound through my main sound card, but
route all voice chat to my USB headphones.
Since about WINE 4.3, this isn't possible anymore. My headset is detected, and
the microphone functions, but all sound is always played back through my main
sound card.
Wine-staging behaves the same way as wine.
I am testing on Opensuse Leap 15, running KDE, in case that makes a difference.
--
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=47541
Bug ID: 47541
Summary: route.exe is missing
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: mvdan(a)mvdan.cc
Distribution: ---
Apologies if I have filed this in the wrong place; I couldn't find an existing
issue.
I'd like to get info on the routing tables under Wine, and it seems like the
Windows command to do this is "route": https://ss64.com/nt/route.html
Other commands listed on that site like netsh and netstat exist (even if
they're not fully implemented), so I wonder if route is missing.
If this is by design or on purpose, please close this issue, and others can
hopefully find it in the future.
--
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=23634
Summary: duplex (dual-sided) print doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psygnosis(a)mail.ru
Printing from any wine app (even from notepad) to printer, which supports
dual-sided printing, fails (all pages are printing on separate pages). If I
change printing settings in CUPS to dual-sided print, everything goes
dual-sided. Wine settings doesn't have any effect. This bug already have been
described & fixed in russian commercial wine release WINE@Etersoft
(http://etersoft.ru/wine/updates). There everything works fine.
--
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=17479
Summary: ConvertXToDVD 3.4.7.121 Do not load templates.
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I'm trying to use ConvertXToDVD in my linux box and all works
fine, however the program cannot load template.
I tried to convert with a default template and the conversion finished
sucessful however without a menu (which are selected by templates).
When I try to open a template from menu I receive: "List index out of
bounds(1)".
Best Regards
Jayson
--
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=38566
Bug ID: 38566
Summary: LB_SETSEL message should set caret as well
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: q.winehq(a)rsn-tech.co.uk
Distribution: ---
When you send the LB_SETSEL message to a multi-selection list box in Windows,
it also sets the focus to the appropriate item and scrolls it into view if
necessary. In Wine, this secondary function appears not to happen and an
additional LB_SETCARETINDEX message is needed to duplicate the full Windows
functionality.
I don't know if this happens in all circumstances, but it fixed a long-standing
problem in a complex application where a list box would not automatically
scroll as it did in 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.
http://bugs.winehq.org/show_bug.cgi?id=14303
Summary: Listview: select all is incredibly slow.
Product: Wine
Version: 1.1.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.10.drkshadow(a)spamgourmet.com
Created an attachment (id=14587)
--> (http://bugs.winehq.org/attachment.cgi?id=14587)
quickly select all items in a listview
When you hit Ctrl-A in a listview control, the control loops through every
single item in the list selecting them and setting focus on the item. With tens
of thousands of items, this takes a _long_time_.
I've created a patch that sets the range of selected items. This select all
happens much more instantaneously. As an added bugfix, the selected item will
not be changed when all items are selected.
--
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=35896
Bug ID: 35896
Summary: Switching to Chinese input method after typing some
English will fail.
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
== Steps to reproduce ==
1. Open notepad in wine.
2. Make sure input method is English.
3. Type something (e.g. H, A, SPACE), then the notepad will display it (e.g.
"ha ").
4. Switch to Chinese input method.
5. Type something (e.g. H, A, SPACE), then the notepad dose not receive
anything (e.g. should display "哈").
This bug will only appear when input something in English before Chinese. But
if you input Chinese before any English character (i.e. remove step 2, 3),
every thing is going well.
== How to fix it ==
In the source file "dlls/imm32/imm.c", function "ImmProcessKey",
after "if (imc) data = imc; else return FALSE;",
insert one line "data->immKbd = IMM_GetImmHkl(hKl);".
Then it seems fixed. But I don't know will this cause other problems.
----
I am not sure this bug is same to Bug 34056.
--
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=31434
Bug #: 31434
Summary: Menu is activated by alt key while mouse button is
down
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaetemi(a)gmail.com
Classification: Unclassified
Created attachment 41320
--> http://bugs.winehq.org/attachment.cgi?id=41320
user32: Menu should not be activated by menu key while mouse buttons are down.
When using and Alt+MouseButton combination, the application menu becomes
selected after releasing Alt.
More specifically, in 3ds Max 9, when using the Alt+MiddleMouse in a viewport
to rotate, after releasing Alt the File menu will be selected, and the viewport
will appear as if frozen to the user, not accepting any input until Alt is
pressed again to release the menu.
Patch with fix 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=10358
Summary: wine 0.9.48 takes 5 minutes to start an application
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-jaques(a)women-at-work.org
Created an attachment (id=9029)
--> (http://bugs.winehq.org/attachment.cgi?id=9029)
wine debug output where wine freezes for a while
I've wiped my .wine directory and had winecfg rebuild it. Then I installed
iTunes 7.3 and now it takes more than 5 minutes until wine launches _any_
windows application.
When I enter "wine app.exe" nothing happens for a really long time. After
waiting for 5 or sometimes up to 10 minutes (no CPU load) the application
launches. This even applies to winecfg!
When I run wine in debug mode (WINEDEBUG=+relay winecfg) it stops producing
output at a certain point and then continues (again after a few minutes).
I have attached some debug output (the place where wine seems to freeze and
stops producing output). I can't attach the entire file, because it is 40MB :(
wine 0.9.48, compiled from sources, Gentoo 2007.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18790
Summary: Default search does not include resolved bugs
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P3
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The default search (the search box at the top of this page) does not include
closed bugs (rightly so), but it also does not include resolved bugs. This
leads to duplicates that could be avoided.
See Bug 18601 - a recent regression that is fixed by the next release, but
anyone searching for an open bug for Google Sketchup will not see it unless
they choose to run an advanced search, which some users clearly don't.
I'm sure this is a simple change to the code.
--
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=47763
Bug ID: 47763
Summary: Update build guide for Fedora 30
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tukusejssirs(a)protonmail.com
Distribution: ---
(1) I find [Fedora build guide](https://wiki.winehq.org/Fedora) outdated a bit.
(2) I have no editing rights at WineHQ Wiki.
(3) I have created a new guide how to build wine32 and wine64 (both stable and
dev latest version) tested on vanilla Fedora 30.
(4) Although the guide works, I have no idea if all the steps are required.
(5) Please check the comments within the guide below for more details.
:::bash
# This is updated installation guide for Fedora 30 AMD64. Using this guide
one could build from source the latest wine stable or development version, and
either wine64 or wine32 or both.
# Note that I am not sure if all the steps (or packages) are really
required, but it works.
# Anyway, I tried to install the WineHQ packages, but I could not install
both wine64 and wine32 (I has some 32-bit apps that I need to be able run, e.g.
Mikrotik WinBox).
# Add RPM Fusion repo
sudo dnf -y install
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E
%fedora).noarch.rpm
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(…
-E %fedora).noarch.rpm
# Install all required packages
# Note: Package libpng-static was not listed at
https://wiki.winehq.org/Fedora, but when It was not installed, wine64 (and
maybe wine32) was not able to detect freetype (`pkg-config --cflags freetype2`
complained that libpng is not installed or something like that)
sudo dnf -y install alsa-plugins-pulseaudio.i686 glibc-devel.i686
glibc-devel libgcc.i686 libX11-devel.i686 freetype-devel.i686
libXcursor-devel.i686 libXi-devel.i686 libXext-devel.i686 libXxf86vm-devel.i686
libXrandr-devel.i686 libXinerama-devel.i686 mesa-libGLU-devel.i686
mesa-libOSMesa-devel.i686 libXrender-devel.i686 libpcap-devel.i686
ncurses-devel.i686 libzip-devel.i686 lcms2-devel.i686 zlib-devel.i686
libv4l-devel.i686 libgphoto2-devel.i686 cups-devel.i686 libxml2-devel.i686
openldap-devel.i686 libxslt-devel.i686 gnutls-devel.i686 libpng-devel.i686
flac-libs.i686 json-c.i686 libICE.i686 libSM.i686 libXtst.i686 libasyncns.i686
libedit.i686 liberation-narrow-fonts.noarch libieee1284.i686 libogg.i686
libsndfile.i686 libuuid.i686 libva.i686 libvorbis.i686 libwayland-client.i686
libwayland-server.i686 llvm-libs.i686 mesa-dri-drivers.i686
mesa-filesystem.i686 mesa-libEGL.i686 mesa-libgbm.i686 nss-mdns.i686
ocl-icd.i686 pulseaudio-libs.i686 sane-backends-libs.i686
tcp_wrappers-libs.i686 unixODBC.i686 samba-common-tools.x86_64
samba-libs.x86_64 samba-winbind.x86_64 samba-winbind-clients.x86_64
samba-winbind-modules.x86_64 mesa-libGL-devel.i686 fontconfig-devel.i686
libXcomposite-devel.i686 libtiff-devel.i686 openal-soft-devel.i686
mesa-libOpenCL-devel.i686 opencl-utils-devel.i686 alsa-lib-devel.i686
gsm-devel.i686 libjpeg-turbo-devel.i686 pulseaudio-libs-devel.i686
pulseaudio-libs-devel gtk3-devel.i686 libattr-devel.i686 libva-devel.i686
libexif-devel.i686 libexif.i686 glib2-devel.i686 mpg123-devel.i686
mpg123-devel.x86_64 libcom_err-devel.i686 libcom_err-devel.x86_64
libFAudio-devel.i686 libFAudio-devel.x86_64 gstreamer-plugins-base-devel
gstreamer-devel.i686 gstreamer.i686 gstreamer-plugins-base.i686 gstreamer-devel
gstreamer1.i686 gstreamer1-devel gstreamer1-plugins-base-devel.i686
gstreamer-plugins-base.x86_64 gstreamer.x86_64 gstreamer1-devel.i686
gstreamer1-plugins-base-devel gstreamer-plugins-base-devel.i686
gstreamer-ffmpeg.i686 gstreamer1-plugins-bad-free-devel.i686
gstreamer1-plugins-bad-free-extras.i686 gstreamer1-plugins-good-extras.i686
gstreamer1-libav.i686 gstreamer1-plugins-bad-freeworld.i686 libpng-static
# Note: These packages not found in Fedora 30 + RPM Fusion, but that are
listed at https://wiki.winehq.org/Fedora
# libNX_Xext-devel.i686 libcapifax-devel.i686 python-talloc.x86_64
# Remove any wine* versions previously installed
# This might be not necessary if you have previously installed wine from
source
sudo dnf -y remove wine wine-*
# Symlink freetype2 to freetype
sudo ln -sf /usr/include/freetype{2,}
# Install some develpment tools as groups
sudo dnf -y group install "C Development Tools and Libraries" "Development
Tools"
# Although it is not necessary, I usually create an empty folder before
cloning git repo
mkdir -p ~/git/wine
git clone git://source.winehq.org/git/wine.git ~/git/wine
# Create build folders for x32 and x64
mkdir ~/git/wine/wine{32,64}
# Compile wine64
cd ~/git/wine/wine64
git checkout stable # Skip this step if you wish to compile the
development release
../configure --enable-win64
make -j 4
# Compile wine32
cd ~/git/wine/wine32
PKG_CONFIG_PATH=/usr/lib/pkgconfig CC="ccache gcc -m32" ../configure
--with-wine64=../wine64
make -j 4
# Install wine32
sudo make install
# Install wine64
cd ../wine64
sudo make install
--
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.