Hello!

Steps:


   1. Download moose_suite_6_0-win  (today from official web)
   2. Load NeoCSV  (loaded well)
   3. Run this whith the earlier mentioned csv file:


 |csv mbfs cont|
 mbfs := FileStream fileNamed: 'C:\Users\kusr\Documents\vis\
test1utf8_cut2.csv'.
 mbfs
      lineEndConvention: #crlf;
     converter: UTF8TextConverter new.
   cont := mbfs contents.


Error as follows. The same happened with the alternative code from Sven.

This is a 64bit Windows 7.

Should I do any more test for you?

regards
Robert


> >
> > > Array(Object)>>primitiveFailed:
> > > Array(Object)>>primitiveFailed
> > > Array>>elementsForwardIdentityTo:
> > > ByteString(Object)>>becomeForward:
> > > ByteString>>at:put:
> > > MultiByteFileStream>>next:
> > > MultiByteFileStream(FileStream)>>contents
> > > UndefinedObject>>DoIt
> > > OpalCompiler>>evaluate
> > > RubSmalltalkEditor>>evaluate:andDo:
> > > RubSmalltalkEditor>>highlightEvaluateAndDo:
> > > [ textMorph textArea editor highlightEvaluateAndDo: ann action.
> > > textMorph shoutStyler style: textMorph text ] in [ textMorph textArea
> > >     handleEdit: [ textMorph textArea editor highlightEvaluateAndDo:
> ann action.
> > >         textMorph shoutStyler style: textMorph text ] ] in
> GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate:
> in Block: [ textMorph textArea editor highlightEvaluateAndDo...etc...
> > > RubEditingArea(RubAbstractTextArea)>>handleEdit:
> > > [ textMorph textArea
> > >     handleEdit: [ textMorph textArea editor highlightEvaluateAndDo:
> ann action.
> > >         textMorph shoutStyler style: textMorph text ] ] in
> GLMMorphicPharoScriptRenderer(GLMMorphicPharoCodeRenderer)>>actOnHighlightAndEvaluate:
> in Block: [ textMorph textArea...
> > > WorldState>>runStepMethodsIn:
> > > WorldMorph>>runStepMethods
> > > WorldState>>doOneCycleNowFor:
> > > WorldState>>doOneCycleFor:
> > > WorldState>>doOneSubCycleFor:
> > > WorldMorph>>doOneSubCycle
> > > MenuMorph>>invokeModalAt:in:allowKeyboard:
> > > MenuMorph>>invokeModal:
> > > MenuMorph>>invokeModal
> > > [ :menu |
> > > menu setInvokingView: self editor.
> > > menu invokeModal.
> > > self changed.
> > > ^ true ] in RubEditingArea(RubAbstractTextArea)>>yellowButtonActivity:
> in Block: [ :menu | ...
> > > MenuMorph(Object)>>ifNotNilDo:
> > > RubEditingArea(RubAbstractTextArea)>>yellowButtonActivity:
> > > RubEditingArea(RubAbstractTextArea)>>mouseDown:
> > > RubEditingArea(Morph)>>handleMouseDown:
> > > MouseButtonEvent>>sentTo:
> > > RubEditingArea(Morph)>>handleEvent:
> > >
> > >
> > >
> > > HERE:  (ByteString at:put:)
> > >
> > > ...
> > >     aCharacter isOctetCharacter ifFalse:[
> > >         "Convert to WideString"
> > >         self becomeForward: (WideString from: self).
> > >         ^self at: index put: aCharacter.
> > > ...
> > >
> > > Image is
> > >
> > > moose_suite_6_0 on windows.
> > >
> > > What should I do? What is frightening that I linked file and SOMETIMES
> > > it raises the error above and sometimes not... ???
> > >
> > > (zip file with sample csv...)
> > >
> > > https://drive.google.com/file/d/0B0JASZM9_9QqX19JZElwMVVXWjA/view?usp=
> sharing
> > >
> > > thanks
> > > Robert
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > Sven Van Caekenberghe
> > Proudly supporting Pharo
> > http://pharo.org
> > http://association.pharo.org
> > http://consortium.pharo.org
> >
> >
> >
> >
> >
> >
>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "We cannot reach the flow of things unless we let go."
>
>
>
>
>
>

Reply via email to