You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey man! I wanted to use this great package to get a wall-in functionality, but it seems it's not working with JBWAPI 1.5.1. I tried fixing the parts that cause exceptions, but I failed. Stations seem to work fine, but I never managed to return any wall-in, all I managed to do is to hide the exceptions.
Would it be really hard / time-consuming to provide JBWAPI 1.5.1 support? I think it would be really helpful not just for me, but for the community too.
The exception I'm getting is:
Exception in thread "main" java.lang.NullPointerException
at jbweb.Path.createUnitPath(Path.java:129)
at jbweb.Wall.initialize(Wall.java:649)
at jbweb.Wall.<init>(Wall.java:40)
at jbweb.Walls.createWall(Walls.java:118)
at jbweb.Walls.createTWall(Walls.java:209)
The text was updated successfully, but these errors were encountered:
Hey man! I wanted to use this great package to get a wall-in functionality, but it seems it's not working with JBWAPI 1.5.1. I tried fixing the parts that cause exceptions, but I failed. Stations seem to work fine, but I never managed to return any wall-in, all I managed to do is to hide the exceptions.
Would it be really hard / time-consuming to provide JBWAPI 1.5.1 support? I think it would be really helpful not just for me, but for the community too.
The exception I'm getting is:
The text was updated successfully, but these errors were encountered: