-
Aha, thank you! Didn't realize I had to place -o before the path I wanted to extract to!
2009-10-05 13:31:59 UTC in 7-Zip
-
When I issue the following command:
"C:\Program Files\7-zip\7z.exe" e -trar "dlturn.rar" "..\SE5 v1.79\Savegame"
I get the "cannot use absolute pathnames for this command" error.
But the path I'm attempting to extract to is NOT absolute - it's relative! Am I missing something here, or is something broken?.
2009-10-04 23:57:27 UTC in 7-Zip
-
Upon character death, I get the "press a letter to examine an item in your inventory" prompt, but doing so does nothing.
2009-09-26 16:27:10 UTC in Dungeon Crawl Reference
-
Yes, I set up the associations for *.race and *.turn in the installer I created last night; I noticed though that the programs seem to ignore filenames passed in. (Windows filetype associations work by calling the program with the argument of the filename, so fixing the command line behavior is the same as fixing the Explorer behavior at this point.)
As for unique extensions for these files...
2009-08-30 19:58:28 UTC in Stars-Nova
-
We should be able to load a turn file in the GUI or a race file in the race designer by double-clicking it in Explorer or by entering its name in the command line (e.g. "RaceDesigner.exe humanoid.race"). Perhaps even load a savegame into the host console by double-clicking the state file?.
2009-08-30 02:32:22 UTC in Stars-Nova
-
OK, I added a VS installer project. We'll probably want to tweak it but it does what it's supposed to for now!
2009-08-30 02:29:07 UTC in Stars-Nova
-
ekolis committed revision 37 to the Stars-Nova SVN repository, changing 4 files.
2009-08-30 02:27:25 UTC in Stars-Nova
-
Are you sure that wasn't a "ClickOnce" installer? In my experience those are more trouble than they're worth, though I can't recall WHY in particular... Visual Studio Standard and above has a "real" setup project though. Or we can just use NSIS or WiX or something...
2009-08-28 17:30:37 UTC in Stars-Nova
-
Actually, we don't even need the registry... .NET has a "Project Settings" API, which can store settings on either a global or a per-user basis in an app.config XML file... I would bet that Mono has that functionality as well, seeing as it's just an XML file...
I'm tempted to create a Visual Studio setup project, but would that render the solution unreadable in Visual C# Express? I'm pretty...
2009-08-27 22:34:16 UTC in Stars-Nova
-
This error seems intermittent, as if it depends on which component I had selected BEFORE I select "neutronium"... sometimes it crashes on other ones as well!
A clue: if I capture the debug output, e.g. "mono ComponentEditor.exe >debug.txt", I get this error:
System.ArgumentOutOfRangeException: ControlCollection does not have that many controls
Parameter name: index
1
at...
2009-08-27 22:07:02 UTC in Stars-Nova