Author Topic: world.removeObject(Object3D) crash  (Read 5833 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: world.removeObject(Object3D) crash
« Reply #15 on: October 05, 2013, 02:43:16 pm »
That indicates that the names are actually fine inside the engine. It has to be either something with your array or (unlikely) a VM related problem. Can you please

Code: [Select]
if (!tile.hexagon.getName().equalsIgnoreCase(name)) {
System.out.println("mismatch, " + tile.hexagon.getName() + " " + name);
continue;
}

replace with

Code: [Select]
if (!tile.hexagon.getName().equalsIgnoreCase(name)) {
System.out.println("mismatch @ "+ x +"," + y + " " + tile.hexagon.getName() + " " + name + "/" +  tile.hexagon + "/" + tile.hexagon.getID());
continue;
}

and post the results!?

Offline LemonLake

  • byte
  • *
  • Posts: 13
    • View Profile
Re: world.removeObject(Object3D) crash
« Reply #16 on: October 05, 2013, 02:45:20 pm »
If it helps to know, I'm running through USB on a Samsung Galaxy Note II.
Code: [Select]
10-05 13:45:00.795: D/GestureDetector(7081): [Surface Touch Event] mSweepDown False, mLRSDCnt : -1 mTouchCnt : 2 mFalseSizeCnt:0
10-05 13:45:00.890: I/jPCT-AE(7081): onCreate
10-05 13:45:00.890: I/jPCT-AE(7081): Loading Texture...
10-05 13:45:00.890: I/jPCT-AE(7081): Texture loaded...1024 bytes/16*16 pixels!
10-05 13:45:01.070: D/dalvikvm(7081): GC_CONCURRENT freed 204K, 6% free 12409K/13191K, paused 13ms+2ms, total 40ms
10-05 13:45:01.100: I/System.out(7081): made with name object19
10-05 13:45:01.100: I/System.out(7081): made with name object21
10-05 13:45:01.100: I/System.out(7081): made with name object23
10-05 13:45:01.100: I/System.out(7081): made with name object25
10-05 13:45:01.105: I/System.out(7081): made with name object27
10-05 13:45:01.105: I/System.out(7081): made with name object29
10-05 13:45:01.110: I/System.out(7081): made with name object31
10-05 13:45:01.115: I/System.out(7081): made with name object33
10-05 13:45:01.120: I/System.out(7081): made with name object35
10-05 13:45:01.120: I/System.out(7081): made with name object37
10-05 13:45:01.125: I/System.out(7081): made with name object39
10-05 13:45:01.125: I/System.out(7081): made with name object41
10-05 13:45:01.130: I/System.out(7081): made with name object43
10-05 13:45:01.130: I/System.out(7081): made with name object45
10-05 13:45:01.135: I/System.out(7081): made with name object47
10-05 13:45:01.135: I/System.out(7081): made with name object49
10-05 13:45:01.135: I/System.out(7081): made with name object51
10-05 13:45:01.145: D/dalvikvm(7081): GC_CONCURRENT freed 459K, 8% free 12483K/13511K, paused 1ms+2ms, total 21ms
10-05 13:45:01.145: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 10ms
10-05 13:45:01.145: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 9ms
10-05 13:45:01.150: I/System.out(7081): made with name object53
10-05 13:45:01.150: I/System.out(7081): made with name object55
10-05 13:45:01.155: I/System.out(7081): made with name object57
10-05 13:45:01.155: I/System.out(7081): made with name object59
10-05 13:45:01.155: I/System.out(7081): made with name object61
10-05 13:45:01.155: I/System.out(7081): made with name object63
10-05 13:45:01.155: I/System.out(7081): made with name object65
10-05 13:45:01.160: I/System.out(7081): made with name object67
10-05 13:45:01.160: I/System.out(7081): made with name object69
10-05 13:45:01.160: I/System.out(7081): made with name object71
10-05 13:45:01.160: I/System.out(7081): made with name object73
10-05 13:45:01.160: I/System.out(7081): made with name object75
10-05 13:45:01.165: I/System.out(7081): made with name object77
10-05 13:45:01.165: I/System.out(7081): made with name object80
10-05 13:45:01.180: I/System.out(7081): made with name object82
10-05 13:45:01.185: I/System.out(7081): made with name object85
10-05 13:45:01.185: I/System.out(7081): made with name object87
10-05 13:45:01.185: I/System.out(7081): made with name object89
10-05 13:45:01.200: D/dalvikvm(7081): GC_CONCURRENT freed 408K, 8% free 12599K/13575K, paused 12ms+6ms, total 33ms
10-05 13:45:01.200: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 11ms
10-05 13:45:01.200: I/System.out(7081): made with name object91
10-05 13:45:01.200: I/System.out(7081): made with name object93
10-05 13:45:01.200: I/System.out(7081): made with name object95
10-05 13:45:01.205: I/System.out(7081): made with name object97
10-05 13:45:01.205: I/System.out(7081): made with name object99
10-05 13:45:01.210: I/System.out(7081): made with name object101
10-05 13:45:01.210: I/System.out(7081): made with name object103
10-05 13:45:01.210: E/SpannableStringBuilder(7081): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
10-05 13:45:01.210: E/SpannableStringBuilder(7081): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
10-05 13:45:01.210: I/System.out(7081): made with name object105
10-05 13:45:01.210: I/System.out(7081): made with name object107
10-05 13:45:01.210: I/System.out(7081): made with name object109
10-05 13:45:01.215: I/System.out(7081): made with name object111
10-05 13:45:01.215: I/System.out(7081): made with name object113
10-05 13:45:01.215: I/System.out(7081): made with name object115
10-05 13:45:01.215: I/System.out(7081): made with name object117
10-05 13:45:01.215: I/System.out(7081): made with name object119
10-05 13:45:01.220: I/System.out(7081): made with name object121
10-05 13:45:01.235: I/System.out(7081): made with name object123
10-05 13:45:01.235: I/System.out(7081): made with name object125
10-05 13:45:01.235: I/System.out(7081): made with name object127
10-05 13:45:01.235: I/System.out(7081): made with name object129
10-05 13:45:01.235: I/System.out(7081): made with name object131
10-05 13:45:01.245: D/dalvikvm(7081): GC_CONCURRENT freed 409K, 8% free 12724K/13703K, paused 12ms+3ms, total 28ms
10-05 13:45:01.245: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 9ms
10-05 13:45:01.245: I/System.out(7081): made with name object133
10-05 13:45:01.250: I/System.out(7081): made with name object135
10-05 13:45:01.250: I/System.out(7081): made with name object137
10-05 13:45:01.250: I/System.out(7081): made with name object139
10-05 13:45:01.250: I/System.out(7081): made with name object141
10-05 13:45:01.250: I/System.out(7081): made with name object143
10-05 13:45:01.250: I/System.out(7081): made with name object145
10-05 13:45:01.250: I/System.out(7081): made with name object147
10-05 13:45:01.255: I/System.out(7081): made with name object149
10-05 13:45:01.255: I/System.out(7081): made with name object151
10-05 13:45:01.255: I/System.out(7081): made with name object153
10-05 13:45:01.255: I/System.out(7081): made with name object155
10-05 13:45:01.255: I/System.out(7081): made with name object157
10-05 13:45:01.255: I/System.out(7081): made with name object159
10-05 13:45:01.260: I/System.out(7081): made with name object161
10-05 13:45:01.260: I/System.out(7081): made with name object163
10-05 13:45:01.260: I/System.out(7081): made with name object165
10-05 13:45:01.275: I/System.out(7081): made with name object167
10-05 13:45:01.275: I/System.out(7081): made with name object169
10-05 13:45:01.275: I/System.out(7081): made with name object171
10-05 13:45:01.280: I/System.out(7081): made with name object173
10-05 13:45:01.285: D/dalvikvm(7081): GC_CONCURRENT freed 425K, 8% free 12837K/13831K, paused 12ms+2ms, total 27ms
10-05 13:45:01.285: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 8ms
10-05 13:45:01.285: I/System.out(7081): made with name object175
10-05 13:45:01.290: I/System.out(7081): made with name object177
10-05 13:45:01.290: I/System.out(7081): made with name object179
10-05 13:45:01.290: I/System.out(7081): made with name object181
10-05 13:45:01.290: I/System.out(7081): made with name object183
10-05 13:45:01.290: I/System.out(7081): made with name object185
10-05 13:45:01.290: I/System.out(7081): made with name object187
10-05 13:45:01.290: I/System.out(7081): made with name object189
10-05 13:45:01.295: I/System.out(7081): made with name object191
10-05 13:45:01.295: I/System.out(7081): made with name object193
10-05 13:45:01.295: I/System.out(7081): made with name object195
10-05 13:45:01.295: I/System.out(7081): made with name object197
10-05 13:45:01.300: I/System.out(7081): made with name object199
10-05 13:45:01.300: I/System.out(7081): made with name object201
10-05 13:45:01.300: I/System.out(7081): made with name object203
10-05 13:45:01.300: I/System.out(7081): made with name object205
10-05 13:45:01.300: I/System.out(7081): made with name object207
10-05 13:45:01.305: I/System.out(7081): made with name object209
10-05 13:45:01.305: I/System.out(7081): made with name object211
10-05 13:45:01.305: I/System.out(7081): made with name object213
10-05 13:45:01.305: I/System.out(7081): made with name object215
10-05 13:45:01.320: D/dalvikvm(7081): GC_CONCURRENT freed 425K, 8% free 12964K/13959K, paused 2ms+2ms, total 18ms
10-05 13:45:01.320: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 13ms
10-05 13:45:01.320: I/System.out(7081): made with name object218
10-05 13:45:01.320: I/System.out(7081): made with name object220
10-05 13:45:01.325: I/System.out(7081): made with name object222
10-05 13:45:01.325: I/System.out(7081): made with name object224
10-05 13:45:01.325: I/System.out(7081): made with name object226
10-05 13:45:01.325: I/System.out(7081): made with name object228
10-05 13:45:01.325: I/System.out(7081): made with name object230
10-05 13:45:01.325: I/System.out(7081): made with name object232
10-05 13:45:01.325: I/System.out(7081): made with name object234
10-05 13:45:01.330: I/System.out(7081): made with name object236
10-05 13:45:01.330: I/System.out(7081): made with name object238
10-05 13:45:01.330: I/System.out(7081): made with name object240
10-05 13:45:01.330: I/System.out(7081): made with name object242
10-05 13:45:01.330: I/System.out(7081): made with name object244
10-05 13:45:01.330: I/System.out(7081): made with name object246
10-05 13:45:01.335: I/System.out(7081): made with name object248
10-05 13:45:01.335: I/System.out(7081): made with name object250
10-05 13:45:01.345: I/System.out(7081): made with name object252
10-05 13:45:01.350: I/System.out(7081): made with name object254
10-05 13:45:01.350: I/System.out(7081): made with name object256
10-05 13:45:01.350: I/System.out(7081): made with name object258
10-05 13:45:01.350: I/System.out(7081): made with name object260
10-05 13:45:01.365: D/dalvikvm(7081): GC_CONCURRENT freed 426K, 8% free 13090K/14087K, paused 13ms+2ms, total 29ms
10-05 13:45:01.365: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 13ms
10-05 13:45:01.365: I/System.out(7081): made with name object263
10-05 13:45:01.365: I/System.out(7081): made with name object265
10-05 13:45:01.365: I/System.out(7081): made with name object267
10-05 13:45:01.370: I/System.out(7081): made with name object269
10-05 13:45:01.370: I/System.out(7081): made with name object271
10-05 13:45:01.370: I/System.out(7081): made with name object273
10-05 13:45:01.370: I/System.out(7081): made with name object275
10-05 13:45:01.370: I/System.out(7081): made with name object277
10-05 13:45:01.370: I/System.out(7081): made with name object279
10-05 13:45:01.375: I/System.out(7081): made with name object281
10-05 13:45:01.375: I/System.out(7081): made with name object283
10-05 13:45:01.375: I/System.out(7081): made with name object285
10-05 13:45:01.375: I/System.out(7081): made with name object287
10-05 13:45:01.375: I/System.out(7081): made with name object289
10-05 13:45:01.380: I/System.out(7081): made with name object291
10-05 13:45:01.380: I/System.out(7081): made with name object293
10-05 13:45:01.385: I/System.out(7081): made with name object295
10-05 13:45:01.385: I/System.out(7081): made with name object298
10-05 13:45:01.385: I/System.out(7081): made with name object300
10-05 13:45:01.390: I/System.out(7081): made with name object302
10-05 13:45:01.400: D/dalvikvm(7081): GC_CONCURRENT freed 439K, 8% free 13206K/14215K, paused 2ms+2ms, total 20ms
10-05 13:45:01.400: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 12ms
10-05 13:45:01.400: I/System.out(7081): made with name object304
10-05 13:45:01.400: I/System.out(7081): made with name object306
10-05 13:45:01.405: I/System.out(7081): made with name object308
10-05 13:45:01.410: I/System.out(7081): made with name object311
10-05 13:45:01.410: I/System.out(7081): made with name object313
10-05 13:45:01.410: I/System.out(7081): made with name object315
10-05 13:45:01.410: I/System.out(7081): made with name object317
10-05 13:45:01.410: I/System.out(7081): made with name object319
10-05 13:45:01.410: I/System.out(7081): made with name object321
10-05 13:45:01.410: I/System.out(7081): made with name object323
10-05 13:45:01.415: I/System.out(7081): made with name object325
10-05 13:45:01.415: I/System.out(7081): made with name object327
10-05 13:45:01.415: I/System.out(7081): made with name object329
10-05 13:45:01.415: I/System.out(7081): made with name object331
10-05 13:45:01.420: I/System.out(7081): made with name object333
10-05 13:45:01.420: I/System.out(7081): made with name object335
10-05 13:45:01.420: I/System.out(7081): made with name object337
10-05 13:45:01.420: I/System.out(7081): made with name object339
10-05 13:45:01.425: I/System.out(7081): made with name object341
10-05 13:45:01.425: I/System.out(7081): made with name object343
10-05 13:45:01.425: I/System.out(7081): made with name object345
10-05 13:45:01.440: D/dalvikvm(7081): GC_CONCURRENT freed 442K, 8% free 13331K/14343K, paused 1ms+1ms, total 19ms
10-05 13:45:01.440: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 13ms
10-05 13:45:01.440: I/System.out(7081): made with name object347
10-05 13:45:01.440: I/System.out(7081): made with name object349
10-05 13:45:01.440: I/System.out(7081): made with name object351
10-05 13:45:01.440: I/System.out(7081): made with name object353
10-05 13:45:01.445: I/System.out(7081): made with name object355
10-05 13:45:01.445: I/System.out(7081): made with name object358
10-05 13:45:01.445: I/System.out(7081): made with name object360
10-05 13:45:01.445: I/System.out(7081): made with name object362
10-05 13:45:01.445: I/System.out(7081): made with name object364
10-05 13:45:01.450: I/System.out(7081): made with name object366
10-05 13:45:01.450: I/System.out(7081): made with name object368
10-05 13:45:01.450: I/System.out(7081): made with name object370
10-05 13:45:01.450: I/System.out(7081): made with name object372
10-05 13:45:01.450: I/System.out(7081): made with name object374
10-05 13:45:01.455: I/System.out(7081): made with name object376
10-05 13:45:01.455: I/System.out(7081): made with name object378
10-05 13:45:01.455: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 0ms
10-05 13:45:01.485: D/dalvikvm(7081): GC_EXPLICIT freed 335K, 7% free 13411K/14343K, paused 2ms+2ms, total 27ms
10-05 13:45:01.485: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 0ms
10-05 13:45:01.510: D/dalvikvm(7081): GC_EXPLICIT freed 6K, 7% free 13405K/14343K, paused 2ms+2ms, total 25ms
10-05 13:45:01.725: D/dalvikvm(7081): GC_CONCURRENT freed 402K, 7% free 13562K/14535K, paused 2ms+3ms, total 21ms
10-05 13:45:01.725: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 6ms
10-05 13:45:01.780: D/dalvikvm(7081): GC_CONCURRENT freed 419K, 7% free 13671K/14663K, paused 2ms+4ms, total 25ms
10-05 13:45:01.780: D/dalvikvm(7081): WAIT_FOR_CONCURRENT_GC blocked 12ms
10-05 13:45:01.855: D/dalvikvm(7081): GC_CONCURRENT freed 355K, 7% free 13751K/14727K, paused 12ms+12ms, total 44ms
10-05 13:45:38.050: D/GestureDetector(7081): [Surface Touch Event] mSweepDown False, mLRSDCnt : -1 mTouchCnt : 28 mFalseSizeCnt:0
10-05 13:45:38.805: D/GestureDetector(7081): [Surface Touch Event] mSweepDown False, mLRSDCnt : -1 mTouchCnt : 2 mFalseSizeCnt:0
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 6,1 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 7,1 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 8,1 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 9,1 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 10,1 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 4,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 5,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 6,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 7,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 8,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 9,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 10,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 11,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 12,2 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 3,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 4,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 5,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 6,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 7,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 8,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 9,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 10,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 11,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 12,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 13,3 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 2,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 3,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.830: I/System.out(7081): mismatch @ 4,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.830: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 5,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 6,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 7,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 8,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 9,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 10,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 11,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 12,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 13,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 14,4 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 2,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 3,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 4,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 5,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 6,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.835: I/System.out(7081): mismatch @ 7,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.835: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 8,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 9,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 10,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 11,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 12,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 13,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 14,5 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 1,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 2,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 3,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 4,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 5,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 6,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 7,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 8,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 9,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 10,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 11,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 12,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 13,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 14,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 15,6 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 1,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 2,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 3,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 4,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 5,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.840: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.840: I/System.out(7081): mismatch @ 6,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 7,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 8,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 9,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 10,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 11,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 12,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 13,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 14,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 15,7 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 1,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 2,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 3,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 4,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 5,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 6,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 7,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 8,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 9,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 10,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 11,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 12,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 13,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 14,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 15,8 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 1,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.845: I/System.out(7081): mismatch @ 2,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.845: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 3,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 4,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 5,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 6,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 7,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 8,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 9,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 10,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 11,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 12,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 13,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 14,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 15,9 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 1,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 2,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 3,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 4,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 5,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 6,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 7,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 8,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 9,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 10,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 11,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.850: I/System.out(7081): mismatch @ 12,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.850: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 13,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 14,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 15,10 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 2,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 3,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 4,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 5,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 6,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 7,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 8,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 9,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 10,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 11,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 12,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 13,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 14,11 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 2,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 3,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 4,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 5,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 6,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 7,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 8,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 9,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 10,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 11,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 12,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 13,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.855: I/System.out(7081): mismatch @ 14,12 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.855: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 3,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 4,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 5,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 6,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 7,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 8,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 9,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 10,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 11,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 12,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 13,13 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 4,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 5,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 6,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 7,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 8,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 9,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 10,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 11,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 12,14 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 6,15 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 7,15 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 8,15 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 9,15 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:38.860: I/System.out(7081): Trying tile. it's name is object378 and we're looking for object215
10-05 13:45:38.860: I/System.out(7081): mismatch @ 10,15 object378 object215/lemmy.cruiseislands.Object3DL@41ed0070/376
10-05 13:45:41.910: D/dalvikvm(7081): GC_CONCURRENT freed 389K, 7% free 13834K/14855K, paused 11ms+3ms, total 33ms


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: world.removeObject(Object3D) crash
« Reply #17 on: October 05, 2013, 03:07:27 pm »
So your array is somehow filled with the instance and that causes your problem. Looking at your code, i don't see the reason ATM unless you are using the same instance in tile already. How do you create the actual tile array? It might help to print out tile itself in addition.

Offline LemonLake

  • byte
  • *
  • Posts: 13
    • View Profile
Re: world.removeObject(Object3D) crash
« Reply #18 on: October 05, 2013, 03:10:32 pm »
So your array is somehow filled with the instance and that causes your problem. Looking at your code, i don't see the reason ATM unless you are using the same instance in tile already. How do you create the actual tile array? It might help to print out tile itself in addition.

In onCreate, I create a map with the width and height of 16x16. The constructor and fields of Map are as so:
Code: [Select]
public Tile[][] tiles;
public int width, height;

public Object3D sea;
public boolean seaDirection = true;

public Map(int width, int height) {
this.width = width;
this.height = height;
tiles = new Tile[width][height];
for (int y = 0; y < tiles[1].length; y++) {
for (int x = 0; x < tiles.length; x++) {
tiles[x][y] = new Tile();
tiles[x][y].air=true;
// tiles[x][y].color = new RGBColor(237, 201, 175);
// tiles[x][y].height = (float) Math.random();
}
}
Tile islandTile = new Tile();
islandTile.color = new RGBColor(237,201,175);
islandTile.height = 1;
placeCircleWithTiles(tiles.length/2,tiles[1].length/2,(tiles.length/2)-1,islandTile);
}

And the tile class just holds a few variables;
Code: [Select]
public class Tile {
public RGBColor color;
public float height;
public Object3D hexagon;
public boolean air;
public Object3D child;

public Tile(){

}
}

Also, the placeCircleWithTiles method calls placeLineWithTiles a few times,  which then calls this:

Code: [Select]
public void placeTile(int x,int y,Tile tile) {
if(x<0||y<0||x>tiles.length||y>tiles[1].length)
return;
tiles[x][y]=tile;
}
And islandTile is passed through the whole time.

Edit: I believe I just found the cause of the problem thanks to this post. The same Tile is being given to every part of the array, but the world positions the objects and colors them through its own list. I'll simply create a new tile each time instead of passing it through, and see if that works.

Edit 2: Hey, what do you know, that works! Thanks for making me realise my simple mistake with instances :)
« Last Edit: October 05, 2013, 03:15:56 pm by LemonLake »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: world.removeObject(Object3D) crash
« Reply #19 on: October 05, 2013, 03:28:16 pm »
No problem. Regarding the large numbers of objects that you are using, you should consider to create clones from a blueprint object like

Code: [Select]
Object3D cube=new Object3D(blueprintCube, true);

and then make the copies use the same data on the gpu by doing

Code: [Select]
cube.shareCompiledData(blueprintCube);

That's much more efficient than individual meshes pushed onto the gpu and uses less memory in addition.

Offline LemonLake

  • byte
  • *
  • Posts: 13
    • View Profile
Re: world.removeObject(Object3D) crash
« Reply #20 on: October 05, 2013, 03:28:45 pm »
Yep, thats what I'm doing in my Models class.