Sign in to follow this  
Warlander

Deedplanner 2.9.10 - 3D House And Deed Planner

Recommended Posts

5 hours ago, Warlander said:

I found some time to work on current DeedPlanner issues, and I have to ask - are there any other things (not suggested yet) you would like to see?

 

Out of most important stuff, bridges improvements are coming next, I have graphical engine improvements in mind as well (current one handles rendering relatively well, but scales terribly and cannot support any advanced graphics stuff like lighting).

 

Although Christmas is over, I still have some wishes :).

 

Here is what I was missing several times when working with maps:

 

- Merge 2 maps into one (Example: You have 2 maps of adjacent areas and want to combine them into a single map.)

- Mark areas within a map and let them be copied, moved, exported (and imported in other maps)

- Import parts of other maps into current map

- Allow a map to be rotated (in steps of 90 degrees)

- Export structures (houses, bridges) and import them in other maps.

 

I'm sure if you give me some more time I'll come up with more ideas - so maybe you better hide...  :P

 

  • Like 2

Share this post


Link to post
Share on other sites

Hey, there.   I haven't used deedplanner since around 1.7~ and am having issues with 2.4.1 (I have 64bit java 8 update 66)

 

I can't seem to calculate materials anymore, the options under labels and materials are completely greyed out.  The only option available is Delete building on tile... I ahven't created any buildings as I have no clue how anymore lol.  Clicking that button just crashes deedplanner, yet dismissing the message lets me continue using the program with no apparent issues.  So confused...

 

Error:

[2015-12-29 19:02:27] Error has occurred!
Java vendor: Oracle Corporation
Java version: 1.8.0_66
java.lang.NullPointerException
	at pl.wurmonline.deedplanner.forms.LabelEditor.deleteBuildingButtonActionPerformed(LabelEditor.java:304)
	at pl.wurmonline.deedplanner.forms.LabelEditor.access$500(LabelEditor.java:12)
	at pl.wurmonline.deedplanner.forms.LabelEditor$6.actionPerformed(LabelEditor.java:210)
	at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
	at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
	at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at javax.swing.JComponent.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Container.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$500(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.awt.EventQueue$3.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.awt.EventQueue$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)

Thanks for any help!

Share this post


Link to post
Share on other sites
4 hours ago, Brunwulf said:

deed planner is having issues loading an export from ingame.

 

I know, this is already fixed and will disappear in next client update.

  • Like 2

Share this post


Link to post
Share on other sites

Would be nice to have where the dirt flows down in the editor and automatically calculates the slope. Would also be nice to have a spot to put your skill so it would do a slope you could do.

 

Share this post


Link to post
Share on other sites

DeedPlanner 2.4.2 released! Changes:

  • Added possibility to delete bridges in different way
  • Fixed bridges entering another state of existence and resurrecting after deletion
  • Fixed weird looking bridge segments

 

I am looking for new graphical banner for the program which would be used for DP topic front page and inside launcher - anyone willing to create it? :)

  • Like 2

Share this post


Link to post
Share on other sites

Love this program and use it almost as much as I am in Wurm.  I had a bug trying to make a small wood bridge ramp to a second floor door. Rope, marble, and stone all works fine.  Here is the error report for you.  And thanks again for an awesome program!

 

java.lang.reflect.InvocationTargetException
    at java.awt.EventQueue.invokeAndWait(Unknown Source)
    at java.awt.EventQueue.invokeAndWait(Unknown Source)
    at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
    at com.jogamp.opengl.util.AWTAnimatorImpl.display(AWTAnimatorImpl.java:90)
    at com.jogamp.opengl.util.AnimatorBase.display(AnimatorBase.java:416)
    at com.jogamp.opengl.util.FPSAnimator$MainTask.run(FPSAnimator.java:172)
    at java.util.TimerThread.mainLoop(Unknown Source)
    at java.util.TimerThread.run(Unknown Source)
Caused by: pl.wurmonline.deedplanner.util.DeedPlannerRuntimeException: Invalid bridge part: side NARROW, type: DOUBLE_ABUTMENT
    at pl.wurmonline.deedplanner.data.bridges.WoodenBridgeData.getRenderableForPart(WoodenBridgeData.java:105)
    at pl.wurmonline.deedplanner.data.bridges.BridgePart.render(BridgePart.java:60)
    at pl.wurmonline.deedplanner.data.Tile.renderWorld(Tile.java:162)
    at pl.wurmonline.deedplanner.data.Tile.render3d(Tile.java:151)
    at pl.wurmonline.deedplanner.data.Map.render(Map.java:428)
    at pl.wurmonline.deedplanner.graphics.GraphicsLoop.display(GraphicsLoop.java:64)
    at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:665)
    at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:649)
    at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:1213)
    at javax.media.opengl.awt.GLJPanel$8.run(GLJPanel.java:1269)
    at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1119)
    at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:994)
    at javax.media.opengl.awt.GLJPanel$OffscreenBackend.doPaintComponent(GLJPanel.java:1777)
    at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:545)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    at javax.swing.RepaintManager.paint(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at com.jogamp.opengl.util.AWTAnimatorImpl$1.run(AWTAnimatorImpl.java:162)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

Share this post


Link to post
Share on other sites

I seem to have a problem with import. I have no problem adjusting elevation, but how do you move the terrain so that it lines up with the elevations?  I imported a Xanadu Map and the elevations were shifte 1 tile north and west so the elevation did not match the terrain properly.   is there a way to shift that all at once?

 

Share this post


Link to post
Share on other sites
9 hours ago, KageTenshi said:

I seem to have a problem with import. I have no problem adjusting elevation, but how do you move the terrain so that it lines up with the elevations?  I imported a Xanadu Map and the elevations were shifte 1 tile north and west so the elevation did not match the terrain properly.   is there a way to shift that all at once?

 

 

Known bug, will be fixed in next Wurm client update.

Share this post


Link to post
Share on other sites

im running Ubuntu 15.10 and i can open the program, but its all white and i get a java error message:
[2016-01-06 02:52:28] Error has occurred!
Java vendor: Oracle Corporation
Java version: 1.8.0_66-internal
java.lang.NullPointerException
    at pl.wurmonline.deedplanner.data.Tile.renderGround(Tile.java:185)
    at pl.wurmonline.deedplanner.data.Tile.renderWorld(Tile.java:165)
    at pl.wurmonline.deedplanner.data.Tile.render3d(Tile.java:151)
    at pl.wurmonline.deedplanner.data.Map.render(Map.java:428)
    at pl.wurmonline.deedplanner.graphics.GraphicsLoop.display(GraphicsLoop.java:64)
    at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:665)
    at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:649)
    at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:1213)
    at javax.media.opengl.awt.GLJPanel$8.run(GLJPanel.java:1269)
    at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1119)
    at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:994)
    at javax.media.opengl.awt.GLJPanel$OffscreenBackend.doPaintComponent(GLJPanel.java:1777)
    at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:545)
    at javax.swing.JComponent.paint(JComponent.java:1056)
    at javax.swing.JComponent.paintChildren(JComponent.java:889)
    at javax.swing.JComponent.paint(JComponent.java:1065)
    at javax.swing.JComponent.paintChildren(JComponent.java:889)
    at javax.swing.JComponent.paint(JComponent.java:1065)
    at javax.swing.JLayeredPane.paint(JLayeredPane.java:586)
    at javax.swing.JComponent.paintChildren(JComponent.java:889)
    at javax.swing.JComponent.paintToOffscreen(JComponent.java:5217)
    at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:290)
    at javax.swing.RepaintManager.paint(RepaintManager.java:1272)
    at javax.swing.JComponent.paint(JComponent.java:1042)
    at java.awt.GraphicsCallback$PaintCallback.run(GraphicsCallback.java:39)
    at sun.awt.SunGraphicsCallback.runOneComponent(SunGraphicsCallback.java:79)
    at sun.awt.SunGraphicsCallback.runComponents(SunGraphicsCallback.java:116)
    at java.awt.Container.paint(Container.java:1975)
    at java.awt.Window.paint(Window.java:3912)
    at javax.swing.RepaintManager$4.run(RepaintManager.java:842)
    at javax.swing.RepaintManager$4.run(RepaintManager.java:814)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:814)
    at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:789)
    at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:738)
    at javax.swing.RepaintManager.access$1200(RepaintManager.java:64)
    at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1732)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
    at java.awt.EventQueue.access$500(EventQueue.java:97)
    at java.awt.EventQueue$3.run(EventQueue.java:709)
    at java.awt.EventQueue$3.run(EventQueue.java:703)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
    at org.GNOME.Accessibility.AtkWrapper$5.dispatchEvent(AtkWrapper.java:697)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

 

Any idea what i have to do? :)

Share this post


Link to post
Share on other sites

This most often happens if you didn't run/unpacked program correctly (it cannot be run inside archive and cannot be moved out of original location unless you run it via shortcut/link).

Share this post


Link to post
Share on other sites

 

5 hours ago, Warlander said:

This most often happens if you didn't run/unpacked program correctly (it cannot be run inside archive and cannot be moved out of original location unless you run it via shortcut/link).

i unzipped the archive and launched... ill add a screenshot if its a error on my end :)

77810b3ff7b9a32e5d676c8e8fc4f6c9.png

 

980c906e08974ab43ea15ba4334abde7.png

 

 

 

Share this post


Link to post
Share on other sites

I am having trouble with my deed planner and importing my settlement plan from Wurm Unlimited. When I import the settlement plan most of the map is under water like every tile is 763 lower than it should be. Any ideas how to fix this so that I can use deed planner to plan out my settlement?

Share this post


Link to post
Share on other sites
1 hour ago, Trakes said:

I am having trouble with my deed planner and importing my settlement plan from Wurm Unlimited. When I import the settlement plan most of the map is under water like every tile is 763 lower than it should be. Any ideas how to fix this so that I can use deed planner to plan out my settlement?

 

You must use resize feature, it contains option to raise default elevation of the whole plan.

It works this way, because exporting deeds with "real", absolute elevations is not allowed (and - in case of deeds high in a mountains- would be very hard to edit in DeedPlanner).

Share this post


Link to post
Share on other sites

I can't open the deed planner, please help.

 

[2016-01-09 22:39:35] Error has occurred!
Java vendor: Oracle Corporation
Java version: 1.8.0_25
java.lang.NoClassDefFoundError: javax/media/opengl/awt/GLJPanel
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at pl.wurmonline.deedplanner.forms.Loading.lambda$new$25(Loading.java:29)
    at pl.wurmonline.deedplanner.forms.Loading$$Lambda$15/6197732.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.media.opengl.awt.GLJPanel
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 15 more
 

Edited by Jikky2
More information

Share this post


Link to post
Share on other sites

Bridge error:

Flat wooden bridge(2x7),

   Starter tile: dirt/cobblestone,

   End tile: clay,

   Middle tiles: clay,

   Start/end height: 10,

   Middle height: -25

 

Longer bridge did not crash, but I didn't test a lot as you need ti kill process each time and so on.
 

Spoiler

[2016-01-10 09:44:49] Error has occurred!
Java vendor: Oracle Corporation
Java version: 1.8.0_66
pl.wurmonline.deedplanner.util.DeedPlannerRuntimeException: Invalid bridge part: side RIGHT, type: DOUBLE_ABUTMENT
    at pl.wurmonline.deedplanner.data.bridges.WoodenBridgeData.getRenderableForPart(WoodenBridgeData.java:105)
    at pl.wurmonline.deedplanner.data.bridges.BridgePart.render(BridgePart.java:60)
    at pl.wurmonline.deedplanner.data.Tile.renderWorld(Tile.java:162)
    at pl.wurmonline.deedplanner.data.Tile.render3d(Tile.java:151)
    at pl.wurmonline.deedplanner.data.Map.render(Map.java:428)
    at pl.wurmonline.deedplanner.graphics.GraphicsLoop.display(GraphicsLoop.java:64)
    at jogamp.opengl.GLDrawableHelper.displayImpl(GLDrawableHelper.java:665)
    at jogamp.opengl.GLDrawableHelper.display(GLDrawableHelper.java:649)
    at javax.media.opengl.awt.GLJPanel$Updater.display(GLJPanel.java:1213)
    at javax.media.opengl.awt.GLJPanel$8.run(GLJPanel.java:1269)
    at jogamp.opengl.GLDrawableHelper.invokeGLImpl(GLDrawableHelper.java:1119)
    at jogamp.opengl.GLDrawableHelper.invokeGL(GLDrawableHelper.java:994)
    at javax.media.opengl.awt.GLJPanel$OffscreenBackend.doPaintComponent(GLJPanel.java:1777)
    at javax.media.opengl.awt.GLJPanel.paintComponent(GLJPanel.java:545)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JLayeredPane.paint(Unknown Source)
    at javax.swing.JComponent.paintChildren(Unknown Source)
    at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    at javax.swing.RepaintManager.paint(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
    at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
    at sun.awt.SunGraphicsCallback.runComponents(Unknown Source)
    at java.awt.Container.paint(Unknown Source)
    at java.awt.Window.paint(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.access$1200(Unknown Source)
    at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
 

 

Edited by Nolorwolf
Better info

Share this post


Link to post
Share on other sites
On 1/6/2016 at 8:36 AM, Munty said:

 

i unzipped the archive and launched... ill add a screenshot if its a error on my end :)

 

Have you tried opening a terminal, open the directory and try java -jar ./DeedPlanner.jar  

 

That worked for me in linux, otherwise I had the same problem you ran into. I have ran it on ubuntu 14.04 and other releases as well as Arch. I created a shortcut and use it from my desktop to launch it with basically the command above.

Edited by Saicotic
added info

Share this post


Link to post
Share on other sites
On 1/10/2016 at 0:34 AM, Jikky2 said:

I can't open the deed planner, please help.

 

[2016-01-09 22:39:35] Error has occurred!
Java vendor: Oracle Corporation
Java version: 1.8.0_25
java.lang.NoClassDefFoundError: javax/media/opengl/awt/GLJPanel
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at pl.wurmonline.deedplanner.forms.Loading.lambda$new$25(Loading.java:29)
    at pl.wurmonline.deedplanner.forms.Loading$$Lambda$15/6197732.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javax.media.opengl.awt.GLJPanel
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 15 more
 

This usually happens when the file is ran from a different directory. For example, If it has been extracted to a different directory or moved once extracted. It should be ran from the DeedPlanner 2.4.2 folder, the error just means it can not find the files it requires.

  • Like 1

Share this post


Link to post
Share on other sites

DeedPlanner 2.4.3 released! Changes:

  • Added "Tip of the day" window
  • Added more diagonal road types (all cobblestone types and slabs available now)
  • Fixed flat wooden bridges bugs
  • Fixed skybox texture bug existing on some GPU's
  • Like 1

Share this post


Link to post
Share on other sites

New issues with exported deed map after recent client update (14-Jan-2016):

 

The terrain displacement seems fixed, but now we see displaced walls and fences:

 

TB7OBkJ.jpg

 

g9cvg64.jpg

 

fyufg4W.jpg

 

From a first view it seems that northern walls are displaced to the south by 2 tiles, while eastern walls are displaced to the west by 2 tiles. Not sure about the fences...

Share this post


Link to post
Share on other sites

I can confirm what Yaga is seeing as well, my export today is still giving me that "exploded diagram" look.  

Edited by Weatherwax

Share this post


Link to post
Share on other sites

Hmm... I am sure I fixed that before, but applied fix again just to be sure. This problem should be gone in next client update. :)

  • Like 1

Share this post


Link to post
Share on other sites

Hey Warlander, did you find anyone to create a banner for you yet?

Share this post


Link to post
Share on other sites
10 minutes ago, Slickshot said:

Hey Warlander, did you find anyone to create a banner for you yet?

 

Not yet, seems like topic went silent.

Share this post


Link to post
Share on other sites

Unfortunately, today's client update didn't change anything (terrain displacement fixed, but wall/fence displacement still present):

 

sFg6pm4.jpg

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this