Open GoogleCodeExporter opened 9 years ago
Here is a standalone log checker for Win32 (works under CLI). It should run on
*nix systems using wine.
Note: SSE2 is required.
Original comment by tmkkmac
on 10 Sep 2014 at 2:16
Original comment by tmkkmac
on 10 Sep 2014 at 2:16
Thank you!
Original comment by xispy2
on 12 Sep 2014 at 4:17
Please report if it works properly.
Original comment by tmkkmac
on 13 Sep 2014 at 8:26
With initial testing I had some issues with character encodings: The log file
must be in ANSI, everything else will result in a "Malformed". With special
characters in the log's path name, the tool doesn't read the file at all.
But generally it seems to work as intended, which is great. Thank you so much
for doing this, I'm sure there'll be other people appreciating this tool as
well. I'll report back with more extensive results.
Since Wine is often a bit troublesome to use, is there any chance you could
also provide a generic Linux binary?
Original comment by xispy2
on 14 Sep 2014 at 10:24
>The log file must be in ANSI
That's strange. The log files from XLD are encoded with UTF-8, and changing
encoding should result in "Malformed" result. The checker reads the file as
binary, so the file encoding shouldn't be a problem.
>With special characters in the log's path name
This is a known issue. My compiler toolchain is mingw, and it doesn't support
unicode entry point (wmain).
>Wine is often a bit troublesome to use
As far as I've tested the checker works with wine without problem.
Original comment by tmkkmac
on 15 Sep 2014 at 2:54
Here is a new version fixing path name issue.
Original comment by tmkkmac
on 15 Sep 2014 at 5:05
Attachments:
Awesome, thanks for your quick response. I'll test and let you know, if I find
any more issues.
Original comment by xispy2
on 15 Sep 2014 at 10:16
Original issue reported on code.google.com by
xispy2
on 29 Aug 2014 at 10:31