Page 1 of 7

MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 3:25 pm
by Azhrei
It's finally here!! This is the OMGIBMSTLR build! (The "Oh my god, it's been months since the last release" build. ;))

I've finally had some time to put together a build. The ZIP and DMG files have been uploaded.

There is a laundry list of things that have been updated or changed, so check the wiki's ChangeLog page for details.

This build should work on Java 7 (this is likely the largest change) and the UPNP library for port forwarding should be functioning again as well.

Try it out and post your results here!

I noticed that there is a "Backup registry" script for Windows users. I would appreciate if someone who uses Windows could create a similar script for deleting all MapTool entries in the registry. We sometimes get posts from people who want to completely uninstall MapTool and the registry editing is a sticky point. At some point we may add a menu option for it, but until then...

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 3:37 pm
by RPTroll
On behalf of the Texas Redneck User base - YEEHAW

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 4:25 pm
by Raoden
Thanks for finding the time to finalize this on your busy schedule, Frank!

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 5:17 pm
by aliasmask
*passes out from excitement*

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 7:36 pm
by CoveredInFish
Hooray!

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 8:38 pm
by Hawke
I pinched myself to be sure, but... woohoo!

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 9:16 pm
by aliasmask
Azhrei wrote:I noticed that there is a "Backup registry" script for Windows users. I would appreciate if someone who uses Windows could create a similar script for deleting all MapTool entries in the registry. We sometimes get posts from people who want to completely uninstall MapTool and the registry editing is a sticky point. At some point we may add a menu option for it, but until then...
Make a reg file with this as the contents:

Code: Select all

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\JavaSoft\Prefs\/Map/Tool]
I called mine mtclear.reg. This removes the MapTool folder from registry. Same can be done with token tool.

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 10:22 pm
by Azhrei
aliasmask wrote:Make a reg file with this as the contents:
Thanks, exactly what I was looking for. :)

Does that first line that starts with "Windows ..." have to be the first line in the file? I'm guessing it does, as some kind of "file type check"...?

I've added Remove MapTool Registry Entries.reg to the ZIP file and have uploaded a new version. Thanks. :)

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Fri Mar 16, 2012 11:41 pm
by aliasmask
Azhrei wrote:
aliasmask wrote:Make a reg file with this as the contents:
Thanks, exactly what I was looking for. :)

Does that first line that starts with "Windows ..." have to be the first line in the file? I'm guessing it does, as some kind of "file type check"...?

I've added Remove MapTool Registry Entries.reg to the ZIP file and have uploaded a new version. Thanks. :)
Yeah, that or REGEDIT4 for pre XP systems, I think. I didn't test the REGEDIT4 line on my system, but I know the line has to be there (I tried it without).

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Sat Mar 17, 2012 3:45 am
by wolph42
Woohoo congrats !!

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Sat Mar 17, 2012 6:34 am
by Daeger
Strange that you say this build should work on Java 7 and citing it as a big change, because b87 worked just fine for me on Java 7. Now, however, it will no longer launch, I've reinstalled Java 7 and I've tried launching with both 32-bit and 64-bit versions. No dice.

Code: Select all

java.lang.ArrayIndexOutOfBoundsException: 0
	at net.rptools.lib.swing.PaintChooser.<init>(PaintChooser.java:68)
	at net.rptools.lib.swing.ColorPicker.<init>(ColorPicker.java:59)
	at net.rptools.maptool.client.ui.MapToolFrame.<init>(MapToolFrame.java:298)
	at net.rptools.maptool.client.MapTool.initialize(MapTool.java:579)
	at net.rptools.maptool.client.MapTool.access$2(MapTool.java:545)
	at net.rptools.maptool.client.MapTool$6.run(MapTool.java:1220)
	at java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.awt.EventQueue.access$000(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.awt.EventQueue.dispatchEvent(Unknown Source)
	at net.rptools.maptool.client.swing.MapToolEventQueue.dispatchEvent(MapToolEventQueue.java:38)
	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)
b87 still launches fine.

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Sat Mar 17, 2012 9:18 am
by neofax
I get the same error as Daeger on ArchLinux with most recent upgrades and Java 1.7.0_03-b04. After I acknowledge the error the MapTool splash screen just sits there until I kill it. Still have to try my Arch 64-bit system and Windows 7 64-bit system.

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Sat Mar 17, 2012 1:38 pm
by jfrazierjr
Are you guys sure you got the latest rplib*.jar? There was a fix added to help people in other countries with the paint swatch thingy, and it's possible that if you have the old version or rplib, it MT won't work(and based upon the error, I rather doubt it has anything to do with Java version....)

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Sat Mar 17, 2012 1:47 pm
by Funau
Thanks for the new Build. It runs very well on my 64bit Windows7 System.

Re: MapTool 1.3 Final, patch05 (build 88)

Posted: Sat Mar 17, 2012 2:11 pm
by Tyshalle
It won't launch for me either, and I'm using Java 6, on Windows 7. b86 works just fine. When I go to launch it, the MapTool Launcher Settings pop up just fine, but when I click OK nothing happens.