https://bugs.winehq.org/show_bug.cgi?id=37781
Bug ID: 37781
Summary: MS .NET Framework 4.5 installer displays warning
'Setup may not run properly, because the Windows
Update Service is not available on this computer'
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
mentioned here: https://bugs.winehq.org/attachment.cgi?id=50320&action=edit
Actually not an issue (StopBlocker vs. WarnBlocker), so this is just for
reference.
Installer log shows:
--- snip ---
Logging all the global blocks
Pre-Installation Warnings:
1. Setup may not run properly, because the Windows Update Service is not
available on this computer.
2. Setup may not run properly, because the Windows Modules Installer Service
is not available on this computer.
--- snip ---
Resource XML:
--- snip ---
<Text ID="#(loc.Blocker_WUServiceMissing)" LocalizedText="Setup may not run
properly, because the Windows Update Service is not available on this
computer." />--- snip ---
<Text ID="#(loc.Blocker_TIServiceMissing)" LocalizedText="Setup may not run
properly, because the Windows Modules Installer Service is not available on
this computer." />
--- snip ---
'ParameterInfo.xml' tells the conditions to be evaluated:
--- snip ---
<WarnBlockers>
...
<BlockIf DisplayText="#(loc.Blocker_WUServiceMissing)"
ID="WUServiceMissing">
<Not>
<Exists>
<Service ShortName="wuauserv" />
</Exists>
</Not>
</BlockIf>
<BlockIf DisplayText="#(loc.Blocker_TIServiceMissing)"
ID="TIServiceMissing">
<Not>
<Exists>
<Service ShortName="TrustedInstaller" />
</Exists>
</Not>
</BlockIf>
...
</WarnBlockers>
--- snip ---
Trace log:
--- snip ---
0026:Call advapi32.OpenServiceW(001f6740,0019ab10 L"wuauserv",00000005)
ret=10032c6c
...
0026:Ret advapi32.OpenServiceW() retval=00000000 ret=10032c6c
0026:Call KERNEL32.GetLastError() ret=10032c7d
0026:Ret KERNEL32.GetLastError() retval=00000424 ret=10032c7d
...
--- snip ---
--- snip ---
...
0026:Call advapi32.OpenServiceW(00ddbb98,0019b068 L"TrustedInstaller",00000005)
ret=10032c6c
...
0026:Ret advapi32.OpenServiceW() retval=00000000 ret=10032c6c
0026:Call KERNEL32.GetLastError() ret=10032c7d
0026:Ret KERNEL32.GetLastError() retval=00000424 ret=10032c7d
--- snip ---
Having those services in Wine is kind of pointless (and potentially harmful)
since Wine can't be serviced Windows updates (binaries) by design.
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=49165
Bug ID: 49165
Summary: Crash when trying to open Veracrypt
Product: Wine
Version: 5.8
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 67184
--> https://bugs.winehq.org/attachment.cgi?id=67184
Veracrypt log
I'm not sure if this is fixable bug, because Veracrypt probably use a lot of
low level functions.
https://launchpad.net/veracrypt/trunk/1.24-update6/+download/VeraCrypt%20Po…
Steps to reproduce:
- Download
- Extract/Install project
- Run
--
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=39739
Bug ID: 39739
Summary: Cobra 11 - Burning Wheels demo: crashes when starting
the tutorial
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
URL: http://www.4players.de/4players.php/download_info/Down
loads/Download/50183/Alarm_fuer_Cobra_11_Burning_Wheel
s/Deutsche_Demo.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
CC: hverbeet(a)gmail.com
Regression SHA1: ffc9f535eb7817ea4cd0d0657471e61a9813debd
Distribution: ---
Created attachment 52998
--> https://bugs.winehq.org/attachment.cgi?id=52998
Avoid freeing memory that gets used later by the demo version of "Cobra 11 -
Burning Wheels".
When starting the tutorial the demo crashes.
This seems to be because the accessed memory was freed before:
(See attached patch for the additional trace calls.)
002d:0065:trace:d3d:wined3d_resource_allocate_sysmem Allocated
mem=0x1ac47020-0x1aec1093 size=0x27a073 heap_memory=0x1ac47030
resource=0xd70aa98
002d:002e:trace:d3d:wined3d_resource_free_sysmem Freeing heap_memory=0x1ac47030
resource=0xd70aa98
wine: Unhandled page fault on read access to 0x1ada2920 at address 0x52f7b2
(thread 002e), starting debugger...
The demo was working some years ago. A git bisect leads to this commit:
ffc9f535eb7817ea4cd0d0657471e61a9813debd is the first bad commit
commit ffc9f535eb7817ea4cd0d0657471e61a9813debd
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Jun 14 09:07:12 2013 +0200
wined3d: Handle pre-transformed vertices in the GLSL vertex pipe.
This also avoids a fallback to drawStridedSlow().
Attached patch makes the game (or at least the tutorial) playable by never
freeing the memory above a certain size in buffer_create_buffer_object.
--
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=39738
Bug ID: 39738
Summary: Collecting backtrace of crashing process not possible.
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
URL: http://www.4players.de/4players.php/download_info/Down
loads/Download/50183/Alarm_fuer_Cobra_11_Burning_Wheel
s/Deutsche_Demo.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: Debian
Created attachment 52997
--> https://bugs.winehq.org/attachment.cgi?id=52997
On crash stop all other threads before executing winedbg.
This is about a crash in "Cobra 11 - Burning Wheels" demo.
It seems this demo includes parts of the copy protection of the full game.
(see https://bugs.winehq.org/show_bug.cgi?id=39734 )
Therefore it is not possible to start it with winedbg from begin.
Also one gets the crash dialog, but clicking on details shows just
"Loading detailed information, please wait...".
With the crash dialog disabled it shows:
wine: Unhandled page fault on read access to 0x1adb2920 at address 0x52f7b2
(thread 0009), starting debugger...
Process of pid=0008 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
(remaining threads)
winedbg: Internal crash at 0x7ed8af1d
Attaching plain gdb makes the process not end itself and the process
gets stopped on the crash. But setting breakpoints is not possible without
"disturbing" the process.
The attached patch assumes that just one thread crashes which
starts then winedbg.
Meanwhile another thread gets notified about the crash and terminates the
process before winedbg gets a chance to attach.
Therefore this patch tries to suspend all other threads before starting
winedbg.
That way the crash dialog could show a backtrace reliably.
--
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=39734
Bug ID: 39734
Summary: ProtectDisc Driver 11: acedrv11.sys crashes
Product: Wine
Version: 1.8-rc2
Hardware: x86-64
URL: http://www.4players.de/4players.php/download_info/Down
loads/Download/50183/Alarm_fuer_Cobra_11_Burning_Wheel
s/Deutsche_Demo.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)vr-web.de
Distribution: Debian
Created attachment 52986
--> https://bugs.winehq.org/attachment.cgi?id=52986
backtrace.txt
The demo version of "Cobra 11: Burning Wheels" comes with this copy
protection driver. It gets silently installed by default.
One can extract the protection driver from the setup with:
7z x BurningWheelsDemo.exe "\$PLUGINSDIR/Driver_Setup.exe"
After this driver is installed wine tries to start the copy protection driver
acedrv11.sys on every startup of this wineprefix.
This results in a crash of this driver:
bernhard@rechner:~/wine/drive_c$ wineserver -k; wine wineboot
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\DosDevices\\CdRom0" 80
0x53e690 0x53e694
fixme:ntoskrnl:KeInitializeEvent stub: 0x11264c 0 0
wine: Unhandled page fault on read access to 0x00000060 at address 0x57923a
(thread 0019), starting debugger...
ProtectionID v0.6.7.0 identifies it as:
#[VersionInfo] Product Name : ProtectDisc x64/x86 Hybrid Driver
#[VersionInfo] Product Version : 9.0.0.0
#[VersionInfo] File Version : 11.0.0.11 built by: WinDDK
#[VersionInfo] Original FileName : acedrv.sys
#[!] ProtectDisc v 9.0.0.0 Driver
--
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=22736
Summary: Aztaka demo does not display any graphics and crashes
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://downloads.aztaka.com/demo/AztakaDemo-1.04.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Large file demo ~900MB
Running the came works after winetricks vcrun2008
It then runs but no graphics are displayed in the game, and some of the menus.
setting the mmdevapi=disable override makes the menus display correctly but
still no graphics.
Judging by
http://appdb.winehq.org/objectManager.php?sClass=version&iId=19469&iTesting…
the lack of graphics is a regression.
Following this running it from the desktop icon launches fine but running from
terminal with &> log.txt appended results in a crash -log 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=35316
Bug ID: 35316
Summary: Aztaka configuration tool fails to start with Mono
Product: Wine
Version: 1.7.10
Hardware: x86
URL: http://downloads.citeremis.com/AztakaDemo-1.51.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 47103
--> http://bugs.winehq.org/attachment.cgi?id=47103
+mscoree log
It's only the configuration tool (Setup.exe) that needs Mono/.Net, the game
itself runs without it. When you install the demo version, the configuration
tool is started automatically at the end of the installation. You can re-run it
later with Setup.exe in the installed game directory.
The error that comes up when launching the configuration tool:
fixme:msvcm:CrtImplementationDetails_DoDllLanguageSupportValidation stub
fixme:msvcm:CrtImplementationDetails_RegisterModuleUninitializer 0x800da0: stub
Unhandled Exception:
System.NullReferenceException: Object reference not set to an instance of an
object
at <Module>.CMetaData.GetVariable (CMetaData* ,
std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inVariableName) [0x00000] in <filename unknown>:0
at <Module>.ReadConfigData
(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inConfigFileName, TConfigData* lConfigData) [0x00000] in <filename unknown>:0
at Setup.Form1..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Setup.Form1:.ctor ()
at <Module>.main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object
reference not set to an instance of an object
at <Module>.CMetaData.GetVariable (CMetaData* ,
std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inVariableName) [0x00000] in <filename unknown>:0
at <Module>.ReadConfigData
(std.basic_string<char,std::char_traits<char>,std::allocator<char> >*
inConfigFileName, TConfigData* lConfigData) [0x00000] in <filename unknown>:0
at Setup.Form1..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) Setup.Form1:.ctor ()
at <Module>.main (System.String[] args) [0x00000] in <filename unknown>:0
Please note that 'winetricks dotnet20' is _not_ sufficient to start Setup.exe,
because it will complain about
...
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly
'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Exception from
HRESULT: 0x80070002
File name: 'Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'
...
You also need to install the full DX9 package via winetricks (winetricks
directx9) to overcome the problem when .Net 2.0 installed. This, however, a
different bug.
Tested on Fedora 19 x86, Wine 1.7.10 and Wine Mono 4.5.2 installed
--
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=35526
Bug ID: 35526
Summary: Cannot remove decimals from version name
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
URL: http://www.youtube.com/watch?v=AOKeTbMJOXY
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
If a version name has decimals (15.00 for example) then removing the decimals
has no effect. They have to be replaced with something (such as 15.x).
http://www.youtube.com/watch?v=AOKeTbMJOXY
--
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=45270
Bug ID: 45270
Summary: wine 3.9 stable and staging will not launch winword
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grider.4(a)osu.edu
Distribution: ---
Created attachment 61515
--> https://bugs.winehq.org/attachment.cgi?id=61515
Copy of the windows crash dialog informaiton
I can no longer launch any Office 97 apps. If I boot into Ubuntu 18.04, winwird
runs. I checked and Ubuntu is running wine 3.0. When I poot into Arch, though,
winword will not run. I get a Windows error that my normal.dots is incorrect
and when I click on it, I get a windows error and it 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.
http://bugs.winehq.org/show_bug.cgi?id=22461
Summary: ms office 2000 fatal error
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)comixrevolution.com
when the installation of ms office 2000 is end, on the video appear a windows
message error
:
CFGWIZ.exe has causede an cricial error
and access don't run
--
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.