user2222222222
user2222222222
It sounds like his problem was with transparency. There's no way to disable it. To fix the problem, change line #206 from: $this->transparent_color = imagecolortransparent($resourceImg); to $this->transparent_color = -1;
I fixed the FS problem with a AutoHotKey script, but really need the /LoadLastSession switch too. Here's the script in case it helps someone. Launch it in a batch file...
Again, really need the /LoadLastSession option too!
I can verify there's an issue with garbage initialization. Using NesEm, every time in the same place I get four dark blue zeros 0000 in the upper left corner of...
Thank you so much! I ended up downloading Visual Studio and compiling it myself. I inserted the following command at the top of public Worker() at line #45 to get...
One more thing: I don't know enough to know whether this would be something difficult to do, but it would be great to have some sort of health monitor to...
Regarding your third question, Here is the output from PowerShell: `PS C:\Users\Administrator> gci env: | ? {$_.Name -eq "DOTNET_ENVIRONMENT"}` `Name Value` `------ ------` `DOTNET_ENVIRONMENT Production` However, running `.\JDMallen.IPMITempMonitor.exe` from PowerShell...