Monday, July 1, 2013

Build 0205

This one has debug logging.  If it won't start for you, give me the last line that shows up in the somedit.log, and we'll figure out what's going on.

Debug logging is disabled by default.  To enable debug logging, pass "debuglogging" as a parameter on the command-line.  It should write to a log file in the same directory.

If you don't know how to do this, make a new text file in the same directory as the EXE, and in it put:
"someditc debuglogging"
Name it someditWithLogging.bat and run it instead of someditc.exe.

Logging is the first thing I set up, so if you don't see ANY logging, then you probably have issues with the .NET runtimes.

I also added a little more information to the events help page.

https://dl.dropboxusercontent.com/u/19968993/som/FileListing.html

https://dl.dropboxusercontent.com/u/19968993/som/build%200205/somedit0205.rar

https://dl.dropboxusercontent.com/u/19968993/som/release_notes.txt

5 comments:

Anonymous said...

yaaaaaaaaaaaaaaaaaaaaaay debugging :D

Anonymous said...

EXCEPTION: Could not load file or assembly 'WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Mop said...

Hmm, do you have an old (or no) .NET runtimes installed? I believe I'm building with 3.5 at the moment, so you'll need at least that runtime version for it to run.

If you look in c:\windows\Microsoft.NET\Framework you should see some directories with the versions you have installed.

Anonymous said...

I updated to the latest .NET runtime (v4.0.30319) and still get the same error.

Unknown said...
This comment has been removed by a blog administrator.