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=49662
Bug ID: 49662
Summary: Wine Internet Explorer crashes on https://[2600::]/
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 67901
--> https://bugs.winehq.org/attachment.cgi?id=67901
Terminal output
To reproduce:
1. Run `wine iexplore https://[2600::]/`
2. Click "Yes" on the certificate warning dialog.
Console output is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49439
Bug ID: 49439
Summary: Printing and scanning software for Brother L2540DW
fails to install (VBScript parser can't handle a "case
else" statement with a comment and no statements to
execute)
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 67536
--> https://bugs.winehq.org/attachment.cgi?id=67536
WINEDEBUG=+vbscript
To reproduce:
1. Run `winetricks mfc42`
2. Run the Brother Printing Device setup program
3. When asked for the connection type, select "Wired Network Connection
(Ethernet)" and be sure to check "Custom Install"
4. When asked how to locate the printer, type in the IP address 127.0.0.1 (this
is just for debugging, any IP address is fine)
After that, a message pops up that says "An error occurred during the
installation" and the software to scan a document over the network is not
installed.
Console output with WINEDEBUG=+vbscript is attached which indicates failure
parsing a VBScript file. I dumped the full text of the file and this is the
problematic part:
select case lcase(PortType)
case "raw"
oPort.Protocol = 1
case "lpr"
oPort.Protocol = 2
case else
'
' PutInstance will attempt to get the configuration of
' the device based on its IP address. Those settings
' will be used to add a new port
'
end select
oPort.HostAddress = oParamDict.Item(kHostAddress)
It seems that Wine's VBScript parser can't handle a "case else" clause that
contains nothing but a comment.
$ sha256sum DCP-L2540DW-inst-C1-US.EXE
29d58844815a030ae22297363dbc707b887da3d742b0a60de17e4c610c5bd31c
--
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.
https://bugs.winehq.org/show_bug.cgi?id=49685
Bug ID: 49685
Summary: Gigabyte "EasyTune" service crashes in wbemprox
Product: Wine
Version: 5.7
Hardware: x86
URL: https://web.archive.org/web/20200810002748/https://download.gigabyte.com/FileList/Utility/mb_utility_app_cen
ter_B20.0219.1.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Can be reproduced by running the "App Center" installer, available from the
list of X570 UD motherboard support software here:
<https://www.gigabyte.com/Motherboard/X570-UD-rev-10/support>
The crash is in a service called "EasyTuneEngine".
--
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=49664
Bug ID: 49664
Summary: FrostyModManager v1.0.5.9 crashes on launch
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
DwmIsCompositionEnabled tries to write to a NULL pointer.
00c0:fixme:dwmapi:DwmIsCompositionEnabled 0000000000000000
--- snip ---
Unhandled exception: page fault on write access to 0x00000000 in 64-bit code
(0x00000000638c19e9).
--
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=49264
Bug ID: 49264
Summary: MultiSync installation crashes (needs
_Command::get/put_CommandText)
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: a.altonen(a)hotmail.com
Distribution: ---
Multisync installation requires implementation for
_Command::get/put_CommandText
Related to https://bugs.winehq.org/show_bug.cgi?id=47543
--
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.