Sign in to follow this  
Warlander

Deedplanner 2.9.10 - 3D House And Deed Planner

Recommended Posts

This is not working for me at all so i was trying to remove and Reinstall but it wont let me Remove any of it as it tells me "someone eles is using this" any tips?


Share this post


Link to post
Share on other sites

I am having trouble placing roof and floors. Any tips?

Make sure you have a writ placed. Click the writ tab then in the top left of that tab click "new writ" then just click the tiles where you want the house to be

Edited by Kegan

Share this post


Link to post
Share on other sites

I've been trying to map my deed for mooooonths with this program.  Each time an update comes out, I try again.  But I can never get it to work properly.  I can get small writs and such to work, but mapping my whole deed seems impossible.  I'll work on it for a while and it'll crash.  Then when I try to reload my saved file, I get an error.  The error this time is this:


Exception in thread "Thread-2" java.lang.ArrayIndexOutOfBoundsException: 25


at Mapper.Mapper.draw(Mapper.java:253)

at Mapper.Mapper.loop(Mapper.java:131)

at Mapper.Mapper.access$200(Mapper.java:36)

at Mapper.Mapper$1.run(Mapper.java:118)


I really wish I could get this to work but it seems like I'll have to either wait for a different deed building program or for this to actually be usable for this purpose.

Share this post


Link to post
Share on other sites

I've come across a bug in roofing:


Picture behind the link: http://scr.hu/1uph/qk492


And here's the pastebin to re-create the bug: http://pastebin.com/b3XQTPyN


 


Can you also set 1second delay in object placing after the first object is planted? When I click once, it places like 20-30 in one click. Need to tap for a while to remove all of em.


 


Keep up the good work!

Share this post


Link to post
Share on other sites

I loved this program for the longest time but it's become impossible to use now, I have to baby it to even get it to start without crashing or hanging. It crashes if I make changes too fast, it crashes randomly if I open any of the top panel options, it often refuses to save or load. It's just a nightmare of bugs.  I tried the outdated version but it only brings up a window for a new version with no option to close and shuts the program down. I tried reinstalling java and that didn't work. I would post an error log but even though I get errors all the time the log is blank. It still works but I'm working with a rather large and detailed map and the constant threat of crashing is exasperating. Is there anything I'm missing?


Share this post


Link to post
Share on other sites

Any errors in error log?

(map pastebin can help me a lot, too)

Edited by Warlander

Share this post


Link to post
Share on other sites

Strange bug with elevation, after resizing it will only raise a full tile in the extended part of the map. Click borders, raises whole tile. Quite annoying :P


no error log


Edited by Shadz

Share this post


Link to post
Share on other sites

 

Any errors in error log?

(map pastebin can help me a lot, too)

 

I would post an error log but even though I get errors all the time the log is blank.

 

I understand there's little you can do without an error log, I would have posted one if I could. That said, I redownloaded the program and reinstalled Java, again. After booting up the map I'm currently working on it was fine for a bit then suddenly went black, not crash just a black screen. Reloading caused the writs, terrain and ground cover edits to appear but no walls. Reloaded again and it now will not load any map at all, it does not crash or hang when attempting to load it simply whites out the map, new maps and saves will not load either. EDIT: The fresh download seems to have reenabled error logging.

 

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: -1

at Mapper.Logic.RoofUpdater.checkMatch(RoofUpdater.java:178)
at Mapper.Logic.RoofUpdater.allCheck(RoofUpdater.java:157)
at Mapper.Logic.RoofUpdater.roofsRefit(RoofUpdater.java:93)
at Form.LoadWindow.load1_1(LoadWindow.java:157)
at Form.LoadWindow.loadManager(LoadWindow.java:64)
at Form.LoadWindow.jButton1ActionPerformed(LoadWindow.java:637)
at Form.LoadWindow.access$500(LoadWindow.java:34)
at Form.LoadWindow$6.actionPerformed(LoadWindow.java:509)
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.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$200(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$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.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$1.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)
Exception in thread "Thread-2" java.lang.ArrayIndexOutOfBoundsException: 25
at Mapper.Mapper.draw(Mapper.java:221)
at Mapper.Mapper.loop(Mapper.java:131)
at Mapper.Mapper.access$200(Mapper.java:36)
at Mapper.Mapper$1.run(Mapper.java:118)
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 25
at Form.HouseCalc.reset(HouseCalc.java:1280)
at Form.LoadWindow.loadManager(LoadWindow.java:60)
at Form.LoadWindow.jButton1ActionPerformed(LoadWindow.java:637)
at Form.LoadWindow.access$500(LoadWindow.java:34)
at Form.LoadWindow$6.actionPerformed(LoadWindow.java:509)
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.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$200(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$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.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$1.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)
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 100
at Form.SaveWindow.saveMaker(SaveWindow.java:87)
at Form.SaveWindow.jButton2ActionPerformed(SaveWindow.java:364)
at Form.SaveWindow.access$100(SaveWindow.java:30)
at Form.SaveWindow$2.actionPerformed(SaveWindow.java:245)
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.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$200(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$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.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$1.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)

 

 

Here's a pastebin of the map I'm trying to work with, I had to use notepad since it won't load, hopefully all the info is there.  http://pastebin.com/uRZpArNN

Edited by Mjneal

Share this post


Link to post
Share on other sites

Version 1.7p released!

Changes:

  • better error handling (named threads, better exception checking)
  • roof updater bug fixed
  • map loading should be more stable now
I have decided to make a DeedPlanner poll: https://docs.google.com/forms/d/1mhHhN42smJZQDsTrAjnp2Nq3Mi-iqCu7hJDkN6WbY80/viewform - decide how the future of this program will look like. :)

Edit: 10 answers so far.

Edited by Warlander
  • Like 2

Share this post


Link to post
Share on other sites

Is there a way to rotate objects like statues? Apologies if this is already mentioned somewhere.


Share this post


Link to post
Share on other sites

You can do this like with any other object, it is just hard to see statues rotation in 2d mode.

Share this post


Link to post
Share on other sites

Is there a way to rotate objects like statues? Apologies if this is already mentioned somewhere.

When clicking to place it, hold the button down and move it towards the direction you want the object (statue) to face. Then release the button when done. ;)

  • Like 1

Share this post


Link to post
Share on other sites

12 answers in the poll ( https://docs.google.com/forms/d/1mhHhN42smJZQDsTrAjnp2Nq3Mi-iqCu7hJDkN6WbY80/viewform ), still waiting for more. :)

Results somewhat surprised me - planning is as important as 3d view, much more people than I thought want to see 3d caves (majority of respondents). Another popular answers are: bridges, diagonal roads, better stability, bigger database and public TODO list. Almost no one wants lower CPU/GPU requirements and more statistics, so I think no more work is needed to improve them.

Share this post


Link to post
Share on other sites

It's no surprise to me, that everyone want all the building blocks that wurm has, the ability to plan and view the plan as it would look in wurmality, doing all this without fear of sudden explosions. ;)


Share this post


Link to post
Share on other sites

12 answers in the poll ( https://docs.google.com/forms/d/1mhHhN42smJZQDsTrAjnp2Nq3Mi-iqCu7hJDkN6WbY80/viewform ), still waiting for more. :)

Results somewhat surprised me - planning is as important as 3d view, much more people than I thought want to see 3d caves (majority of respondents). Another popular answers are: bridges, diagonal roads, better stability, bigger database and public TODO list. Almost no one wants lower CPU/GPU requirements and more statistics, so I think no more work is needed to improve them.

Oly 'performance issue' I have is that the program + wurm HATE running together, if you could fix that issue, I'd love you lol

Share this post


Link to post
Share on other sites

Bah - get an updater and can't open the program anymore. What happens ? Looks like I can't open the updater nor cancel


Edited by Syrann

Share this post


Link to post
Share on other sites

Bah - get an updater and can't open the program anymore. What happens ? Looks like I can't open the updater nor cancel

Hard to tell what is wrong without error log and when I can't reproduce the bug.

Edited by Warlander

Share this post


Link to post
Share on other sites

It was the short cut I suppose - looks like I could solve the problem in the progress to get you a proper describe :) If it will not work I come back to you - thy :)


Share this post


Link to post
Share on other sites

I am using 1.7p and any time I increase the size of a map or open a previously saved map that is larger than default it just locks up and stops responding and I have to force close it.


 


I have tried as large/small as 35 by 35


 


Is this happening for anyone else? I have re-downloaded, used updater and deleted previous installations (rinse/repeat in various orders) as well with no luck.


 


 


** Update **


I installed on a different computer and it is working fine.  I am thinking that it might have been caused by updating Java (which I did on the affected machine but not the one that is working) and something got corrupted or some PATHS were broken.


 


No errors in log files, no messages pop up or anything, it just stops responding and eventually has to be force closed.  I was able to increase the map size by 1 without it locking up, but as soon as I did 10 to north and south, it locked even on an empty map.  I will revert the Java update tonight or tomorrow and see if that solves the issue.


Edited by Davan

Share this post


Link to post
Share on other sites

So I downlaoded it, unzipped, and when I click the exe all i get is "Could not find the main class: Form.HouseCalc. program will now exit"


 


What am I doing wrong?

Share this post


Link to post
Share on other sites

Is there anything more or just this? Make sure you are using Java 7 and not Javaws (Java Web Start).

Share this post


Link to post
Share on other sites

Derp, downloaded java 7 It boots up

 

Then I run into the problem of trying to make the "map" bigger it locks up and freezes, Worked for the first 4-5 resizes but now its not

 

Description:
  A problem caused this program to stop interacting with Windows.

Problem signature:
  Problem Event Name:    AppHangB1
  Application Name:    javaw.exe
  Application Version:    7.0.510.13
  Application Timestamp:    52b26629
  Hang Signature:    cd87
  Hang Type:    4
  OS Version:    6.1.7601.2.1.0.768.3
  Locale ID:    1033
  Additional Hang Signature 1:    cd875f0389a6491db5b09d17a033835c
  Additional Hang Signature 2:    bb38
  Additional Hang Signature 3:    bb3895b2aeb8af2244f8f138f3f9787d
  Additional Hang Signature 4:    2495
  Additional Hang Signature 5:    2495f27e8437a99044a9d303d85f5dfd
  Additional Hang Signature 6:    ca08
  Additional Hang Signature 7:    ca0840b93bb1de1e6847167289b33fa4

Edited by AnarchistRise

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