Page 12 of 18
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Sat Dec 12, 2009 1:05 pm
by michaelm75au
This tool is not part of the AE game development per se.
The tool is under control of woos and it will be up to him to issue a fix separately to the normal game releases.
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Sat Dec 12, 2009 2:02 pm
by Nomad
Unfortunately, woos has not logged on for over two months.
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Mon Dec 14, 2009 5:45 pm
by Woos
After having being told by e-mail that there is a problem,
> The Convoys (and Mobilizations) can now carry aircraft to be added to the pool in the same manner as army devices.
Yep, these convoys seem to be LCUs. At least the LCU reading crashes when it tries to determine quickly (i.e. internal array instead of query to the database) whether a device is static or not.
Added a range check (which will also means that aircrafts will have no loadcost if in an LCU). Now I just have to find out if there are more things, which witpStaff doesn't like.
And I thought by now everyone would be using WitpTracker.
> Unfortunately, woos has not logged on for over two months.
Not playing the game anymore. Became a bit too much micro.
And then there is still a lot of code from Graymane lying around which I need to integrate to get the Event interface to be really useful. Wil have to wait for the Christmas break.
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Mon Dec 14, 2009 6:17 pm
by khyberbill
Thanks Woos. WITPTracker is a little too intense for a person that only plays allies.
Merry Christmas
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Tue Dec 15, 2009 7:11 pm
by SireChaos
I think the following should work as a provisional workaround: you create second installation of WitP-AE, which you do not update to Patch 2; you use this installation´s WitP Staff to initialize new databases as needed for your post-patch games in the original installation, then copy those database folders into the WitP Staff folder of the original installation.
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Wed Dec 16, 2009 6:46 am
by michaelm75au
Better solution would be to go into editor and remove the planes from the convoy-type units, and save as a new scencario.
That way you have the benefit of the other changes
RE: WitpStaff questions and suggestions here please (read the first post!)
Posted: Fri Dec 18, 2009 2:24 am
by coxville
I think the following should work as a provisional workaround: you create second installation of WitP-AE, which you do not update to Patch 2; you use this installation´s WitP Staff to initialize new databases as needed for your post-patch games in the original installation, then copy those database folders into the WitP Staff folder of the original installation.
Just tried this by using my unupdated version on my other machine and achieved same error. Could just be how I tried it I suppose but couldn't make it work at my end. will probably wait for the patch.
thanks for the advice though, worth a try
Chris
witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Dec 20, 2009 11:26 pm
by Woos
Hello,
a 'hotfix' is available from
http://85.214.61.75/witp/witpStaff0.8.zip . The files within the zip file go into the tools/witpStaff directory (i.e. overwrite witpDecoder2.jar and insert the other ones).
This is actually an intermediate version, so the event window might show strange things (not only "might", I know that it does). Also only minimal testing: It loads first and second turn from Allies and IJN side.
As most releases with a new version number it changes the database schema. This time it might actually try to fix your old database, but no tests have been done whether that works. Better delete and create a new one.
BTW, SireChaos, your solution most probably will not have worked. The problem was during loading of the savegames, not during database initialization.
Have a merry Christmas
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Mon Dec 21, 2009 12:55 am
by pompack
Woos
Thank you so much for rushing this fix through. [&o]
I got it up and running with no issues at all
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Mon Dec 21, 2009 2:29 pm
by Rainer
Works.
The only drawback was that I had to load all saves one by one.
Batch load ran out of gas with "Couldn't write to DB / out of memory".
No big deal with only 14 saves so far.
Otherwise working nicely as far as I can see.
Cheers
Rainer
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Mon Dec 21, 2009 9:53 pm
by Gary D
Woos thank you and Merry Christmas to you too! I love the feature in Witpstaff that shows me all the units that I have neglected to take out of strat or move mode, China and Oz were suffering without your efforts! [:)]
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sat Dec 26, 2009 10:20 pm
by pompack
Whoops!
Suddenly I am locking up when I hit the Logistics Tab. Every other function is working fine. Any ideas on how to get it back other than flushing the database?
EDIT: Did a cold restart of the computer and that fixed it.
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Dec 27, 2009 10:49 pm
by MorningDew
Ditto. Working like a champ for me.
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Jan 03, 2010 8:14 am
by razanon
Couldn't execute the following command:
INSERT INTO "Ships" VALUES (999,0,'Dublon ARD',2,-1,NULL)
There is a problem with Ship Dublon ARD as follows:
Couldn't write things to the DB due to java.sql.SQLException: Integrity constraint violation - no parent ShipClassMustExist table: ShipClasses
java.sql.SQLException: Integrity constraint violation - no parent ShipClassMustExist table: ShipClasses
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeUpdate(Unknown Source)
at de.retsiemuab.witpDecoder.a.b(Unknown Source)
at de.retsiemuab.witpDecoder.b.b.c(Unknown Source)
at de.retsiemuab.witpDecoder.b.b.a(Unknown Source)
at de.retsiemuab.witpDecoder.b.p.b(Unknown Source)
at de.retsiemuab.witpDecoder.c.a(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aV.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at de.retsiemuab.witpDecoder.gui.bt.a(Unknown Source)
at de.retsiemuab.witpDecoder.gui.X.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at de.retsiemuab.witpDecoder.gui.aR.a(Unknown Source)
at de.retsiemuab.witpDecoder.Main.main(Unknown Source)
I cant find DUBLON ARD that ship doesn´t exist. anyone have same problem??
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Jan 03, 2010 8:45 am
by n01487477
Look in the editor it is ship slot 999, class 2202 - ARD-3K. For some reason it's not working, I'd try deleting the DB and starting afresh to see if it is a file error...
--Damian--
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Jan 03, 2010 9:55 am
by razanon
i tried many times, i think the only solution is to change the game's database.
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Jan 03, 2010 10:14 am
by razanon
i can erase that ship from database, and save it to the original campaign?
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Sun Jan 03, 2010 10:17 am
by n01487477
ORIGINAL: razanon
i can erase that ship from database, and save it to the original campaign?
Sure, that won't cause any problems to the campaign ... I just hope there are no more errors later in the DB, that witpStaff hasn't come across so far. Good luck
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Mon Jan 11, 2010 12:54 pm
by findmeifyoucan
There is a new Hotfix patch 3 out. Does anyone know where I can find it?
RE: witpStaff0.8 fixes problem vs. WitpAE patch 2
Posted: Mon Jan 11, 2010 4:00 pm
by Rainer
Find this thread
Patch 02 Hot fix 3 (build 1097) (#78 on page 3)
in Tech Support.
I also recommend not to put your question into a thread which has no relation whatsoever with your question.