-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more information to log file? #66
Comments
Hi Kylie, Thanks for details on your setup! That's certainly a nice data point to have for my reference. It's good to know the underlying TDF-SDK can be finessed to work on Apple hardware. Apologies for any confusion. For GUI errors, a separate log file with any errors/warnings is also generated in addition to the existing log file(s) that you typically see from the command line version. This log file will generally be in an arbitrary error directory located in the executable's root directory at For now this is a separate log that basically just writes any info that appears the std.err stream, which I believe should capture any errors while running the GUI. Eventually I will probably try to combine the logs to avoid the need to dig around for it when I have some more time, though I haven't found a good way to do that at the moment and I'm still learning my way around Qt. That being said, I'm open to any suggestions for helpful log information that you would like to be added, so feel free to drop any suggestions! |
Thanks, Gordon. It helps to know where to find the error log for now. Yes, theoretically I should be able to get Rosetta 2 working in Linux, which should be faster than Windows ARM's x86 emulation. But I haven't been able to get that working on Ubuntu via Parallels yet, so Windows it is! Two things that would be very helpful for future versions:
-Kylie |
Hi Gordon,
Firstly, thanks for adding a GUI executable! While I'd normally prefer the CLI, running the executable via x86 emulation on a Windows ARM VM was the easiest way for me to get TIMSCONVERT working on Apple Silicon. (I ran into difficulty getting Rosetta 2 working through an Ubuntu ARM VM, so I resorted to Windows.)
Anyway, would you consider logging more information?
When conversion via the GUI fails, it isn't obvious why, and the log file only gives the last chunk of frames processed, without any information about the error.
It would also be helpful to include the total number of frames somewhere in the log file so it is easier to get an idea of progress (considering the GUI is unresponsive for very large files).
The text was updated successfully, but these errors were encountered: