https://bugs.winehq.org/show_bug.cgi?id=56420
Bug ID: 56420
Summary: Paint.NET 5.0.13 installer fails due to missing
ID2DFactory7, CLSID
'{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}'
Product: Wine
Version: 9.4
Hardware: x86-64
URL: https://github.com/paintdotnet/release/releases/downlo
ad/v5.0.13/paint.net.5.0.13.install.anycpu.web.zip
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 76182
--> https://bugs.winehq.org/attachment.cgi?id=76182
error dialog
It shows an error dialog, which I've attached. A +d2d trace reveals:
019c:trace:d2d:D2D1CreateFactory factory_type 0x1, iid
{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}, factory_options 00007FFFFE27E878,
factory 00007FFFFE27E830.
019c:trace:d2d:D2D1CreateFactory Created factory 00007FFFFEA29FB0.
019c:trace:d2d:d2d_factory_QueryInterface iface 00007FFFFEA29FB0, iid
{bdc2bdd3-b96c-4de6-bdf7-99d4745454de}, out 00007FFFFE27E830.
019c:warn:d2d:d2d_factory_QueryInterface {bdc2bdd3-b96c-4de6-bdf7-99d4745454de}
not implemented, returning E_NOINTERFACE.
019c:trace:d2d:d2d_factory_Release 00007FFFFEA29FB0 decreasing refcount to 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=56662
Bug ID: 56662
Summary: Paint.NET 4.0.6 installer crashes because of some not
implemented Direct2D features
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all
This bug report is somehow an offspring of bug 46039. Newer Paint.NET releases
are crashing shortly after the installation is started. This seems to be
related to a missing Direct2D feature in Wine.
Regarding Paint.NET 4.0.6 there are listed several
"PaintDotNet.Controls.Direct2DControl" errors in the log. For more details
please check the attached file.
Note, this topic here should stay "Paint.NET 4.0.6" only. Later versions also
crashes because of this bug but those seems the have some additional problems.
I have checked that with Paint.NET 4.0.8 and there are more errors present in
the long compared with Paint.NET 4.0.6.
--
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=56660
Bug ID: 56660
Summary: Env error(paint.net and doom eternal)
Product: Wine-staging
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: finenkofedor(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76437
--> https://bugs.winehq.org/attachment.cgi?id=76437
DOOMEternalx64vk.exe backtrace
Some software is not launching because it think I have version older than win7,
examples are paint.net and DOOM:Eternal. Speaking of Doom eternal, it could not
launch either until I launched with argument WINEDEBUG="-all" then it popped up
message I must have win7 or higher and give error, there's a backtrace attached
Wine-staging 9.8.1//Wine-mono 9.1.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=46813
Bug ID: 46813
Summary: Paint.net 4.1 installer fails:
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.
cpp (75) : hr = m_pEffect->SetInputCount(inputCount);
Product: Wine
Version: 4.3
Hardware: x86
URL: https://dl1.filehippo.com/723e534156b54de4adbae2c05203
7fb4/paint.net.4.1.install.exe?ttl=1552236910&token=1d
af4879a0c0e9f11076f852a2830137
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Created attachment 63837
--> https://bugs.winehq.org/attachment.cgi?id=63837
console output
Prerequisite: winetricks dotnet472 and uianimation patchset from Staging.
sha1sum ~/paint.net.4.1.install.exe
b2b886c97532eb4c5eabf7e2fd888d61f4a9ae78 ~/paint.net.4.1.install.exe
The installer crashes with a error dialog:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NotImplementedException:
d:\src\pdn\src\systemlayer.native\direct2d1\d2deffect.cpp (75) : hr =
m_pEffect->SetInputCount(inputCount); (PaintDotNet.Controls.PdnBanner)
at PaintDotNet.Interop.InteropErrorInfo.ThrowIfError() in
D:\src\pdn\src\Base\Interop\InteropErrorInfo.cs:line 89
at PaintDotNet.SystemLayer.Native.x64.NativeUtilities.ThrowOnErrorImpl(Int32
hr, SByte* szHr, IUnknown* pFxErrorInfo)
at
PaintDotNet.SystemLayer.Native.x64.Direct2D1.D2DEffect.set_InputCount(Int32
value)
at PaintDotNet.UI.Media.Effects.Effect.ApplyInputs(IServiceProvider
services, IEffect d2dEffect, IReadOnlyList`1 inputs, Boolean invalidate) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 49
at PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperty(IServiceProvider
services, IEffect d2dEffect, DependencyProperty property) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 110
at
PaintDotNet.UI.Media.Effects.EffectProperty.EnumerateEffectProperties[TAction](Type
ownerType, TAction& accumulator) in
D:\src\pdn\src\Framework\UI\Media\Effects\EffectProperty.cs:line 79
at
PaintDotNet.UI.Media.Effects.Effect.ApplyEffectProperties(IServiceProvider
services, IEffect d2dEffect) in
D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 96
at
PaintDotNet.UI.Media.Effects.Effect.CreateDirect2DResource(IServiceProvider
services) in D:\src\pdn\src\Framework\UI\Media\Effects\Effect.cs:line 74
at
PaintDotNet.ObjectModel.ResourceCache.GetCachedOrCreateResource(IResourceProvider
resourceProvider, Type interfaceType) in
D:\src\pdn\src\Base\ObjectModel\ResourceCache.cs:line 179
at
PaintDotNet.ObjectModel.ResourceCacheExtensions.GetCachedOrCreateResource[TResource](IResourceCache
resourceCache, IResourceProvider`1 resourceProvider) in
D:\src\pdn\src\Base\ObjectModel\ResourceCacheExtensions.cs:line 17
at PaintDotNet.Direct2D1.DrawingContextExtensions.DrawImage(IDrawingContext
--
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=48540
Bug ID: 48540
Summary: Paint.net v4.0 crashes:
System.NotImplementedException:
..\Direct2D\D2DGeometry.cpp (553) : hr =
m_pGeometry->Widen (d2d_ellipse_geometry_Widen is a
stub)
Product: Wine
Version: 5.0
Hardware: x86
URL: https://dw81.uptodown.com/dwn/Gn--kYHTnDkyEi1ZtswLFM0e
ruO-fjlQNCOzLCPVl7iZ67g5WQqOWGcoFTk9NWZwQKrIUp7gVrWrKs
yG_HCzAm2TycqXRoucJDxlsMWzFo22sVY4LYYwZ0Fkp0g2KpNY/XEO
d-6EuUi0RITPk54kiA1MIiwaQDo8JbBWn9LHBdl3BYY1QMxhiChn0c
CaKGaQ0xFH8mv5dJzFL337cILS1Q0Q4bTCHirw26UMnsIvxp9THmVR
BOpWUDKLzgE3sU_iN/yLr1QM-cwlWQdFwnyEbeYB_fl0v3jgwVr2k0
rw3lRYMK3i--cGvZBuUwNtBp4gFv4QF2wMlWl6H7wPTmuSUfyg==/p
aint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
Pre-note: while testing Paint.net it appears to be quite important to track the
precise version; Every new subsequent version seems to add new d2d-features and
thus might crash differently.
So I started with lowest version: 4.0
Bug: As reported in the title.
If you hack d2d_ellipse_geometry_Widen to return success the application
actually starts and I was even able to draw a line (WOW!!)
Clicking other things resulted again in System.NotImplementedException
exceptions.
(Side-note: used "winetricks dotnet40 dotnet48" and also for now a native
uianimation to work around a crash in installer. If i have time i`ll look into
the uianimation bug myself later I think)
sha1sum paint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
35549136606d396c894fb616a0f554235c47fad8
paint-net-4-0-es-en-br-fr-de-it-cn-jp-ru-win.zip
--
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=44632
Bug ID: 44632
Summary: abend after installation and startup of IPcamViewer
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: freek.weggeman(a)gmail.com
Distribution: ---
Created attachment 60625
--> https://bugs.winehq.org/attachment.cgi?id=60625
show details after the message above and save as
IPCameraViewer has expierecesd a serious error and has to be closed.
This error appeares at installation time as well as at startup
--
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=19469
Summary: ResEdit crashes checking for updates
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.resedit.net/ResEdit-UNICODE.7z
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=22630)
--> (http://bugs.winehq.org/attachment.cgi?id=22630)
Crash log
ResEdit 1.4.7 (unicode build) crashes checking for updates. Attached log
produced with 'Help -> Check for update' menu command.
--
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=52424
Bug ID: 52424
Summary: Running Shogun 2 Total War under wine stable
(7.0.0.0~focal-1) fails with page fault
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bopolissimus(a)gmail.com
Distribution: ---
Created attachment 71683
--> https://bugs.winehq.org/attachment.cgi?id=71683
backtrace for page fault when running Shogun Total War 2
Running Shogun 2 Total War under wine stable (7.0.0.0~focal-1)
fails with:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x10a29192).
Register dump:
backtrace 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=39466
Bug ID: 39466
Summary: MOPy Fish does not install
Product: Wine
Version: 1.7.52
Hardware: x86-64
URL: https://web.archive.org/web/20020206231256fw_/http://1
93.129.255.5/mopyfish/binaries/setup.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: usp10
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Blocks: 21316
Distribution: Debian
Created attachment 52586
--> https://bugs.winehq.org/attachment.cgi?id=52586
log + backtrace
Related to bug 21316. The installer crashes before showing anything in the
screen.
Most of the backtrace is inside usp10 so guessing it as component.
--
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=39250
Bug ID: 39250
Summary: help!
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: krisfoxes(a)aol.com
Distribution: ---
Created attachment 52306
--> https://bugs.winehq.org/attachment.cgi?id=52306
This is what Feral heart gave me and logs me out
Hello,
I play Feral heart on my mac and it logs me out all the time, sometimes 5 times
a day or more on this game giving me an error report form wine. Please help!
I would like to play this game without this error report showing up and logging
me out. Is there anything I can do??
Please help
Thank you,
Kris
--
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.