View Single Post
Old 05-16-2023, 11:18 AM   #105
eriqjaffe
Hall Of Famer
 
eriqjaffe's Avatar
 
Join Date: May 2003
Location: Under The Christmas Fish
Posts: 7,638
@drksd4848, there are two things that you can try to help troubleshoot:
  1. Run the app from a command or powershell prompt - just open one of those cup, navigate to c:\program files\OOTP Uniform Maker and run "OOTP Uniform Maker.exe" from there. Should be something like this:



    I think you can do the same thing from the terminal in macOS but I'm not as familiar with that. But if there are errors being generated on the back-end, they should output to the command prompt window.

  2. You can also open the developer tools in the app itself - from the "View" menu, choose "Toggle Developer Tools" or press CTRL-SHIFT-I:



    That will bring up the apps' internal console - errors being generated on the front-end should output to the "console" tab. If you've ever opened the developer tools in Chrome, it'll look familiar because, well, that's exactly what you're looking at.


I try to keep the app quiet and not spam the logs (not that they're being written to disk or anything), but if you can replicate the issue and anything is getting logged it might help me track down what's going on.
__________________

Last edited by eriqjaffe; 05-16-2023 at 11:19 AM.
eriqjaffe is offline   Reply With Quote