Changes between Initial Version and Version 1 of Ticket #243


Ignore:
Timestamp:
Sep 26, 2018, 10:36:10 AM (6 years ago)
Author:
patrik.svestka@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #243 – Description

    initial v1  
    11Transcript select text into block then right click and select copy - the block gets deformed.  The selected text is not correctly copied.
    22
     3**An Update:**
     4
     5This error appears to be connected when Smalltalk/X is loaded from a previously saved image (not always).
     6
     7I have previously saved image it generates these errors:
     8
     9{{{
     10
     11WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:43.788): GDBVariableObject missing method: inspector2TabVariable.
     12VERBOSE:
     13WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MABooleanDescription missing method:
     14parseUsingGDBMIParser:.
     15VERBOSE:
     16WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MASingleOptionDescription missing method:
     17parseUsingGDBMIParser:.
     18VERBOSE:
     19WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MADescription missing method:
     20parseUsingGDBMIParser:.
     21VERBOSE:
     22WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MAToManyRelationDescription class missing
     23method: defaultAllowOmmitedBrackets.
     24VERBOSE:
     25WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MANumberDescription missing method:
     26parseUsingGDBMIParser:.
     27VERBOSE:
     28WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MAStringDescription missing method:
     29parseUsingGDBMIParser:.
     30VERBOSE:
     31WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MAToManyRelationDescription missing method:
     32allowOmmitedBrackets.
     33VERBOSE:
     34WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MAToManyRelationDescription missing method:
     35allowOmmitedBrackets:.
     36VERBOSE:
     37WARNING: ObjectFileLoader [warning] (2018-09-26 11:28:44.053): Magritte::MAToManyRelationDescription missing method:
     38parseUsingGDBMIParser:.
     39VERBOSE:
     40}}}
     41
     42
     43
     44Later on when using Smalltalk/X I got:
     45{{{
     46VERBOSE: STX [error] (2018-09-26 11:19:36.882): Error write error : Invalid argument during finalization of:
     47FileStream(for: C:\prg_sdk\stx8-jv_swing\build\stx\libscm\mercurial\HGCommand.st)
     48VERBOSE:
     49FileStream(ExternalStream) writeError: 22 [
     50VERBOSE: 9]
     51VERBOSE: FileStream(ExternalStream) closeFile [
     52VERBOSE: 92
     53VERBOSE: ]
     54FileStream closeFile [5]
     55FileStream(ExternalStream)
     56VERBOSE: finalize [4
     57VERBOSE: ]
     58Registry informDispose:
     59VERBOSE: FileStream(for: C:\prg_sdk\stx8-jv_swing\build\stx\libscm\mercurial\HGCommand.st)
     60VERBOSE:  [5]
     61VERBOSE: [] in Registry>>grow:
     62VERBOSE: nil [52]
     63VERBOSE: Block on:do:
     64VERBOSE:
     65VERBOSE: Error [] in Registry>>grow:
     66VERBOSE:  [11]
     67[] in Registry>>grow: nil FileStream(for: C:\prg_sdk\stx8-jv_swing\build\stx\libscm\mercurial\HGCommand.st) [53]
     68Array from:to:do: 1 1 [] in Registry>>grow: [7]
     69OrderedCollection do: [] in Registry>>grow: [4]
     70Registry
     71VERBOSE: grow:
     72VERBOSE:  14 [50]
     73}}}
     74
     75Time to time I got this warning:
     76
     77{{{
     78VERBOSE: STX [warn] (2018-09-26 11:28:45.611): invalid form draw - ignored
     79}}}
     80
     81Question is if the image file did not get somehow corrupted.
     82
    383TODO: create a screencast