Reported this to the ACCSM developers as well (see discord ACCSM support area). Both tools have now problems in interacting together.Please, send me the full dir that is causing the crash
Reported this to the ACCSM developers as well (see discord ACCSM support area). Both tools have now problems in interacting together.Please, send me the full dir that is causing the crash
The problem is that the program that fails takes for granted the format of the file being read. It's easy enough to fix, but obviously I can't do it.Reported this to the ACCSM developers as well (see discord ACCSM support area). Both tools have now problems in interacting together.
View attachment 615132
Due to ACCSM (and maybe other server mangers as well) is also monitoring this folder for search/indexing and displaying results over web interface, this might happen (also timing conflict possible?).The error is due to the fact that the files are being used by another process which does not release them. One solution would be to create a batch that makes a copy of the new files to separate directories, one for ACCtracker, one for ServerManager, and so on.
it depends on how the files are handled, if opened, read and closed quickly this should not happen; if, on the other hand, they are kept open for a long time, there may be problems of this nature.Due to ACCSM (and maybe other server mangers as well) is also monitoring this folder for search/indexing and displaying results over web interface, this might happen (also timing conflict possible?).
Using some free tools to copy a file as soon as it is created the delay would be more than a few seconds.Any further ideas and help would be highly appreciated. I am trying to develop a small tool that monitors the result folders (hopefully it does not conflict with ACCSM monitoring) and copies files to seperate folder for ACCTracker. A scheduled copy process might also possible, but will cause a lag when practice event is finished and users want to view the results.
Thanks for your replies and your help.it depends on how the files are handled, if opened, read and closed quickly this should not happen; if, on the other hand, they are kept open for a long time, there may be problems of this nature.
ACCtracker discards files that do not contain valid laps (and therefore are useless) to lighten the processing assuming that no other process keeps these files open. I will try to take this situation into account in the next version.
Using some free tools to copy a file as soon as it is created the delay would be more than a few seconds.
Solution with RealTimeSync is not working. When the result file is copied to folder, it is not recognized by ACCTracker. When I stop RealTimeSync and copy the file manualy, it is recognized.
Looks like the running thread of change notification of RealTimeSync is blocking the thread of change notification of ACCTracker.
Yes of course, just edit the result file by adding the post race penalties. There must be some tools that allow you to edit the result file.In Championship, is there a way to add post race time penalties - to have the result recalculated?
Thanks for the info, will try this tool.
Thanks for the info, will try this tool.
Tried this tool, it worked 3 times than over night it stopped working for some reason and process is now frozen. Using it on Win Server 2019.
in addition to splitting for ACCtracker you have to do the same operation for ACCSM, so that the two processes operate on different dirsTried this tool, it worked 3 times than over night it stopped working for some reason and process is now frozen. Using it on Win Server 2019.
So far tried many freeware sync tools available, nothing seems constantly and successfully working as a workarround. Drivers are driving 24/7 on the server, so need a real time watcher.
For ACCSM this is not possible - by default it watches the result folder of ACC server to get the results for championships, it is very close bounded to the ACC server and it's folder structure.in addition to splitting for ACCtracker you have to do the same operation for ACCSM, so that the two processes operate on different dirs
Michel--NL writes that he succeeded with this setting:Hi , how ACC Tracker can work with https ?
Thanks
It is not possible, at least not in a simple way.Is it possible to support 2 running instances of the application? I have 2 servers that I want to seperate the times from.
I want to seperate the all time leaderboards for hotlapping and racing. That's why I want to run 2 instances of your application. If you have any good suggestions on how to do it I am all ears. We cant do any virtualisation on the server due to it being a VPS. I tried sandboxie, but it won't update itself when there are new result files in the folder.It is not possible, at least not in a simple way.
Why do you want two instances? ACCtracker is designed to track an indefinite number of ACC servers.
You can try to use two ACCtracker installations on two separate windows users, of course the ports must be different for each installation and it will not be possible to run ACCtracker as a service, unless you manually configure the two service instances.I want to seperate the all time leaderboards for hotlapping and racing. That's why I want to run 2 instances of your application. If you have any good suggestions on how to do it I am all ears. We cant do any virtualisation on the server due to it being a VPS. I tried sandboxie, but it won't update itself when there are new result files in the folder.