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.
http://bugs.winehq.org/show_bug.cgi?id=25761
Summary: "Everything is blue" in Far Cry Demo using Direct3D
Product: Wine
Version: 1.3.11
Platform: x86
URL: http://www.gamershell.com/download_4929.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trygve.vea(a)gmail.com
Created an attachment (id=32833)
--> (http://bugs.winehq.org/attachment.cgi?id=32833)
Terminal output, wine 1.3.11
Found this bug while testing bug 13165.
When going in game in the Far Cry Demo, a lot of the game is incorrectly
rendered with a bright blue color (like the water).
I've attached a tar.bz2 file with a screenshot and terminal output.
I'm willing to test patches and assist troubleshooting.
--
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=28268
Summary: Wininet doesn't know what to do with Ashen Empires
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liamdawe(a)gmail.com
Ashen empires seems to dislike the current implementation of wininet (and the
built in IE - had to use IE7 + native wininet for it to work)
Here is a link to the infolog:
http://pastebin.com/JdarGjEh
--
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=37897
Bug ID: 37897
Summary: Choosing Print in Adobe Acrobat 11.0.10 causes
Unhandled exception: page fault
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dvcroft(a)arb.com
Distribution: ---
Created attachment 50475
--> https://bugs.winehq.org/attachment.cgi?id=50475
Terminal output at crash
Before install I used:
winetricks atmlib
winetricks riched20
winetricks wsh57
winetricks mspatcha
I have tried with winecfg set to default and Windows 7.
I open a pdf and then choose print and the program exits. Terminal output
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=41862
Bug ID: 41862
Summary: [EA] Failed to install Origin.exe under playonlinux
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyrill.schilow.x(a)gmail.com
Distribution: ---
Created attachment 56270
--> https://bugs.winehq.org/attachment.cgi?id=56270
failure report
error with 32-bit-code
--
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=44527
Bug ID: 44527
Summary: The Next Big Thing - Config Tool crashes after
clicking OK button
Product: Wine
Version: 3.1
Hardware: x86-64
URL: https://www.ausgamers.com/files/download/58157/the-nex
t-big-thing-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 60481
--> https://bugs.winehq.org/attachment.cgi?id=60481
backtrace
1. Launch TNBT_Config.exe
2. Resolution -> Choose Manually
3. Click Ok button
wine-3.1-286-g389c3add0a
--
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=45657
Bug ID: 45657
Summary: The Sims 4 - crashes when entering in the game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sepeasia(a)gmail.com
Distribution: ---
the game 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=45739
Bug ID: 45739
Summary: 0x80004005 creating bitmap encoder
000d:err:wincodecs:PngEncoder_CreateInstance Failed
writing PNG because unable to find libpng12.so.0
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: er.rajsingh(a)gmail.com
Distribution: ---
0x80004005 creating bitmap encoder
000d:err:wincodecs:PngEncoder_CreateInstance Failed writing PNG because unable
to find libpng12.so.0
--
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=46922
Bug ID: 46922
Summary: Origin Ubuntu 18.04.2 lts Wine4.4 Update Error
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
Created attachment 64017
--> https://bugs.winehq.org/attachment.cgi?id=64017
wont update properly or run properly
when trying to run origin it wont update properly or run properly
no dll libraries enabled
VIDEO below
https://www.twitch.tv/videos/401948018
--
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=48305
Bug ID: 48305
Summary: "Mail.ru Game Center" needs winetricks -q winnet
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zefkerrigan(a)gmail.com
Distribution: ---
If I do not install winnet, then the FULL terminal output is as follows:
002b:fixme:wininet:InternetSetOptionW
INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 60000
Link to the site for free download "Mail.ru Game Center" here:
https://games.mail.ru/gamecenter/download/
--
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=48403
Bug ID: 48403
Summary: Application tried to create a window, but no driver
could be loaded.
Product: Wine
Version: 5.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: accounts(a)jerryscomputing.com
Distribution: Ubuntu
Created attachment 66177
--> https://bugs.winehq.org/attachment.cgi?id=66177
error log on opening winecfg
winecfg, wine's notepad, don't open
clean wineprfix
wine 4.21 does not have this issue
export a new wineprefix
run either wineboot or winecfg
I receive this output:
[ see 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=48436
Bug ID: 48436
Summary: wineserver -k no longer kills (all)/an active instance
of a wineserver
Product: Wine
Version: 5.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Using Kubuntu 19.10 it is now necessary to kill an active wineserver instance
by using the GUI, of System Monitor, right click the entry for wineserver and
click end process. wineserver -k or even sudo wineserver -k does not work.
There is no feedback printed to the terminal.
--
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=48520
Bug ID: 48520
Summary: building wine with pdb support requires setting
CROSSLDFLAGS on make command line
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
d6625bd1297e38efe6da405d4d6ebaea2078600d was supposed to fix this, but doesn't
fully. After that, if you do (with llvm-mingw):
export CROSSCFLAGS="-Og -g -gcodeview"
export CROSSLDFLAGS="-Wl, -pdb="
./configure
make
pdbs will not be built. Instead, one must run:
make CROSSLDFLAGS="-Wl, -pdb="
ideally that should not be required, passing it to configure should be enough.
--
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=44295
Bug ID: 44295
Summary: Himatsubushi Battle!: main screen is black
Product: Wine
Version: 3.0-rc4
Hardware: x86-64
URL: https://www.freem.ne.jp/win/game/16446
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
Created attachment 60125
--> https://bugs.winehq.org/attachment.cgi?id=60125
Console output
Himatsubushi Battle! (ひまつぶしバトル!) is a game application built with RPG Tkool MV
(Japanese version of RPG Maker MV).
When I start the executable (Game.exe), it runs without crashes, but it shows
black screen. However, I can hear background music after initialization. I can
also hear sound effects when I press Up or Down key.
I attach console output, in which there are many following message:
0041:err:d3d:context_create Failed to set pixel format 5 on device context
0x10051.
This issue may be common among RPG Tkool MV games which contains Games.exe
(SHA1: BD5427117C92F608C994B8E3D821FEF8D15A525E).
To obtain this game, please visit https://www.freem.ne.jp/win/game/16446 and
click the link text "→ ここをクリックして「 ひまつぶしバトル! 」をダウンロードする!" (-> click here to
download "Himatsubushi Battle!") because the download URL varies.
--
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=40641
Bug ID: 40641
Summary: Alltvfr crashes at start
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Alltvfr crashes as soon as one starts it
fixme:file:SetSearchPathMode (8001): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:file:SetSearchPathMode (8001): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:win:DisableProcessWindowsGhosting : stub
fixme:graphics:ShutdownBlockReasonDestroy (0x100e0): stub
fixme:graphics:ShutdownBlockReasonCreate (0x100e0, L"Installation en cours"):
stub
fixme:graphics:ShutdownBlockReasonDestroy (0x100e0): stub
fixme:graphics:ShutdownBlockReasonCreate (0x100e0, L"Installe AllFrTV."): stub
fixme:msg:ChangeWindowMessageFilterEx 0x100ec c04f 1 (nil)
fixme:msg:ChangeWindowMessageFilterEx 0x100f4 c04f 1 (nil)
fixme:msg:ChangeWindowMessageFilterEx 0x200f4 c04f 1 (nil)
fixme:shell:SHAutoComplete stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files
(x86)\\AllFrTV\\unins000.exe") stub
fixme:graphics:ShutdownBlockReasonDestroy (0x100e0): stub
joaopa@Carl:~/Téléchargements$ wine_dbg_vprintf: debugstr buffer overflow
(contents: '
Unhandled Exception:
System.InvalidOperationException: WinForms_SeeInnerException --->
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.ComponentModel.Win32Exception: No valid
icon entry were found.
at System.Drawing.Icon.InitFromStreamWithSize (System.IO.Stream stream, Int32
width, Int32 height) <0x1eac3f0 + 0x00d27> in <filename unknown>:0
at System.Drawing.Icon..ctor (System.Runtime.Serialization.SerializationInfo
info, StreamingContext context) <0x1f292a0 + 0x001bf> in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke
(System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj,
System.Object[] parameters) <0x1ea8ec8 + 0x00033> in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj,
System.Object[] parameters) <0x1ea8ec8 + ')
Stacktrace:
=================================================================
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.
=================================================================
--
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=20710
Summary: Street Fighter IV (Steam) doesn't start
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: signup+winehq(a)cshadowrun.com
Unlike the retail version of the game , the steam version's launcher seems to
start.
After the launcher starts and you click "Launch Street Fighter IV" I get
fixme:advapi:UnregisterTraceGuids 0: stub
fixme:wtsapi:WTSUnRegisterSessionNotification Stub (nil)
err:ole:CoUninitialize Mismatched CoUninitialize
And the game does not start.
--
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.