- Added a fluff piece to the changes.txt file.

This commit is contained in:
Chris
2013-04-27 01:12:36 +00:00
parent 3a7c922e0a
commit 01e2d17fe7

View File

@@ -8,7 +8,14 @@ Forge Beta: 0#-##-2013 ver 1.3.14
Release Notes Release Notes
------------- -------------
- Thread bug -
We have received several reports about a Null Pointer Exception crash report which contains the following info:
java.lang.NullPointerException
at forge.gui.match.VMatchUI.populate(VMatchUI.java:###)
at forge.control.FControl.changeState(FControl.java:###)
We current suspect that this is a thread misuse issue. This will cause forge to crash eventually on some systems. Once the SwingWorkers that start different types of matches are refactored this problem should be fixed. The problem with a match starting with a blank screen will also be gone.
--------- ---------