source: Promot/trunk/promot/BUGS.txt

Last change on this file was 9541, checked in by mirschel, 13 years ago

Modified: minor changes in bugs and batch files.

  • Property keywords set to id
  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
File size: 5.3 KB
Line 
1/*******************************************************************************
2 *   ProMoT
3 *  ---------------------------------------------------------------------------
4 *   Copyright (c) 1997-2012 ProMoT Development Team
5 *   Max Planck Institute Magdeburg, Germany
6 *   http://www.mpi-magdeburg.mpg.de/projects/promot
7 *   
8 *   This is free software; you can redistribute it and/or modify it
9 *   under the terms of the GNU General Public License as published
10 *   by the Free Software Foundation; either version 2 of the License, or
11 *   any later version.
12 *
13 *   THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
14 *   BUT WITHOUT ANY WARRANTY; WITHOUT EVEN THE WARRANTY OF
15 *   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
16 *   IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE
17 *   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 *   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 *   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 *   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 *   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 *   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 *   SUCH DAMAGE.
24 *   
25 *   You should have received a copy of the GNU General Public License
26 *   along with this library; if not, write to the Free Software Foundation,
27 *   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
28 *
29 *  ---------------------------------------------------------------------------
30 *   $Id$
31 ******************************************************************************/
32
33
34--------------------------------------------------------------------------
35 Problems while connecting Server and GUI
36--------------------------------------------------------------------------
37
38   Under Microsoft Windows no connection of ProMoT Server with ProMoT GUI
39   can be established.
40
41 Workaround:
42   For Microsoft Windows XP:
43   In the batch file 'promot-server.bat' uncomment the following two
44   lines and replace {username} by your login name:
45
46   REM set HOMEDRIVE=C:
47   REM set HOMEPATH=\Documents and Settings\{username}
48
49   For Microsoft Windows Vista/7:
50   In the batch file 'promot-server.bat' uncomment the following two
51   lines and replace {username} by your login name:
52
53   REM set HOMEDRIVE=C:
54   REM set HOMEPATH=\Users\{username}
55
56   Uncommenting is carried out by deleting the string 'REM'.
57
58
59--------------------------------------------------------------------------
60 Problems using the file chooser dialog
61--------------------------------------------------------------------------
62 
63   When the file chooser is used, e.g. for export the layout in the
64   Visual Explorer, sometimes an exception is thrown.
65
66 Workaround:
67   Try to open the dialog again. It should work the second or third
68   time.
69
70
71--------------------------------------------------------------------------
72 Bug in disposing the RunnerMessage
73--------------------------------------------------------------------------
74   
75   The former Cancel button is removed from the dialog but one can
76   still terminate the action thread hardly by clicking on the [X] of
77   the Dialog, this may cause an inconsistent state, because the
78   communication with the server via Corba can be interrupted at
79   different stages.
80
81
82--------------------------------------------------------------------------
83 Bug when deleting many network elements in the Visual Editor
84--------------------------------------------------------------------------
85
86   When many network elements in the Visual Editor are selected and
87   deleted, causing that not all network elements may disappear. Some
88   of them remain visible in the editor. Further interacting with
89   these 'ghost'-elements causes overall instability of
90   ProMoT. Current loaded models can not be saved any more.
91
92 Workaround:
93   Do not click on or interact with any of the remaining network
94   elements in the Visual Editor. Wait until no RELOAD appears in the
95   status bar of the editor and choose 'Model'->'Refresh' in the menu
96   of the editor to refresh the modules representation and checking.
97
98
99--------------------------------------------------------------------------
100 Problems in updating the ProMoT Browser tree and
101 deleting a set of PromotTreeNodes
102--------------------------------------------------------------------------
103
104   If a set of PromotTreeNodes is selected and deleted in the ProMoT
105   Browser tree the deletion throws an Exception and undo is not
106   possible. This is also described in ticket #123 (delete of set of
107   PromotTreeNodes).
108
109   Furthermore, sometimes the tree is not updated after adding,
110   loading or deleting of nodes. The refresh action should be used in
111   case of nodes which are missed or won't disappear. 
112
113
114--------------------------------------------------------------------------
115 Bug when exporting the HTML documentation of a model
116 with option 'with TeX Formula'
117--------------------------------------------------------------------------
118
119   When using the option 'with TeX Formula' in the export dialog
120   problems can occur regarding the paths of the png images. In this
121   cases, the TeX formula (represented by the png image) is not
122   displayed in the browser.
123
124 Workaround:
125   Do not use this option. The values then are printed as standard,
126   non-formated text.
Note: See TracBrowser for help on using the repository browser.