This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------- 2025-02-24 21:00:14 ---------- | |
30018.757:0128:012c:info:nvapi64:nvapi_QueryInterface (0xad298d3f): Unknown function ID | |
30018.757:0128:012c:info:nvapi64:DXVK-NVAPI experimental-9.0-20250203-3-gbc285fb5+ NVAPI gcc 10.3.0 x86_64 plain (TheGreatCircle.exe) | |
30018.843:0128:012c:info:nvapi64:Successfully acquired Vulkan vkGetInstanceProcAddr @ 0x6ffffaa9dd90 | |
30018.844:0128:012c:info:nvapi64:NvAPI Device: NVIDIA GeForce RTX 4090 (570.86.16) | |
30018.846:0128:012c:info:nvapi64:NvAPI Output: \\.\DISPLAY1 | |
30018.846:0128:012c:info:nvapi64:<-NvAPI_Initialize: OK | |
30018.846:0128:012c:info:nvapi64:nvapi_QueryInterface (0x33c7358c): Unknown function ID | |
30018.846:0128:012c:info:nvapi64:nvapi_QueryInterface (0x593e8644): Unknown function ID | |
30018.846:0128:012c:info:nvapi64:<-NvAPI_EnumPhysicalGPUs: OK |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1740335333 experimental-bleeding-edge-9.0-166761-20250223-p047c5d-we75684-d7208d0-v6846d3 | |
SteamGameId: 2677660 | |
Command: ['/media/data1/steamlibrary/steamapps/common/The Great Circle/TheGreatCircle.exe', '+logfile', '1', '+win_miniDumpLevel', '1', '+com_skipIntroVideo', '1'] | |
Options: {'forcelgadd'} | |
depot: 3.0.20250210.116596 | |
pressure-vessel: 0.20250122.0 scout | |
scripts: 0.20250122.0 | |
sniper: 3.0.20250210.116596 sniper 3.0.20250210.116596 | |
Kernel: Linux 6.13.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 17 Feb 2025 17:42:11 +0000 x86_64 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1739874313 experimental-9.0-20250218 | |
SteamGameId: 2677660 | |
Command: ['/media/data1/steamlibrary/steamapps/common/The Great Circle/TheGreatCircle.exe', '+logfile', '1', '+win_miniDumpLevel', '1', '+com_skipIntroVideo', '1'] | |
Options: {'forcelgadd'} | |
depot: 3.0.20250210.116596 | |
pressure-vessel: 0.20250122.0 scout | |
scripts: 0.20250122.0 | |
sniper: 3.0.20250210.116596 sniper 3.0.20250210.116596 | |
Kernel: Linux 6.13.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 17 Feb 2025 17:42:11 +0000 x86_64 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1740092814 experimental-bleeding-edge-9.0-165777-20250220-pbc285f-wc80927-d0691a7-v56fb00 | |
SteamGameId: 2677660 | |
Command: ['/media/data1/steamlibrary/steamapps/common/The Great Circle/TheGreatCircle.exe', '+logfile', '1', '+win_miniDumpLevel', '1', '+com_skipIntroVideo', '1'] | |
Options: {'forcelgadd'} | |
depot: 3.0.20250210.116596 | |
pressure-vessel: 0.20250122.0 scout | |
scripts: 0.20250122.0 | |
sniper: 3.0.20250210.116596 sniper 3.0.20250210.116596 | |
Kernel: Linux 6.13.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 17 Feb 2025 17:42:11 +0000 x86_64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.utils.text import slugify | |
from dcim.constants import * | |
from dcim.models import Device, DeviceRole, DeviceType, Site, Interface | |
from circuits.models import Circuit | |
from ipam.models import VLAN, VLANGroup, Role, Prefix, IPAddress | |
from extras.models import Tag | |
from extras.scripts import * | |
class NewELineService(Script): |