http://bugs.winehq.org/show_bug.cgi?id=32266
Bug #: 32266
Summary: Songr Portable 2.0 fails to start
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 42579
--> http://bugs.winehq.org/attachment.cgi?id=42579
Error log
Songr Portable 2.0 fails to start with current version of Wine, I guess is a
problem with Wine-mono since Songr requires .Net 3.5 to work.
--
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=51449
Bug ID: 51449
Summary: Final Fantasy XIV: Endwalker Benchmark does not launch
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtc(a)protonmail.com
Distribution: ---
Created attachment 70299
--> https://bugs.winehq.org/attachment.cgi?id=70299
This is the terminal output from attempting to start the benchmark.
The benchmark for FFXIV 6.0 does not launch.
--
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=47158
Bug ID: 47158
Summary: FantaMorph 5 is very slow
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program works fine, bzt it's very slow. I didn't work much with it, but the
loading takes multiple seconds.
"winetricks gdiplus" makes it a lot faster.
--
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=55717
Bug ID: 55717
Summary: mono's IsOutlineVisible_Line_WithGraphics test fails
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
The
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest.IsOutlineVisible_Line_WithGraphics
test stopped working in Wine. To test, download the Wine Mono tests and run:
$ run-tests.exe
MonoTests.System.Drawing.Drawing2D.GraphicsPathTest.IsOutlineVisible_Line_WithGraphics
This is a regression caused by 0c777a7d5cab90ab59d7a4a6b60c516efa7a9830.
--
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=55989
Bug ID: 55989
Summary: Wine Mono needs to support winmd files (YUR fails to
launch)
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
From https://github.com/ValveSoftware/Proton/issues/7308 (YUR).
The program ships a Windows.winmd file and links to it as a regular .NET
assembly. Wine Mono doesn't find it because it's not looking for a .winmd
extension, but renaming to .dll isn't good enough (though technically it is a
CLR image and does load). We need specific support for winmd assemblies.
--
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=55990
Bug ID: 55990
Summary: KakaoTalk incorrectly renders certain user profile
elements
Product: Wine
Version: 8.21
Hardware: x86-64
URL: https://app-pc.kakaocdn.net/talk/win32/KakaoTalk_Setup
.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
CC: gang65(a)poczta.onet.pl, infyquest(a)gmail.com
Distribution: ---
Created attachment 75597
--> https://bugs.winehq.org/attachment.cgi?id=75597
actual profile rendering (gdiplus=builtin)
Attached are some screenshots of the same profile in builtin and native.
Note that the profile has animated elements and "snowing" background; no
attempt has been made to capture the exact same frame.
Steps to reproduce:
1. Create a KakaoTalk account via mobile client (Android or iOS).
2. Log in to the account.
3. Use the "multi-profile" feature to place elements.
Expected behavior:
See attachment "expected profile rendering (gdiplus=native)"
Actual behavior:
See attachment "actual profile rendering (gdiplus=builtin)"
a. Translucent background and border on some widgets/components are absent.
b. Font rendering is slightly different; pay special attention on the kerning.
c. Sampling and anti-aliasing is slightly different.
--
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=51575
Bug ID: 51575
Summary: Texconv fails with mipmap error unless "-nowic" is
supplied to disable WIC use
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs(a)63bit.net
Distribution: ---
Texconv.exe returns mysterious errors about mipmaps if "-nowic" is not passed.
This appears to be some problem in the interaction between windowscodecs.dll
and texconv mipmap level detection.
Example (probably any DDS will work to repro):
Texconv.exe -nologo -y -sepalpha -f BC7_UNORM -bc q -o "C:\blah\out"
"C:\blah\TamrielTreeLod.dds"
returns FAILED [mipmaps] (80070057: Invalid parameter.)
Source for texconv is here:
https://github.com/microsoft/DirectXTex/blob/54ce2c8da97c3508899c31f80bfb1e…
Binary is available here:
https://github.com/microsoft/DirectXTex/releases/tag/aug2021
Passing "-nowic" parameter succeeds, causing me to suspect windowscodecs.dll
--
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=56045
Bug ID: 56045
Summary: RichTextBox crashes the WPF application
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: claytmp+foj0w(a)gmail.com
Distribution: ---
Created attachment 75700
--> https://bugs.winehq.org/attachment.cgi?id=75700
Terminal output and WPF app included
When adding RichTextBox component into the Window Form, the app won't run at
all. It appears that the app crashes if it tries to render the RichTextBox.
Without the RichTextBox, the app would work
--
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=56217
Bug ID: 56217
Summary: Paint Shop Pro 9.01, minor hang when a selection in a
picture is moved
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all
Here follows my second issue report about Paint Shop Pro 9 under Wine 9.x.
It works almost perfectly fine. One regression regarding a hang on exit was
already reported, see bug 56182 for more information.
After some time of testing I found another minor flaw which is most likely
gdiplus.dll related. The screen-output freezes for a short time after a
selected area (in a picture) is moved around for more than two or three pixels.
This is true for both, the built-in and the native gdiplus.dll. It affects only
the drawing of the picture and not the mouse cursor. However, while the bug is
present on both gdiplus variants, there exist still a difference when it
occurs. (That's the reason why I think it is related to gdiplus.)
A gdiplus.dll override to native is also needed for the first startup.
Otherwise it is not possible to close the "Learning center" dialog box. When
that is done the override can be reverted. Note, Paint Shop Pro 9 already
contains an own (quite old) native "gdiplus.dll" file.
It can be said that the built-in gdiplus works apart from that flaw somehow
smoother than the included native version.
The program can be downloaded from here:
https://www.tenforums.com/software-apps/191499-paint-shop-pro-4-12-7-04-8-1…
Note, it can be installed via the "Jasc Paint Shop Pro 9.msi" and "Jasc
Animation Shop 3.msi" files without any registration and also without any
serial.
--
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=37050
Bug ID: 37050
Summary: Wine and FreeSCAN.exe fails to load
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: hd625b(a)gmail.com
Used Lunix Mint17 Terminal and Wine to run FreeSCAN.exe which threw the errors
below. FreeSCAN.exe is from SixSpot Software.
hd625b@MyLunixMint17 ~ $ wine "/home/hd625b/.wine/drive_c/Program
Files/FreeSCAN/FreeSCAN.exe"
Unhandled Exception:
System.TypeLoadException: Could not load type 'FreeSCAN.lblSiteNote' from
assembly 'FreeSCAN, Version=0.8.3.0, Culture=neutral, PublicKeyToken=null'.
at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename
unknown>:0
at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load
type 'FreeSCAN.lblSiteNote' from assembly 'FreeSCAN, Version=0.8.3.0,
Culture=neutral, PublicKeyToken=null'.
at FreeSCAN.My.MyProject+MyForms.get_lblSiteNote () [0x00000] in <filename
unknown>:0
at FreeSCAN.My.MyApplication.OnCreateMainForm () [0x00000] in <filename
unknown>:0
at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun ()
[0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run
(System.String[] commandLine) [0x00000] in <filename unknown>:0
at FreeSCAN.My.MyApplication.Main (System.String[] Args) [0x00000] in
<filename unknown>:0
hd625b@MyLunixMint17 ~ $
--
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.