View Single Post
tmilktoast
Junior Member
 
Join Date: Jun 2014
Location: Wisconsin, USA
Posts: 17

Old August 16th, 2017, 07:58 AM
Eightbitz,

There is a minor(ish) issue you may want to know about. The script errors out when confronted by an empty Labeled Text snippet. I have quite a few of those which I intend to fill in, of course, but right now they are sort of empty placeholders.

Ultimately, all that data will be filled in when I export this for real and the script will work properly, so it's not a big deal. I just thought you might want to know.

Here is the error code:
Code:
[ERROR]
     Command Line: &(".\RWExport-To-HTML.ps1") -Source 'D:\Owncloud\RPG\Utilities\RWExport\SWSkills 0.2.rwoutput' -Destination 'D:\Owncloud\RPG\Utilities\RWExport\skill02.html' -Sort 4 -SimpleImageScale 0 -SmartImageScale 0 -CSSFileName 'RWExport_091b_1.6.css' -Format 'HTML' -Prefix -Suffix -Details -Indent -KeepStyles -Force
         Reason: InvalidOperation - You cannot call a method on a null-valued expression.

       Location: Line 741, Character 17
    Script Line: $InsertPoint = $Text.IndexOf($TagPreface) + $TagPreface.Length

          Topic: Brawl
        Section: Overview
   Snippet Type: Labeled_Text
[/ERROR]
tmilktoast is offline   #156 Reply With Quote