I think my problem is in the part 6 of the tutorial, can anyone help me?
Log of MapMaker v2.2.5.0
Logging started at: 10/1/2009 03:47:39 UTC
#################################
An exception has occurred.
#################################
Exception: System.ArgumentException
Derived from System.SystemException
Derived from System.Exception
10/1/2009 03:48:10
Message: bitmap must be Format24bppRgb
Source: CoreLib
STACK TRACE
CoreLib.Graphics.ImageData`1[T] ToData(System.Drawing.Bitmap)
em CoreLib.Graphics.ImageData`1.ToData(Bitmap b) na E:\Projects\CoreLib\Graphics\ImageData.cs:linha 401
em MapEditor.SimpleImageRadishMaker.LoadAPic(Boolean required, String path, ColorType type) na E:\Projects\MapUtility\MapMaker\RadishMaker.cs:linha 446
em MapEditor.SimpleImageRadishMaker.LoadFile() na E:\Projects\MapUtility\MapMaker\RadishMaker.cs:linha 403
em MapEditor.RadishMaker..ctor(LineData data) na E:\Projects\MapUtility\MapMaker\RadishMaker.cs:linha 44
em MapEditor.RadishMaker.MakeFile(LineData data) na E:\Projects\MapUtility\MapMaker\RadishMaker.cs:linha 380
em MapEditor.MakeFileTask.TaskOverride() na E:\Projects\MapUtility\MapMaker\RadishMaker.cs:linha 540
em CoreLib.Task.DoTask(Int32 index, TaskQueue tq) na E:\Projects\CoreLib\TaskQueue.cs:linha 249
em CoreLib.TaskQueue.DoWork(Object value) na E:\Projects\CoreLib\TaskQueue.cs:linha 89
em System.Threading.ThreadHelper.ThreadStart_Context(Object state)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
em System.Threading.ThreadHelper.ThreadStart(Object obj)
![]()
I had the same problem and I think that this is the problem:
As a last procedure with the colourscale-file you must convert you modified picture to have the correct indexed grayscale. For this you should press “ctrl + a” in order to select the whole picture, and then “ctrl + x” to put it on your pastboard. After this you should open the unmodified “map_468_90.colorscales.png” in paint, and press “ctrl + v” in order to paste the modified picture into it and by this get the correct indexed colours. After this you should save (ctrl + s) the picture.
Note: When you close down GIMP, remember to say you will not implement changes (This is because you’ve already implemented them using paint.)
It worked for me