-
Notifications
You must be signed in to change notification settings - Fork 3
/
cpntools.dump
677 lines (663 loc) · 52.3 KB
/
cpntools.dump
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
Beta execution aborted: Access violation.
Call chain: (nti_ms)
Current object is zero!
[ EXTERNAL ACTIVATION PART (address 0x69ede4fa) ]
[NONE]
item <drawFlatLine#> in ~beta/postwimp/foundation/private/worldbody
-- drawLine#drawLine# in ~beta/postwimp/foundation/private/worldbody
item <drawLine#>drawLine# in ~beta/postwimp/foundation/private/worldbody
-- OpenGLContext#Context# in ~beta/postwimp/foundation/private/worldbody
item drawLine#<drawLine#> in ~beta/postwimp/foundation/abstractsurface
-- OpenGLContext#Context# in ~beta/postwimp/foundation/private/worldbody
item <displayHit#>displayHit#displayHit# in ~beta/postwimp/foundation/world
-- Line#SimpleItem#Item#Element# in ~beta/postwimp/foundation/world
item displayHit#<displayHit#>displayHit# in ~beta/postwimp/foundation/world
-- Line#SimpleItem#Item#Element# in ~beta/postwimp/foundation/world
item displayHit#displayHit#<displayHit#> in ~beta/postwimp/foundation/world
-- Line#SimpleItem#Item#Element# in ~beta/postwimp/foundation/world
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
-- LayerItem#Composite#Item#Element# in ~beta/postwimp/workspace
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
-- LayerItem#Composite#Item#Element# in ~beta/postwimp/workspace
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- SelectPath# in ~beta/postwimp/foundation/private/worldbody
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
item <SelectPath#> in ~beta/postwimp/foundation/private/worldbody
-- * in ~beta/postwimp/foundation/private/worldbody
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- * in ~beta/postwimp/foundation/private/worldbody
item *<scan#> in ~beta/containers/container
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
item <*> in ~beta/postwimp/foundation/private/worldbody
-- select# in ~beta/postwimp/foundation/world
item <select#> in ~beta/postwimp/foundation/world
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
item <*> in ~beta/postwimp/foundation/private/worldbody
-- mouseMove# in ~beta/postwimp/foundation/world
item <mouseMove#> in ~beta/postwimp/foundation/world
-- Hand#Entity#Notifier#Element# in ~beta/postwimp/foundation/world
item <mousePosition#> in ~beta/postwimp/foundation/world
-- Hand#Entity#Notifier#Element# in ~beta/postwimp/foundation/world
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
-- mousePosition# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/postwimp/foundation/world
-- HandManager# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- hands#list#container# in ~beta/postwimp/foundation/world
item <thescanner#>theScanner# in ~beta/containers/list
-- hands#list#container# in ~beta/postwimp/foundation/world
item thescanner#<theScanner#> in ~beta/containers/container
-- hands#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/containers/container
-- hands#list#container# in ~beta/postwimp/foundation/world
item *<scan#> in ~beta/postwimp/foundation/world
-- HandManager# in ~beta/postwimp/foundation/world
item <mousePosition#> in ~beta/postwimp/foundation/world
-- HandManager# in ~beta/postwimp/foundation/world
item <onMousePosition#>onMousePosition# in ~beta/postwimp/foundation/private/worldbody
-- WidgetHandler#SurfaceHandler# in ~beta/postwimp/foundation/private/worldbody
item onMousePosition#<onMousePosition#> in ~beta/postwimp/foundation/abstractsurface
-- WidgetHandler#SurfaceHandler# in ~beta/postwimp/foundation/private/worldbody
item <onMousePosition#>onMousePosition# in ~beta/postwimp/foundation/guisurface
-- handle#InputHandler# in ~beta/postwimp/foundation/guisurface
item onMousePosition#<onMousePosition#> in ~beta/postwimp/foundation/inputcanvas
-- handle#InputHandler# in ~beta/postwimp/foundation/guisurface
item <dispatchMessage#>dispatchMessage#dispatchMessage# in ~beta/postwimp/foundation/private/inputcanvasntibody
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
item <dispatchMessage#>dispatchMessage#dispatchMessage# in ~beta/postwimp/foundation/private/inputcanvasntibody
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
item dispatchMessage#<dispatchMessage#>dispatchMessage# in ~beta/guienv/private/winnt/guienv_ntiprivate
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
item <dispatchMessage#>dispatchMessage#dispatchMessage# in ~beta/postwimp/foundation/private/inputcanvasntibody
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
item dispatchMessage#dispatchMessage#<dispatchMessage#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
item <GUIENVINTERFACEOBJECTDISPATCHMESSAGE-~> in ~beta/guienv/private/winnt/guienv_ntibody
-- dispatchMessage# in ~beta/guienv/private/winnt/guienv_ntiprivate
item <dispatchMessage#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- InputCanvas#canvas#windowitem#interfaceObject# in ~beta/postwimp/foundation/inputcanvas
item <GUIENVSTANDARDWINDOWPROC-~> in ~beta/guienv/private/winnt/guienv_ntibody
-- StandardWindowProc# in ~beta/guienv/private/winnt/guienv_ntiprivate
item <*>cycle# in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- XcallbackThread#System#SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
item *<cycle#> in ~beta/basiclib/betaenv
-- BETAENV-~ in ~beta/basiclib/betaenv
comp <XcallbackThread#>System#SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
comp XcallbackThread#<System#>SysHead# in ~beta/basiclib/basicsystemenv
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
comp XcallbackThread#System#<SysHead#> in ~beta/basiclib/basicsystemenv
-- BETAENV-~ in ~beta/basiclib/betaenv
item attNext#<realValue#> in ~beta/basiclib/betaenv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <next#> in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- XcallbackThread#System#SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
item <registerCallback#>XsystemEnvHandleCallbackP# in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
item registerCallback#<XsystemEnvHandleCallbackP#> in ~beta/guienv/guienv
-- GUIenv# in ~beta/guienv/guienv
item <StandardWindowProc#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- GUIenv# in ~beta/guienv/guienv
item <StandardWindowProc#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- GUIenv# in ~beta/guienv/guienv
[ EXTERNAL ACTIVATION PART ]
item <processOneEvent#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- GUIenv# in ~beta/guienv/guienv
item <mainLoop#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- GUIenv# in ~beta/guienv/guienv
item <GUIenv#> in ~beta/guienv/guienv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <run#>run# in ~beta/postwimp/foundation/guisurface
-- GUISurface#Surface# in ~beta/postwimp/foundation/guisurface
item run#<run#> in ~beta/postwimp/foundation/abstractsurface
-- GUISurface#Surface# in ~beta/postwimp/foundation/guisurface
item <platformAfter#> in ~beta/postwimp/foundation/private/worldbody
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
item <after#> in ~beta/postwimp/foundation/world
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
comp PROGRAM-~CPNWorkSpace#Workspace#<World#>SystemEnv#SysHead# in ~beta/postwimp/foundation/world
-- BETAENV-~ in ~beta/basiclib/betaenv
comp PROGRAM-~CPNWorkSpace#Workspace#World#<SystemEnv#>SysHead# in ~beta/basiclib/basicsystemenv
-- BETAENV-~ in ~beta/basiclib/betaenv
comp PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#<SysHead#> in ~beta/basiclib/basicsystemenv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <attNext#>realValue# in ~beta/basiclib/private/basicsystemenvbody
-- BASICSYSTEMENVPRIVATE-~ in ~beta/basiclib/private/basicsystemenvbody
item attNext#<realValue#> in ~beta/basiclib/betaenv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <UIIdle#>booleanValue# in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
item UIIdle#<booleanValue#> in ~beta/basiclib/betaenv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <processOneEvent#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- GUIenv# in ~beta/guienv/guienv
item <mainLoop#> in ~beta/guienv/private/winnt/guienv_ntiprivate
-- GUIenv# in ~beta/guienv/guienv
item <GUIenv#> in ~beta/guienv/guienv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <start#> in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
comp <BASICSCHEDULER-~>SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
comp BASICSCHEDULER-~<SysHead#> in ~beta/basiclib/basicsystemenv
-- BETAENV-~ in ~beta/basiclib/betaenv
item <*> in ~beta/basiclib/betaenv
-- BETAENV-~ in ~beta/basiclib/betaenv
basic component in ~beta/basiclib/betaenv
Low level information:
Call chain: (nti_ms)
Current object is zero!
[ EXTERNAL ACTIVATION PART (address 0x69ede4fa <<unknown>>) ]
[NONE]
item <drawFlatLine#> in ~beta/postwimp/foundation/private/worldbody
{ PC 0x5fab58 <M59WORLDBODY+0x465>, object 0x2882f90, proto 0x9c7dd0 drawFlatLine# [ast: 0x0001,0x0884] <T59WORLDBODY> }
-- drawLine#drawLine# in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x2882f80, proto 0x9c7d98 drawLine# [ast: 0x0001,0x087f] <T57WORLDBODY+0x2c> }
item <drawLine#>drawLine# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x5f9c5a <M58WORLDBODY+0x28>, object 0x2882f80, proto 0x9c7d98 drawLine# [ast: 0x0001,0x087f] <T57WORLDBODY+0x2c> }
-- OpenGLContext#Context# in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x2c65710, proto 0x9c72cc OpenGLContext# [ast: 0x0001,0x005d] <T11WORLDBODY> }
item drawLine#<drawLine#> in ~beta/postwimp/foundation/abstractsurface
{ PC 0x6f9a8d <M28ABSTRACTSURFACE+0xa>, object 0x2882f80, proto 0xa7c3ca drawLine# [ast: 0x0001,0x019b] <T28ABSTRACTSURFACE> }
-- OpenGLContext#Context# in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x2c65710, proto 0x9c72cc OpenGLContext# [ast: 0x0001,0x005d] <T11WORLDBODY> }
item <displayHit#>displayHit#displayHit# in ~beta/postwimp/foundation/world
{ PC 0x6038f0 <M223WORLD+0x54>, object 0x2882d90, proto 0xa765e0 displayHit# [ast: 0x0001,0x105b] <T223WORLD> }
-- Line#SimpleItem#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e9c8, proto 0xa7647c Line# [ast: 0x0001,0x0fca] <T219WORLD> }
item displayHit#<displayHit#>displayHit# in ~beta/postwimp/foundation/world
{ PC 0x603062 <M202WORLD+0xd6>, object 0x2882d90, proto 0xa75e96 displayHit# [ast: 0x0001,0x0eb0] <T202WORLD> }
-- Line#SimpleItem#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e9c8, proto 0xa7647c Line# [ast: 0x0001,0x0fca] <T219WORLD> }
item displayHit#displayHit#<displayHit#> in ~beta/postwimp/foundation/world
{ PC 0x6f2bcc <M167WORLD+0x24>, object 0x2882d90, proto 0xa75522 displayHit# [ast: 0x0001,0x0b92] <T167WORLD> }
-- Line#SimpleItem#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e9c8, proto 0xa7647c Line# [ast: 0x0001,0x0fca] <T219WORLD> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x602d1f <M1COMPOSITEDISPLAYHIT+0x64>, object 0x2882d00, proto 0x9c9326 * [ast: 0x0011,0x0052] <T1COMPOSITEDISPLAYHIT> }
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2882c28, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0x2882d00, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e6e8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0x2882d20, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e6e8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0x2882d20, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e6e8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0x2882d00, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e6e8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
{ PC 0x602c34 <M195WORLD+0x30d>, object 0x2882c28, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e6b8, proto 0xa7569c Composite# [ast: 0x0001,0x0caf] <T174WORLD> }
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
{ PC 0x6f2bcc <M167WORLD+0x24>, object 0x2882c28, proto 0xa75522 displayHit# [ast: 0x0001,0x0b92] <T167WORLD> }
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf35e6b8, proto 0xa7569c Composite# [ast: 0x0001,0x0caf] <T174WORLD> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x602d1f <M1COMPOSITEDISPLAYHIT+0x64>, object 0x2882b98, proto 0x9c9326 * [ast: 0x0011,0x0052] <T1COMPOSITEDISPLAYHIT> }
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2882a48, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0x2882b98, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d0d20, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0x2882bb8, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d0d20, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0x2882bb8, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d0d20, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0x2882b98, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d0d20, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
{ PC 0x602c34 <M195WORLD+0x30d>, object 0x2882a48, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d0cf0, proto 0xa7569c Composite# [ast: 0x0001,0x0caf] <T174WORLD> }
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
{ PC 0x6f2bcc <M167WORLD+0x24>, object 0x2882a48, proto 0xa75522 displayHit# [ast: 0x0001,0x0b92] <T167WORLD> }
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d0cf0, proto 0xa7569c Composite# [ast: 0x0001,0x0caf] <T174WORLD> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x602d1f <M1COMPOSITEDISPLAYHIT+0x64>, object 0x28829b8, proto 0x9c9326 * [ast: 0x0011,0x0052] <T1COMPOSITEDISPLAYHIT> }
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
{ Surrounding object 0x28828e0, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0x28829b8, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d11a8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0x28829d8, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d11a8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0x28829d8, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d11a8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0x28829b8, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d11a8, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
{ PC 0x602c34 <M195WORLD+0x30d>, object 0x28828e0, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d1178, proto 0xa7569c Composite# [ast: 0x0001,0x0caf] <T174WORLD> }
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
{ PC 0x6f2bcc <M167WORLD+0x24>, object 0x28828e0, proto 0xa75522 displayHit# [ast: 0x0001,0x0b92] <T167WORLD> }
-- Composite#Item#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5d1178, proto 0xa7569c Composite# [ast: 0x0001,0x0caf] <T174WORLD> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x602d1f <M1COMPOSITEDISPLAYHIT+0x64>, object 0x2882850, proto 0x9c9326 * [ast: 0x0011,0x0052] <T1COMPOSITEDISPLAYHIT> }
-- displayHit#displayHit# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2882778, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0x2882850, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf917488, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0x2882870, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf917488, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0x2882870, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf917488, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0x2882850, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf917488, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <displayHit#>displayHit# in ~beta/postwimp/foundation/world
{ PC 0x602c34 <M195WORLD+0x30d>, object 0x2882778, proto 0xa75c10 displayHit# [ast: 0x0001,0x0e46] <T195WORLD> }
-- LayerItem#Composite#Item#Element# in ~beta/postwimp/workspace
{ Surrounding object 0xf917458, proto 0xa6a3f4 LayerItem# [ast: 0x0001,0x1695] <T207WORKSPACE> }
item displayHit#<displayHit#> in ~beta/postwimp/foundation/world
{ PC 0x6f2bcc <M167WORLD+0x24>, object 0x2882778, proto 0xa75522 displayHit# [ast: 0x0001,0x0b92] <T167WORLD> }
-- LayerItem#Composite#Item#Element# in ~beta/postwimp/workspace
{ Surrounding object 0xf917458, proto 0xa6a3f4 LayerItem# [ast: 0x0001,0x1695] <T207WORKSPACE> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x6052b7 <M4WORLDSELECT+0x64>, object 0x28826e8, proto 0x9c9546 * [ast: 0x0027,0x00c3] <T4WORLDSELECT> }
-- SelectPath# in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x2882240, proto 0x9c94c4 SelectPath# [ast: 0x0027,0x0029] <T2WORLDSELECT> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0x28826e8, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf9177a0, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0x2882708, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf9177a0, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0x2882708, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf9177a0, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0x28826e8, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- children#ElementDeque#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf9177a0, proto 0xa75762 children# [ast: 0x0001,0x0cb5] <T175WORLD> }
item <SelectPath#> in ~beta/postwimp/foundation/private/worldbody
{ PC 0x604df4 <M2WORLDSELECT+0x308>, object 0x2882240, proto 0x9c94c4 SelectPath# [ast: 0x0027,0x0029] <T2WORLDSELECT> }
-- * in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x83c3dc0, proto 0x9c9488 * [ast: 0x0027,0x0002] <T1WORLDSELECT> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x6049a1 <M7WORLDSELECT+0x1a3>, object 0xf437368, proto 0x9c9600 * [ast: 0x0027,0x027f] <T7WORLDSELECT> }
-- * in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x83c3dc0, proto 0x9c9488 * [ast: 0x0027,0x0002] <T1WORLDSELECT> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0xf437368, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5ae798, proto 0xa7530c ItemSelection# [ast: 0x0001,0x0b1e] <T161WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0xf78c4c0, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5ae798, proto 0xa7530c ItemSelection# [ast: 0x0001,0x0b1e] <T161WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0xf78c4c0, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5ae798, proto 0xa7530c ItemSelection# [ast: 0x0001,0x0b1e] <T161WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0xf437368, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- ItemSelection#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5ae798, proto 0xa7530c ItemSelection# [ast: 0x0001,0x0b1e] <T161WORLD> }
item <*> in ~beta/postwimp/foundation/private/worldbody
{ PC 0x604507 <M1WORLDSELECT+0x872>, object 0x83c3dc0, proto 0x9c9488 * [ast: 0x0027,0x0002] <T1WORLDSELECT> }
-- select# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf78be90, proto 0xa7466e select# [ast: 0x0001,0x070b] <T108WORLD> }
item <select#> in ~beta/postwimp/foundation/world
{ PC 0x603c6e <M108WORLD+0x28>, object 0xf78be90, proto 0xa7466e select# [ast: 0x0001,0x070b] <T108WORLD> }
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
{ Surrounding object 0x2c63610, proto 0x9c5614 PROGRAM-~ [ast: 0x0001,0x0001] <T2PROGRAM> }
item <*> in ~beta/postwimp/foundation/private/worldbody
{ PC 0x607020 <M1HANDMOUSEMOVE+0x8d4>, object 0xf433698, proto 0x9c98d0 * [ast: 0x002c,0x0003] <T1HANDMOUSEMOVE> }
-- mouseMove# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5ad080, proto 0xa7837c mouseMove# [ast: 0x0001,0x1b1c] <T335WORLD> }
item <mouseMove#> in ~beta/postwimp/foundation/world
{ PC 0x606745 <M335WORLD+0x33>, object 0xf5ad080, proto 0xa7837c mouseMove# [ast: 0x0001,0x1b1c] <T335WORLD> }
-- Hand#Entity#Notifier#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c6b578, proto 0xa78092 Hand# [ast: 0x0001,0x1a17] <T324WORLD> }
item <mousePosition#> in ~beta/postwimp/foundation/world
{ PC 0x6078f9 <M336WORLD+0xab>, object 0xf5af698, proto 0xa783b0 mousePosition# [ast: 0x0001,0x1b2c] <T336WORLD> }
-- Hand#Entity#Notifier#Element# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c6b578, proto 0xa78092 Hand# [ast: 0x0001,0x1a17] <T324WORLD> }
item <*>scan# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x60818c <M1HANDMANAGERMOUSEPOSITION+0x50>, object 0xf5af650, proto 0x9c9a74 * [ast: 0x0035,0x0003] <T1HANDMANAGERMOUSEPOSITION> }
-- mousePosition# in ~beta/postwimp/foundation/world
{ Surrounding object 0xf5abf88, proto 0xa77fee mousePosition# [ast: 0x0001,0x19d4] <T319WORLD> }
item *<scan#> in ~beta/postwimp/foundation/world
{ PC 0x6eecef <M315WORLD+0x2f>, object 0xf5af650, proto 0xa77ee4 scan# [ast: 0x0001,0x1975] <T314WORLD> }
-- HandManager# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639b8, proto 0xa77e2a HandManager# [ast: 0x0001,0x1966] <T312WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb225 <M7CONTAINER+0x96>, object 0xf5af458, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- hands#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639c8, proto 0xa77e68 hands# [ast: 0x0001,0x196b] <T313WORLD> }
item <thescanner#>theScanner# in ~beta/containers/list
{ PC 0x5ea344 <M26LIST+0x109>, object 0xf78aff8, proto 0xa83048 thescanner# [ast: 0x0001,0x0179] <T26LIST> }
-- hands#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639c8, proto 0xa77e68 hands# [ast: 0x0001,0x196b] <T313WORLD> }
item thescanner#<theScanner#> in ~beta/containers/container
{ PC 0x5eb15d <M6CONTAINER+0x38>, object 0xf78aff8, proto 0xa837f8 theScanner# [ast: 0x0001,0x005b] <T6CONTAINER> }
-- hands#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639c8, proto 0xa77e68 hands# [ast: 0x0001,0x196b] <T313WORLD> }
item *<scan#> in ~beta/containers/container
{ PC 0x5eb219 <M7CONTAINER+0x8a>, object 0xf5af458, proto 0xa83832 scan# [ast: 0x0001,0x0073] <T7CONTAINER> }
-- hands#list#container# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639c8, proto 0xa77e68 hands# [ast: 0x0001,0x196b] <T313WORLD> }
item *<scan#> in ~beta/postwimp/foundation/world
{ PC 0x6eeca9 <M314WORLD+0x19>, object 0xf5af650, proto 0xa77ee4 scan# [ast: 0x0001,0x1975] <T314WORLD> }
-- HandManager# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639b8, proto 0xa77e2a HandManager# [ast: 0x0001,0x1966] <T312WORLD> }
item <mousePosition#> in ~beta/postwimp/foundation/world
{ PC 0x608122 <M319WORLD+0x33>, object 0xf5abf88, proto 0xa77fee mousePosition# [ast: 0x0001,0x19d4] <T319WORLD> }
-- HandManager# in ~beta/postwimp/foundation/world
{ Surrounding object 0x2c639b8, proto 0xa77e2a HandManager# [ast: 0x0001,0x1966] <T312WORLD> }
item <onMousePosition#>onMousePosition# in ~beta/postwimp/foundation/private/worldbody
{ PC 0x5fe7ea <M115WORLDBODY+0x56>, object 0xf5d8368, proto 0x9c8a22 onMousePosition# [ast: 0x0003,0x027b] <T115WORLDBODY> }
-- WidgetHandler#SurfaceHandler# in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x2c673f0, proto 0x9c8914 WidgetHandler# [ast: 0x0003,0x021a] <T111WORLDBODY> }
item onMousePosition#<onMousePosition#> in ~beta/postwimp/foundation/abstractsurface
{ PC 0x6f84e7 <M163ABSTRACTSURFACE+0xa>, object 0xf5d8368, proto 0xa7e086 onMousePosition# [ast: 0x0001,0x0b7b] <T163ABSTRACTSURFACE> }
-- WidgetHandler#SurfaceHandler# in ~beta/postwimp/foundation/private/worldbody
{ Surrounding object 0x2c673f0, proto 0x9c8914 WidgetHandler# [ast: 0x0003,0x021a] <T111WORLDBODY> }
item <onMousePosition#>onMousePosition# in ~beta/postwimp/foundation/guisurface
{ PC 0x48f153 <M79GUISURFACE+0xb0>, object 0xf859e08, proto 0x963060 onMousePosition# [ast: 0x0001,0x099d] <T79GUISURFACE> }
-- handle#InputHandler# in ~beta/postwimp/foundation/guisurface
{ Surrounding object 0x2c64878, proto 0x962fa0 handle# [ast: 0x0001,0x0977] <T76GUISURFACE> }
item onMousePosition#<onMousePosition#> in ~beta/postwimp/foundation/inputcanvas
{ PC 0x4b25b5 <M14INPUTCANVAS+0xa>, object 0xf859e08, proto 0x976b3a onMousePosition# [ast: 0x0001,0x0095] <T14INPUTCANVAS> }
-- handle#InputHandler# in ~beta/postwimp/foundation/guisurface
{ Surrounding object 0x2c64878, proto 0x962fa0 handle# [ast: 0x0001,0x0977] <T76GUISURFACE> }
item <dispatchMessage#>dispatchMessage#dispatchMessage# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ PC 0x42e288 <M16INPUTCANVASNTIBODY+0x150>, object 0xf859cd0, proto 0x924744 dispatchMessage# [ast: 0x0001,0x00ab] <T16INPUTCANVASNTIBODY> }
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ Surrounding object 0x2c66e30, proto 0x9243be InputCanvasMethods# [ast: 0x0001,0x0003] <T1INPUTCANVASNTIBODY> }
item <dispatchMessage#>dispatchMessage#dispatchMessage# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ PC 0x49cda1 <M1GUIENVWINDOWITEMMETHODSDISPATCHMESSAGE+0x5fe>, object 0xf859cd0, proto 0x924744 dispatchMessage# [ast: 0x0001,0x00ab] <T16INPUTCANVASNTIBODY> }
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ Surrounding object 0x2c66e30, proto 0x9243be InputCanvasMethods# [ast: 0x0001,0x0003] <T1INPUTCANVASNTIBODY> }
item dispatchMessage#<dispatchMessage#>dispatchMessage# in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4ab33f <M126GUIENV_NTIPRIVATE+0x16>, object 0xf859cd0, proto 0x96cf84 dispatchMessage# [ast: 0x0008,0x004a] <T126GUIENV_NTIPRIVATE> }
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ Surrounding object 0x2c66e30, proto 0x9243be InputCanvasMethods# [ast: 0x0001,0x0003] <T1INPUTCANVASNTIBODY> }
item <dispatchMessage#>dispatchMessage#dispatchMessage# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ PC 0x49707d <M1INTERFACEOBJECTMETHODSDISPATCHMESSAGE+0x5d>, object 0xf859cd0, proto 0x924744 dispatchMessage# [ast: 0x0001,0x00ab] <T16INPUTCANVASNTIBODY> }
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ Surrounding object 0x2c66e30, proto 0x9243be InputCanvasMethods# [ast: 0x0001,0x0003] <T1INPUTCANVASNTIBODY> }
item dispatchMessage#dispatchMessage#<dispatchMessage#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4ab033 <M106GUIENV_NTIPRIVATE+0x19>, object 0xf859cd0, proto 0x96ca9a dispatchMessage# [ast: 0x0004,0x00c0] <T106GUIENV_NTIPRIVATE> }
-- InputCanvasMethods#windowItemMethods#interfaceObjectMethods# in ~beta/postwimp/foundation/private/inputcanvasntibody
{ Surrounding object 0x2c66e30, proto 0x9243be InputCanvasMethods# [ast: 0x0001,0x0003] <T1INPUTCANVASNTIBODY> }
item <GUIENVINTERFACEOBJECTDISPATCHMESSAGE-~> in ~beta/guienv/private/winnt/guienv_ntibody
{ PC 0x4970cd <M1GUIENVINTERFACEOBJECTDISPATCHMESSAGE+0x4b>, object 0xf859e28, proto 0x965758 GUIENVINTERFACEOBJECTDISPATCHMESSAGE-~ [ast: 0x000d,0x0001] <T1GUIENVINTERFACEOBJECTDISPATCHMESSAGE> }
-- dispatchMessage# in ~beta/guienv/private/winnt/guienv_ntiprivate
{ Surrounding object 0xf85b7c0, proto 0x96cad6 dispatchMessage# [ast: 0x0004,0x00cf] <T107GUIENV_NTIPRIVATE> }
item <dispatchMessage#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4ab016 <M107GUIENV_NTIPRIVATE+0x19>, object 0xf85b7c0, proto 0x96cad6 dispatchMessage# [ast: 0x0004,0x00cf] <T107GUIENV_NTIPRIVATE> }
-- InputCanvas#canvas#windowitem#interfaceObject# in ~beta/postwimp/foundation/inputcanvas
{ Surrounding object 0x2c647e8, proto 0x976766 InputCanvas# [ast: 0x0001,0x0003] <T1INPUTCANVAS> }
item <GUIENVSTANDARDWINDOWPROC-~> in ~beta/guienv/private/winnt/guienv_ntibody
{ PC 0x49643d <M1GUIENVSTANDARDWINDOWPROC+0x505>, object 0x8248bb0, proto 0x9653d6 GUIENVSTANDARDWINDOWPROC-~ [ast: 0x0002,0x0001] <T1GUIENVSTANDARDWINDOWPROC> }
-- StandardWindowProc# in ~beta/guienv/private/winnt/guienv_ntiprivate
{ Surrounding object 0xf7ae088, proto 0x96bf2a StandardWindowProc# [ast: 0x0001,0x04f0] <T57GUIENV_NTIPRIVATE> }
item <*>cycle# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44c155 <M11PIOPRIVATE+0x26>, object 0x2c67660, proto 0x92ceb2 * [ast: 0x0005,0x02bb] <T11PIOPRIVATE> }
-- XcallbackThread#System#SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ Surrounding object 0x2c64920, proto 0x92cdf4 XcallbackThread# [ast: 0x0005,0x021d] <T8PIOPRIVATE> }
item *<cycle#> in ~beta/basiclib/betaenv
{ PC 0x5ee4f5 <M74BETAENV+0xa>, object 0x2c67660, proto 0x90dca6 cycle# [ast: 0x0001,0x03bf] <T74BETAENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
comp <XcallbackThread#>System#SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44c112 <M8PIOPRIVATE+0x16>, object 0x2c64920, proto 0x92cdf4 XcallbackThread# [ast: 0x0005,0x021d] <T8PIOPRIVATE> }
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ Surrounding object 0x2c648d0, proto 0x92cb8e PIOPRIVATE-~ [ast: 0x0005,0x0001] <T1PIOPRIVATE> }
comp XcallbackThread#<System#>SysHead# in ~beta/basiclib/basicsystemenv
{ PC 0x7003ab <M18BASICSYSTEMENV+0x7>, object 0x2c64920, proto 0xa84074 System# [ast: 0x0001,0x00fb] <T18BASICSYSTEMENV> }
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
{ Surrounding object 0x2c63610, proto 0x9c5614 PROGRAM-~ [ast: 0x0001,0x0001] <T2PROGRAM> }
comp XcallbackThread#System#<SysHead#> in ~beta/basiclib/basicsystemenv
{ PC 0x70006f <M56BASICSYSTEMENV+0xa>, object 0x2c64920, proto 0xa849be SysHead# [ast: 0x0001,0x0310] <T56BASICSYSTEMENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item attNext#<realValue#> in ~beta/basiclib/betaenv
{ PC 0x4028c5 <M37BETAENV+0xa>, object 0x2c65390, proto 0x90d7fe realValue# [ast: 0x0001,0x0150] <T37BETAENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <next#> in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44c3b5 <M10PIOPRIVATE+0x237>, object 0x2c64958, proto 0x92ce84 next# [ast: 0x0005,0x023c] <T10PIOPRIVATE> }
-- XcallbackThread#System#SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ Surrounding object 0x2c64920, proto 0x92cdf4 XcallbackThread# [ast: 0x0005,0x021d] <T8PIOPRIVATE> }
item <registerCallback#>XsystemEnvHandleCallbackP# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44c0d4 <M12PIOPRIVATE+0xec>, object 0x2c67470, proto 0x92cee2 registerCallback# [ast: 0x0005,0x02d3] <T12PIOPRIVATE> }
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ Surrounding object 0x2c648d0, proto 0x92cb8e PIOPRIVATE-~ [ast: 0x0005,0x0001] <T1PIOPRIVATE> }
item registerCallback#<XsystemEnvHandleCallbackP#> in ~beta/guienv/guienv
{ PC 0x4b26f9 <M353GUIENV+0xa>, object 0x2c67470, proto 0x97ba62 XsystemEnvHandleCallbackP# [ast: 0x0001,0x0e12] <T353GUIENV> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
item <StandardWindowProc#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4aa2e8 <M57GUIENV_NTIPRIVATE+0x5b>, object 0xf7ae088, proto 0x96bf2a StandardWindowProc# [ast: 0x0001,0x04f0] <T57GUIENV_NTIPRIVATE> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
item <StandardWindowProc#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4aa334 <StandardWindowProc+0x2d>, object 0xf7ae088, proto 0x96bf2a StandardWindowProc# [ast: 0x0001,0x04f0] <T57GUIENV_NTIPRIVATE> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
[ EXTERNAL ACTIVATION PART ]
item <processOneEvent#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x0 <<unknown>>, object 0x3856b80, proto 0x96b6f4 processOneEvent# [ast: 0x0001,0x0018] <T2GUIENV_NTIPRIVATE> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
item <mainLoop#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4aaff7 <M1GUIENV_NTIPRIVATE+0x32>, object 0x3856b70, proto 0x96b6b0 mainLoop# [ast: 0x0001,0x0003] <T1GUIENV_NTIPRIVATE> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
item <GUIenv#> in ~beta/guienv/guienv
{ PC 0x4a842b <M1GUIENV+0x4d>, object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <run#>run# in ~beta/postwimp/foundation/guisurface
{ PC 0x48ead1 <M90GUISURFACE+0x5b>, object 0x39313e8, proto 0x963204 run# [ast: 0x0001,0x0b15] <T90GUISURFACE> }
-- GUISurface#Surface# in ~beta/postwimp/foundation/guisurface
{ Surrounding object 0x2c64458, proto 0x961e06 GUISurface# [ast: 0x0001,0x0048] <T4GUISURFACE> }
item run#<run#> in ~beta/postwimp/foundation/abstractsurface
{ PC 0x6f8aa2 <M99ABSTRACTSURFACE+0xa>, object 0x39313e8, proto 0xa7d420 run# [ast: 0x0001,0x0727] <T99ABSTRACTSURFACE> }
-- GUISurface#Surface# in ~beta/postwimp/foundation/guisurface
{ Surrounding object 0x2c64458, proto 0x961e06 GUISurface# [ast: 0x0001,0x0048] <T4GUISURFACE> }
item <platformAfter#> in ~beta/postwimp/foundation/private/worldbody
{ PC 0x48d24c <M90WORLDBODY+0x37>, object 0x3ae3220, proto 0x9c84ae platformAfter# [ast: 0x0003,0x000a] <T90WORLDBODY> }
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
{ Surrounding object 0x2c63610, proto 0x9c5614 PROGRAM-~ [ast: 0x0001,0x0001] <T2PROGRAM> }
item <after#> in ~beta/postwimp/foundation/world
{ PC 0x6089f5 <M366WORLD+0x1b>, object 0x3942c18, proto 0xa78aba after# [ast: 0x0001,0x1d98] <T366WORLD> }
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
{ Surrounding object 0x2c63610, proto 0x9c5614 PROGRAM-~ [ast: 0x0001,0x0001] <T2PROGRAM> }
comp PROGRAM-~CPNWorkSpace#Workspace#<World#>SystemEnv#SysHead# in ~beta/postwimp/foundation/world
{ PC 0x6ee225 <M27WORLD+0x34>, object 0x2c63610, proto 0xa72f04 World# [ast: 0x0001,0x00c6] <T27WORLD> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
comp PROGRAM-~CPNWorkSpace#Workspace#World#<SystemEnv#>SysHead# in ~beta/basiclib/basicsystemenv
{ PC 0x7001c4 <M4BASICSYSTEMENV+0x1d>, object 0x2c63610, proto 0xa83d04 SystemEnv# [ast: 0x0001,0x002e] <T4BASICSYSTEMENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
comp PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#<SysHead#> in ~beta/basiclib/basicsystemenv
{ PC 0x70006f <M56BASICSYSTEMENV+0xa>, object 0x2c63610, proto 0xa849be SysHead# [ast: 0x0001,0x0310] <T56BASICSYSTEMENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <attNext#>realValue# in ~beta/basiclib/private/basicsystemenvbody
{ PC 0x5ed382 <M2BASICSYSTEMENVPRIVATE+0x1c2>, object 0x2c65390, proto 0x9c4534 attNext# [ast: 0x0010,0x001a] <T2BASICSYSTEMENVPRIVATE> }
-- BASICSYSTEMENVPRIVATE-~ in ~beta/basiclib/private/basicsystemenvbody
{ Surrounding object 0x2c65190, proto 0x9c4438 BASICSYSTEMENVPRIVATE-~ [ast: 0x0010,0x0001] <T1BASICSYSTEMENVPRIVATE> }
item attNext#<realValue#> in ~beta/basiclib/betaenv
{ PC 0x4028c5 <M37BETAENV+0xa>, object 0x2c65390, proto 0x90d7fe realValue# [ast: 0x0001,0x0150] <T37BETAENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <UIIdle#>booleanValue# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44cfa8 <M3PIOPRIVATE+0xbb>, object 0x2c675e8, proto 0x92cc06 UIIdle# [ast: 0x0005,0x0028] <T3PIOPRIVATE> }
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ Surrounding object 0x2c648d0, proto 0x92cb8e PIOPRIVATE-~ [ast: 0x0005,0x0001] <T1PIOPRIVATE> }
item UIIdle#<booleanValue#> in ~beta/basiclib/betaenv
{ PC 0x40290b <M31BETAENV+0xa>, object 0x2c675e8, proto 0x90d6a2 booleanValue# [ast: 0x0001,0x0104] <T31BETAENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <processOneEvent#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4aaac4 <M2GUIENV_NTIPRIVATE+0x79>, object 0x2c67680, proto 0x96b6f4 processOneEvent# [ast: 0x0001,0x0018] <T2GUIENV_NTIPRIVATE> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
item <mainLoop#> in ~beta/guienv/private/winnt/guienv_ntiprivate
{ PC 0x4aaff7 <M1GUIENV_NTIPRIVATE+0x32>, object 0x2c67670, proto 0x96b6b0 mainLoop# [ast: 0x0001,0x0003] <T1GUIENV_NTIPRIVATE> }
-- GUIenv# in ~beta/guienv/guienv
{ Surrounding object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
item <GUIenv#> in ~beta/guienv/guienv
{ PC 0x4a842b <M1GUIENV+0x4d>, object 0x2c64570, proto 0x977188 GUIenv# [ast: 0x0001,0x0003] <T1GUIENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <start#> in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44c912 <M7PIOPRIVATE+0x486>, object 0x2c649c0, proto 0x92cdc4 start# [ast: 0x0005,0x01aa] <T7PIOPRIVATE> }
-- PIOPRIVATE-~ in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ Surrounding object 0x2c648d0, proto 0x92cb8e PIOPRIVATE-~ [ast: 0x0005,0x0001] <T1PIOPRIVATE> }
comp <BASICSCHEDULER-~>SysHead# in ~beta/guienv/private/winnt/guienvntsystemenvbody
{ PC 0x44ba90 <M2BASICSCHEDULER+0x4d>, object 0x2c649e8, proto 0x92cade BASICSCHEDULER-~ [ast: 0x0002,0x0001] <T2BASICSCHEDULER> }
-- PROGRAM-~CPNWorkSpace#Workspace#World#SystemEnv#SysHead# in C:/cpn2000/cpntools/cpntools
{ Surrounding object 0x2c63610, proto 0x9c5614 PROGRAM-~ [ast: 0x0001,0x0001] <T2PROGRAM> }
comp BASICSCHEDULER-~<SysHead#> in ~beta/basiclib/basicsystemenv
{ PC 0x70006f <M56BASICSYSTEMENV+0xa>, object 0x2c649e8, proto 0xa849be SysHead# [ast: 0x0001,0x0310] <T56BASICSYSTEMENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
item <*> in ~beta/basiclib/betaenv
{ PC 0x48abf4 <M250BETAENV+0x94>, object 0x2c648c0, proto 0x90f9aa * [ast: 0x0001,0x0c3c] <T250BETAENV> }
-- BETAENV-~ in ~beta/basiclib/betaenv
{ Surrounding object 0x2c63400, proto 0x90d3a0 BETAENV-~ [ast: 0x0001,0x0001] <T1BETAENV> }
basic component in ~beta/basiclib/betaenv
Legend:
The above dumps show the dynamic call stack of invoked objects.
Each dump starts at the object that was the current object when
the error occurred and continues down towards the basic component.
The descriptions have the following meaning:
1. Items are shown in two lines, like this:
item <name#>pname1#pname2#pname3 in ifile
-- sname#spname1#spname2 in sfile
meaning that the item is an instance of the pattern "name" which
has prefix "pname1" which has prefix "pname2", etc.
This item is defined in the file "ifile".
The part of the prefix chain enclosed in "<" and ">" indicates
where in the action sequence the error occurred.
The line beginning with "--" shows the textually surrounding
pattern using the same notation.
2. The descriptor names used in the above description will normally
have one or more "meta characters" appended. These mean:
# The descriptor belongs to a pattern, e.g. P: (# ... #)
~ Singular named descriptor, e.g. X: @(# ... #)
* Singular unnamed descriptor, e.g. ... ; (# ... #) ; ...
- Descriptor SLOT.
3. Components are shown using a notation similar to that of items:
comp <name#>pname1#pname2#pname3 in cfile
4. The bottommost component corresponding to the basic environment is
shown like an ordinary component, but indicated with
basic component <name#>pname1#pname2#pname3 in cfile
5. In case the error occurred in some external code called from BETA,
the top of the call stack is shown as
[ EXTERNAL ACTIVATION PART ]
6. In case the BETA code has called some external code which has in
turn called back into the BETA code, and the callback is still
active at the point of the error, the intermediate call stack part
is shown as
[ EXTERNAL ACTIVATION PART ]
7. The section labeled "Low level information" can be avoided by
set BETART=SimpleDump
before subsequent executions of the program.