[Bug 59218] New: running MTHVereinsProfi.exe under linux
http://bugs.winehq.org/show_bug.cgi?id=59218 Bug ID: 59218 Summary: running MTHVereinsProfi.exe under linux Product: Wine Version: 11.0-rc4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: mrt@treaki.tk Distribution: --- Created attachment 80115 --> http://bugs.winehq.org/attachment.cgi?id=80115 the exe in question, use xz to decompress Hi, i am trying to run an application called MTHVereinsProfi.exe under linux, it seams to be an 64bit executable created with delphi/pascal and it works fine even under windows 7. But whatever wine version i try (including deactivates like soda) i only get a couple of error messages. Is there any way to let this run under linux? Regards, Mr. T -- 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=59218 --- Comment #1 from Mr. T <mrt@treaki.tk> --- Created attachment 80116 --> http://bugs.winehq.org/attachment.cgi?id=80116 one of the error message -- 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=59218 --- Comment #2 from Rafał Mużyło <galtgendo@o2.pl> --- Generally, attaching this type of executables is not really OK, a link to a publicly accessible download would be significantly better. Regardless, attach complete console output of that program leading to the crash. -- 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=59218 --- Comment #3 from Alexandre Julliard <julliard@winehq.org> --- The content of attachment 80115 has been deleted for the following reason: Copyright violation -- 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=59218 Tim <tim@treaki.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tim@treaki.tk --- Comment #4 from Tim <tim@treaki.tk> --- oh nein möpse.... oder da hat aber jemand angst ghost busters have killed again an innocent cat nyaaa but it revived but elsewere https://buzzheavier.com/cfa7wbqviqdo https://paste.c-net.org/BailedStump for your reference: https://www.virustotal.com/gui/file/f5a8296026938244b5c001d91069238835f901e0... https://www.virustotal.com/gui/file/0bc629da87659ee942066f48de206173d613c964... -- 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=59218 Louis Lenders <xerox.xerox2000x@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |dwrite Keywords| |download Ever confirmed|0 |1 URL| |https://www.mth-software.de | |/Down/setup_mth_vp.exe Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com --- Comment #5 from Louis Lenders <xerox.xerox2000x@gmail.com> --- Hi, @OP: It seems AFAICT this can be downloaded just as a demo from https://www.mth-software.de/Down/setup_mth_vp.exe which is better than providing obscure downloadllinks ;) For me it throws an error about "out of memory". Just before things go wrong there's several fixne's from dwritetextlayout_HitTestTextRange. The hack below allowed me to start sthe program, though UI is a bit glitchy. @OP: Can you confirm that this is the same program you're talking about? For now I'll ad some info and mark this as dwrite bug. diff --git a/dlls/dwrite/layout.c b/dlls/dwrite/layout.c index aefb49296b3..64d77e8c3c1 100644 --- a/dlls/dwrite/layout.c +++ b/dlls/dwrite/layout.c @@ -3985,7 +3985,10 @@ static HRESULT WINAPI dwritetextlayout_HitTestTextRange(IDWriteTextLayout4 *ifac FIXME("%p, %u, %u, %f, %f, %p, %u, %p): stub\n", iface, textPosition, textLength, originX, originY, metrics, max_metricscount, actual_metricscount); - return E_NOTIMPL; + +*actual_metricscount=1; + + return 0;//E_NOTIMPL; } -- 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=59218 Louis Lenders <xerox.xerox2000x@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.mth-software.de |https://web.archive.org/web |/Down/setup_mth_vp.exe |/20260117124926/https://www | |.mth-software.de/Down/setup | |_mth_vp.exe --- Comment #6 from Louis Lenders <xerox.xerox2000x@gmail.com> --- Backed up archive on web.archive. -- 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.
participants (1)
-
WineHQ Bugzilla