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

java.lang.ArrayIndexOutOfBoundsException: 272 #4

Open
billylegota opened this issue Oct 29, 2016 · 0 comments
Open

java.lang.ArrayIndexOutOfBoundsException: 272 #4

billylegota opened this issue Oct 29, 2016 · 0 comments

Comments

@billylegota
Copy link

When running uristmaps.bat on Windows 10 with Java 8 I get the following output:

00:00  INFO: Uristmaps 0.3.3
00:00  INFO: Enabled Debug Logging
00:00  INFO: [ExportFiles] Resolved date to 10000-01-01
00:00  INFO: Starting full build
00:00 DEBUG: [TaskExecutor] Starting: BmpConvertTask
00:00 DEBUG: [BmpConverter] Started
00:00 DEBUG: [TaskExecutor] Completed: BmpConvertTask
00:00 DEBUG: [TaskExecutor] Starting: DistResources
00:00  INFO: [FileCopier] Copying static resources to output.
00:00 DEBUG: [TaskExecutor] Completed: DistResources
00:00 DEBUG: [TaskExecutor] Starting: GroupStructures
00:00 DEBUG: [StructureGroups] Reading groupMap from exported files.
00:00 DEBUG: [StructureInfo] Loading
00:00 DEBUG: [StructureInfo] Done
Exception in thread "main" java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.simontuffs.onejar.Boot.run(Boot.java:342)
        at com.simontuffs.onejar.Boot.main(Boot.java:168)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 272
        at org.uristmaps.StructureGroups.load(StructureGroups.java:100)
        at org.uristmaps.Uristmaps.lambda$main$12(Uristmaps.java:133)
        at org.uristmaps.tasks.AdhocTask.work(AdhocTask.java:47)
        at org.uristmaps.tasks.TaskExecutor.execTask(TaskExecutor.java:170)
        at org.uristmaps.tasks.TaskExecutor.execTask(TaskExecutor.java:159)
        at org.uristmaps.tasks.TaskExecutor.execTask(TaskExecutor.java:159)
        at org.uristmaps.tasks.TaskExecutor.execTask(TaskExecutor.java:159)
        at org.uristmaps.tasks.TaskExecutor.exec(TaskExecutor.java:84)
        at org.uristmaps.Uristmaps.main(Uristmaps.java:163)
        ... 6 more

I am trying to process a pocket region from DF 43_05_WIN (maybe this version is not supported?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant