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=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.
https://bugs.winehq.org/show_bug.cgi?id=49934
Bug ID: 49934
Summary: Codename Panzers Cold War - SP Demo: Garbled graphics
Product: Wine
Version: 5.18
Hardware: x86-64
URL: http://stahnu.cz/strategicke-hry/codename-panzers-cold
-war/download
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Depends on: 42917
Distribution: ArchLinux
Created attachment 68316
--> https://bugs.winehq.org/attachment.cgi?id=68316
+gdiplus
Set d3dx9_34 to native in winecfg (bug 42917) and click 'Single Player' in the
menu to reproduce.
gdiplus can be set to native in winecfg to work around.
Attached is a +gdiplus 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=45698
Bug ID: 45698
Summary: Gdiplus::GraphicsPath::AddString does trim multi line
string
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: nikolaysemenkov(a)gmail.com
Distribution: ---
The call
Gdiplus::GraphicsPath::AddString(wszText, nText, &fontFamily, Style, fSize,
ptOrigin, &textFormat)
Arguments:
wszText:
"12345
7890122
3456"
nText: 18,
wszfontFamily: "FreeMono",
Style: 0,
fSize: 18.000000,
ptOrigin: 0.000000,0.000000,
textFormat: Constructed without arguments
The issue is Rendered Output is truncated:
"12345
78"
No issue on native windows.
--
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=54474
Bug ID: 54474
Summary: System.InvalidProgramException: Invalid IL code in
Vision4D.Program:a (string[]): IL_003c: pop
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 74023
--> https://bugs.winehq.org/attachment.cgi?id=74023
debug log of failed attempt to run arivis vision4d 4.0
After installing arivis vision4d 4.0, and trying to run it, it fails with the
attached log files. I've tested this with wine 8.1, and wine-mono.7.4.1.
Because I its likely that this is a wine-mono issue, the debug log has been
generated with
export WINE_MONO_TRACE=all
The beginning of the debug log shows also some message related to
0548:fixme:mscoree:parse_supported_runtime
I do not know whether this is relevant.
--
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=47722
Bug ID: 47722
Summary: I tried to
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esteveterr70(a)gmail.com
Distribution: ---
Created attachment 65195
--> https://bugs.winehq.org/attachment.cgi?id=65195
Error report generated by Wine
I tried to install Garmin GPS Manager Basecamp Legacy 4.2.5 (in forums there
are people that say it works with Wine), when I tried to open Basecamp, an
error ocurred and the application must be closed.
--
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=54526
Bug ID: 54526
Summary: Failed to parse the gif file, resulting in the failure
to load the gif and thus enter the program
Product: Wine
Version: 8.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
Nowadays wine is successful in parsing some gifs, and some gifs cannot be
parsed.
I'm using a game that has a gif on its loading page, and now the program
doesn't work because the gif fails to parse (it doesn't matter which game it
is, because I've written a simple demo that reproduces the problem)
The demo is for windows 10, and the content of the demo is to play a file named
"1.gif".
So you need to rename the file to "1.gif" and put it in the compiled . /wine in
the same directory. This will allow the demo to run correctly.
"1_ok.gif" is a gif file that can be parsed normally, "1_fail.gif" is a gif
file that can't be parsed normally.
I hope my demo is helpful to solve this problem.
Translated with www.DeepL.com/Translator (free version)
--
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.