http://bugs.winehq.org/show_bug.cgi?id=35935
Bug ID: 35935
Summary: Enterprise Architect fails to render
Product: Wine
Version: 1.5.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Open Enterprise Architect example project
Change the Renderer to "Enhanced - 2" via "Tools -> Options -> "Diagram
Appearance" tab.
Fillcolor and lines aren't drawn.
--
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=43830
Bug ID: 43830
Summary: Enterprise Architect no longer loads symbols when
debugging.
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When using Enterprise Architect to debug an application. It fails to load
symbols for the application being debugged.
b1b4f5d451cf2ee821514b5479ddd9aae4d33a8f is the first bad commit
commit b1b4f5d451cf2ee821514b5479ddd9aae4d33a8f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Sep 26 14:50:43 2017 +0200
server: Store the mapped file descriptor in the memory view.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 5249c89b945048945c7b9e6d6b5e591fe17a6c44
65bcecbd601e676ef5e0f0e6c4167ad9ad817134 M server
--
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=26428
Summary: Images are display incorrectly in Enterprise
Architect.
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml4
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Steps to reproduce
1. Open Enterprise Architect
2. Open the MDG Technologies Dialog via menu "Settings -> MDG technologies..."
All the items in the list on the left hand side should have icons.
If you open the file
C:\Program Files\Sparx Systems\EA\MDGTechnologies\BPMN 1.0 Technology.xml
you can see the bitmap encoded in the Image Node.
Its appears that bin.base64 decoder is the problem.
--
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=44640
Bug ID: 44640
Summary: Enterprise Architect now longer draw diagram correctly
with gdiplus
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 60642
--> https://bugs.winehq.org/attachment.cgi?id=60642
+gdiplus log
Elements placed on diagram no longer draw their borders when using gdiplus.
--
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=40087
Bug ID: 40087
Summary: Enterprise Architect fails to install files on
upgrade.
Product: Wine
Version: 1.9.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 53577
--> https://bugs.winehq.org/attachment.cgi?id=53577
+msi
MSI detects that it's a new installer but it fails to install any file that
already exists.
log.txt
trace:msi:calculate_install_state skipping L"EA.exe" (not scheduled for
install)
On Windows, it overwrites all files whether they are installed or not.
--
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=32747
Bug #: 32747
Summary: Can not input Chinese in Enterprise architect
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: foxwu718(a)gmail.com
Classification: Unclassified
Created attachment 43212
--> http://bugs.winehq.org/attachment.cgi?id=43212
No Chinese character appreared in notes window
I can not input Chinese(either using ibus or fcitx input method) in notes
window. The input method may work fine because I can choose the option
characters. However the chosen character did not appear in notes window. The
other windows work fine. Check out the attachment. Thanks!
--
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=50905
Bug ID: 50905
Summary: Wine fails to execute native binaries
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: julliard(a)winehq.org
Regression SHA1: 42de71c38780931c510ada6d7ee8681c99bbc60b
Distribution: ---
Today's winehq.git fails to run pretty much everything from existing Wine
prefixes where a Wine stub placeholder DLL is missing.
The regression is caused by
42de71c38780931c510ada6d7ee8681c99bbc60b is the first bad commit
commit 42de71c38780931c510ada6d7ee8681c99bbc60b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Mar 31 10:19:10 2021 +0200
ntdll: Fail to load non-existent dlls, except during prefix bootstrap.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/kernel32/tests/module.c | 6 +++---
dlls/ntdll/loader.c | 7 ++++++-
2 files changed, 9 insertions(+), 4 deletions(-)
--
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=23814
Summary: Enterprise Architect crashes on start in
RegisterDragDrop()
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
CC: huw(a)codeweavers.com
Blocks: 22860
Created an attachment (id=29877)
--> (http://bugs.winehq.org/attachment.cgi?id=29877)
log
Application fails to start after this commit:
commit 6d1ef3a6a64f0fabf05ce1bba5f0ec4373684786
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Jul 22 13:37:19 2010 +0100
ole32: Implement cross-process drag and drop.
Reverting helps. Attached a +ole,+tid log, please let me know if another one
needed.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11203
Summary: Versions 9.52 & 9.53 throw page exception on Enterprise
Architect
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igoddard(a)nildram.co.uk
Created an attachment (id=10271)
--> (http://bugs.winehq.org/attachment.cgi?id=10271)
traces for errors under 9.52&3 and normal operation under 9.51
Enterprise Architect is a UML package from www.sparxsystems.com.au I'm running
V6.5.806. It works fine under Wine in many versions including 9.51. In 9.52 &
9.53 it throws a page exception. See attached traces (including a trace for
normal operation under 9.51)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32751
Bug #: 32751
Summary: Enterprise architect 10 can't open a project
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: litimetal(a)gmail.com
Classification: Unclassified
Created attachment 43220
--> http://bugs.winehq.org/attachment.cgi?id=43220
Wine's backtrace
First I downloaded from http://www.sparxsystems.com.au/bin/easetup.exe
$ sha1sum easetup.exe
d54da350a842aa4308e7a02087e8e96c4c89d4b2 easetup.exe)
Second I used 'wine easetup.exe' to install(successful)
Third I used 'wine ~/.wine/drive_c/Program\ Files/Sparx\ Systems/EA\
Trial/EA.exe'
When I clicked on 'Open' in the 'Open Project' dialog, the program crashed.
--
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.