https://bugs.winehq.org/show_bug.cgi?id=47801
Bug ID: 47801
Summary: Growing build/wine VM disk usage
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: ---
Created attachment 65291
--> https://bugs.winehq.org/attachment.cgi?id=65291
Evolution of wtbdebian10's revert times
Every time we update and rebuild Wine in these VMs the VM's qcow2 file grows.
The Wine VMs are those where the disk grows fastest, from ~5 GB to 60+ GB in a
matter of weeks. Fortunately it does seem to grow slower after a while.
For instance <6 GB to 32 GB (du) from 2019-09-20 to 2019-09-25 for wtbdebian10.
This may be caused by the way WineRunReconfig handles live snapshots. To
summarize:
* Restore to the current live snapshot.
* Update and rebuild Wine.
* Iff that succeeded, delete the live snapshot and recreate it.
This may cause QEmu to not realize that all the data from the now deleted old
live snapshot can be reclaimed and reused for the next Wine build. But we had
to delete the live snapshot at the last minute because losing it would mean the
VM would be unusable until the TestBot administrator could come and fix it.
However nowadays the TestBot can recreate live snapshots from powered off
snapshots. This means we could delete the live snapshot first, rebuild and
recreate the snapshot at the end. In the unlikely event that something goes
wrong the live snapshot could be recreated from the powered off 'base'...
except in the case of a build error. That case would be unrecoverable unlike in
the current scheme.
A test with this alternative snapshot management should be made to see if it
does actually make a difference in the qcow2 growth (there's really no
guarantee it does).
For these VMs the revert time does seem to degrade a bit with time(*). This may
be related to the qcow2 size and/or accumulation of "phantom snapshots". So the
experiment should be run for a while to see if it makes a difference on this
metric too.
(*) See the Munin graph of wtbdebian10's revert time. The drop in week 38 and
39 correspond to maintenance on the VM where all snapshots were deleted and
virt-sparsify run on its disk.
--
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=46726
Bug ID: 46726
Summary: Dirt Rally 2.0 does not use embedded CA cert
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: andreas(a)heider.io
Distribution: ---
Hi,
Dirt Rally 2.0 requires an online connection to play the single player
campaign, but with Wine 4.2 it can't successfully establish that connection due
to a certificate issue.
It tries to connect to https://prod.egonet.codemasters.com/, but since it does
not trust the certificate the connection fails.
The required CA certificate is embedded in dirtrally2.exe, but Wine does not
seem to pick it up and use it.
It all works perfectly if I manually trust the CA system-wide, by placing
codemasters.pem in /etc/ca-certificates/trust-source/anchors and run
update-ca-trust.
--
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=45536
Bug ID: 45536
Summary: Total Commander 9.x crashes on unimplemented function
usp10.dll.ScriptGetFontAlternateGlyphs when Wine is
not detected
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while investigating bug 45514 (dupe of bug 42497) my Total Commander 9.x
installation stopped working because I made 'wine_get_version' a '-noname'
ordinal export (cheaper way, to avoid using Wine-Staging/patchset).
The app no longer detects Wine and runs into a problem.
Download: https://totalcommander.ch/win/tcmd920x64.exe
--- snip ---
$ pwd
/home/focht/wineprefix64-tcmd/drive_c/totalcmd
$ file *.{DLL,EXE}
TC7Z64.DLL: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
TCLZMA64.DLL: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
TCUNZL64.DLL: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
UNRAR64.DLL: PE32+ executable (DLL) (console) x86-64, for MS Windows
WCMICON2.DLL: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows
WCMICONS.DLL: PE32 executable (GUI) Intel 80386, for MS Windows
WCMZIP64.DLL: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
NOCLOSE64.EXE: PE32+ executable (GUI) x86-64, for MS Windows
TCMADM64.EXE: PE32+ executable (GUI) x86-64, for MS Windows
TCMDX32.EXE: PE32 executable (GUI) Intel 80386, for MS Windows
TCUNIN64.EXE: PE32+ executable (GUI) x86-64, for MS Windows
TOTALCMD64.EXE: PE32+ executable (GUI) x86-64, for MS Windows
$ WINEDEBUG=+seh,+relay wine TOTALCMD64.EXE >>log.txt 2>&1
...
0030:Call KERNEL32.GetProcAddress(7bc80000,00a8a890 "wine_get_version")
ret=00474dbb
0030:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00474dbb
...
0030:Ret usp10.ScriptItemize() retval=00000000 ret=009f4047
0030:Call
usp10.ScriptShape(00250258,00bd1bc0,01cb9768,00000001,00000010,00099634,02f35050,02f35090,02f350d0,0037693c)
ret=009f40d1
...
0030:Ret usp10.ScriptShape() retval=00000000 ret=009f40d1
0030:Call KERNEL32.RaiseException(80000100,00000001,00000002,01cb96a0)
ret=7fe6fee5eb50
0030:trace:seh:NtRaiseException code=80000100 flags=1 addr=0x7b4944b9
ip=7b4944b9 tid=0030
0030:trace:seh:NtRaiseException info[0]=00007fe6fee5eb80
0030:trace:seh:NtRaiseException info[1]=00007fe6fee5eb95
wine: Call from 0x7b4944b9 to unimplemented function
usp10.dll.ScriptGetFontAlternateGlyphs, aborting
0030:trace:seh:call_vectored_handlers calling handler at 0x419950 code=80000100
flags=1
...
--- snip ---
Source:
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/usp10/usp10.spec#l9
--- snip ---
9 @ stub ScriptGetFontAlternateGlyphs
--- snip ---
Microsoft docs:
https://docs.microsoft.com/en-us/windows/desktop/api/usp10/nf-usp10-scriptg…
$ sha1sum tcmd920x64.exe
d27abd02fe60002cfb60b1c68888a666c48c9142 tcmd920x64.exe
$ du -sh tcmd920x64.exe
5.0M tcmd920x64.exe
$ wine --version
wine-3.13
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=49281
Bug ID: 49281
Summary: FinanceExplorer crashes inside msado15.dll
Product: Wine
Version: 5.9
Hardware: x86
URL: http://www.metalogicsw.com/download/financeexplorer/Fi
nanceExplorerPortable_8.2.0_English.paf.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Hi, a user tested some portable apps on forum:
https://forum.winehq.org/viewtopic.php?f=2&t=33957
I tried a few up to now, this one (see downloadlink) crashes indeed, see
below.
Maybe the app needs some additional stuff installed (jet40???), I woudln`t
know, but my guess is, it shouldn`t crash at least inside msado15 (????)
ha1sum FinanceExplorerPortable_8.2.0_English.paf.exe
b02a68edb281a644a3f947f342b1a101842fa845
FinanceExplorerPortable_8.2.0_English.paf.exe
crash:
0174:fixme:msado15:recordset_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
0174:fixme:msado15:connection_QueryInterface interface
{00000126-0000-0000-c000-000000000046} not implemented
0174:fixme:msado15:connection_Open 14BB2888,
L"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=Z:\\media\\louis\\aqqa\\FinanceExplorerPortable\\App\\FinanceExplorer\\db\\mfe.mdb;Persist
Security Info=False", L"", 00A235FC, ffffffff
0174:fixme:msado15:supporterror_InterfaceSupportsErrorInfo 14BB2888,
{00000515-0000-0010-8000-00aa006d2ea4}
Unhandled exception: page fault on read access to 0x00000010 in 32-bit code
(0x14fb644e).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:14fb644e ESP:0031d3cc EBP:0031d404 EFLAGS:00010216( R- -- I -A-P- )
EAX:00000000 EBX:14bb2858 ECX:14bb2858 EDX:00000001
ESI:00000000 EDI:19930522
Stack dump:
0x0031d3cc: 7bc72f40 00000080 0031d3f0 0031d428
0x0031d3dc: 7bc72f40 0031d3f4 14b70000 0031d428
0x0031d3ec: 7bc72f40 00110060 00a23570 14bb2858
0x0031d3fc: 00000000 19930522 0031d434 14fb6afc
0x0031d40c: 14fb4765 1fffffff 14bb2858 0031d430
0x0031d41c: 00411d9d 14bb2858 0031d42c 00a23410
Backtrace:
=>0 0x14fb644e close_recordset+0xe(recordset=0x14bb2858)
[Z:\home\louis\sda2\wine32-build\dlls\msado15\..\..\..\wine\dlls\msado15\recordset.c:206]
in msado15 (0x0031d404)
1 0x14fb6afc recordset_AddRef+0x9b()
[Z:\home\louis\sda2\wine32-build\dlls\msado15\..\..\..\wine\dlls\msado15\recordset.c:773]
in msado15 (0x0031d434)
2 0x0043a07e EntryPoint+0xffffffff() in mlfinexp (0x0031d454)
3 0x00471367 in mlfinexp (+0x71366) (0x0031e090)
--
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=49179
Bug ID: 49179
Summary: winetest.exe fails to run on windows arm (surface rt /
armv7)
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: testcases
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 67196
--> https://bugs.winehq.org/attachment.cgi?id=67196
patch
Jacek was kind enough to cross compile (using llvm-mingw) an armv7 winetest
binary for me.
I tried running that on my rooted Surface RT tablet (windows 32-bit armv7), and
it immediately fails with an error dialog:
The procedure entry point NtCurrentTeb could not be located in the dynamic link
library C:\Users\User\Desktop\winetest.exe
<jacekc> it looks like NtCurrentTeb is not exported by windows ntdll. looking
at windows headers, there is an inline version
<jacekc> it should use _MoveFromCoprocessor. I don't know enough about arm to
know how hard it is to support
Using an inline definition instead allows the tests to run. I'm attaching
Jacek's patch that does that for reference.
--
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=35903
Bug ID: 35903
Summary: CED1401 Device connected through USB not found
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
The CED1401 is a devices which connected with USB to the PC.
The software for controlling the device installs and runs well, but it does not
identify the USB device.
For this reason, the application "CED1401" in Winehq's AppDB has currently
status "Garbage".
--
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=49257
Bug ID: 49257
Summary: Avast Free Antivirus 20.3 crashes before installing
due to unimplemented function rpcrt4.dll.RpcIfInqId
Product: Wine
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal54(a)gmail.com
Distribution: ---
Created attachment 67264
--> https://bugs.winehq.org/attachment.cgi?id=67264
Avast log
It crash when I run installer.
Download Link
https://dpcdn-avast.pl/specjalne/avast_organic/avast_free_antivirus_setup_o…
--
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=48938
Bug ID: 48938
Summary: Ashes of the Singularity: Escalation (steam-id:507490)
crashes due to regression
Product: Wine
Version: 4.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: stefan.riesenberger(a)gmail.com
Distribution: ---
Created attachment 66913
--> https://bugs.winehq.org/attachment.cgi?id=66913
log with +loaddll,+seh
The Steam-game Ashes of the Singularity: Escalation instantly crashes on start,
due to an regression which was bisected to:
c7548d6c4fcc37844503f67d41e2a4bc2e429dcc advapi32: Move registry functions to
kernelbase.
I tested the parent commit which doesn't crash:
7c2d5a7c25437bc872c8ddf335466cffc0e995fa
I attached a log with +loaddll,+seh. I can provide other logs too, if needed.
Running with +relay prevents the crash on startup.
Kind regards,
Riesi
--
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.