Ticket #202: 8bit_depth.txt

File 8bit_depth.txt, 7.2 KB (added by patrik.svestka@…, 6 years ago)

error when starting at 8bit depth

Line 
1************* WARNING the executed stx is /home/smalltalk/stx_dev/stx-jv/build/stx/projects/smalltalk/./stx
2************* (may not be appropriate for used shared libs)
3************* Try './smalltalk -ldd' for more details
4************* or force the local stx to be used with
5************* './smalltalk -x ./stx'
6
7Filename [info] (2018-04-11 12:24:39.274): using default unix tmp folder: /tmp
8STX [info] (2018-04-11 12:24:39.669): smalltalk.rc [info]: opening display...
9STX [info] (2018-04-11 12:24:39.790): host.rc [info]: display.rc [info]: trying display setup 'd_xorg.rc'...
10STX [info] (2018-04-11 12:24:39.794): smalltalk.rc [info]: reading 'private.rc'...
11STX [info] (2018-04-11 12:24:39.804): smalltalk.rc [info]: reading 00-fixup-environment.rc...OK
12STX [info] (2018-04-11 12:24:39.806): smalltalk.rc [info]: reading 01-update-xterm-title.rc...OK
13STX [info] (2018-04-11 12:24:39.852): smalltalk.rc [info]: reading 03-stc-setup.rc...OK
14STX [info] (2018-04-11 12:24:39.854): smalltalk.rc [info]: reading 75-dev-setup.rc...OK
15STX [info] (2018-04-11 12:24:39.915): smalltalk.rc [info]: reading 80-theme-setup.rc...Depth8Image [info]: got 1 exact colors (out of 2)
16Depth8Image [info] (2018-04-11 12:24:39.935): allocating 152 colors ...
17Depth8Image [info] (2018-04-11 12:24:39.939): got 0 exact colors (out of 152)
18Depth8Image [info] (2018-04-11 12:24:39.954): allocating 88 colors ...
19Depth8Image [info] (2018-04-11 12:24:39.958): got 0 exact colors (out of 88)
20Depth8Image [info] (2018-04-11 12:24:39.970): allocating 152 colors ...
21Depth8Image [info] (2018-04-11 12:24:39.974): got 0 exact colors (out of 152)
22Depth8Image [info] (2018-04-11 12:24:39.987): allocating 88 colors ...
23Depth8Image [info] (2018-04-11 12:24:39.991): got 0 exact colors (out of 88)
24Depth8Image [info] (2018-04-11 12:24:40.006): allocating 142 colors ...
25Depth8Image [info] (2018-04-11 12:24:40.010): got 0 exact colors (out of 142)
26Depth8Image [info] (2018-04-11 12:24:40.022): allocating 88 colors ...
27Depth8Image [info] (2018-04-11 12:24:40.027): got 0 exact colors (out of 88)
28STX [info] (2018-04-11 12:24:40.038): OK
29STX [info] (2018-04-11 12:24:40.039): smalltalk.rc [info]: reading 90-default-preferences.rc...OK
30STX [info] (2018-04-11 12:24:40.054): smalltalk.rc [info]: reading 90-font-setup.rc...OK
31STX [info] (2018-04-11 12:24:40.142): smalltalk.rc [info]: reading 90-smallsense-setup.rc...OK
32Smalltalk [info] (2018-04-11 12:24:40.172): startup process 1 active.
33STX [info] (2018-04-11 12:24:40.172): Executing start blocks
34STX [info] (2018-04-11 12:24:40.230): private.rc [info]: starting Launcher...
35STX [error] (2018-04-11 12:24:40.256): Error when executing start block: element not appropriate or out of bounds
36STX [info] (2018-04-11 12:24:40.257): element not appropriate or out of bounds
37STX [info] (2018-04-11 12:24:40.257): element not appropriate or out of bounds
38[] in Smalltalk class>>executeStartBlocks nil element not appropriate or out of bounds [14]
39ElementBoundsError(GenericException) doCallHandler: [] in Smalltalk class>>executeStartBlocks [18]
40ElementBoundsError(GenericException) doRaise [81]
41ElementBoundsError(GenericException) raiseWith:in: 851 Context(ByteArray(Object) >> elementBoundsError: [10]) [12]
42ElementBoundsError class(GenericException class) raiseWith: 851 [9]
43ByteArray(Object) elementBoundsError: 851 [10]
44ByteArray(Object) basicAt:put: 1 851 [331]
45ByteArray basicAt:put: 1 851 [37]
46ByteArray(Object) at:put: 1 851 [5]
47ByteArray(SequenceableCollection) collect: [] in Depth8Image>>anyImageAsPseudoFormOn: [11]
48Depth8Image anyImageAsPseudoFormOn: a GLXWorkstation(:1.0) [52]
49Depth8Image paletteImageAsPseudoFormOn: a GLXWorkstation(:1.0) [5]
50Depth2Image(Image) paletteImageAsPseudoFormOn: a GLXWorkstation(:1.0) [22]
51Depth2Image(Image) paletteImageAsFormOn: a GLXWorkstation(:1.0) [36]
52Depth2Image(Image) asFormOn: a GLXWorkstation(:1.0) [37]
53Depth2Image(Image) onDevice: a GLXWorkstation(:1.0) [17]
54ApplicationWindow class(StandardSystemView class) defaultIcon [26]
55ApplicationWindow(StandardSystemView) initialize [12]
56ApplicationWindow(GraphicsMedium) initializeForDevice: a GLXWorkstation(:1.0) [10]
57ApplicationWindow class(GraphicsMedium class) onDevice: a GLXWorkstation(:1.0) [4]
58ApplicationWindow class(GraphicsMedium class) new [18]
59WindowSpec buildView [4]
60WindowSpec buildViewFor: a UIBuilder [5]
61FullSpec buildViewFor:in: a UIBuilder nil [6]
62UIBuilder buildWindowFromSpec: FullSpec(windowSpec_old) [6]
63NewLauncher(ApplicationModel) allButOpenFrom: FullSpec(windowSpec_old) [30]
64NewLauncher(ApplicationModel) allButOpenInterface: #windowSpec [7]
65NewLauncher allButOpenInterface: #windowSpec [18]
66NewLauncher(ApplicationModel) openInterface: #windowSpec [12]
67NewLauncher(ApplicationModel) openInterface [10]
68NewLauncher(ApplicationModel) open [6]
69NewLauncher class(ApplicationModel class) open [7]
70NewLauncher class(Object) perform: #open [32]
71UnaryNode evaluateIn: nil [14]
72StatementNode evaluateExpressionIn: nil [2]
73StatementNode evaluateAllIn: nil [7]
74StatementNode evaluateIn: nil [2]
75StatementNode(ParseNode) evaluate [2]
76BlockNode value [7]
77False ifTrue:ifFalse: [
78 '' errorPrintCR.
79 'Textmode (enter smal...Smalltalk readEvalPrintLoop.
80 Smalltalk exit
81] [|i fn |
82 'private.rc [info]: starting Launch... Smalltalk
83 fileIn:fn
84 ]
85] [7]
86False(Object) perform:with:with: #ifTrue:ifFalse: [
87 '' errorPrintCR.
88 'Textmode (enter smal...Smalltalk readEvalPrintLoop.
89 Smalltalk exit
90] [|i fn |
91 'private.rc [info]: starting Launch... Smalltalk
92 fileIn:fn
93 ]
94] [31]
95MessageNode evaluateIn:forCascade: nil false [36]
96MessageNode evaluateIn: nil [2]
97StatementNode evaluateExpressionIn: nil [2]
98StatementNode evaluateAllIn: nil [7]
99StatementNode evaluateIn: nil [2]
100StatementNode(ParseNode) evaluate [2]
101BlockNode value [7]
102[] in BlockNode>>doesNotUnderstand: nil [10]
103Block on:do: Error [] in Smalltalk class>>executeStartBlocks [11]
104Block(Object) perform:withArguments: #on:do: #(Error [] in Smalltalk class>>executeStartBlocks) [135]
105Message sendTo: [] in BlockNode>>doesNotUnderstand: [4]
106BlockNode doesNotUnderstand: Message(#on:do:) [30]
107BlockNode(**NONE**) on:do: Error [] in Smalltalk class>>executeStartBlocks [9]
108[] in Smalltalk class>>executeStartBlocks nil [
109 Display isNil
110 ifTrue:[
111 ... fileIn:fn
112 ]
113 ]
114] [9]
115Array from:to:do: 1 57 [] in Smalltalk class>>executeStartBlocks [7]
116OrderedCollection do: [] in Smalltalk class>>executeStartBlocks [4]
117Smalltalk class executeStartBlocks [7]
118[] in Smalltalk class>>mainStartup: nil [60]
119ExceptionHandlerSet handleDo: [] in Smalltalk class>>mainStartup: [14]
120[] in Process>>start nil [34]
121Block on:do:ensure: SignalSet(RestartProcessRequest AbortAllOperationRequest TerminateProcessRequest) [] in Process>>start [] in Process>>start [15]
122Process start [35]
123UndefinedObject nil [0]
124Smalltalk [info] (2018-04-11 12:24:40.259): execute imageStartBlocks...
125Hello World - welcome to Smalltalk/X jv-branch (64bit version 6.2.6.0 of 2017-08-15 12:53 CEST)
126Copyright (C) 1988-2017 by Claus Gittinger
127Copyright (C) 1997-2017 by eXept Software AG (ST/X extensions)
128Copyright (C) 2008-2017 by Jan Vrany (ST/X extensions)
129
130Processor [info] (2018-04-11 12:24:40.259): finish dispatch (no more processes)
131Smalltalk [info] (2018-04-11 12:24:40.259): last process finished - exit.