Thread overview
Unterminated format specifier exception keeps occuring and I don't know why.
Jan 31, 2016
Enjoys Math
Jan 31, 2016
Enjoys Math
Jan 31, 2016
Enjoys Math
January 31, 2016
This weird exception keeps occuring and visual D is not bringing me to the place in my code that might be calling it.


Message:

First-chance exception: std.format.FormatException Unterminated format specifier: "%" at C:\D\dmd2\windows\bin\..\..\src\phobos\std\format.d(830)


I've gotten rid of it before, but I'm not sure how.

Here's the call stack:
 	KernelBase.dll!76e1d8a8	
 	___LIGHTSHOWAPP.exe!_D2rt9deh_win329throwImplFC6ObjectZv() + 0x2a bytes	D
>	___LIGHTSHOWAPP.exe!std.exception.enforceEx!(std.format.FormatException).enforceEx!bool.enforceEx( uint line ) Line 618	D
 	___LIGHTSHOWAPP.exe!std.format.FormatSpec!char.FormatSpec.writeUpToNextSpec!(std.array.Appender!(char[])).writeUpToNextSpec( std.format.FormatSpec!char.FormatSpec* this ) Line 831	D
 	___LIGHTSHOWAPP.exe!std.format.FormatSpec!char.FormatSpec.__unittestL848_2148.__dgliteral1( void* this ) Line 878 + 0x20 bytes	D
 	___LIGHTSHOWAPP.exe!std.exception.assertThrown!(std.format.FormatException, bool).assertThrown( uint line ) Line 231 + 0xb bytes	D
 	___LIGHTSHOWAPP.exe!std.format.FormatSpec!char.FormatSpec.__unittestL848_2148() Line 879	D
 	___LIGHTSHOWAPP.exe!_D15bounded_2d_geom9__modtestFZv() + 0x8 bytes	D
 	___LIGHTSHOWAPP.exe!_D4core7runtime18runModuleUnitTestsUZ14__foreachbody1MFPS6object10ModuleInfoZi() + 0x45 bytes	D
 	___LIGHTSHOWAPP.exe!_D6object10ModuleInfo7opApplyFMDFPS6object10ModuleInfoZiZ9__lambda2MFyPS6object10ModuleInfoZi() + 0xf bytes	D

January 31, 2016
On Sunday, 31 January 2016 at 19:40:15 UTC, Enjoys Math wrote:
> This weird exception keeps occuring and visual D is not bringing me to the place in my code that might be calling it.
>
> [...]

The exception is not listed in the Exception Settings checkable list.   I will try commenting out the D source code that throws it.
January 31, 2016
On Sunday, 31 January 2016 at 19:51:34 UTC, Enjoys Math wrote:
> On Sunday, 31 January 2016 at 19:40:15 UTC, Enjoys Math wrote:
>> This weird exception keeps occuring and visual D is not bringing me to the place in my code that might be calling it.
>>
>> [...]
>
> The exception is not listed in the Exception Settings checkable list.   I will try commenting out the D source code that throws it.

The easiest solution is just to ignore the exception and continue.  The exception doesn't occur in release mode.