Search the Community
Showing results for tags 'log'.
-
Hello, A friend and I have observed in the main DCS log that DCS detects Process Lasso running in the background: 2024-12-28 11:11:28.856 WARNING APP (Main): ProcessLasso is running We both have been using Process Lasso to run DCS as we got noticeable performance improvements. I am still getting those improvements, but my friend (with a more powerful machine) has stopped using Lasso, as DCS was not running smooth for him after the latest updates. I guess something has improved or changed in DCS' CPU core management, and I also wonder if that warning in the DCS log points in that direction. Can Process Lasso impact DCS' performance negatively after the latest updates? My friend's case suggests that. The DCS log also classifies cores in terms of efficiency and class, indicating sets for each use (common, render, I/O): 2024-12-28 11:11:26.166 INFO EDCORE (Main): all CPU cores have the same efficiency class 1 2024-12-28 11:11:26.166 INFO EDCORE (Main): all CPU cores have the same performance class 1 2024-12-28 11:11:26.166 INFO EDCORE (Main): common cores: {6, 7, 12, 13, 14, 15} 2024-12-28 11:11:26.166 INFO EDCORE (Main): render cores: {1, 2, 3, 4, 5} 2024-12-28 11:11:26.166 INFO EDCORE (Main): IO cores: {} (Note that not all of my cores are visible here, as I was running Process Lasso to create affinities for DCS) Some guidance and details on these aspects from the ED staff would be highly appreciated, as we have not found many details in the release notes of the latest updates. It could help us players a lot when optimizing our systems. Thanks in advance!
- 12 replies
-
- 2
-
-
-
- processlasso
- log
-
(and 2 more)
Tagged with:
-
Hey there, today I tried the new Somnium VR-1 in DCS using their OpenXR runtime. i got extreme bad performance and heavy spiking frametimes. Also the Ingrame FPS overlay was totally off to the DCS FPS limiter or the VR-1 build in FPS counter. in steamVR everything is just fine. maybe some OpenXR experts can have a look at the log file. dcslogfile.log
-
Here's the app: https://www.baremetalsoft.com/baretail/ I didn't write this app nor do I get any benefits from promoting it, just that I don't think many are aware of it and it's usefulness. What this app allows is a live, realtime view of the dcs.log as it's being appended to from DCS and your scripts. The killer feature however is that you can use the HIGHLIGHT system to give colours to key phrases or words so they stand out. Here's a screenshot of how I've set mine up. My Superscript (currently called 'DCSTLC') is broken down into atomic 'Modules' that have one singular function, and each module has it's own three letter name. For each of these names (which I log out to dcs.log with) BARETAIL can read the log entry and if it finds a pattern match it will highlight that line accordingly. This way, the bits you're interested in don't get lost in the sea of other log messages. Hope this helps!
-
Unable to load into the game at all. Tried repairing. renaming saved games folder, restarting game creating new saved games folder. Nothing works. Log file shows several errors and warnings. I see other people are experiencing the same issue, is there a fix for this or will we have to wait for the next update to actually play? dcs.log
-
So I know the documentation, such that it is and unofficial etc, but here: https://wiki.hoggitworld.com/view/DCS_singleton_net It says that there are many functions, including 'log', in that singleton. However, when looking into it via Visual Studio Code (https://github.com/asherao/DCS-Scripting-Library), log and many of the others, is no longer inside 'net'. e.g. I understand these are a third party creation so they can't be relied to be The Truth. So, I did an investigation. I made a logging script with a logging function: function LogWrite(moduleString, level, message, ...) -- THIS FAILS net.log.write(moduleString, net.log[level:upper()], string.format(message, ...)) -- THIS WORKS log.write(moduleString, log[level:upper()], string.format(message, ...)) end If log is supposed to exist inside the 'net' singleton, then the first line should work, however it only works as it's own 'singleton' or a global function. Can we get some clarification on this please? @Grimes Do you have any thoughts or knowledge about why log breaks with net.log?
- 1 reply
-
- documentation
- net
-
(and 3 more)
Tagged with: