5,391
edits
(Problems with 0.9.5) |
(same thing here) |
||
Line 208: | Line 208: | ||
EdT | EdT | ||
---- | |||
Neo, FYI, OniSplit 0.9.5 has problems with the -import:sep command on the Mac. Here's the terminal output: | Neo, FYI, OniSplit 0.9.5 has problems with the -import:sep command on the Mac. Here's the terminal output: | ||
Line 222: | Line 222: | ||
at Oni.Files.Program.Import (System.String[] args) [0x00000] | at Oni.Files.Program.Import (System.String[] args) [0x00000] | ||
at Oni.Files.Program.Main (System.String[] args) [0x00000] | at Oni.Files.Program.Main (System.String[] args) [0x00000] | ||
::;Edt | |||
:I second that. It also happens on PC, for the demo. And not only on -import but on -export, too: | |||
Reading file D:\geyser\edition\pc.demo\edition\GameDataFolder\level1_Final.dat | |||
Exporting 1827 instance(s) to D:\geyser\edition\pc.demo\edition\GameDataFolder\level1_Final | |||
System.NotSupportedException: Stream does not support reading. | |||
at System.IO.__Error.ReadNotSupported() | |||
at System.IO.FileStream.Read(Byte[] array, Int32 offset, Int32 count) | |||
at Oni.Files.InstanceFileWriter.ConvertTXMPHack(DescriptorTableEntry entry, Stream stream) | |||
at Oni.Files.InstanceFileWriter.WriteDataTable(FileWriter writer, Int32 levelId) | |||
at Oni.Files.InstanceFileWriter.Write(String filePath) | |||
at Oni.Files.OniExporter.ExportCore(List`1 descriptors) | |||
at Oni.Files.Exporter.Export(FileManager fileManager, String sourceFilePath, String filter) | |||
at Oni.Files.Program.Export(String[] args) | |||
at Oni.Files.Program.Main(String[] args) | |||
:Apparently it bails out when processing the sep part of the first TXMP is encounters. | |||
::[[User:Geyser|geyser]] 07:47, 21 April 2008 (CEST) |