Another question:
I'm using your 'suggested default' values for volcanism in sedimentary layers. I keep getting infinite worldgen rejections due to not enough volcanos. I'm on a large world, and I only have 50 volcanoes set. There are PLENTY of 1.0 point spots on the map, but when I go to generate, I see no volcanoes. What gives?
I'd love to upload the save file, but the dffd doesn't allow save files from your utility, alas. So I have uploaded the map ini file instead.
http://dffd.wimbli.com/file.php?id=4795Edit: Tried to fix it by placing a 'reasonable' number of point volcanoes using your paint tool. No luck. Used the large brush to paint an unreasonable number. Got the following error.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Exception: ColorHelper.GetNormalizedValue value greater than max
at PerfectWorldDF.ColorHelper.GetNormalizedValue(Double value, Double min, Double max)
at PerfectWorldDF.VolcanismMap.DrawTile(Int32 x, Int32 y)
at PerfectWorldDF.VolcanismMap.DrawEdit(Rectangle rect)
at PerfectWorldDF.Form1.picBoxVolcMap_MouseDown(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3607 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
PerfectWorldDF
Assembly Version: 1.4.3935.31281
Win32 Version: 1.4.3935.31281
CodeBase: file:///C:/Documents%20and%20Settings/Owner/My%20Documents/Vanilla%20DF%20Plus%2031.25.2011.07.06/PerfectWorldDF_1_4/PerfectWorldDF.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3614 (GDR.050727-3600)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.1 built by: SP
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.