https://bugs.winehq.org/show_bug.cgi?id=52440
Bug ID: 52440
Summary: GdipRotateWorldTransform+GdipDrawImage draws wrong
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: hjkl(a)quantentunnel.de
Distribution: ---
Created attachment 71713
--> https://bugs.winehq.org/attachment.cgi?id=71713
Example to reproduce issue
The image output of GdipDrawImage is wrong if applying a rotation with
GdipRotateWorldTransform.
I attached an example to reproduce the issue.
The .zip file contains:
WindowsOutput.png: screenshot of how Windows paints it
WineOutput.png: screenshot of how Wine paints it (on Debian 11.2)
source: the according source code (Visual C++ 2019 solution),
source\x64\Release\Example.exe is the compiled EXE.
The example loads "image.png" from the same directory (just a 16x16 pixels red
block) and shows it with the rotation.
This is the critical code:
Gdiplus::DllExports::GdipRotateWorldTransform(pGr, 10,
Gdiplus::MatrixOrderAppend);
Gdiplus::DllExports::GdipDrawImage(pGr, g_pImg, 100, 50);
Thanks in advance!
--
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=51888
Bug ID: 51888
Summary: Mass Effect Trilogy "ALOT" Community Texture Pack C#
Installer Doesn't Run
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 70832
--> https://bugs.winehq.org/attachment.cgi?id=70832
Wine Staging 6.16 Terminal Output Log for Version 3.0.586.5600
The open-source community Mass Effect Trilogy texture pack installer doesn't
run in Wine and hasn't since at least 5.15-staging (the currently available
version in Arch at the time of typing is 6.16-staging).
The program is written in C# and the last version tested in the AppDB is:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39313
Program version 3.0.586.5600 (which is an older release and not the latest
release from its Github)
3.0.586.5600 -
https://github.com/ME3Tweaks/ALOTInstaller/releases/download/3.0.586.5600/A…
SHA1SUM: bf8623e4e71cbc148631db63703c599e85193126
Latest version at the moment (4.0.740.3661) -
https://github.com/ME3Tweaks/ALOTInstaller/releases/download/4.0.740.3661/A…
SHA1SUM: 1290054a4e66fe5c87e84f4d5f8592ad4c1c9286
--
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=50994
Bug ID: 50994
Summary: LogicCircuit: doesn't start on wine 6.6
Product: Wine
Version: 6.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dogewanderer(a)protonmail.com
Distribution: ---
Created attachment 69833
--> https://bugs.winehq.org/attachment.cgi?id=69833
Logs
I installed LogicCircuit (x86 only it seems)
https://github.com/eugenelepekhin/LogicCircuit
When i tried to run it, it didn't.
>From the logs i suppose this is related to NET 4.7.2 (minimum requirement for
running LogicCircuit), which I installed, using this link
https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-off…,
but didn't make any difference.
All this wad done in a 64bit Prefix.
Additionally i recived this output in my shell after the program stopped:
0090:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
--
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=52905
Bug ID: 52905
Summary: [Dotnet] Aemulus Mod / Package Manager Does Not Run
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 72289
--> https://bugs.winehq.org/attachment.cgi?id=72289
Plain Wine 7.6 Log
SHA256 Checksum of AemulusPackageManager.exe:
c5a1349a868d41359280fcf0ea299433fdc4ff68c4220c9bfe2a30cabf488763
Program version: 5.6.0
Open-source on Github; web archive download link:
https://web.archive.org/web/20220426185522/https://objects.githubuserconten…
-----
This application is a modding tool for various Persona games.
It uses dotnet, but attempting to install the used dotnet version kept failing
for some reason.
With wine-mono, it just doesn't run with unimplemented exceptions thrown.
--
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=48014
Bug ID: 48014
Summary: Rebelbetting: multiple errors with Mono
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65547
--> https://bugs.winehq.org/attachment.cgi?id=65547
Wine 4.18 console log
Running Rebelbetting immediately pops up a “Serious error” dialog, which pops
up multiple times while trying to do anything with the application.
The application also doesn't load correctly: there are panes missing in the
main window.
0009:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.5"
not implemented
Rebelbetting is a .Net 4.5 app.
I have tried running with WINE_MONO_TRACE=wrapper but it is a bit too busy.
Seems to hit Forms a lot.
Tried msxml{3,4,6} gdiplus vcrun2013 for giggles. No change. Same in Vanilla
and Staging.
Workaround is native dotnet45.
--
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=39000
Bug ID: 39000
Summary: Netgear ReadyNAS Remote error during install
Product: Wine
Version: 1.7.48
Hardware: x86-64
URL: http://remote.readynas.com/ReadyNASRemoteSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 51959
--> https://bugs.winehq.org/attachment.cgi?id=51959
wine-1.7.48-46-g571462c console output
During the installation of Netgear's ReadyNAS Remote a dialog pops up stating:
"The C:\windows\mono\mono-2.0\lib\mono\4.5\RegAsm.exe files was not found."
Indeed, the file does not exist, but I doubt it is looking in the correct
place.
Workaround is "winetricks dotnet40".
During installation there is another error about NPF not being found; this is
WinPcap and the same occurs on Windows 8.1 - WinPcap simply isn't installed.
$ sha1sum ReadyNASRemoteSetup.exe
e46dc008f3c082200b9332c0ca8364f08c331b88 ReadyNASRemoteSetup.exe
--
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=52423
Bug ID: 52423
Summary: GdipDeleteRegion in some cases try to delete NULL
elements
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: incubusrk(a)gmail.com
Distribution: ---
Created attachment 71682
--> https://bugs.winehq.org/attachment.cgi?id=71682
error log
In an application with a complex form, it sometimes arises an exception read
access to 0x0000000000000000 in delete_element
--
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=49776
Bug ID: 49776
Summary: .NET application settings are never saved
Product: Wine
Version: 5.15
Hardware: x86-64
URL: https://github.com/farmerbriantee/AgOpenGPS/releases/d
ownload/4.3.10/AgOpenGPS_v4.3.10.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: mirh(a)protonmail.ch
Distribution: ---
For example, no matter how many times I uncheck the "show at startup" dialog,
it will always be there the next time I restart.
These are the only suspicious lines I could spot in WINEDEBUG:
trace:mscoree:ConfigFileHandler_startElement Unknown element L"value" in state
6
trace:mscoree:ConfigFileHandler_startElement Unknown element L"setting" in
state 6
warn:mscoree:ConfigStream_QueryInterface Not supported iface
{2933bf81-7b36-11d2-b20e-00c04f983e60}
warn:mscoree:ConfigStream_QueryInterface Not supported iface
{0c733a30-2a1c-11ce-ade5-00aa0044773d}
fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.5" not
implemented
If I install dotnet48 or dotnet462 everything works properly.
--
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=32964
Bug #: 32964
Summary: FAST Search for Sharepoint MOSS 2010 Query Tool
installer does not start
Product: Wine
Version: 1.5.23
Platform: arm
URL: http://fastforsharepoint.codeplex.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
Launching the installer results in just a couple of lines printed on the
console and then the process exists.
$ wine setup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0x112e8d0, overlapped 0x112e8dc): stub
wine: configuration in '/home/rmuntean/.wines/sharepoint-query-tool-32' has
been updated.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
--
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.