stackotter / delta-client

An open source Minecraft Java Edition client built for speed.
https://deltaclient.app
GNU General Public License v3.0
323 stars 33 forks source link

Nexus crash #68

Closed mattg42 closed 2 years ago

mattg42 commented 2 years ago

Describe the bug Nexus crashed. See logs below for more detail.

To Reproduce

  1. Join a world and wait? ¯\_(ツ)_/¯ seems really random as for when it happens

Expected behavior Not crash

Extra information

Additional context

Thread 12 Crashed:
0   libDeltaCore.dylib                     0x102f7cd5c Nexus.get(unsafe:for:) + 52
1   libDeltaCore.dylib                     0x102f7cd58 Nexus.get(unsafe:for:) + 48
2   libDeltaCore.dylib                     0x102f73db8 static Requires2.components(nexus:entityId:) + 52
3   libDeltaCore.dylib                     0x102f73f54 protocol witness for static FamilyRequirementsManaging.components(nexus:entityId:) in conformance Requires2<A, B> + 32
4   libDeltaCore.dylib                     0x102f71628 Family.ComponentsIterator.next() + 164
5   libDeltaCore.dylib                     0x1031d78c4 PhysicsSystem.update(_:) + 1272
6   libDeltaCore.dylib                     0x1032d1e28 TickScheduler.tick() + 284
7   libDeltaCore.dylib                     0x1032d1b64 closure #1 in closure #1 in TickScheduler.startTickLoop() + 304
8   libDeltaCore.dylib                     0x1032d212c partial apply for thunk for @callee_guaranteed () -> (@error @owned Error) + 20
9   libswiftObjectiveC.dylib               0x1cecbbacc autoreleasepool<A>(invoking:) + 64
10  libDeltaCore.dylib                     0x1032d1a24 closure #1 in TickScheduler.startTickLoop() + 60
11  libDeltaCore.dylib                     0x1032d15e0 thunk for @escaping @callee_guaranteed () -> () + 20
12  Foundation                             0x1bb5938f8 __NSThread__block_start__ + 76
13  libsystem_pthread.dylib                0x1ba421240 _pthread_start + 148
14  libsystem_pthread.dylib                0x1ba41c024 thread_start + 8
stackotter commented 2 years ago

This should be fixed, feel free to reopen this issue if it happens again