http://bugs.winehq.org/show_bug.cgi?id=21423
Summary: Visual C++ 2005 slow?
Product: Wine
Version: 1.1.36
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
See http://bugs.winehq.org/show_bug.cgi?id=21410 for recipe.
Building chromium's base_unittests.exe seems to take longer
in wine than in vista, so I profiled a bit with oprofile:
583087 43.4516 no-vmlinux
320289 23.8679 c1xx.dll
149572 11.1461 ntdll.dll.so
80027 5.9636 libc-2.10.1.so
48005 3.5773 libwine.so.1.0
32901 2.4518 msvcr80.dll
25959 1.9345 advapi32.dll.so
22550 1.6804 rpcrt4.dll.so
13959 1.0402 c2.dll
13660 1.0179 wineserver
Good Lord, that's a lot of kernel time...
I'll see if I can get a breakdown of the kernel time, have to work around
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/289087
first.
In the meantime, here's the breakdown inside ntdll:
54636 17.9328 RtlUpcaseUnicodeString
52607 17.2668 hash_short_file_name
37324 12.2506 RtlIsNameLegalDOS8Dot3
15680 5.1465 RtlUpcaseUnicodeStringToCountedOemString
14684 4.8196 find_file_in_dir
11546 3.7897 HEAP_CreateFreeBlock
--
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=44386
Bug ID: 44386
Summary: DllGetClassObject returned error 0x80040111 loading
sapi.dll (MS SAPI5.1)
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: j.p.r.anceaux(a)gmail.com
Distribution: ---
Hi i have problems with loading Sapi.dll for sapi5 in wine 3.0.
Log:
$wine ./Coffees0.exe
0030:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111
0030:err:ole:create_server class {3bee4890-4fe9-4a37-8c1e-5e7e12791c1f} not
registered
0030:fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
0030:err:ole:CoGetClassObject no class object
{3bee4890-4fe9-4a37-8c1e-5e7e12791c1f} could be created for context 0x17
--
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=39523
Bug ID: 39523
Summary: "Dr. Suess's Green Eggs and Ham" fails to install
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
Purchased on Amazon to look at bug 6124.
Fails to install in wine-1.7.53-244-g79c5908:
[austin@localhost GREENEGGS]$ wine D:\\setup.exe
err:ntdll:RtlpWaitForCriticalSection section 0x7ea81780 "syslevel.c:
Win16Mutex" wait timed out in thread 0029, blocked by 002a, retrying (60 sec)
fixme:shell:Dde_OnExecute stub: L"Progman" L"[CreateGroup(Living Books,1)]"
fixme:shell:Dde_OnRequest returning fake program groups list
fixme:shell:Dde_OnExecute stub: L"Progman" L"[CreateGroup(Living
Books,1)][AddItem(D:\\green32.exe,Green Eggs and Ham,,0,-1,-1,D:\\,,0,0)]"
[austin@localhost GREENEGGS]$ ls ~/.wine/drive_c/Lvg_Bks/
DeIsL1.isu GREEN.ICO
--
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=48376
Bug ID: 48376
Summary: wineserver crash with wine-staging 5.0-rc3 +
vsyscall32 patch in League of Legends.
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: atbjyk(a)protonmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 66129
--> https://bugs.winehq.org/attachment.cgi?id=66129
WINEDEBUG=+event,+cursor,+dinput,+rawinput,+message,+x11drv,+synchronous,+winediag
I have saw "wineserver crashed, please enable coredumps (ulimit -c unlimited)
and restart."
I have tested staging 5.0-rc3 commit c6758042044b391eccc930027197766b8bfbd80b +
lol patch from (https://bugs.winehq.org/show_bug.cgi?id=47198 required rebuild
glibc or disable vsyscall32) I used vsyscall32 one.
and revert few commit from staging makes does not crash. (please see my repo
https://github.com/yuiiio/wine/commits/staging-lol)
--
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=48517
Bug ID: 48517
Summary: System-installed PE apps
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
I want to create packages in distro-specific formats (more exactly, I use
Kubuntu, so the packages gonna be deb) for some apps for Windows. It would
allow
* updating them automatically with a package manager (something that Windows
clearly misses) for all the users;
* reusing large apps for all the users;
* preventing it from being modified by malware run without root permissions.
The proposed solution is to create a subdir in /opt/wine-all and mount it using
overlay2 above Wine prefixes automatically on Wine start.
--
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=48533
Bug ID: 48533
Summary: Cannot run source Wine at all
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: ryan(a)rnrcarpet.com
Distribution: ---
Every way I try to build and run Wine is blocked. I'm at a loss of how to get
it working on Fedora 31.
Run without distro Wine installed, it fails because it needs runtime
dependencies which I can't find. Nothing seems to list dependencies for that.
Run with distro Wine installed it fails with wineserver version error. Change
version and it fails with kernel error. Search and eliminate any other
wineserver and it still fails. Reboot, whatever nothing works.
Tried master and stable branches. Still no go.
The building Wine source guide and/or Wine completely fail here.
Is there some way past this or do I need a different distro like Ubuntu? Maybe
GDB can list the dependencies which I haven't tried?
--
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=48544
Bug ID: 48544
Summary: --libdir and --prefix parameters to 'configure' script
of wine sources not work properly
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: galdralag(a)bk.ru
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
When running
configure --prefix=/somedir --libdir=/usr/lib32 ...
'make install' exits with error. It tries to write to /usr/lib32 not
/somedir/usr/lib32.
I can't say from which version this happen.
But I built wine in october or november 2019 and it was ok ('make install'
installs all to specified prefix)
It seems this occurs from wine5.0rc1
--
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=32196
Bug #: 32196
Summary: eSignal 11.5 crashes on startup
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
A user complained that 'esgnal' didn't work
( http://forum.winehq.org/viewtopic.php?f=2&t=17627&p=81557 ).
Testing
aac4c0bdb9375c2dcffb54c4d07d5f2a05e0a7fb esignal_11.5.2838_x86.exe
from
http://www.esignal.com/trading-software/download.aspx
I see the same error:
0029:Call KERNEL32.GetProcAddress(7ec40000,655dc5d4 "CloseTouchInputHandle")
ret=6508cd4d
0029:Ret KERNEL32.GetProcAddress() retval=00000000 ret=6508cd4d
...
0029:Call KERNEL32.GetModuleHandleW(00bbef20 L"allocator.dll") ret=69be6748
0029:Ret KERNEL32.GetModuleHandleW() retval=10000000 ret=69be6748
0029:Call KERNEL32.GetProcAddress(10000000,69e1a950
"?registerCrashCalback@@YAXP6AXUAllocatorCrashData@@@Z@Z") ret=69be676c
0029:Ret KERNEL32.GetProcAddress() retval=100076c0 ret=69be676c
trace:seh:raise_exception code=c0000005 flags=0 addr=0x10006567 ip=10006567
tid=0029
...
wine: Unhandled page fault on read access to 0x8964c935 at address 0x10006567
(thread 0029), starting debugger...
Backtrace:
=>0 0x10006567 in allocator (+0x6567) (0x00bbed08)
1 0x00000501 (0x00bbdf38)
--
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=45898
Bug ID: 45898
Summary: Magic The Gathering Arena has most hotkeys not working
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Most importantly an undo hotkey (mapped to Z by default)
Mouse scroll also does not work.
This seems related:
0009:fixme:rawinput:RegisterRawInputDevices Unhandled flags 0x100 for device 0.
0009:fixme:win:UnregisterDeviceNotification (handle=0xcafeaffe), STUB!
--
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=48286
Bug ID: 48286
Summary: .NET Framework 2.x, 3.x installers running in Windows
7 mode report 'You must use "Turn Windows features on
or off" in the Control Panel to install <net
framework>.'
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
adding info for documentation purpose. I've briefly mentioned it some time ago
here: https://bugs.winehq.org/show_bug.cgi?id=34967#c5
Various .NET Framework installers refuse to install in Wine with WINEPREFIX
default WinVer setting 'Windows 7'.
Reason: Almost all .NET Framework installers contain builtin conditions
("blockers") for unsupported Windows versions.
Trace log of such attempt, .NET Framework 2.0 SP1 in clean 32-bit WINEPREFIX
(no Wine-Mono, no winetricks):
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi wine
.cache/winetricks/dotnet20sp1/NetFx20SP1_x86.exe >>log.txt 2>&1
...
002e:Call KERNEL32.GetPrivateProfileStringW(3a220ea0 L"VS Custom",3a220dcc
L"AllowLaunchOnWin2k",3a21fb0c L"",0032e120,00000104,018b67f0
L"c:\\f8fad0586886391605\\Setup.sdb") ret=3a24aacc
...
002e:Ret KERNEL32.GetPrivateProfileStringW() retval=00000001 ret=3a24aacc
...
002e:Call KERNEL32.GetVersionExW(0032e168) ret=3a27aa83
...
002e:Ret KERNEL32.GetVersionExW() retval=00000001 ret=3a27aa83
...
002e:Call KERNEL32.GetPrivateProfileStringW(3a220ea0 L"VS Custom",3a220f04
L"BlockFutureClientOS",3a21fb0c L"",0032e11c,00000104,018b67f0
L"c:\\f8fad0586886391605\\Setup.sdb") ret=3a24a6dc
...
002e:Ret KERNEL32.GetPrivateProfileStringW() retval=00000001 ret=3a24a6dc
...
002e:Call user32.MessageBoxW(00000000,018b6890 L"You must use \"Turn Windows
features on or off\" in the Control Panel to install or configure Microsoft
.NET Framework 2.0 SP1.",018b6730 L"Microsoft .NET Framework 2.0 SP1
Setup",00040010) ret=3a24a7b9
...
--- snip ---
Installer log:
--- snip ---
...
[12/14/19,20:36:02] Setup.exe: StartUIManager()
[12/14/19,20:36:02] vs70uimgr: Entering RunScenario() method.
[12/14/19,20:36:02] vs70uimgr: CUIMgr::RunScenario(): Starting the active
scenario
[12/14/19,20:36:02] Setup.exe: GetGlobalCustomProperty - Property:
{AA62DF98-3F2C-11D3-887B-00C04F8ECDD6} - PropertyName: Maintenance Mode -
Value: 0
[12/14/19,20:36:02] Setup.exe: GetGlobalCustomProperty - Property:
{340F7930-0E41-11D3-ACE2-00C04F8EEBA1} - PropertyName: Output Unattend File -
Value:
[12/14/19,20:36:02] VS Scenario: Validating system requirements
[12/14/19,20:36:02] Setup_Blocked: CSupportedPlatformCheck
[12/14/19,20:36:02] Setup.exe: GetGlobalCustomProperty - Property:
{092114C2-997D-4D68-8F3A-8BC2584FD23B} - PropertyName: Quiet Mode Setup -
Value:
[12/14/19,20:36:31] Setup.exe: AddGlobalCustomProperty
[12/14/19,20:36:31] Setup.exe: AddGlobalCustomProperty
[12/14/19,20:36:31] VS Scenario: ***ERRORLOG EVENT*** : CSupportedPlatformCheck
failed : You must use "Turn Windows features on or off" in the Control Panel to
install or configure Microsoft .NET Framework 2.0 SP1.
[12/14/19,20:36:31] Setup.exe: AddGlobalCustomProperty
[12/14/19,20:36:31] VS Scenario: ***ERRORLOG EVENT*** : Failed to pass the
Warnings/Blocks checks in CVSScenario::Start()
[12/14/19,20:36:31] vs70uimgr: CUIMgr::RunScenario(): Start() returned canceled
or FAILED(hr)
[12/14/19,20:36:31] Setup.exe: SetupManager::RunPostSetupLaunch() starting
[12/14/19,20:36:31] Setup.exe: SetupManager::RunPostSetupLaunch() ending
--- snip ---
Relevant section of 'setup.sdb':
--- snip ---
...
[VS Custom]
EmptyClient=1
DeferBaselineReboots=1
EnableRollback=1
PatchCache=SYSMSICache\Framework\v3.5
InstallSourceName=dotnetfx3.exe
DownloadTempDirBaseName=dotnetfx35
JobIdSubRegKeyFormatTemplate=SOFTWARE\\Microsoft\\Net Framework
Setup\\NDP\\v3.5\\Setup
WinFXSetupRegKeyPath=SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v3.5\\Setup
BlockFutureClientOS=1
BlockFutureServerOS=1
DisableBrowseForComponent=1
PackageURL=fwlink/?LinkId=69165
BlockUninstallKeyName=NextVersionInstalled
DependencyFile=vs_setup.pdi
ComponentFile=baseline.dat
BitmapFile=logo.bmp
BaselineFolder=.\WCU
SupportLink=http://go.microsoft.com/fwlink/?LinkId=48390
Ver=3.5
RegKey=NetFX
ProdName=Microsoft .NET Framework 2.0 SP1
LangCode=ENU
LangID=1033
CpuType=X86
ProdFamilyType=NETFX20
EditionType=EXP
NoMaintenanceMode=1
AllowLaunchOnWin2k=1
EnableAutomaticUpgradeSupport=0
ImageType=NET
ProdID={B508B3F1-A24A-32C0-B310-85786919EF28}
VersionMajor=3
VersionMinor=5
Revision=21022.08
CustomTextPrefix=CustomText
ProductSupportURL=http://go.microsoft.com/fwlink/?LinkId=48390
--- snip ---
Technically one could unpack the outer archive and patch setup database to
'BlockFutureClientOS=0'.
But that's officially not supported and rather discouraged. Aaron Stebner
mentioned this method as well here:
https://blogs.msdn.microsoft.com/astebner/2007/01/04/why-net-framework-3-0-…
(hack .NET Framework 3.0 language packs to install on Windows Vista).
I've tested the following 'WinVer' ranges with Wine to be working, taking
builtin installer blockers into account:
----------------------------------------------------------------
| .NET Framework version | min. WinVer | max. WinVer |
----------------------------------------------------------------
| .NET Framework 2.0 | Windows 2000 | n/a (Windows 10+) |
| .NET Framework 2.0 SP1 | Windows 2000 | Windows XP/2003 |
| .NET Framework 2.0 SP2 | Windows 2000 | Windows XP/2003 |
| .NET Framework 3.0 | Windows XP/2003 | Windows XP/2003 |
| .NET Framework 3.0 SP1 | Windows XP/2003 | Windows XP/2003 |
| .NET Framework 3.5 | Windows XP/2003 | Windows Vista |
| .NET Framework 3.5 SP1 | Windows XP/2003 | Windows Vista |
| .NET Framework 4.x | Windows XP/2003 | n/a (Windows 10+) |
----------------------------------------------------------------
Some sections in 'winetricks dotnet' recipes are outdated nowaways:
* unnecessary Windows 2000 setting
* unnecessary overrides to builtins (which actually have nasty side-effects,
such as bug 47484)
* unnecessary registry manipulation/fixups (.NET/NDP versions)
$ wine --version
wine-5.0-rc1
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.