Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error alert when switching back to Defold editor #8806

Open
andrew-flick opened this issue Apr 16, 2024 · 1 comment
Open

Error alert when switching back to Defold editor #8806

andrew-flick opened this issue Apr 16, 2024 · 1 comment
Labels
bug Something is not working as expected editor Issues related to the Defold editor

Comments

@andrew-flick
Copy link

Expected behaviour

Not throwing up an error alert when switching windows.

Actual behaviour

ERROR: java.lang.ArrayIndexOutOfBoundsException: Index 16 out of bounds for length 16

shown after building, running game and command tabbing back to Defold editor.

Steps to reproduce

Switch to the Defold editor after doing anything and this error now comes up.

I recently started using a sym link to some lua modules but don't think this is related.


Build time2024-04-09T14:46:02.417652
Defold channeleditor-alpha
Defold editor shaecdec42
Defold engine shabf4dc66
Defold version1.7.0
Error7c8d6cf05d4f4bfab559323aa73fbf75
GPUApple M1 Max
GPU Driver2.1 Metal - 88
Java version17.0.5+8
OS archaarch64
OS nameMac OS X
OS version14.4.1
@AGulev
Copy link
Contributor

AGulev commented Apr 19, 2024

org.eclipse.jgit.dircache.DirCacheTree.namecmp.class java.lang.ArrayIndexOutOfBoundsException: Index 16 out of bounds for length 16
    at org.eclipse.jgit.dircache.DirCacheTree.namecmp(DirCacheTree.java:545)
    at org.eclipse.jgit.dircache.DirCacheTree.validate(DirCacheTree.java:454)
    at org.eclipse.jgit.dircache.DirCacheTree.validate(DirCacheTree.java:482)
    at org.eclipse.jgit.dircache.DirCacheTree.validate(DirCacheTree.java:482)
    at org.eclipse.jgit.dircache.DirCache.getCacheTree(DirCache.java:946)
    at org.eclipse.jgit.dircache.DirCacheIterator.<init>(DirCacheIterator.java:118)
    at org.eclipse.jgit.lib.IndexDiff.diff(IndexDiff.java:414)
    at org.eclipse.jgit.lib.IndexDiff.diff(IndexDiff.java:377)
    at org.eclipse.jgit.api.StatusCommand.call(StatusCommand.java:148)
    at editor.git$status.invokeStatic(git.clj:197)
    at editor.git$unified_status.invokeStatic(git.clj:229)
    at editor.changes_view$refresh_BANG_$fn.invoke(changes_view.clj:57)
    at clojure.core$binding_conveyor_fn$fn.invoke(core.clj:2030)
    at clojure.lang.AFn.call(AFn.java:18)
    at java.util.concurrent.FutureTask.run(FutureTask.java:264)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
    at java.lang.Thread.run(Thread.java:833)

@britzl britzl added bug Something is not working as expected 3d Issues related to new 3D functionality editor Issues related to the Defold editor and removed 3d Issues related to new 3D functionality labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working as expected editor Issues related to the Defold editor
Projects
None yet
Development

No branches or pull requests

3 participants