View Issue Details

IDProjectCategoryView StatusLast Update
0005792DarkRadiantGUIpublic29.10.2022 17:21
ReporterBikerdude Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionreopened 
PlatformPCOSWindowsOS Version10
Product Version2.14.0 
Target Version2.14.0Fixed in Version3.0.0 
Summary0005792: Zoom in orthoview Broken
Description- Zoom in orthoview no longer centred on cursor.
- With a fresh config files zooming via the mouse wheel in orthoview is broken.
- To get the original behaviour back you have to hold the shift key, but then you cant move around in orthview when holding the RMB.
- Also zooming is way, way to fast with no way to adjust it.
Steps To Reproducehttps://youtu.be/hxY8CpKdppM
TagsNo tags attached.

Relationships

related to 0005753 closedduzenko XY view zoom around cursor 

Activities

greebo

greebo

30.10.2021 14:33

administrator   ~0014456

I think I can partially confirm this.

The new zoomInOn code is using the GetWheelDelta() value delivered by wxWidgets (so the zoom is 1...N zoom steps), which is not the case on the old-style zoom code (1 zoom step only). If your mouse is sending very sensitive when sending out scroll deltas this behaviour might occur.

The second issue with the zoom not being centered is probably related to that sensitive scrolling, I can try to fix that.
Bikerdude

Bikerdude

30.10.2021 17:06

reporter   ~0014458

Hi Greebo

Nice one fella, thanks for that. Here is on a fresh install with fresh config files, embedded view scrolling the mouse wheel -
Bikerdude

Bikerdude

30.10.2021 18:54

reporter   ~0014459

Nice one Greebo.
Bikerdude

Bikerdude

31.10.2021 11:19

reporter   ~0014461

Tested the latest build on github - https://github.com/codereader/DarkRadiant/actions/runs/1402538629, still broken
Bikerdude

Bikerdude

31.10.2021 11:19

reporter   ~0014462

unknown.png (100,181 bytes)   
unknown.png (100,181 bytes)   
greebo

greebo

31.10.2021 11:49

administrator   ~0014463

What do you mean by broken? It's not centering at the cursor, or it is zooming too fast?
Bikerdude

Bikerdude

31.10.2021 12:08

reporter   ~0014465

Morning fella

Both, unfortunately :-(
greebo

greebo

01.11.2021 08:42

administrator   ~0014470

I created a special debug build that adds logging output to the scroll methods: https://github.com/codereader/DarkRadiant/actions/runs/1406515381
Please test that and try to make small scrolling steps with your mouse, with a bit of pause in between them, that way the log is more concise. Please send me the log file afterwards.
Bikerdude

Bikerdude

01.11.2021 09:37

reporter   ~0014471

Last edited: 01.11.2021 09:39

Morning fella, here you go. This was on a fresh run, using my existing darkradiant config files in C:\Users\<username>\AppData\Roaming\DarkRadiant with no map loaded.
darkradiant.log (62,068 bytes)   
2021-11-01 09:35:27 (6832) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-01 09:35:27 (6832) This is DarkRadiant 2.14.0_revc558c49 x64 
2021-11-01 09:35:27 (6832) Today is 2021-11-01 09:35:27
2021-11-01 09:35:27 (6832) ModuleRegistry instantiated.
2021-11-01 09:35:27 (6832) Module registered: RadiantCore
2021-11-01 09:35:27 (6832) Current language setting: en
2021-11-01 09:35:27 (6832) Found 2 language folders.
2021-11-01 09:35:27 (6832) Module registered: CameraWndManager
2021-11-01 09:35:27 (6832) Module registered: Clipboard
2021-11-01 09:35:27 (6832) Module registered: EventManager
2021-11-01 09:35:27 (6832) Module registered: MouseToolManager
2021-11-01 09:35:27 (6832) Module registered: StartupMapLoader
2021-11-01 09:35:27 (6832) Module registered: LocalisationModule
2021-11-01 09:35:27 (6832) Module registered: DialogManager
2021-11-01 09:35:27 (6832) Module registered: UserInterfaceModule
2021-11-01 09:35:27 (6832) Module registered: FavouritesUserInterface
2021-11-01 09:35:27 (6832) Module registered: FilterUserInterface
2021-11-01 09:35:27 (6832) Module registered: wxGLWidgetManager
2021-11-01 09:35:27 (6832) Module registered: GridUserInterface
2021-11-01 09:35:27 (6832) Module registered: GroupDialogModule
2021-11-01 09:35:27 (6832) Module registered: MainFrame
2021-11-01 09:35:27 (6832) Module registered: MainFrameLayoutManager
2021-11-01 09:35:27 (6832) Module registered: MaterialEditor
2021-11-01 09:35:27 (6832) Module registered: MediaBrowser
2021-11-01 09:35:27 (6832) Module registered: MenuManager
2021-11-01 09:35:27 (6832) Module registered: EntityInspector
2021-11-01 09:35:27 (6832) Module registered: OrthoContextMenu
2021-11-01 09:35:27 (6832) Module registered: ScriptUserInterface
2021-11-01 09:35:27 (6832) Module registered: StatusBarManager
2021-11-01 09:35:27 (6832) Module registered: TextureBrowserManager
2021-11-01 09:35:27 (6832) Module registered: ToolBarManager
2021-11-01 09:35:27 (6832) Module registered: OrthoviewManager
2021-11-01 09:35:27 (6832) Module registered: Doom3BrushCreator
2021-11-01 09:35:27 (6832) Module registered: CameraManager
2021-11-01 09:35:27 (6832) Module registered: Clipper
2021-11-01 09:35:27 (6832) Module registered: FavouritesManager
2021-11-01 09:35:27 (6832) Module registered: EclassColourManager
2021-11-01 09:35:27 (6832) Module registered: EntityClassManager
2021-11-01 09:35:27 (6832) Module registered: EntityModule
2021-11-01 09:35:27 (6832) Module registered: FileTypes
2021-11-01 09:35:27 (6832) Module registered: FilterSystem
2021-11-01 09:35:27 (6832) Module registered: FontManager
2021-11-01 09:35:27 (6832) Module registered: Grid
2021-11-01 09:35:27 (6832) Module registered: ImageLoader
2021-11-01 09:35:27 (6832) Module registered: LayerModule
2021-11-01 09:35:27 (6832) Module registered: ZAasFileManager
2021-11-01 09:35:27 (6832) Module registered: Doom3AasFileLoader
2021-11-01 09:35:27 (6832) Module registered: Counters
2021-11-01 09:35:27 (6832) Module registered: EditingStopwatch
2021-11-01 09:35:27 (6832) Module registered: Map
2021-11-01 09:35:27 (6832) Module registered: MapResourceManager
2021-11-01 09:35:27 (6832) Module registered: RegionManager
2021-11-01 09:35:27 (6832) Module registered: AutomaticMapSaver
2021-11-01 09:35:27 (6832) Module registered: Doom3MapLoader
2021-11-01 09:35:27 (6832) Module registered: Doom3PrefabLoader
2021-11-01 09:35:27 (6832) Module registered: MapFormatManager
2021-11-01 09:35:27 (6832) Module registered: Quake3MapLoader
2021-11-01 09:35:27 (6832) Module registered: Quake3AlternateMapLoader
2021-11-01 09:35:27 (6832) Module registered: Quake4MapLoader
2021-11-01 09:35:27 (6832) Module registered: class map::format::PortableMapFormat
2021-11-01 09:35:27 (6832) Module registered: MapInfoFileManager
2021-11-01 09:35:27 (6832) Module registered: MRUManager
2021-11-01 09:35:27 (6832) Module registered: NamespaceFactory
2021-11-01 09:35:27 (6832) Module registered: MD5Module
2021-11-01 09:35:27 (6832) Module registered: MD5AnimationCache
2021-11-01 09:35:27 (6832) Module registered: ModelCache
2021-11-01 09:35:27 (6832) Module registered: ModelFormatManager
2021-11-01 09:35:27 (6832) Module registered: PicoModelModule
2021-11-01 09:35:27 (6832) Module registered: ParticlesManager
2021-11-01 09:35:27 (6832) Module registered: PatchModule
2021-11-01 09:35:27 (6832) Module registered: CommandSystem
2021-11-01 09:35:27 (6832) Module registered: OpenGL
2021-11-01 09:35:27 (6832) Module registered: ShaderCache
2021-11-01 09:35:27 (6832) Module registered: RenderSystemFactory
2021-11-01 09:35:27 (6832) Module registered: SharedGLContextHolder
2021-11-01 09:35:27 (6832) Module registered: SceneGraph
2021-11-01 09:35:27 (6832) Module registered: SceneGraphFactory
2021-11-01 09:35:27 (6832) Module registered: SelectionGroupModule
2021-11-01 09:35:27 (6832) Module registered: SelectionSystem
2021-11-01 09:35:27 (6832) Module registered: SelectionSetModule
2021-11-01 09:35:27 (6832) Module registered: ShaderClipboard
2021-11-01 09:35:27 (6832) Module registered: TextureToolColourSchemeManager
2021-11-01 09:35:27 (6832) Module registered: TextureToolSceneGraph
2021-11-01 09:35:27 (6832) Module registered: TextureToolSelectionSystem
2021-11-01 09:35:27 (6832) Module registered: ColourSchemeManager
2021-11-01 09:35:27 (6832) Module registered: GameManager
2021-11-01 09:35:27 (6832) Module registered: PreferenceSystem
2021-11-01 09:35:27 (6832) Module registered: MaterialManager
2021-11-01 09:35:27 (6832) Module registered: ModelSkinCache
2021-11-01 09:35:27 (6832) Module registered: UndoSystemFactory
2021-11-01 09:35:27 (6832) Module registered: VersionControlManager
2021-11-01 09:35:27 (6832) Module registered: VirtualFileSystem
2021-11-01 09:35:27 (6832) Module registered: XMLRegistry
2021-11-01 09:35:27 (6832) ModuleRegistry Compatibility Level is 20211014
2021-11-01 09:35:27 (6832) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/modules/
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/DarkRadiantCore.dll'
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/script.dll'
2021-11-01 09:35:27 (6832) Module registered: ScriptingSystem
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/sound.dll'
2021-11-01 09:35:27 (6832) Module registered: SoundManager
2021-11-01 09:35:27 (6832) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/plugins/
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.conversation.dll'
2021-11-01 09:35:27 (6832) Module registered: ConversationEditor
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.difficulty.dll'
2021-11-01 09:35:27 (6832) Module registered: DifficultyEditor
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.editing.dll'
2021-11-01 09:35:27 (6832) Module registered: DarkMod Editing
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gameconnection.dll'
2021-11-01 09:35:27 (6832) Module registered: GameConnection
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gui.dll'
2021-11-01 09:35:27 (6832) Module registered: GUI Editing
2021-11-01 09:35:27 (6832) Module registered: GuiManager
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.objectives.dll'
2021-11-01 09:35:27 (6832) Module registered: ObjectivesEditor
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.stimresponse.dll'
2021-11-01 09:35:27 (6832) Module registered: StimResponseEditor
2021-11-01 09:35:27 (6832) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/vcs.dll'
2021-11-01 09:35:27 (6832) Module registered: GitIntegration
2021-11-01 09:35:27 (6832) XMLRegistry::initialiseModule called
2021-11-01 09:35:27 (6832) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant 2.14/
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/user.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/colours.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/input.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/menu.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/commandsystem.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-01 09:35:27 (6832) CommandSystem::initialiseModule called.
2021-11-01 09:35:27 (6832) FileTypes::initialiseModule called.
2021-11-01 09:35:27 (6832) PreferenceSystem::initialiseModule called
2021-11-01 09:35:27 (6832) VirtualFileSystem::initialiseModule called
2021-11-01 09:35:27 (6832) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant 2.14/games/
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/darkmod.game
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3-demo.game
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3.game
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/prey.game
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake3.game
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake4.game
2021-11-01 09:35:27 (6832) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/xreal.game
2021-11-01 09:35:27 (6832) GameManager: Found game definitions: 
2021-11-01 09:35:27 (6832)   Doom 3
2021-11-01 09:35:27 (6832)   Doom 3 Demo
2021-11-01 09:35:27 (6832)   Prey
2021-11-01 09:35:27 (6832)   Quake 3
2021-11-01 09:35:27 (6832)   Quake 4
2021-11-01 09:35:27 (6832)   The Dark Mod 2.0 (Standalone)
2021-11-01 09:35:27 (6832)   XreaL
2021-11-01 09:35:27 (6832) 
2021-11-01 09:35:27 (6832) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-01 09:35:27 (6832) GameManager: Map path set to E:/Darkmod/fms/tbc/maps/
2021-11-01 09:35:27 (6832) GameManager: Prefab path set to E:/Darkmod/fms/tbc/prefabs/
2021-11-01 09:35:27 (6832) Initialising filesystem using 2 paths 
2021-11-01 09:35:27 (6832) VFS Search Path priority is: 
2021-11-01 09:35:27 (6832) - E:/Darkmod/fms/tbc/
2021-11-01 09:35:27 (6832) - E:/Darkmod/
2021-11-01 09:35:27 (6832) Allowed PK4 Archive File Extensions: pk4
2021-11-01 09:35:27 (6832) [vfs] Searched directory: E:/Darkmod/fms/tbc/
2021-11-01 09:35:27 (6832) [vfs] Searched directory: E:/Darkmod/
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-01 09:35:27 (6832) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-01 09:35:27 (6832) MapInfoFileManager::initialiseModule called.
2021-11-01 09:35:27 (6832) MapFormatManager::initialiseModule called.
2021-11-01 09:35:27 (6832) Doom3MapLoader: initialiseModule called.
2021-11-01 09:35:27 (6832) MapResourceManager::initialiseModule called.
2021-11-01 09:35:27 (6832) SceneGraph::initialiseModule called
2021-11-01 09:35:27 (6832) Map::initialiseModule called.
2021-11-01 09:35:27 (6832) AutomaticMapSaver::initialiseModule called.
2021-11-01 09:35:27 (6832) CameraManager::initialiseModule called.
2021-11-01 09:35:27 (6832) EventManager::initialiseModule called.
2021-11-01 09:35:27 (6832) EventManager successfully initialised.
2021-11-01 09:35:27 (6832) EclassColourManager::initialiseModule called.
2021-11-01 09:35:27 (6832) EntityClassDoom3::initialiseModule called.
2021-11-01 09:35:27 (2964) searching vfs directory 'def' for *.def
2021-11-01 09:35:27 (6832) GroupDialogModule::initialiseModule called
2021-11-01 09:35:27 (6832) MainFrameLayoutManager::initialiseModule called.
2021-11-01 09:35:27 (2964) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-01 09:35:27 (2964) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-01 09:35:27 (2964) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-01 09:35:27 (6832) MaterialManager::initialiseModule called
2021-11-01 09:35:27 (6832) SharedGLContextHolder::initialiseModule called.
2021-11-01 09:35:27 (6832) ShaderCache::initialiseModule called.
2021-11-01 09:35:27 (6832) StatusBarManager::initialiseModule called.
2021-11-01 09:35:27 (6832) OrthoviewManager::initialiseModule called.
2021-11-01 09:35:27 (5576) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-01 09:35:27 (5576) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-01 09:35:27 (6832) MainFrame::initialiseModule called.
2021-11-01 09:35:27 (5576) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-01 09:35:27 (5576) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-01 09:35:27 (6832) CameraWndManager::initialiseModule called.
2021-11-01 09:35:27 (6832) Clipboard::initialiseModule called.
2021-11-01 09:35:27 (6832) Clipper::initialiseModule called
2021-11-01 09:35:27 (5576) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-01 09:35:27 (6832) ColourSchemeManager::initialiseModule called.
2021-11-01 09:35:27 (6832) ColourSchemeManager: Loading colour schemes...
2021-11-01 09:35:27 (5576) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-01 09:35:27 (6832) MenuManager::initialiseModule called.
2021-11-01 09:35:27 (6832) ConversationEditor::initialiseModule called.
2021-11-01 09:35:27 (5576) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-01 09:35:27 (6832) GridManager::initialiseModule called.
2021-11-01 09:35:27 (6832) OpenGL::initialiseModule called.
2021-11-01 09:35:27 (6832) SelectionSystem::initialiseModule called.
2021-11-01 09:35:27 (5576) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-01 09:35:27 (5576) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-01 09:35:27 (5576) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-01 09:35:27 (6832) DarkMod Editing::initialiseModule called.
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-01 09:35:27 (6832) DialogManager::initialiseModule called.
2021-11-01 09:35:27 (6832) DifficultyEditor::initialiseModule called.
2021-11-01 09:35:27 (5576) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-01 09:35:27 (6832) ZAasFileManager::initialiseModule called.
2021-11-01 09:35:27 (6832) Doom3AasFileLoader: initialiseModule called.
2021-11-01 09:35:27 (6832) BrushModuleImpl::initialiseModule called.
2021-11-01 09:35:27 (6832) Doom3PrefabLoader: initialiseModule called.
2021-11-01 09:35:27 (2964) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-01 09:35:27 (5576) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-01 09:35:27 (6832) EditingStopwatch::initialiseModule called.
2021-11-01 09:35:27 (6832) EntityModule::initialiseModule called.
2021-11-01 09:35:27 (6832) FavouritesUserInterface::initialiseModule called.
2021-11-01 09:35:27 (6832) [filters] Loaded 18 filters from registry.
2021-11-01 09:35:27 (6832) FilterUserInterface::initialiseModule called.
2021-11-01 09:35:27 (6832) FontManager::initialiseModule called
2021-11-01 09:35:27 (6832) GUI Editing::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (6832) VersionControlManager::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (6832) GitIntegration::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (6832) Failed to open repository at E:/Darkmod/fms/tbc/
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-01 09:35:27 (6832) GridUserInterface::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (6832) GuiManager::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (5576) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-01 09:35:27 (5576) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (5240) [GuiManager]: Found 269 guis.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (6832) LayerModule::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (5576) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (6832) LocalisationModule::initialiseModule called
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (6832) MD5AnimationCache::initialiseModule called.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-01 09:35:27 (8844) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-01 09:35:27 (8844) 25 fonts registered.
2021-11-01 09:35:27 (2964) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-01 09:35:27 (6832) ModelFormatManager::initialiseModule called.
2021-11-01 09:35:27 (6832) MRUManager::initialiseModule called.
2021-11-01 09:35:27 (6832) MaterialEditor::initialiseModule called.
2021-11-01 09:35:27 (6832) ShaderClipboard::initialiseModule called.
2021-11-01 09:35:27 (6832) MediaBrowser::initialiseModule called.
2021-11-01 09:35:27 (5576) 4780 shader definitions found.
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-01 09:35:27 (2964) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-01 09:35:27 (2964) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-01 09:35:27 (2964) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-01 09:35:27 (2964) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-01 09:35:27 (2964) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-01 09:35:27 (6832) ModelCache::initialiseModule called.
2021-11-01 09:35:27 (6832) Doom3SkinCache::initialiseModule called
2021-11-01 09:35:27 (5576) [skins] Loading skins.
2021-11-01 09:35:27 (6832) NamespaceFactory::initialiseModule called.
2021-11-01 09:35:27 (6832) ObjectivesEditorModule::initialiseModule called.
2021-11-01 09:35:27 (5576) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-01 09:35:27 (5576) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-01 09:35:27 (6832) ParticlesManager::initialiseModule called
2021-11-01 09:35:27 (6832) PatchModule::initialiseModule called.
2021-11-01 09:35:27 (6832) Quake3AlternateMapLoader: initialiseModule called.
2021-11-01 09:35:27 (6832) Quake3MapLoader: initialiseModule called.
2021-11-01 09:35:27 (6832) Quake4MapLoader: initialiseModule called.
2021-11-01 09:35:27 (6832) RegionManager::initialiseModule called.
2021-11-01 09:35:27 (5576) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-01 09:35:27 (6832) RenderSystemFactory::initialiseModule called.
2021-11-01 09:35:27 (6832) SceneGraphFactory::initialiseModule called.
2021-11-01 09:35:27 (6832) ScriptingSystem::initialiseModule called.
2021-11-01 09:35:27 (6832) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-01 09:35:27 (6832) SelectionGroupModule::initialiseModule called.
2021-11-01 09:35:27 (6832) SelectionSetModule::initialiseModule called.
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (6832) SoundManager: initialising sound playback
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (6832) StartupMapLoader::initialiseModule called.
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (6832) StimResponseEditor::initialiseModule called.
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (6832) TextureBrowserManager::initialiseModule called.
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (5576) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 09:35:27 (6832) TextureToolSceneGraph::initialiseModule called.
2021-11-01 09:35:27 (6832) TextureToolSelectionSystem::initialiseModule called.
2021-11-01 09:35:27 (6832) Found toolbar: view
2021-11-01 09:35:27 (6832) Found toolbar: edit
2021-11-01 09:35:27 (6832) Found toolbar: texture
2021-11-01 09:35:27 (6832) Found toolbar: textool
2021-11-01 09:35:27 (6832) UndoSystemFactory::initialiseModule called
2021-11-01 09:35:27 (2964) Found 302 particle definitions.
2021-11-01 09:35:27 (6832) UserInterfaceModule::initialiseModule called.
2021-11-01 09:35:27 (6832) wxWidgets Version: 3.1.3
2021-11-01 09:35:27 (6832) Default screen has 1 monitors.
2021-11-01 09:35:27 (6832) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-01 09:35:27 (5576) [skins] Found 1461 skins.
2021-11-01 09:35:27 (6832) class map::format::PortableMapFormat: initialiseModule called.
2021-11-01 09:35:27 (6832) wxGLWidgetManager::initialiseModule called.
2021-11-01 09:35:27 (8844) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-01 09:35:27 (8844) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-01 09:35:27 (8844) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-01 09:35:27 (8844) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-01 09:35:27 (8844) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-01 09:35:27 (8844) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-01 09:35:27 (8844) 3306 sound shaders found.
2021-11-01 09:35:27 (6832) ToolbarManager: Instantiating toolbar: view
2021-11-01 09:35:27 (6832) ToolbarManager: Instantiating toolbar: edit
2021-11-01 09:35:27 (6832) MainFrame: Activating layout Dockable
2021-11-01 09:35:27 (6832) ToolbarManager: Instantiating toolbar: texture
2021-11-01 09:35:28 (6832) ToolbarManager: Instantiating toolbar: textool
2021-11-01 09:35:28 (6832) EventManager: Shortcuts found in Registry: 152
2021-11-01 09:35:28 (6832) Loading map from unnamed.map
2021-11-01 09:35:28 (6832) map load timer:  0.00 second(s) elapsed
2021-11-01 09:35:28 (6832) GL_VENDOR: NVIDIA Corporation
2021-11-01 09:35:28 (6832) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-01 09:35:28 (6832) GL_VERSION: 4.6.0 NVIDIA 471.11
2021-11-01 09:35:28 (6832) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-01 09:35:28 (6832) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-01 09:35:28 (6832) --- LoadMapFile ---
2021-11-01 09:35:28 (6832) unnamed.map
2021-11-01 09:35:28 (6832) 0 brushes
2021-11-01 09:35:28 (6832) 0 patches
2021-11-01 09:35:28 (6832) 0 entities
2021-11-01 09:35:28 (6832) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-01 09:35:28 (6832) Registered script file commands/ase_export.py as aseExport
2021-11-01 09:35:28 (6832) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-01 09:35:28 (6832) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-01 09:35:28 (6832) Registered script file commands/example.py as Example
2021-11-01 09:35:28 (6832) Registered script file commands/export_obj.py as objExport
2021-11-01 09:35:28 (6832) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-01 09:35:28 (6832) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-01 09:35:28 (6832) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-01 09:35:28 (6832) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-01 09:35:28 (6832) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-01 09:35:28 (6832) Registered script file commands/test_targets.py as test_targets
2021-11-01 09:35:28 (6832) ScriptModule: Found 11 commands.
2021-11-01 09:35:28 (6832) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-01 09:35:29 (3848) Auto-saving registry to user settings path.
2021-11-01 09:35:36 (6832) Received GL Window Scroll
2021-11-01 09:35:36 (6832) Setting scale to 0.302231 (previous was 0.377789)
2021-11-01 09:35:37 (6832) Received GL Window Scroll
2021-11-01 09:35:37 (6832) Setting scale to 0.241785 (previous was 0.302231)
2021-11-01 09:35:37 (6832) Received GL Window Scroll
2021-11-01 09:35:37 (6832) Setting scale to 0.302231 (previous was 0.241785)
2021-11-01 09:35:38 (6832) Received GL Window Scroll
2021-11-01 09:35:38 (6832) Setting scale to 0.377789 (previous was 0.302231)
2021-11-01 09:35:45 (6832) Received GL Window Scroll
2021-11-01 09:35:45 (6832) Setting scale to 0.302231 (previous was 0.377789)
2021-11-01 09:35:45 (6832) Received GL Window Scroll
2021-11-01 09:35:45 (6832) Setting scale to 0.241785 (previous was 0.302231)
2021-11-01 09:35:46 (6832) Received GL Window Scroll
2021-11-01 09:35:46 (6832) Setting scale to 0.302231 (previous was 0.241785)
2021-11-01 09:35:47 (6832) Received GL Window Scroll
2021-11-01 09:35:47 (6832) Setting scale to 0.377789 (previous was 0.302231)
2021-11-01 09:35:53 (6832) Received GL Window Scroll
2021-11-01 09:35:53 (6832) Setting scale to 0.302231 (previous was 0.377789)
2021-11-01 09:35:54 (6832) Received GL Window Scroll
2021-11-01 09:35:54 (6832) Setting scale to 0.241785 (previous was 0.302231)
2021-11-01 09:35:55 (6832) Received GL Window Scroll
2021-11-01 09:35:55 (6832) Setting scale to 0.302231 (previous was 0.241785)
2021-11-01 09:35:56 (6832) Received GL Window Scroll
2021-11-01 09:35:56 (6832) Setting scale to 0.377789 (previous was 0.302231)
darkradiant.log (62,068 bytes)   
greebo

greebo

01.11.2021 10:07

administrator   ~0014472

Ok, these are the relevant lines:

2021-11-01 09:35:36 (6832) Setting scale to 0.302231 (previous was 0.377789)
2021-11-01 09:35:37 (6832) Setting scale to 0.241785 (previous was 0.302231)
2021-11-01 09:35:37 (6832) Setting scale to 0.302231 (previous was 0.241785)
2021-11-01 09:35:38 (6832) Setting scale to 0.377789 (previous was 0.302231)
2021-11-01 09:35:45 (6832) Setting scale to 0.302231 (previous was 0.377789)
2021-11-01 09:35:45 (6832) Setting scale to 0.241785 (previous was 0.302231)
2021-11-01 09:35:46 (6832) Setting scale to 0.302231 (previous was 0.241785)
2021-11-01 09:35:47 (6832) Setting scale to 0.377789 (previous was 0.302231)
2021-11-01 09:35:53 (6832) Setting scale to 0.302231 (previous was 0.377789)
2021-11-01 09:35:54 (6832) Setting scale to 0.241785 (previous was 0.302231)
2021-11-01 09:35:55 (6832) Setting scale to 0.302231 (previous was 0.241785)
2021-11-01 09:35:56 (6832) Setting scale to 0.377789 (previous was 0.302231)

Seems the scale changed between the values from 0.37 to 0.24. Did you experience any over-sensitivity when zooming in this run? Because the numbers look not very exaggerated.
Bikerdude

Bikerdude

01.11.2021 12:18

reporter   ~0014473

The zoom amount was still too fast imho, and of course it wasn't staying centred on the cursor.
greebo

greebo

01.11.2021 12:44

administrator   ~0014474

Hm. How is it behaving when you hold down the Shift button? Can you do another run, using both methods? And send me the logs, please, perhaps I can see the difference.
Bikerdude

Bikerdude

01.11.2021 12:50

reporter   ~0014476

Last edited: 01.11.2021 12:50

I think I mentioned that in the video above, hold down shift gets it to zoom centred on the middle of the orthoview window, as it does in 2.12 without holding down shift. Would you like me to do a 2.12-v-2.14 comparison video..?
greebo

greebo

01.11.2021 12:53

administrator   ~0014477

No, just do a few zoomings with and without Shift in that debug build, please. I need the logs, I want to compare the scale numbers that are resulting from either of the methods.
Bikerdude

Bikerdude

01.11.2021 13:53

reporter   ~0014478

ok, 3x zoom with a 5 sec gap between 'without shift' and then the same again 'with shift' -
darkradiant-2.log (66,205 bytes)   
2021-11-01 13:52:28 (1828) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-01 13:52:28 (1828) This is DarkRadiant 2.14.0_revc558c49 x64 
2021-11-01 13:52:28 (1828) Today is 2021-11-01 13:52:28
2021-11-01 13:52:28 (1828) ModuleRegistry instantiated.
2021-11-01 13:52:28 (1828) Module registered: RadiantCore
2021-11-01 13:52:28 (1828) Current language setting: en
2021-11-01 13:52:28 (1828) Found 2 language folders.
2021-11-01 13:52:28 (1828) Module registered: CameraWndManager
2021-11-01 13:52:28 (1828) Module registered: Clipboard
2021-11-01 13:52:28 (1828) Module registered: EventManager
2021-11-01 13:52:28 (1828) Module registered: MouseToolManager
2021-11-01 13:52:28 (1828) Module registered: StartupMapLoader
2021-11-01 13:52:28 (1828) Module registered: LocalisationModule
2021-11-01 13:52:28 (1828) Module registered: DialogManager
2021-11-01 13:52:28 (1828) Module registered: UserInterfaceModule
2021-11-01 13:52:28 (1828) Module registered: FavouritesUserInterface
2021-11-01 13:52:28 (1828) Module registered: FilterUserInterface
2021-11-01 13:52:28 (1828) Module registered: wxGLWidgetManager
2021-11-01 13:52:28 (1828) Module registered: GridUserInterface
2021-11-01 13:52:28 (1828) Module registered: GroupDialogModule
2021-11-01 13:52:28 (1828) Module registered: MainFrame
2021-11-01 13:52:28 (1828) Module registered: MainFrameLayoutManager
2021-11-01 13:52:28 (1828) Module registered: MaterialEditor
2021-11-01 13:52:28 (1828) Module registered: MediaBrowser
2021-11-01 13:52:28 (1828) Module registered: MenuManager
2021-11-01 13:52:28 (1828) Module registered: EntityInspector
2021-11-01 13:52:28 (1828) Module registered: OrthoContextMenu
2021-11-01 13:52:28 (1828) Module registered: ScriptUserInterface
2021-11-01 13:52:28 (1828) Module registered: StatusBarManager
2021-11-01 13:52:28 (1828) Module registered: TextureBrowserManager
2021-11-01 13:52:28 (1828) Module registered: ToolBarManager
2021-11-01 13:52:28 (1828) Module registered: OrthoviewManager
2021-11-01 13:52:28 (1828) Module registered: Doom3BrushCreator
2021-11-01 13:52:28 (1828) Module registered: CameraManager
2021-11-01 13:52:28 (1828) Module registered: Clipper
2021-11-01 13:52:28 (1828) Module registered: FavouritesManager
2021-11-01 13:52:28 (1828) Module registered: EclassColourManager
2021-11-01 13:52:28 (1828) Module registered: EntityClassManager
2021-11-01 13:52:28 (1828) Module registered: EntityModule
2021-11-01 13:52:28 (1828) Module registered: FileTypes
2021-11-01 13:52:28 (1828) Module registered: FilterSystem
2021-11-01 13:52:28 (1828) Module registered: FontManager
2021-11-01 13:52:28 (1828) Module registered: Grid
2021-11-01 13:52:28 (1828) Module registered: ImageLoader
2021-11-01 13:52:28 (1828) Module registered: LayerModule
2021-11-01 13:52:28 (1828) Module registered: ZAasFileManager
2021-11-01 13:52:28 (1828) Module registered: Doom3AasFileLoader
2021-11-01 13:52:28 (1828) Module registered: Counters
2021-11-01 13:52:28 (1828) Module registered: EditingStopwatch
2021-11-01 13:52:28 (1828) Module registered: Map
2021-11-01 13:52:28 (1828) Module registered: MapResourceManager
2021-11-01 13:52:28 (1828) Module registered: RegionManager
2021-11-01 13:52:28 (1828) Module registered: AutomaticMapSaver
2021-11-01 13:52:28 (1828) Module registered: Doom3MapLoader
2021-11-01 13:52:28 (1828) Module registered: Doom3PrefabLoader
2021-11-01 13:52:28 (1828) Module registered: MapFormatManager
2021-11-01 13:52:28 (1828) Module registered: Quake3MapLoader
2021-11-01 13:52:28 (1828) Module registered: Quake3AlternateMapLoader
2021-11-01 13:52:28 (1828) Module registered: Quake4MapLoader
2021-11-01 13:52:28 (1828) Module registered: class map::format::PortableMapFormat
2021-11-01 13:52:28 (1828) Module registered: MapInfoFileManager
2021-11-01 13:52:28 (1828) Module registered: MRUManager
2021-11-01 13:52:28 (1828) Module registered: NamespaceFactory
2021-11-01 13:52:28 (1828) Module registered: MD5Module
2021-11-01 13:52:28 (1828) Module registered: MD5AnimationCache
2021-11-01 13:52:28 (1828) Module registered: ModelCache
2021-11-01 13:52:28 (1828) Module registered: ModelFormatManager
2021-11-01 13:52:28 (1828) Module registered: PicoModelModule
2021-11-01 13:52:28 (1828) Module registered: ParticlesManager
2021-11-01 13:52:28 (1828) Module registered: PatchModule
2021-11-01 13:52:28 (1828) Module registered: CommandSystem
2021-11-01 13:52:28 (1828) Module registered: OpenGL
2021-11-01 13:52:28 (1828) Module registered: ShaderCache
2021-11-01 13:52:28 (1828) Module registered: RenderSystemFactory
2021-11-01 13:52:28 (1828) Module registered: SharedGLContextHolder
2021-11-01 13:52:28 (1828) Module registered: SceneGraph
2021-11-01 13:52:28 (1828) Module registered: SceneGraphFactory
2021-11-01 13:52:28 (1828) Module registered: SelectionGroupModule
2021-11-01 13:52:28 (1828) Module registered: SelectionSystem
2021-11-01 13:52:28 (1828) Module registered: SelectionSetModule
2021-11-01 13:52:28 (1828) Module registered: ShaderClipboard
2021-11-01 13:52:28 (1828) Module registered: TextureToolColourSchemeManager
2021-11-01 13:52:28 (1828) Module registered: TextureToolSceneGraph
2021-11-01 13:52:28 (1828) Module registered: TextureToolSelectionSystem
2021-11-01 13:52:28 (1828) Module registered: ColourSchemeManager
2021-11-01 13:52:28 (1828) Module registered: GameManager
2021-11-01 13:52:28 (1828) Module registered: PreferenceSystem
2021-11-01 13:52:28 (1828) Module registered: MaterialManager
2021-11-01 13:52:28 (1828) Module registered: ModelSkinCache
2021-11-01 13:52:28 (1828) Module registered: UndoSystemFactory
2021-11-01 13:52:28 (1828) Module registered: VersionControlManager
2021-11-01 13:52:28 (1828) Module registered: VirtualFileSystem
2021-11-01 13:52:28 (1828) Module registered: XMLRegistry
2021-11-01 13:52:28 (1828) ModuleRegistry Compatibility Level is 20211014
2021-11-01 13:52:28 (1828) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/modules/
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/DarkRadiantCore.dll'
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/script.dll'
2021-11-01 13:52:28 (1828) Module registered: ScriptingSystem
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/sound.dll'
2021-11-01 13:52:28 (1828) Module registered: SoundManager
2021-11-01 13:52:28 (1828) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/plugins/
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.conversation.dll'
2021-11-01 13:52:28 (1828) Module registered: ConversationEditor
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.difficulty.dll'
2021-11-01 13:52:28 (1828) Module registered: DifficultyEditor
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.editing.dll'
2021-11-01 13:52:28 (1828) Module registered: DarkMod Editing
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gameconnection.dll'
2021-11-01 13:52:28 (1828) Module registered: GameConnection
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gui.dll'
2021-11-01 13:52:28 (1828) Module registered: GUI Editing
2021-11-01 13:52:28 (1828) Module registered: GuiManager
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.objectives.dll'
2021-11-01 13:52:28 (1828) Module registered: ObjectivesEditor
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.stimresponse.dll'
2021-11-01 13:52:28 (1828) Module registered: StimResponseEditor
2021-11-01 13:52:28 (1828) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/vcs.dll'
2021-11-01 13:52:28 (1828) Module registered: GitIntegration
2021-11-01 13:52:28 (1828) XMLRegistry::initialiseModule called
2021-11-01 13:52:28 (1828) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant 2.14/
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/user.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/colours.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/input.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/menu.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/commandsystem.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-01 13:52:28 (1828) CommandSystem::initialiseModule called.
2021-11-01 13:52:28 (1828) FileTypes::initialiseModule called.
2021-11-01 13:52:28 (1828) PreferenceSystem::initialiseModule called
2021-11-01 13:52:28 (1828) VirtualFileSystem::initialiseModule called
2021-11-01 13:52:28 (1828) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant 2.14/games/
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/darkmod.game
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3-demo.game
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3.game
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/prey.game
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake3.game
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake4.game
2021-11-01 13:52:28 (1828) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/xreal.game
2021-11-01 13:52:28 (1828) GameManager: Found game definitions: 
2021-11-01 13:52:28 (1828)   Doom 3
2021-11-01 13:52:28 (1828)   Doom 3 Demo
2021-11-01 13:52:28 (1828)   Prey
2021-11-01 13:52:28 (1828)   Quake 3
2021-11-01 13:52:28 (1828)   Quake 4
2021-11-01 13:52:28 (1828)   The Dark Mod 2.0 (Standalone)
2021-11-01 13:52:28 (1828)   XreaL
2021-11-01 13:52:28 (1828) 
2021-11-01 13:52:28 (1828) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-01 13:52:28 (1828) GameManager: Map path set to E:/Darkmod/fms/tbc/maps/
2021-11-01 13:52:28 (1828) GameManager: Prefab path set to E:/Darkmod/fms/tbc/prefabs/
2021-11-01 13:52:28 (1828) Initialising filesystem using 2 paths 
2021-11-01 13:52:28 (1828) VFS Search Path priority is: 
2021-11-01 13:52:28 (1828) - E:/Darkmod/fms/tbc/
2021-11-01 13:52:28 (1828) - E:/Darkmod/
2021-11-01 13:52:28 (1828) Allowed PK4 Archive File Extensions: pk4
2021-11-01 13:52:28 (1828) [vfs] Searched directory: E:/Darkmod/fms/tbc/
2021-11-01 13:52:28 (1828) [vfs] Searched directory: E:/Darkmod/
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-01 13:52:28 (1828) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-01 13:52:28 (1828) MapInfoFileManager::initialiseModule called.
2021-11-01 13:52:28 (1828) MapFormatManager::initialiseModule called.
2021-11-01 13:52:28 (1828) Doom3MapLoader: initialiseModule called.
2021-11-01 13:52:28 (1828) MapResourceManager::initialiseModule called.
2021-11-01 13:52:28 (1828) SceneGraph::initialiseModule called
2021-11-01 13:52:28 (1828) Map::initialiseModule called.
2021-11-01 13:52:28 (1828) AutomaticMapSaver::initialiseModule called.
2021-11-01 13:52:28 (1828) CameraManager::initialiseModule called.
2021-11-01 13:52:28 (1828) EventManager::initialiseModule called.
2021-11-01 13:52:28 (1828) EventManager successfully initialised.
2021-11-01 13:52:28 (1828) EclassColourManager::initialiseModule called.
2021-11-01 13:52:28 (1828) EntityClassDoom3::initialiseModule called.
2021-11-01 13:52:28 (1996) searching vfs directory 'def' for *.def
2021-11-01 13:52:28 (1828) GroupDialogModule::initialiseModule called
2021-11-01 13:52:28 (1996) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-01 13:52:28 (1996) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-01 13:52:28 (1996) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-01 13:52:28 (1828) MainFrameLayoutManager::initialiseModule called.
2021-11-01 13:52:28 (1828) MaterialManager::initialiseModule called
2021-11-01 13:52:28 (1828) SharedGLContextHolder::initialiseModule called.
2021-11-01 13:52:28 (1828) ShaderCache::initialiseModule called.
2021-11-01 13:52:28 (1828) StatusBarManager::initialiseModule called.
2021-11-01 13:52:28 (9104) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-01 13:52:28 (9104) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-01 13:52:28 (1828) OrthoviewManager::initialiseModule called.
2021-11-01 13:52:28 (9104) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-01 13:52:28 (9104) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-01 13:52:28 (9104) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-01 13:52:28 (9104) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-01 13:52:28 (1828) MainFrame::initialiseModule called.
2021-11-01 13:52:28 (1828) CameraWndManager::initialiseModule called.
2021-11-01 13:52:28 (9104) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-01 13:52:28 (1828) Clipboard::initialiseModule called.
2021-11-01 13:52:28 (1828) Clipper::initialiseModule called
2021-11-01 13:52:28 (1828) ColourSchemeManager::initialiseModule called.
2021-11-01 13:52:28 (1828) ColourSchemeManager: Loading colour schemes...
2021-11-01 13:52:28 (1828) MenuManager::initialiseModule called.
2021-11-01 13:52:28 (1828) ConversationEditor::initialiseModule called.
2021-11-01 13:52:28 (1828) GridManager::initialiseModule called.
2021-11-01 13:52:28 (9104) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-01 13:52:28 (1828) OpenGL::initialiseModule called.
2021-11-01 13:52:28 (1828) SelectionSystem::initialiseModule called.
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-01 13:52:28 (9104) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-01 13:52:28 (9104) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-01 13:52:28 (9104) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-01 13:52:28 (9104) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-01 13:52:28 (1996) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-01 13:52:28 (1828) DarkMod Editing::initialiseModule called.
2021-11-01 13:52:28 (1828) DialogManager::initialiseModule called.
2021-11-01 13:52:28 (1828) DifficultyEditor::initialiseModule called.
2021-11-01 13:52:28 (1828) ZAasFileManager::initialiseModule called.
2021-11-01 13:52:28 (1828) Doom3AasFileLoader: initialiseModule called.
2021-11-01 13:52:28 (1828) BrushModuleImpl::initialiseModule called.
2021-11-01 13:52:28 (1828) Doom3PrefabLoader: initialiseModule called.
2021-11-01 13:52:28 (1828) EditingStopwatch::initialiseModule called.
2021-11-01 13:52:28 (1828) EntityModule::initialiseModule called.
2021-11-01 13:52:28 (9104) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-01 13:52:28 (9104) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-01 13:52:28 (9104) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-01 13:52:28 (1828) FavouritesUserInterface::initialiseModule called.
2021-11-01 13:52:28 (1828) [filters] Loaded 18 filters from registry.
2021-11-01 13:52:28 (1828) FilterUserInterface::initialiseModule called.
2021-11-01 13:52:28 (1828) FontManager::initialiseModule called
2021-11-01 13:52:28 (9104) 4781 shader definitions found.
2021-11-01 13:52:28 (1828) GUI Editing::initialiseModule called.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (1996) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (1828) VersionControlManager::initialiseModule called.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-01 13:52:28 (1996) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-01 13:52:28 (244) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (1828) GitIntegration::initialiseModule called.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (1828) Failed to open repository at E:/Darkmod/fms/tbc/
2021-11-01 13:52:28 (244) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-01 13:52:28 (244) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-01 13:52:28 (244) 25 fonts registered.
2021-11-01 13:52:28 (1828) GridUserInterface::initialiseModule called.
2021-11-01 13:52:28 (1828) GuiManager::initialiseModule called.
2021-11-01 13:52:28 (244) [GuiManager]: Found 269 guis.
2021-11-01 13:52:28 (1828) LayerModule::initialiseModule called.
2021-11-01 13:52:28 (1828) LocalisationModule::initialiseModule called
2021-11-01 13:52:28 (1828) MD5AnimationCache::initialiseModule called.
2021-11-01 13:52:28 (1828) ModelFormatManager::initialiseModule called.
2021-11-01 13:52:28 (1996) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-01 13:52:28 (1828) MRUManager::initialiseModule called.
2021-11-01 13:52:28 (1828) MaterialEditor::initialiseModule called.
2021-11-01 13:52:28 (1828) ShaderClipboard::initialiseModule called.
2021-11-01 13:52:28 (1828) MediaBrowser::initialiseModule called.
2021-11-01 13:52:28 (1996) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-01 13:52:28 (1996) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-01 13:52:28 (1996) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-01 13:52:28 (1828) ModelCache::initialiseModule called.
2021-11-01 13:52:28 (1828) Doom3SkinCache::initialiseModule called
2021-11-01 13:52:28 (244) [skins] Loading skins.
2021-11-01 13:52:28 (1828) NamespaceFactory::initialiseModule called.
2021-11-01 13:52:28 (1828) ObjectivesEditorModule::initialiseModule called.
2021-11-01 13:52:28 (244) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-01 13:52:28 (244) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-01 13:52:28 (1828) ParticlesManager::initialiseModule called
2021-11-01 13:52:28 (1828) PatchModule::initialiseModule called.
2021-11-01 13:52:28 (244) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-01 13:52:28 (1828) Quake3AlternateMapLoader: initialiseModule called.
2021-11-01 13:52:28 (1828) Quake3MapLoader: initialiseModule called.
2021-11-01 13:52:28 (1828) Quake4MapLoader: initialiseModule called.
2021-11-01 13:52:28 (1828) RegionManager::initialiseModule called.
2021-11-01 13:52:28 (1828) RenderSystemFactory::initialiseModule called.
2021-11-01 13:52:28 (244) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-01 13:52:28 (1828) SceneGraphFactory::initialiseModule called.
2021-11-01 13:52:28 (1828) ScriptingSystem::initialiseModule called.
2021-11-01 13:52:28 (1828) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-01 13:52:28 (1828) SelectionGroupModule::initialiseModule called.
2021-11-01 13:52:28 (1828) SelectionSetModule::initialiseModule called.
2021-11-01 13:52:28 (1828) SoundManager: initialising sound playback
2021-11-01 13:52:28 (1828) StartupMapLoader::initialiseModule called.
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (1828) StimResponseEditor::initialiseModule called.
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (1828) TextureBrowserManager::initialiseModule called.
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (1996) Found 302 particle definitions.
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (244) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 13:52:28 (1828) TextureToolSceneGraph::initialiseModule called.
2021-11-01 13:52:28 (1828) TextureToolSelectionSystem::initialiseModule called.
2021-11-01 13:52:28 (1828) Found toolbar: view
2021-11-01 13:52:28 (1828) Found toolbar: edit
2021-11-01 13:52:28 (1828) Found toolbar: texture
2021-11-01 13:52:28 (1828) Found toolbar: textool
2021-11-01 13:52:28 (1828) UndoSystemFactory::initialiseModule called
2021-11-01 13:52:28 (1828) UserInterfaceModule::initialiseModule called.
2021-11-01 13:52:28 (1828) wxWidgets Version: 3.1.3
2021-11-01 13:52:28 (1828) Default screen has 1 monitors.
2021-11-01 13:52:28 (1828) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-01 13:52:28 (244) [skins] Found 1462 skins.
2021-11-01 13:52:28 (1828) class map::format::PortableMapFormat: initialiseModule called.
2021-11-01 13:52:28 (1828) wxGLWidgetManager::initialiseModule called.
2021-11-01 13:52:28 (1828) ToolbarManager: Instantiating toolbar: view
2021-11-01 13:52:28 (9104) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-01 13:52:28 (1828) ToolbarManager: Instantiating toolbar: edit
2021-11-01 13:52:28 (9104) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-01 13:52:28 (9104) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-01 13:52:28 (9104) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-01 13:52:28 (9104) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-01 13:52:28 (9104) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-01 13:52:28 (9104) 3306 sound shaders found.
2021-11-01 13:52:28 (1828) MainFrame: Activating layout Dockable
2021-11-01 13:52:28 (1828) ToolbarManager: Instantiating toolbar: texture
2021-11-01 13:52:29 (1828) ToolbarManager: Instantiating toolbar: textool
2021-11-01 13:52:29 (1828) EventManager: Shortcuts found in Registry: 152
2021-11-01 13:52:29 (1828) Loading map from unnamed.map
2021-11-01 13:52:29 (1828) map load timer:  0.00 second(s) elapsed
2021-11-01 13:52:29 (1828) GL_VENDOR: NVIDIA Corporation
2021-11-01 13:52:29 (1828) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-01 13:52:29 (1828) GL_VERSION: 4.6.0 NVIDIA 471.11
2021-11-01 13:52:29 (1828) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-01 13:52:29 (1828) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-01 13:52:29 (1828) --- LoadMapFile ---
2021-11-01 13:52:29 (1828) unnamed.map
2021-11-01 13:52:29 (1828) 0 brushes
2021-11-01 13:52:29 (1828) 0 patches
2021-11-01 13:52:29 (1828) 0 entities
2021-11-01 13:52:29 (1828) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-01 13:52:29 (1828) Registered script file commands/ase_export.py as aseExport
2021-11-01 13:52:29 (1828) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-01 13:52:29 (1828) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-01 13:52:29 (1828) Registered script file commands/example.py as Example
2021-11-01 13:52:29 (1828) Registered script file commands/export_obj.py as objExport
2021-11-01 13:52:29 (1828) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-01 13:52:29 (1828) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-01 13:52:29 (1828) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-01 13:52:29 (1828) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-01 13:52:29 (1828) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-01 13:52:29 (1828) Registered script file commands/test_targets.py as test_targets
2021-11-01 13:52:29 (1828) ScriptModule: Found 11 commands.
2021-11-01 13:52:29 (1828) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-01 13:52:30 (4564) Auto-saving registry to user settings path.
2021-11-01 13:52:31 (1828) Received GL Window Scroll
2021-11-01 13:52:31 (1828) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 13:52:31 (1828) Received GL Window Scroll
2021-11-01 13:52:31 (1828) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 13:52:31 (1828) Received GL Window Scroll
2021-11-01 13:52:31 (1828) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 13:52:32 (1828) Received GL Window Scroll
2021-11-01 13:52:32 (1828) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 13:52:32 (1828) Received GL Window Scroll
2021-11-01 13:52:32 (1828) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 13:52:32 (1828) Received GL Window Scroll
2021-11-01 13:52:32 (1828) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 13:52:37 (1828) Received GL Window Scroll
2021-11-01 13:52:37 (1828) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 13:52:37 (1828) Received GL Window Scroll
2021-11-01 13:52:37 (1828) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 13:52:37 (1828) Received GL Window Scroll
2021-11-01 13:52:37 (1828) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 13:52:38 (1828) Received GL Window Scroll
2021-11-01 13:52:38 (1828) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 13:52:38 (1828) Received GL Window Scroll
2021-11-01 13:52:38 (1828) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 13:52:39 (1828) Received GL Window Scroll
2021-11-01 13:52:39 (1828) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 13:52:43 (1828) Received GL Window Scroll
2021-11-01 13:52:43 (1828) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 13:52:43 (1828) Received GL Window Scroll
2021-11-01 13:52:43 (1828) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 13:52:44 (1828) Received GL Window Scroll
2021-11-01 13:52:44 (1828) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 13:52:44 (1828) Received GL Window Scroll
2021-11-01 13:52:44 (1828) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 13:52:44 (1828) Received GL Window Scroll
2021-11-01 13:52:44 (1828) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 13:52:45 (1828) Received GL Window Scroll
2021-11-01 13:52:45 (1828) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 13:52:49 (1828) Received SHIFT + ZoomOut
2021-11-01 13:52:49 (1828) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 13:52:50 (1828) Received SHIFT + ZoomOut
2021-11-01 13:52:50 (1828) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 13:52:50 (1828) Received SHIFT + ZoomOut
2021-11-01 13:52:50 (1828) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 13:52:50 (1828) Received SHIFT + ZoomIn
2021-11-01 13:52:50 (1828) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 13:52:51 (1828) Received SHIFT + ZoomIn
2021-11-01 13:52:51 (1828) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 13:52:51 (1828) Received SHIFT + ZoomIn
2021-11-01 13:52:51 (1828) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 13:52:56 (1828) Received SHIFT + ZoomOut
2021-11-01 13:52:56 (1828) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 13:52:56 (1828) Received SHIFT + ZoomOut
2021-11-01 13:52:56 (1828) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 13:52:56 (1828) Received SHIFT + ZoomOut
2021-11-01 13:52:56 (1828) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 13:52:57 (1828) Received SHIFT + ZoomIn
2021-11-01 13:52:57 (1828) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 13:52:57 (1828) Received SHIFT + ZoomIn
2021-11-01 13:52:57 (1828) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 13:52:57 (1828) Received SHIFT + ZoomIn
2021-11-01 13:52:57 (1828) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 13:53:02 (1828) Received SHIFT + ZoomOut
2021-11-01 13:53:02 (1828) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 13:53:02 (1828) Received SHIFT + ZoomOut
2021-11-01 13:53:02 (1828) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 13:53:02 (1828) Received SHIFT + ZoomOut
2021-11-01 13:53:02 (1828) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 13:53:03 (1828) Received SHIFT + ZoomIn
2021-11-01 13:53:03 (1828) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 13:53:03 (1828) Received SHIFT + ZoomIn
2021-11-01 13:53:03 (1828) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 13:53:03 (1828) Received SHIFT + ZoomIn
2021-11-01 13:53:03 (1828) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 13:53:06 (1828) LayerControlDialog shutting down.
2021-11-01 13:53:06 (1828) TexTool shutting down.
2021-11-01 13:53:06 (1828) ModelSelector shutting down.
2021-11-01 13:53:06 (1828) CommandSystem: shutting down.
2021-11-01 13:53:06 (1828) BrushModuleImpl::shutdownModule called.
2021-11-01 13:53:06 (1828) EntityClassDoom3::shutdownModule called.
2021-11-01 13:53:06 (1828) EntityModule::shutdownModule called.
2021-11-01 13:53:06 (1828) EventManager::shutdownModule called
2021-11-01 13:53:06 (1828) GitIntegration::shutdownModule called.
2021-11-01 13:53:06 (1828) MainFrame::shutdownModule called.
2021-11-01 13:53:06 (1828) MainFrameLayoutManager::shutdownModule called.
2021-11-01 13:53:06 (1828) MapInfoFileManager::shudownModule called.
2021-11-01 13:53:06 (1828) Doom3ShaderSystem::shutdownModule called
2021-11-01 13:53:06 (1828) ObjectivesEditorModule shutting down.
2021-11-01 13:53:06 (1828) ScriptingSystem::shutdownModule called.
2021-11-01 13:53:06 (4564) Auto-saving registry to user settings path.
2021-11-01 13:53:06 (1828) Filesystem shut down
2021-11-01 13:53:06 (1828) XMLRegistry Shutdown: 1220 queries processed.
2021-11-01 13:53:07 (1828) 2021-11-01 13:53:07 Closing log file.
darkradiant-2.log (66,205 bytes)   
greebo

greebo

01.11.2021 14:28

administrator   ~0014479

The numbers look perfectly ok, there's just the three scroll events in the log, and the scale values are exactly same for both with and without holding down Shift.
Would you mind recording a video of those same steps?
Bikerdude

Bikerdude

01.11.2021 21:06

reporter   ~0014482

Here you go fella - https://youtu.be/5BBByiypmSw
darkradiant-3.log (176,972 bytes)   
2021-11-01 20:59:46 (9956) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-01 20:59:46 (9956) This is DarkRadiant 2.14.0_revc558c49 x64 
2021-11-01 20:59:46 (9956) Today is 2021-11-01 20:59:46
2021-11-01 20:59:46 (9956) ModuleRegistry instantiated.
2021-11-01 20:59:46 (9956) Module registered: RadiantCore
2021-11-01 20:59:46 (9956) Current language setting: en
2021-11-01 20:59:46 (9956) Found 2 language folders.
2021-11-01 20:59:46 (9956) Module registered: CameraWndManager
2021-11-01 20:59:46 (9956) Module registered: Clipboard
2021-11-01 20:59:46 (9956) Module registered: EventManager
2021-11-01 20:59:46 (9956) Module registered: MouseToolManager
2021-11-01 20:59:46 (9956) Module registered: StartupMapLoader
2021-11-01 20:59:46 (9956) Module registered: LocalisationModule
2021-11-01 20:59:46 (9956) Module registered: DialogManager
2021-11-01 20:59:46 (9956) Module registered: UserInterfaceModule
2021-11-01 20:59:46 (9956) Module registered: FavouritesUserInterface
2021-11-01 20:59:46 (9956) Module registered: FilterUserInterface
2021-11-01 20:59:46 (9956) Module registered: wxGLWidgetManager
2021-11-01 20:59:46 (9956) Module registered: GridUserInterface
2021-11-01 20:59:46 (9956) Module registered: GroupDialogModule
2021-11-01 20:59:46 (9956) Module registered: MainFrame
2021-11-01 20:59:46 (9956) Module registered: MainFrameLayoutManager
2021-11-01 20:59:46 (9956) Module registered: MaterialEditor
2021-11-01 20:59:46 (9956) Module registered: MediaBrowser
2021-11-01 20:59:46 (9956) Module registered: MenuManager
2021-11-01 20:59:46 (9956) Module registered: EntityInspector
2021-11-01 20:59:46 (9956) Module registered: OrthoContextMenu
2021-11-01 20:59:46 (9956) Module registered: ScriptUserInterface
2021-11-01 20:59:46 (9956) Module registered: StatusBarManager
2021-11-01 20:59:46 (9956) Module registered: TextureBrowserManager
2021-11-01 20:59:46 (9956) Module registered: ToolBarManager
2021-11-01 20:59:46 (9956) Module registered: OrthoviewManager
2021-11-01 20:59:46 (9956) Module registered: Doom3BrushCreator
2021-11-01 20:59:46 (9956) Module registered: CameraManager
2021-11-01 20:59:46 (9956) Module registered: Clipper
2021-11-01 20:59:46 (9956) Module registered: FavouritesManager
2021-11-01 20:59:46 (9956) Module registered: EclassColourManager
2021-11-01 20:59:46 (9956) Module registered: EntityClassManager
2021-11-01 20:59:46 (9956) Module registered: EntityModule
2021-11-01 20:59:46 (9956) Module registered: FileTypes
2021-11-01 20:59:46 (9956) Module registered: FilterSystem
2021-11-01 20:59:46 (9956) Module registered: FontManager
2021-11-01 20:59:46 (9956) Module registered: Grid
2021-11-01 20:59:46 (9956) Module registered: ImageLoader
2021-11-01 20:59:46 (9956) Module registered: LayerModule
2021-11-01 20:59:46 (9956) Module registered: ZAasFileManager
2021-11-01 20:59:46 (9956) Module registered: Doom3AasFileLoader
2021-11-01 20:59:46 (9956) Module registered: Counters
2021-11-01 20:59:46 (9956) Module registered: EditingStopwatch
2021-11-01 20:59:46 (9956) Module registered: Map
2021-11-01 20:59:46 (9956) Module registered: MapResourceManager
2021-11-01 20:59:46 (9956) Module registered: RegionManager
2021-11-01 20:59:46 (9956) Module registered: AutomaticMapSaver
2021-11-01 20:59:46 (9956) Module registered: Doom3MapLoader
2021-11-01 20:59:46 (9956) Module registered: Doom3PrefabLoader
2021-11-01 20:59:46 (9956) Module registered: MapFormatManager
2021-11-01 20:59:46 (9956) Module registered: Quake3MapLoader
2021-11-01 20:59:46 (9956) Module registered: Quake3AlternateMapLoader
2021-11-01 20:59:46 (9956) Module registered: Quake4MapLoader
2021-11-01 20:59:46 (9956) Module registered: class map::format::PortableMapFormat
2021-11-01 20:59:46 (9956) Module registered: MapInfoFileManager
2021-11-01 20:59:46 (9956) Module registered: MRUManager
2021-11-01 20:59:46 (9956) Module registered: NamespaceFactory
2021-11-01 20:59:46 (9956) Module registered: MD5Module
2021-11-01 20:59:46 (9956) Module registered: MD5AnimationCache
2021-11-01 20:59:46 (9956) Module registered: ModelCache
2021-11-01 20:59:46 (9956) Module registered: ModelFormatManager
2021-11-01 20:59:46 (9956) Module registered: PicoModelModule
2021-11-01 20:59:46 (9956) Module registered: ParticlesManager
2021-11-01 20:59:46 (9956) Module registered: PatchModule
2021-11-01 20:59:46 (9956) Module registered: CommandSystem
2021-11-01 20:59:46 (9956) Module registered: OpenGL
2021-11-01 20:59:46 (9956) Module registered: ShaderCache
2021-11-01 20:59:46 (9956) Module registered: RenderSystemFactory
2021-11-01 20:59:46 (9956) Module registered: SharedGLContextHolder
2021-11-01 20:59:46 (9956) Module registered: SceneGraph
2021-11-01 20:59:46 (9956) Module registered: SceneGraphFactory
2021-11-01 20:59:46 (9956) Module registered: SelectionGroupModule
2021-11-01 20:59:46 (9956) Module registered: SelectionSystem
2021-11-01 20:59:46 (9956) Module registered: SelectionSetModule
2021-11-01 20:59:46 (9956) Module registered: ShaderClipboard
2021-11-01 20:59:46 (9956) Module registered: TextureToolColourSchemeManager
2021-11-01 20:59:46 (9956) Module registered: TextureToolSceneGraph
2021-11-01 20:59:46 (9956) Module registered: TextureToolSelectionSystem
2021-11-01 20:59:46 (9956) Module registered: ColourSchemeManager
2021-11-01 20:59:46 (9956) Module registered: GameManager
2021-11-01 20:59:46 (9956) Module registered: PreferenceSystem
2021-11-01 20:59:46 (9956) Module registered: MaterialManager
2021-11-01 20:59:46 (9956) Module registered: ModelSkinCache
2021-11-01 20:59:46 (9956) Module registered: UndoSystemFactory
2021-11-01 20:59:46 (9956) Module registered: VersionControlManager
2021-11-01 20:59:46 (9956) Module registered: VirtualFileSystem
2021-11-01 20:59:46 (9956) Module registered: XMLRegistry
2021-11-01 20:59:46 (9956) ModuleRegistry Compatibility Level is 20211014
2021-11-01 20:59:46 (9956) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/modules/
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/DarkRadiantCore.dll'
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/script.dll'
2021-11-01 20:59:46 (9956) Module registered: ScriptingSystem
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/sound.dll'
2021-11-01 20:59:46 (9956) Module registered: SoundManager
2021-11-01 20:59:46 (9956) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/plugins/
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.conversation.dll'
2021-11-01 20:59:46 (9956) Module registered: ConversationEditor
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.difficulty.dll'
2021-11-01 20:59:46 (9956) Module registered: DifficultyEditor
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.editing.dll'
2021-11-01 20:59:46 (9956) Module registered: DarkMod Editing
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gameconnection.dll'
2021-11-01 20:59:46 (9956) Module registered: GameConnection
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gui.dll'
2021-11-01 20:59:46 (9956) Module registered: GUI Editing
2021-11-01 20:59:46 (9956) Module registered: GuiManager
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.objectives.dll'
2021-11-01 20:59:46 (9956) Module registered: ObjectivesEditor
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.stimresponse.dll'
2021-11-01 20:59:46 (9956) Module registered: StimResponseEditor
2021-11-01 20:59:46 (9956) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/vcs.dll'
2021-11-01 20:59:46 (9956) Module registered: GitIntegration
2021-11-01 20:59:46 (9956) XMLRegistry::initialiseModule called
2021-11-01 20:59:46 (9956) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant 2.14/
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/user.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/colours.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/input.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/menu.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/commandsystem.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-01 20:59:46 (9956) CommandSystem::initialiseModule called.
2021-11-01 20:59:46 (9956) FileTypes::initialiseModule called.
2021-11-01 20:59:46 (9956) PreferenceSystem::initialiseModule called
2021-11-01 20:59:46 (9956) VirtualFileSystem::initialiseModule called
2021-11-01 20:59:46 (9956) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant 2.14/games/
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/darkmod.game
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3-demo.game
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3.game
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/prey.game
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake3.game
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake4.game
2021-11-01 20:59:46 (9956) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/xreal.game
2021-11-01 20:59:46 (9956) GameManager: Found game definitions: 
2021-11-01 20:59:46 (9956)   Doom 3
2021-11-01 20:59:46 (9956)   Doom 3 Demo
2021-11-01 20:59:46 (9956)   Prey
2021-11-01 20:59:46 (9956)   Quake 3
2021-11-01 20:59:46 (9956)   Quake 4
2021-11-01 20:59:46 (9956)   The Dark Mod 2.0 (Standalone)
2021-11-01 20:59:46 (9956)   XreaL
2021-11-01 20:59:46 (9956) 
2021-11-01 20:59:46 (9956) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-01 20:59:46 (9956) GameManager: Map path set to E:/Darkmod/fms/tbc/maps/
2021-11-01 20:59:46 (9956) GameManager: Prefab path set to E:/Darkmod/fms/tbc/prefabs/
2021-11-01 20:59:46 (9956) Initialising filesystem using 2 paths 
2021-11-01 20:59:46 (9956) VFS Search Path priority is: 
2021-11-01 20:59:46 (9956) - E:/Darkmod/fms/tbc/
2021-11-01 20:59:46 (9956) - E:/Darkmod/
2021-11-01 20:59:46 (9956) Allowed PK4 Archive File Extensions: pk4
2021-11-01 20:59:46 (9956) [vfs] Searched directory: E:/Darkmod/fms/tbc/
2021-11-01 20:59:46 (9956) [vfs] Searched directory: E:/Darkmod/
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-01 20:59:46 (9956) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-01 20:59:46 (9956) MapInfoFileManager::initialiseModule called.
2021-11-01 20:59:46 (9956) MapFormatManager::initialiseModule called.
2021-11-01 20:59:46 (9956) Doom3MapLoader: initialiseModule called.
2021-11-01 20:59:46 (9956) MapResourceManager::initialiseModule called.
2021-11-01 20:59:46 (9956) SceneGraph::initialiseModule called
2021-11-01 20:59:46 (9956) Map::initialiseModule called.
2021-11-01 20:59:46 (9956) AutomaticMapSaver::initialiseModule called.
2021-11-01 20:59:46 (9956) CameraManager::initialiseModule called.
2021-11-01 20:59:46 (9956) EventManager::initialiseModule called.
2021-11-01 20:59:46 (9956) EventManager successfully initialised.
2021-11-01 20:59:46 (9956) EclassColourManager::initialiseModule called.
2021-11-01 20:59:46 (9956) EntityClassDoom3::initialiseModule called.
2021-11-01 20:59:46 (9728) searching vfs directory 'def' for *.def
2021-11-01 20:59:46 (9956) GroupDialogModule::initialiseModule called
2021-11-01 20:59:46 (9728) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-01 20:59:46 (9728) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-01 20:59:46 (9728) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-01 20:59:46 (9956) MainFrameLayoutManager::initialiseModule called.
2021-11-01 20:59:46 (9956) MaterialManager::initialiseModule called
2021-11-01 20:59:46 (9956) SharedGLContextHolder::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-01 20:59:46 (3680) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-01 20:59:46 (3680) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-01 20:59:46 (3680) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-01 20:59:46 (9956) ShaderCache::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-01 20:59:46 (9956) StatusBarManager::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-01 20:59:46 (9956) OrthoviewManager::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-01 20:59:46 (9956) MainFrame::initialiseModule called.
2021-11-01 20:59:46 (9956) CameraWndManager::initialiseModule called.
2021-11-01 20:59:46 (9956) Clipboard::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-01 20:59:46 (9956) Clipper::initialiseModule called
2021-11-01 20:59:46 (9956) ColourSchemeManager::initialiseModule called.
2021-11-01 20:59:46 (9956) ColourSchemeManager: Loading colour schemes...
2021-11-01 20:59:46 (9956) MenuManager::initialiseModule called.
2021-11-01 20:59:46 (9956) ConversationEditor::initialiseModule called.
2021-11-01 20:59:46 (9956) GridManager::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-01 20:59:46 (9956) OpenGL::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-01 20:59:46 (9956) SelectionSystem::initialiseModule called.
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-01 20:59:46 (3680) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-01 20:59:46 (3680) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-01 20:59:46 (9728) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-01 20:59:46 (9956) DarkMod Editing::initialiseModule called.
2021-11-01 20:59:46 (9956) DialogManager::initialiseModule called.
2021-11-01 20:59:46 (9956) DifficultyEditor::initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-01 20:59:46 (3680) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-01 20:59:46 (9956) ZAasFileManager::initialiseModule called.
2021-11-01 20:59:46 (9956) Doom3AasFileLoader: initialiseModule called.
2021-11-01 20:59:46 (3680) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-01 20:59:46 (9956) BrushModuleImpl::initialiseModule called.
2021-11-01 20:59:46 (9956) Doom3PrefabLoader: initialiseModule called.
2021-11-01 20:59:46 (3680) 4781 shader definitions found.
2021-11-01 20:59:46 (9956) EditingStopwatch::initialiseModule called.
2021-11-01 20:59:46 (9956) EntityModule::initialiseModule called.
2021-11-01 20:59:46 (9728) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-01 20:59:46 (9956) FavouritesUserInterface::initialiseModule called.
2021-11-01 20:59:46 (9956) [filters] Loaded 18 filters from registry.
2021-11-01 20:59:46 (9956) FilterUserInterface::initialiseModule called.
2021-11-01 20:59:46 (9956) FontManager::initialiseModule called
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-01 20:59:46 (9728) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (9956) GUI Editing::initialiseModule called.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (9956) VersionControlManager::initialiseModule called.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (9956) GitIntegration::initialiseModule called.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (9956) Failed to open repository at E:/Darkmod/fms/tbc/
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (9956) GridUserInterface::initialiseModule called.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (9956) GuiManager::initialiseModule called.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (2272) [GuiManager]: Found 269 guis.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-01 20:59:46 (3680) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-01 20:59:46 (3680) 25 fonts registered.
2021-11-01 20:59:46 (9956) LayerModule::initialiseModule called.
2021-11-01 20:59:46 (9956) LocalisationModule::initialiseModule called
2021-11-01 20:59:46 (9956) MD5AnimationCache::initialiseModule called.
2021-11-01 20:59:46 (9956) ModelFormatManager::initialiseModule called.
2021-11-01 20:59:46 (9728) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-01 20:59:46 (9956) MRUManager::initialiseModule called.
2021-11-01 20:59:46 (9956) MaterialEditor::initialiseModule called.
2021-11-01 20:59:46 (9956) ShaderClipboard::initialiseModule called.
2021-11-01 20:59:46 (9956) MediaBrowser::initialiseModule called.
2021-11-01 20:59:46 (9728) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-01 20:59:46 (9728) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-01 20:59:46 (9728) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-01 20:59:46 (9956) ModelCache::initialiseModule called.
2021-11-01 20:59:46 (9956) Doom3SkinCache::initialiseModule called
2021-11-01 20:59:46 (3680) [skins] Loading skins.
2021-11-01 20:59:46 (9956) NamespaceFactory::initialiseModule called.
2021-11-01 20:59:46 (9956) ObjectivesEditorModule::initialiseModule called.
2021-11-01 20:59:46 (3680) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-01 20:59:46 (3680) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-01 20:59:46 (9956) ParticlesManager::initialiseModule called
2021-11-01 20:59:46 (9956) PatchModule::initialiseModule called.
2021-11-01 20:59:46 (3680) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-01 20:59:46 (9956) Quake3AlternateMapLoader: initialiseModule called.
2021-11-01 20:59:46 (9956) Quake3MapLoader: initialiseModule called.
2021-11-01 20:59:46 (9956) Quake4MapLoader: initialiseModule called.
2021-11-01 20:59:46 (9956) RegionManager::initialiseModule called.
2021-11-01 20:59:46 (9956) RenderSystemFactory::initialiseModule called.
2021-11-01 20:59:46 (3680) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-01 20:59:46 (9956) SceneGraphFactory::initialiseModule called.
2021-11-01 20:59:46 (9956) ScriptingSystem::initialiseModule called.
2021-11-01 20:59:46 (9956) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-01 20:59:46 (9956) SelectionGroupModule::initialiseModule called.
2021-11-01 20:59:46 (9956) SelectionSetModule::initialiseModule called.
2021-11-01 20:59:46 (9956) SoundManager: initialising sound playback
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (9956) StartupMapLoader::initialiseModule called.
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (9956) StimResponseEditor::initialiseModule called.
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (9728) Found 302 particle definitions.
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-01 20:59:46 (9956) TextureBrowserManager::initialiseModule called.
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (3680) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-01 20:59:46 (9956) TextureToolSceneGraph::initialiseModule called.
2021-11-01 20:59:46 (9956) TextureToolSelectionSystem::initialiseModule called.
2021-11-01 20:59:46 (9956) Found toolbar: view
2021-11-01 20:59:46 (9956) Found toolbar: edit
2021-11-01 20:59:46 (9956) Found toolbar: texture
2021-11-01 20:59:46 (9956) Found toolbar: textool
2021-11-01 20:59:46 (9956) UndoSystemFactory::initialiseModule called
2021-11-01 20:59:46 (9956) UserInterfaceModule::initialiseModule called.
2021-11-01 20:59:46 (9956) wxWidgets Version: 3.1.3
2021-11-01 20:59:46 (9956) Default screen has 1 monitors.
2021-11-01 20:59:46 (9956) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-01 20:59:46 (3680) [skins] Found 1462 skins.
2021-11-01 20:59:46 (9956) class map::format::PortableMapFormat: initialiseModule called.
2021-11-01 20:59:46 (9956) wxGLWidgetManager::initialiseModule called.
2021-11-01 20:59:46 (9956) ToolbarManager: Instantiating toolbar: view
2021-11-01 20:59:46 (2272) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-01 20:59:46 (9956) ToolbarManager: Instantiating toolbar: edit
2021-11-01 20:59:46 (2272) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-01 20:59:46 (2272) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-01 20:59:46 (2272) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-01 20:59:46 (2272) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-01 20:59:46 (2272) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-01 20:59:46 (2272) 3306 sound shaders found.
2021-11-01 20:59:46 (9956) MainFrame: Activating layout Dockable
2021-11-01 20:59:46 (9956) ToolbarManager: Instantiating toolbar: texture
2021-11-01 20:59:47 (9956) ToolbarManager: Instantiating toolbar: textool
2021-11-01 20:59:47 (9956) EventManager: Shortcuts found in Registry: 152
2021-11-01 20:59:47 (9956) Loading map from unnamed.map
2021-11-01 20:59:47 (9956) map load timer:  0.00 second(s) elapsed
2021-11-01 20:59:47 (9956) GL_VENDOR: NVIDIA Corporation
2021-11-01 20:59:47 (9956) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-01 20:59:47 (9956) GL_VERSION: 4.6.0 NVIDIA 471.11
2021-11-01 20:59:47 (9956) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-01 20:59:47 (9956) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-01 20:59:47 (9956) --- LoadMapFile ---
2021-11-01 20:59:47 (9956) unnamed.map
2021-11-01 20:59:47 (9956) 0 brushes
2021-11-01 20:59:47 (9956) 0 patches
2021-11-01 20:59:47 (9956) 0 entities
2021-11-01 20:59:47 (9956) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-01 20:59:47 (9956) Registered script file commands/ase_export.py as aseExport
2021-11-01 20:59:47 (9956) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-01 20:59:47 (9956) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-01 20:59:47 (9956) Registered script file commands/example.py as Example
2021-11-01 20:59:47 (9956) Registered script file commands/export_obj.py as objExport
2021-11-01 20:59:47 (9956) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-01 20:59:47 (9956) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-01 20:59:47 (9956) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-01 20:59:47 (9956) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-01 20:59:47 (9956) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-01 20:59:47 (9956) Registered script file commands/test_targets.py as test_targets
2021-11-01 20:59:47 (9956) ScriptModule: Found 11 commands.
2021-11-01 20:59:47 (9956) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-01 20:59:48 (5156) Auto-saving registry to user settings path.
2021-11-01 20:59:53 (9956) Received GL Window Scroll
2021-11-01 20:59:53 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 20:59:53 (9956) Received GL Window Scroll
2021-11-01 20:59:53 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 20:59:53 (9956) Received GL Window Scroll
2021-11-01 20:59:53 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 20:59:54 (9956) Received GL Window Scroll
2021-11-01 20:59:54 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 20:59:55 (9956) Received GL Window Scroll
2021-11-01 20:59:55 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 20:59:56 (9956) Received GL Window Scroll
2021-11-01 20:59:56 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 20:59:57 (9956) Received GL Window Scroll
2021-11-01 20:59:57 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 20:59:57 (9956) Received GL Window Scroll
2021-11-01 20:59:57 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 20:59:57 (9956) Received GL Window Scroll
2021-11-01 20:59:57 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 20:59:58 (9956) Received GL Window Scroll
2021-11-01 20:59:58 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomOut
2021-11-01 20:59:59 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomOut
2021-11-01 20:59:59 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomOut
2021-11-01 20:59:59 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomIn
2021-11-01 20:59:59 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomIn
2021-11-01 20:59:59 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomIn
2021-11-01 20:59:59 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomIn
2021-11-01 20:59:59 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 20:59:59 (9956) Received SHIFT + ZoomIn
2021-11-01 20:59:59 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:00 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:00 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:00 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:03 (9956) ShaderLibrary: definition not found: 
2021-11-01 21:00:03 (9956) brushDragNew
2021-11-01 21:00:05 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:05 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:05 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:05 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:05 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:05 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:00:05 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:05 (9956) Setting scale to 16.7772 (previous was 13.4218)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 13.4218 (previous was 16.7772)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:06 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:06 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:06 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:06 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:06 (9956) Setting scale to 16.7772 (previous was 13.4218)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:06 (9956) Setting scale to 20.9715 (previous was 16.7772)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 16.7772 (previous was 20.9715)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 13.4218 (previous was 16.7772)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:06 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:06 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 16.7772 (previous was 13.4218)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 20.9715 (previous was 16.7772)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:07 (9956) Setting scale to 16.7772 (previous was 20.9715)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:07 (9956) Setting scale to 13.4218 (previous was 16.7772)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:07 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:07 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:07 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomOut
2021-11-01 21:00:07 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:07 (9956) Received SHIFT + ZoomIn
2021-11-01 21:00:07 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:08 (9956) Received GL Window Scroll
2021-11-01 21:00:08 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:00:09 (9956) Received GL Window Scroll
2021-11-01 21:00:09 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 8.58993 (previous was 6.87195)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:10 (9956) Received GL Window Scroll
2021-11-01 21:00:10 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:00:11 (9956) Received GL Window Scroll
2021-11-01 21:00:11 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:00:11 (9956) Received GL Window Scroll
2021-11-01 21:00:11 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:11 (9956) Received GL Window Scroll
2021-11-01 21:00:11 (9956) Setting scale to 10.7374 (previous was 8.58993)
2021-11-01 21:00:11 (9956) Received GL Window Scroll
2021-11-01 21:00:11 (9956) Setting scale to 8.58993 (previous was 10.7374)
2021-11-01 21:00:11 (9956) Received GL Window Scroll
2021-11-01 21:00:11 (9956) Setting scale to 6.87195 (previous was 8.58993)
2021-11-01 21:00:15 (9956) Loading map from E:/Darkmod/fms/tbc/maps/tbc.map
2021-11-01 21:00:15 (9956) Open file E:/Darkmod/fms/tbc/maps/tbc.map from filesystem...success.
2021-11-01 21:00:15 (9956) Using Doom 3 format to load the data.
2021-11-01 21:00:16 (9956) [AttachmentData] Entity 'atdm:weapon_shortsword' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-01 21:00:16 (9956) [AttachmentData] Entity 'atdm:weapon_blackjack' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-01 21:00:16 (9956) [AttachmentData] Entity 'atdm:weapon_blackjack' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-01 21:00:16 (9956) [AttachmentData] Entity 'atdm:weapon_shortsword' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-01 21:00:16 (5156) Auto-saving registry to user settings path.
2021-11-01 21:00:17 (9956) PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (2 layers found)
2021-11-01 21:00:18 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:18 (9956) PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (3 layers found)
2021-11-01 21:00:18 (9956) PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (2 layers found)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:19 (9956) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-01 21:00:20 (9956) Open file E:/Darkmod/fms/tbc/maps/tbc.darkradiant from filesystem...success.
2021-11-01 21:00:20 (9956) Parsing info file...
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed map editing time.
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #2 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #6 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #7 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #8 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #9 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #10 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #11 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #12 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #13 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #14 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #15 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #16 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #17 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #18 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #105 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #118 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #124 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #125 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #140 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #142 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #167 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #168 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #169 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #171 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #190 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #207 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #215 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #227 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #231 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #232 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #234 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #242 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #250 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #251 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #256 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #257 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #258 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #269 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #270 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #271 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #272 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #273 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #274 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #275 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #294 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #297 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #298 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #301 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #302 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #306 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #319 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #346 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #348 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #355 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #357 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #360 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #361 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #365 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #366 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #367 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #374 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #394 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #402 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #409 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #410 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #413 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #415 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #416 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #477 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #478 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #479 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #487 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #489 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #510 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #511 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #516 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #520 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #521 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #575 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #578 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #592 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #593 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #603 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #615 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #633 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #634 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #635 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #636 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #639 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #650 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #651 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #652 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #653 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #654 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #655 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #659 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #661 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #662 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #663 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #669 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #671 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #690 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #708 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #712 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #717 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #718 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #719 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #720 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #721 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #722 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #723 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #724 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #725 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #726 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #739 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #755 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #756 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #762 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #897 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #898 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #899 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #901 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #904 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #926 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #927 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #941 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #942 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #943 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #982 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #988 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1010 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1011 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1015 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1017 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1181 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1193 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1195 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1196 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1197 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1198 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1199 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1200 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1203 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1234 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1235 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1236 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1237 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1247 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1250 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1270 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1271 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1273 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1280 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1281 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1283 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1284 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1290 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1293 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1294 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1295 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1297 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1298 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1299 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1306 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1313 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1315 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1316 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1319 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1320 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1321 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1322 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1323 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1325 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1326 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1333 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1334 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1335 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1336 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1337 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1338 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1340 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1354 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1362 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1363 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1364 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1365 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1366 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1367 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1368 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1369 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1370 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1371 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1372 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1383 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1384 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1394 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1395 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1397 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1399 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1401 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1402 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1403 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1406 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1421 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1426 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1475 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1478 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1480 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1483 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1493 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1495 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1496 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1497 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1500 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1501 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1502 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1506 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1509 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1510 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1514 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1522 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1533 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1541 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1542 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1546 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1595 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1639 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1648 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1654 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1659 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1662 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1663 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1664 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1665 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1666 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1667 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1668 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1672 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1680 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1700 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1714 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1715 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1736 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1737 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1740 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1746 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1747 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1750 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1751 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1752 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1754 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1755 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1756 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1758 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1759 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1760 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1761 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1762 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1763 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1764 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1765 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1766 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1767 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1769 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1770 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1776 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1777 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1779 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1780 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1781 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1782 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1785 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1787 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1789 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1790 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1791 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1795 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1797 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1808 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1809 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1816 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1839 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1847 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1862 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1867 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1868 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1870 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1871 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1872 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1873 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1908 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1909 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1910 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1911 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1921 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1925 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1929 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1931 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1932 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1937 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1938 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1939 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1940 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1941 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1943 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1944 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1948 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1950 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1961 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1963 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1964 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1967 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1968 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1969 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1972 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1973 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #1976 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3278 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3280 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3281 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3283 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3284 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3285 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3286 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3287 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3288 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3289 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3294 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3307 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3308 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3309 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3310 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3311 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3312 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3315 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3316 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3321 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3322 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3323 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3324 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3325 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3326 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3327 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3328 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3329 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3331 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3335 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3338 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3339 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3341 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3345 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3346 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3347 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3348 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3349 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3350 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3351 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3352 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3353 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3354 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3355 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3358 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3359 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3361 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3362 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3363 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3364 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3365 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3366 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3367 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3368 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3369 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3370 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3371 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3373 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3375 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3377 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3378 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3384 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3385 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3386 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3387 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3388 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3394 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3395 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3398 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3399 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3401 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3402 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3403 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3404 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3405 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3406 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3412 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3413 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3415 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3416 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3421 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3422 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3424 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3427 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3431 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3434 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3436 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3441 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3443 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3447 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3448 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3449 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3450 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3453 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3454 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3468 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3469 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3471 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3476 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3491 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3492 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3493 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3494 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3495 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3496 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3497 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3498 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3499 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3517 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3518 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3519 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3520 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3521 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3522 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3530 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3531 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3533 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3534 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3538 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3554 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3555 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3556 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3559 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3562 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3564 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3565 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3566 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3575 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3576 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3577 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3578 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3579 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3580 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3581 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3582 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3589 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3601 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3604 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3609 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3616 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3618 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3624 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3649 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3662 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3667 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3672 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3676 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3689 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3695 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3696 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3697 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3705 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3706 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3707 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3749 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3750 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3753 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3755 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3756 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3760 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3761 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3762 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3763 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3764 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3768 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3770 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3771 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3773 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3774 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3785 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3786 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3788 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3790 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3793 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3794 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3796 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3800 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3801 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3802 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3803 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3804 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3805 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3806 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3807 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3808 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3809 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3810 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3811 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3812 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3813 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3815 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3816 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3820 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3822 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3823 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3826 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3827 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3828 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3829 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3830 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3831 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3837 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3841 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3856 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3859 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3861 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3863 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3864 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3869 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3872 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3874 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3876 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3878 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3879 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3880 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3882 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3889 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3890 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3891 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3893 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3894 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3896 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3899 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3900 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3901 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3903 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3904 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3905 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3906 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3907 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3908 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3909 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3910 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3911 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3912 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3913 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3914 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3916 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3917 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3936 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3946 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3951 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3953 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3954 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3955 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3956 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3957 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3958 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3959 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3960 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3961 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3963 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3964 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3965 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3967 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3968 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3969 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3971 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3972 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3973 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3974 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3975 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3976 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3977 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3983 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3984 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3985 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3986 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3987 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3988 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3989 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3992 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3993 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3995 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3996 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3997 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3998 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #3999 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4000 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4001 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4002 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4003 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4008 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4009 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4010 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4012 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4013 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4014 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4015 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4018 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4019 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4020 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4022 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4023 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4024 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4025 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4026 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4027 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4028 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4029 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4030 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4032 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4033 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4034 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4036 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4038 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4047 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4048 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4049 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4050 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4051 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4052 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4054 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4055 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4056 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4057 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4060 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4061 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4062 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4063 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4064 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4065 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4066 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4067 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4068 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4070 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4071 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4072 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4073 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4076 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4077 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4078 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4079 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4080 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4083 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4084 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4085 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4086 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4087 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4089 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4090 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4091 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4092 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4094 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4095 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4096 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4097 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4098 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4099 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4110 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4121 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4124 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4125 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4126 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4127 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4128 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4135 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4136 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4146 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4147 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4148 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4149 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4150 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4151 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4152 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4153 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4154 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4155 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4156 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4157 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4158 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4159 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4160 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4161 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4162 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4163 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4164 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4165 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4166 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4167 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4168 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4169 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4170 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4171 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4172 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4173 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4174 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4178 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4179 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4180 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4184 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4185 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4189 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4197 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4199 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4200 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4202 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4203 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4213 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4214 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4215 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4218 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4219 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4220 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4222 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4223 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4224 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4225 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4226 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4238 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4240 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4241 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4242 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4243 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4244 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4245 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4246 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4247 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4248 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4249 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4250 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4251 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4252 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4253 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4254 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4255 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4256 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4260 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4262 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4263 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4264 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4265 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4266 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4267 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4268 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4280 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4281 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4282 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4283 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4284 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4285 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4286 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4287 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4288 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4289 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4290 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4291 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4296 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4307 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4310 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4314 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4315 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4316 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4317 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4318 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4319 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4320 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4321 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4322 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4323 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4324 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4326 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4333 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4335 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4336 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4338 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4339 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4341 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4342 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4348 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4349 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4350 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4351 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4353 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4354 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4355 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4356 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4357 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4358 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4364 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4365 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4366 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4367 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4368 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4369 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4373 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4374 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4375 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4376 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4377 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4378 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4379 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4380 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4381 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4382 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4383 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4384 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4385 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4386 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4387 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4388 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4392 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4394 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4396 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4401 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4402 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4403 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4404 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4405 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4406 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4413 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4414 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4415 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4437 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4440 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4458 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4459 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4460 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4461 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4464 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4472 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4473 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4474 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4475 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4476 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4486 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4487 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4488 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4489 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4490 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4491 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4492 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4493 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4503 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4504 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4505 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4506 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4507 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4520 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4521 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4522 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4523 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4524 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4525 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4526 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4527 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4529 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4530 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4531 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4532 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4533 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4541 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4542 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4547 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4549 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4550 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4551 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4552 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4553 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4554 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4555 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4556 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4557 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4558 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4565 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4566 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4567 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4568 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4569 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4570 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4571 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4572 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4597 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4598 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4599 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4600 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4601 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4602 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4603 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4604 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4613 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4614 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4615 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4619 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4620 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4622 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4623 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4624 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4625 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4630 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4631 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4632 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4635 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4636 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4649 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4650 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4651 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4652 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4653 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4660 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4661 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4662 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4663 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4666 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4667 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4668 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4669 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4670 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4674 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4675 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4676 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4685 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4686 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4687 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4688 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4689 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4690 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4691 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4692 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4693 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4694 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4695 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4696 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4697 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4698 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4699 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4700 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4701 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4707 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4708 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4709 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4710 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4711 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4712 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4713 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4714 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4715 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4716 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4722 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4723 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4724 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4725 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4726 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4727 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4728 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4729 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4730 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4731 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4732 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4733 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4735 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4736 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4737 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4738 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4739 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4740 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4741 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4742 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4743 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4744 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4745 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4751 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4752 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4753 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4771 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4772 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4773 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4775 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4776 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4777 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4779 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4780 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4781 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4782 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4783 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4784 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4785 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4786 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4787 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4788 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4789 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4796 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4797 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4798 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4799 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4800 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4801 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4802 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4803 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4831 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4832 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4833 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4838 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4839 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4840 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4841 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4843 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4845 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4846 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4847 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4849 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4850 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4851 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4879 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4882 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4883 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4886 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4887 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4888 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4889 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4897 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4898 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4899 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4900 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4901 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4902 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4903 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4904 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4907 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4908 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4910 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4911 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4912 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4913 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4914 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4915 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4916 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4922 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4924 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4926 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4927 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4930 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4931 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4939 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4947 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4948 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4949 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4950 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4951 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4970 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4973 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4974 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4984 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4985 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4986 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4987 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4991 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4992 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4995 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4996 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4997 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #4998 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5008 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5011 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5012 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5013 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5017 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5018 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5022 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5024 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5025 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5026 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5032 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5033 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5034 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5035 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5036 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5037 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5038 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5039 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5040 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5041 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5042 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5043 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5044 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5045 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5046 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5047 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5048 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5049 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5050 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5051 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed group #5054 with name ""
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #0 with name Default
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #1 with name city_canal
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #2 with name city_south
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #3 with name city_east
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #4 with name sky
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #5 with name city_north
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #6 with name church_manor
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #7 with name warehouse
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #8 with name snow_fall
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #9 with name sewers
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #10 with name warehouse_basement
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #11 with name shop
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed layer #13 with name tower
2021-11-01 21:00:20 (9956) Sanity-checking the layer assignments...done, had to fix 0 assignments.
2021-11-01 21:00:20 (9956) [InfoFile]: Parsed 22 map properties.
2021-11-01 21:00:20 (9956) map load timer:  4.37 second(s) elapsed
2021-11-01 21:00:20 (9956) Stage keyword not recognised: portalrendermap
2021-11-01 21:00:20 (9956) Stage keyword not recognised: screen
2021-11-01 21:00:20 (9956) [shaders] Unable to load texture: _default
2021-11-01 21:00:20 (5156) Auto-saving registry to user settings path.
2021-11-01 21:00:21 (9956) ShaderLibrary: definition not found: Default
2021-11-01 21:00:21 (9956) Material keyword not recognised: shadowmapoffset
2021-11-01 21:00:21 (9956) Material keyword not recognised: 2
2021-11-01 21:00:21 (9956) ShaderLibrary: definition not found: window_side_2
2021-11-01 21:00:21 (9956) ShaderLibrary: definition not found: models/darkmod/stone/brick/tiling_1d/bt_borderwall1_grey_trim_n
2021-11-01 21:00:21 (9956) ShaderLibrary: definition not found: BITMAP
2021-11-01 21:00:21 (9956) ShaderLibrary: definition not found: Bed_Main
2021-11-01 21:00:22 (9956) Read 799940 seconds of total map editing time.
2021-11-01 21:00:22 (9956) --- LoadMapFile ---
2021-11-01 21:00:22 (9956) E:/Darkmod/fms/tbc/maps/tbc.map
2021-11-01 21:00:22 (9956) 12792 brushes
2021-11-01 21:00:22 (9956) 8179 patches
2021-11-01 21:00:22 (9956) 4125 entities
2021-11-01 21:00:22 (9956) EntityInspector: warning: removed key 'classname' not found in map.
2021-11-01 21:00:24 (9956) Received GL Window Scroll
2021-11-01 21:00:24 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:24 (9956) Received GL Window Scroll
2021-11-01 21:00:24 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:24 (9956) Received GL Window Scroll
2021-11-01 21:00:24 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:24 (9956) Received GL Window Scroll
2021-11-01 21:00:24 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:24 (9956) Received GL Window Scroll
2021-11-01 21:00:24 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:00:26 (9956) Received GL Window Scroll
2021-11-01 21:00:26 (9956) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 1.80144 (previous was 2.2518)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 2.2518 (previous was 1.80144)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:27 (9956) Received GL Window Scroll
2021-11-01 21:00:27 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:00:29 (9956) Received GL Window Scroll
2021-11-01 21:00:29 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:00:30 (9956) Received GL Window Scroll
2021-11-01 21:00:30 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:31 (9956) Received GL Window Scroll
2021-11-01 21:00:31 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:31 (9956) Received GL Window Scroll
2021-11-01 21:00:31 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:00:31 (9956) Received GL Window Scroll
2021-11-01 21:00:31 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:00:31 (9956) Received GL Window Scroll
2021-11-01 21:00:31 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:31 (9956) Received GL Window Scroll
2021-11-01 21:00:31 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:31 (9956) Received GL Window Scroll
2021-11-01 21:00:31 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:00:32 (9956) Received GL Window Scroll
2021-11-01 21:00:32 (9956) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 21:00:32 (9956) Received GL Window Scroll
2021-11-01 21:00:32 (9956) Setting scale to 1.80144 (previous was 2.2518)
2021-11-01 21:00:32 (9956) Received GL Window Scroll
2021-11-01 21:00:32 (9956) Setting scale to 1.44115 (previous was 1.80144)
2021-11-01 21:00:32 (9956) Received GL Window Scroll
2021-11-01 21:00:32 (9956) Setting scale to 1.15292 (previous was 1.44115)
2021-11-01 21:00:33 (9956) Received GL Window Scroll
2021-11-01 21:00:33 (9956) Setting scale to 0.922337 (previous was 1.15292)
2021-11-01 21:00:33 (9956) Received GL Window Scroll
2021-11-01 21:00:33 (9956) Setting scale to 0.73787 (previous was 0.922337)
2021-11-01 21:00:33 (9956) Received GL Window Scroll
2021-11-01 21:00:33 (9956) Setting scale to 0.922337 (previous was 0.73787)
2021-11-01 21:00:34 (9956) Received GL Window Scroll
2021-11-01 21:00:34 (9956) Setting scale to 1.15292 (previous was 0.922337)
2021-11-01 21:00:34 (9956) Received GL Window Scroll
2021-11-01 21:00:34 (9956) Setting scale to 1.44115 (previous was 1.15292)
2021-11-01 21:00:34 (9956) Received GL Window Scroll
2021-11-01 21:00:34 (9956) Setting scale to 1.80144 (previous was 1.44115)
2021-11-01 21:00:35 (9956) Received GL Window Scroll
2021-11-01 21:00:35 (9956) Setting scale to 1.44115 (previous was 1.80144)
2021-11-01 21:00:35 (9956) Received GL Window Scroll
2021-11-01 21:00:35 (9956) Setting scale to 1.15292 (previous was 1.44115)
2021-11-01 21:00:35 (9956) Received GL Window Scroll
2021-11-01 21:00:35 (9956) Setting scale to 1.44115 (previous was 1.15292)
2021-11-01 21:00:35 (9956) Received GL Window Scroll
2021-11-01 21:00:35 (9956) Setting scale to 1.80144 (previous was 1.44115)
2021-11-01 21:00:36 (9956) Received GL Window Scroll
2021-11-01 21:00:36 (9956) Setting scale to 2.2518 (previous was 1.80144)
2021-11-01 21:00:36 (9956) Received GL Window Scroll
2021-11-01 21:00:36 (9956) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 21:00:36 (9956) Received GL Window Scroll
2021-11-01 21:00:36 (9956) Setting scale to 2.2518 (previous was 2.81475)
2021-11-01 21:00:36 (9956) Received GL Window Scroll
2021-11-01 21:00:36 (9956) Setting scale to 1.80144 (previous was 2.2518)
2021-11-01 21:00:57 (9956) Received GL Window Scroll
2021-11-01 21:00:57 (9956) Setting scale to 2.2518 (previous was 1.80144)
2021-11-01 21:00:57 (9956) Received GL Window Scroll
2021-11-01 21:00:57 (9956) Setting scale to 2.81475 (previous was 2.2518)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:00:59 (9956) Received GL Window Scroll
2021-11-01 21:00:59 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:01:00 (9956) Received GL Window Scroll
2021-11-01 21:01:00 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:01:00 (9956) Received GL Window Scroll
2021-11-01 21:01:00 (9956) Setting scale to 2.81475 (previous was 3.51844)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 3.51844 (previous was 2.81475)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 8.58994 (previous was 6.87195)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:02 (9956) Setting scale to 6.87195 (previous was 8.58994)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:02 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:02 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:02 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:01:02 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:02 (9956) Setting scale to 8.58994 (previous was 6.87195)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:03 (9956) Setting scale to 10.7374 (previous was 8.58994)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:03 (9956) Setting scale to 8.58994 (previous was 10.7374)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:03 (9956) Setting scale to 6.87195 (previous was 8.58994)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:03 (9956) Setting scale to 5.49756 (previous was 6.87195)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:03 (9956) Setting scale to 4.39805 (previous was 5.49756)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomOut
2021-11-01 21:01:03 (9956) Setting scale to 3.51844 (previous was 4.39805)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:03 (9956) Setting scale to 4.39805 (previous was 3.51844)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:03 (9956) Setting scale to 5.49756 (previous was 4.39805)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:03 (9956) Setting scale to 6.87195 (previous was 5.49756)
2021-11-01 21:01:03 (9956) Received SHIFT + ZoomIn
2021-11-01 21:01:03 (9956) Setting scale to 8.58994 (previous was 6.87195)
2021-11-01 21:01:03 (9956) Received GL Window Scroll
2021-11-01 21:01:03 (9956) Setting scale to 10.7374 (previous was 8.58994)
2021-11-01 21:01:03 (9956) Received GL Window Scroll
2021-11-01 21:01:03 (9956) Setting scale to 13.4218 (previous was 10.7374)
2021-11-01 21:01:03 (9956) Received GL Window Scroll
2021-11-01 21:01:03 (9956) Setting scale to 16.7772 (previous was 13.4218)
2021-11-01 21:01:03 (9956) Received GL Window Scroll
2021-11-01 21:01:03 (9956) Setting scale to 20.9715 (previous was 16.7772)
2021-11-01 21:01:03 (9956) Received GL Window Scroll
2021-11-01 21:01:03 (9956) Setting scale to 16.7772 (previous was 20.9715)
2021-11-01 21:01:04 (9956) Received GL Window Scroll
2021-11-01 21:01:04 (9956) Setting scale to 13.4218 (previous was 16.7772)
2021-11-01 21:01:04 (9956) Received GL Window Scroll
2021-11-01 21:01:04 (9956) Setting scale to 10.7374 (previous was 13.4218)
2021-11-01 21:01:04 (9956) Received GL Window Scroll
2021-11-01 21:01:04 (9956) Setting scale to 8.58994 (previous was 10.7374)
2021-11-01 21:01:04 (9956) Received GL Window Scroll
2021-11-01 21:01:04 (9956) Setting scale to 6.87195 (previous was 8.58994)
2021-11-01 21:01:05 (9956) Received GL Window Scroll
2021-11-01 21:01:05 (9956) Setting scale to 8.58994 (previous was 6.87195)
2021-11-01 21:01:14 (9956) LayerControlDialog shutting down.
2021-11-01 21:01:14 (9956) TexTool shutting down.
2021-11-01 21:01:14 (9956) ModelSelector shutting down.
2021-11-01 21:01:14 (5156) Auto-saving registry to user settings path.
2021-11-01 21:01:15 (9956) CommandSystem: shutting down.
2021-11-01 21:01:15 (9956) BrushModuleImpl::shutdownModule called.
2021-11-01 21:01:15 (9956) EntityClassDoom3::shutdownModule called.
2021-11-01 21:01:15 (9956) EntityModule::shutdownModule called.
2021-11-01 21:01:15 (9956) EventManager::shutdownModule called
2021-11-01 21:01:15 (9956) GitIntegration::shutdownModule called.
2021-11-01 21:01:15 (9956) MainFrame::shutdownModule called.
2021-11-01 21:01:15 (9956) MainFrameLayoutManager::shutdownModule called.
2021-11-01 21:01:15 (9956) MapInfoFileManager::shudownModule called.
2021-11-01 21:01:15 (9956) Doom3ShaderSystem::shutdownModule called
2021-11-01 21:01:15 (9956) ObjectivesEditorModule shutting down.
2021-11-01 21:01:15 (9956) ScriptingSystem::shutdownModule called.
2021-11-01 21:01:15 (9956) Filesystem shut down
2021-11-01 21:01:15 (9956) XMLRegistry Shutdown: 6020 queries processed.
2021-11-01 21:01:15 (9956) 2021-11-01 21:01:15 Closing log file.
darkradiant-3.log (176,972 bytes)   
greebo

greebo

02.11.2021 03:07

administrator   ~0014483

Thanks. I'll prepare another debug build, to be able to catch what's going wrong with the cursor centering. At first I thought it might be related to the Desktop Zoom Level which you can define in Windows (100% / 125%, etc.) but I just tried that on my end - still working. So I'll give this a thought and come back to you with a new test build. Work's starting again, so it might be a while.
greebo

greebo

02.11.2021 18:36

administrator   ~0014485

A new build is currently running at https://github.com/codereader/DarkRadiant/actions/runs/1413654254, please check it out when the build is finished.
Bikerdude

Bikerdude

02.11.2021 20:08

reporter   ~0014486

Still broken, did a log without pressing shift and with pressing shift -
darkradiant-4.log (46,357 bytes)   
2021-11-02 20:07:02 (9360) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-02 20:07:02 (9360) This is DarkRadiant 2.14.0_rev4b9b914 x64 
2021-11-02 20:07:02 (9360) Today is 2021-11-02 20:07:02
2021-11-02 20:07:02 (9360) ModuleRegistry instantiated.
2021-11-02 20:07:02 (9360) Module registered: RadiantCore
2021-11-02 20:07:02 (9360) Current language setting: en
2021-11-02 20:07:02 (9360) Found 2 language folders.
2021-11-02 20:07:02 (9360) Module registered: CameraWndManager
2021-11-02 20:07:02 (9360) Module registered: Clipboard
2021-11-02 20:07:02 (9360) Module registered: EventManager
2021-11-02 20:07:02 (9360) Module registered: MouseToolManager
2021-11-02 20:07:02 (9360) Module registered: StartupMapLoader
2021-11-02 20:07:02 (9360) Module registered: LocalisationModule
2021-11-02 20:07:02 (9360) Module registered: DialogManager
2021-11-02 20:07:02 (9360) Module registered: UserInterfaceModule
2021-11-02 20:07:02 (9360) Module registered: FavouritesUserInterface
2021-11-02 20:07:02 (9360) Module registered: FilterUserInterface
2021-11-02 20:07:02 (9360) Module registered: wxGLWidgetManager
2021-11-02 20:07:02 (9360) Module registered: GridUserInterface
2021-11-02 20:07:02 (9360) Module registered: GroupDialogModule
2021-11-02 20:07:02 (9360) Module registered: MainFrame
2021-11-02 20:07:02 (9360) Module registered: MainFrameLayoutManager
2021-11-02 20:07:02 (9360) Module registered: MaterialEditor
2021-11-02 20:07:02 (9360) Module registered: MediaBrowser
2021-11-02 20:07:02 (9360) Module registered: MenuManager
2021-11-02 20:07:02 (9360) Module registered: EntityInspector
2021-11-02 20:07:02 (9360) Module registered: OrthoContextMenu
2021-11-02 20:07:02 (9360) Module registered: ScriptUserInterface
2021-11-02 20:07:02 (9360) Module registered: StatusBarManager
2021-11-02 20:07:02 (9360) Module registered: TextureBrowserManager
2021-11-02 20:07:02 (9360) Module registered: ToolBarManager
2021-11-02 20:07:02 (9360) Module registered: OrthoviewManager
2021-11-02 20:07:02 (9360) Module registered: Doom3BrushCreator
2021-11-02 20:07:02 (9360) Module registered: CameraManager
2021-11-02 20:07:02 (9360) Module registered: Clipper
2021-11-02 20:07:02 (9360) Module registered: FavouritesManager
2021-11-02 20:07:02 (9360) Module registered: EclassColourManager
2021-11-02 20:07:02 (9360) Module registered: EntityClassManager
2021-11-02 20:07:02 (9360) Module registered: EntityModule
2021-11-02 20:07:02 (9360) Module registered: FileTypes
2021-11-02 20:07:02 (9360) Module registered: FilterSystem
2021-11-02 20:07:02 (9360) Module registered: FontManager
2021-11-02 20:07:02 (9360) Module registered: Grid
2021-11-02 20:07:02 (9360) Module registered: ImageLoader
2021-11-02 20:07:02 (9360) Module registered: LayerModule
2021-11-02 20:07:02 (9360) Module registered: ZAasFileManager
2021-11-02 20:07:02 (9360) Module registered: Doom3AasFileLoader
2021-11-02 20:07:02 (9360) Module registered: Counters
2021-11-02 20:07:02 (9360) Module registered: EditingStopwatch
2021-11-02 20:07:02 (9360) Module registered: Map
2021-11-02 20:07:02 (9360) Module registered: MapResourceManager
2021-11-02 20:07:02 (9360) Module registered: RegionManager
2021-11-02 20:07:02 (9360) Module registered: AutomaticMapSaver
2021-11-02 20:07:02 (9360) Module registered: Doom3MapLoader
2021-11-02 20:07:02 (9360) Module registered: Doom3PrefabLoader
2021-11-02 20:07:02 (9360) Module registered: MapFormatManager
2021-11-02 20:07:02 (9360) Module registered: Quake3MapLoader
2021-11-02 20:07:02 (9360) Module registered: Quake3AlternateMapLoader
2021-11-02 20:07:02 (9360) Module registered: Quake4MapLoader
2021-11-02 20:07:02 (9360) Module registered: class map::format::PortableMapFormat
2021-11-02 20:07:02 (9360) Module registered: MapInfoFileManager
2021-11-02 20:07:02 (9360) Module registered: MRUManager
2021-11-02 20:07:02 (9360) Module registered: NamespaceFactory
2021-11-02 20:07:02 (9360) Module registered: MD5Module
2021-11-02 20:07:02 (9360) Module registered: MD5AnimationCache
2021-11-02 20:07:02 (9360) Module registered: ModelCache
2021-11-02 20:07:02 (9360) Module registered: ModelFormatManager
2021-11-02 20:07:02 (9360) Module registered: PicoModelModule
2021-11-02 20:07:02 (9360) Module registered: ParticlesManager
2021-11-02 20:07:02 (9360) Module registered: PatchModule
2021-11-02 20:07:02 (9360) Module registered: CommandSystem
2021-11-02 20:07:02 (9360) Module registered: OpenGL
2021-11-02 20:07:02 (9360) Module registered: ShaderCache
2021-11-02 20:07:02 (9360) Module registered: RenderSystemFactory
2021-11-02 20:07:02 (9360) Module registered: SharedGLContextHolder
2021-11-02 20:07:02 (9360) Module registered: SceneGraph
2021-11-02 20:07:02 (9360) Module registered: SceneGraphFactory
2021-11-02 20:07:02 (9360) Module registered: SelectionGroupModule
2021-11-02 20:07:02 (9360) Module registered: SelectionSystem
2021-11-02 20:07:02 (9360) Module registered: SelectionSetModule
2021-11-02 20:07:02 (9360) Module registered: ShaderClipboard
2021-11-02 20:07:02 (9360) Module registered: TextureToolColourSchemeManager
2021-11-02 20:07:02 (9360) Module registered: TextureToolSceneGraph
2021-11-02 20:07:02 (9360) Module registered: TextureToolSelectionSystem
2021-11-02 20:07:02 (9360) Module registered: ColourSchemeManager
2021-11-02 20:07:02 (9360) Module registered: GameManager
2021-11-02 20:07:02 (9360) Module registered: PreferenceSystem
2021-11-02 20:07:02 (9360) Module registered: MaterialManager
2021-11-02 20:07:02 (9360) Module registered: ModelSkinCache
2021-11-02 20:07:02 (9360) Module registered: UndoSystemFactory
2021-11-02 20:07:02 (9360) Module registered: VersionControlManager
2021-11-02 20:07:02 (9360) Module registered: VirtualFileSystem
2021-11-02 20:07:02 (9360) Module registered: XMLRegistry
2021-11-02 20:07:02 (9360) ModuleRegistry Compatibility Level is 20211014
2021-11-02 20:07:02 (9360) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/modules/
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/DarkRadiantCore.dll'
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/script.dll'
2021-11-02 20:07:02 (9360) Module registered: ScriptingSystem
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/sound.dll'
2021-11-02 20:07:02 (9360) Module registered: SoundManager
2021-11-02 20:07:02 (9360) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/plugins/
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.conversation.dll'
2021-11-02 20:07:02 (9360) Module registered: ConversationEditor
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.difficulty.dll'
2021-11-02 20:07:02 (9360) Module registered: DifficultyEditor
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.editing.dll'
2021-11-02 20:07:02 (9360) Module registered: DarkMod Editing
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gameconnection.dll'
2021-11-02 20:07:02 (9360) Module registered: GameConnection
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gui.dll'
2021-11-02 20:07:02 (9360) Module registered: GUI Editing
2021-11-02 20:07:02 (9360) Module registered: GuiManager
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.objectives.dll'
2021-11-02 20:07:02 (9360) Module registered: ObjectivesEditor
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.stimresponse.dll'
2021-11-02 20:07:02 (9360) Module registered: StimResponseEditor
2021-11-02 20:07:02 (9360) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/vcs.dll'
2021-11-02 20:07:02 (9360) Module registered: GitIntegration
2021-11-02 20:07:02 (9360) XMLRegistry::initialiseModule called
2021-11-02 20:07:02 (9360) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant 2.14/
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/user.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/colours.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/input.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/menu.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/commandsystem.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-02 20:07:02 (9360) CommandSystem::initialiseModule called.
2021-11-02 20:07:02 (9360) FileTypes::initialiseModule called.
2021-11-02 20:07:02 (9360) PreferenceSystem::initialiseModule called
2021-11-02 20:07:02 (9360) VirtualFileSystem::initialiseModule called
2021-11-02 20:07:02 (9360) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant 2.14/games/
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/darkmod.game
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3-demo.game
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3.game
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/prey.game
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake3.game
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake4.game
2021-11-02 20:07:02 (9360) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/xreal.game
2021-11-02 20:07:02 (9360) GameManager: Found game definitions: 
2021-11-02 20:07:02 (9360)   Doom 3
2021-11-02 20:07:02 (9360)   Doom 3 Demo
2021-11-02 20:07:02 (9360)   Prey
2021-11-02 20:07:02 (9360)   Quake 3
2021-11-02 20:07:02 (9360)   Quake 4
2021-11-02 20:07:02 (9360)   The Dark Mod 2.0 (Standalone)
2021-11-02 20:07:02 (9360)   XreaL
2021-11-02 20:07:02 (9360) 
2021-11-02 20:07:02 (9360) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-02 20:07:02 (9360) GameManager: Map path set to E:/Darkmod/maps/
2021-11-02 20:07:02 (9360) GameManager: Prefab path set to E:/Darkmod/prefabs/
2021-11-02 20:07:02 (9360) Initialising filesystem using 1 paths 
2021-11-02 20:07:02 (9360) VFS Search Path priority is: 
2021-11-02 20:07:02 (9360) - E:/Darkmod/
2021-11-02 20:07:02 (9360) Allowed PK4 Archive File Extensions: pk4
2021-11-02 20:07:02 (9360) [vfs] Searched directory: E:/Darkmod/
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-02 20:07:02 (9360) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-02 20:07:02 (9360) MapInfoFileManager::initialiseModule called.
2021-11-02 20:07:02 (9360) MapFormatManager::initialiseModule called.
2021-11-02 20:07:02 (9360) Doom3MapLoader: initialiseModule called.
2021-11-02 20:07:02 (9360) MapResourceManager::initialiseModule called.
2021-11-02 20:07:02 (9360) SceneGraph::initialiseModule called
2021-11-02 20:07:02 (9360) Map::initialiseModule called.
2021-11-02 20:07:02 (9360) AutomaticMapSaver::initialiseModule called.
2021-11-02 20:07:02 (9360) CameraManager::initialiseModule called.
2021-11-02 20:07:02 (9360) EventManager::initialiseModule called.
2021-11-02 20:07:02 (9360) EventManager successfully initialised.
2021-11-02 20:07:02 (9360) EclassColourManager::initialiseModule called.
2021-11-02 20:07:02 (9360) EntityClassDoom3::initialiseModule called.
2021-11-02 20:07:02 (3244) searching vfs directory 'def' for *.def
2021-11-02 20:07:02 (9360) GroupDialogModule::initialiseModule called
2021-11-02 20:07:02 (9360) MainFrameLayoutManager::initialiseModule called.
2021-11-02 20:07:02 (9360) MaterialManager::initialiseModule called
2021-11-02 20:07:02 (9360) SharedGLContextHolder::initialiseModule called.
2021-11-02 20:07:02 (9360) ShaderCache::initialiseModule called.
2021-11-02 20:07:02 (9360) StatusBarManager::initialiseModule called.
2021-11-02 20:07:02 (9360) OrthoviewManager::initialiseModule called.
2021-11-02 20:07:02 (9360) MainFrame::initialiseModule called.
2021-11-02 20:07:02 (9360) CameraWndManager::initialiseModule called.
2021-11-02 20:07:02 (9360) Clipboard::initialiseModule called.
2021-11-02 20:07:02 (9360) Clipper::initialiseModule called
2021-11-02 20:07:02 (9360) ColourSchemeManager::initialiseModule called.
2021-11-02 20:07:02 (9360) ColourSchemeManager: Loading colour schemes...
2021-11-02 20:07:02 (9360) MenuManager::initialiseModule called.
2021-11-02 20:07:02 (9360) ConversationEditor::initialiseModule called.
2021-11-02 20:07:02 (9360) GridManager::initialiseModule called.
2021-11-02 20:07:02 (9360) OpenGL::initialiseModule called.
2021-11-02 20:07:02 (9360) SelectionSystem::initialiseModule called.
2021-11-02 20:07:02 (3244) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-02 20:07:02 (9360) DarkMod Editing::initialiseModule called.
2021-11-02 20:07:02 (9360) DialogManager::initialiseModule called.
2021-11-02 20:07:02 (9360) DifficultyEditor::initialiseModule called.
2021-11-02 20:07:02 (9360) ZAasFileManager::initialiseModule called.
2021-11-02 20:07:02 (9360) Doom3AasFileLoader: initialiseModule called.
2021-11-02 20:07:02 (9360) BrushModuleImpl::initialiseModule called.
2021-11-02 20:07:02 (9360) Doom3PrefabLoader: initialiseModule called.
2021-11-02 20:07:02 (9360) EditingStopwatch::initialiseModule called.
2021-11-02 20:07:02 (9360) EntityModule::initialiseModule called.
2021-11-02 20:07:02 (9360) FavouritesUserInterface::initialiseModule called.
2021-11-02 20:07:02 (9360) [filters] Loaded 17 filters from registry.
2021-11-02 20:07:02 (9360) FilterUserInterface::initialiseModule called.
2021-11-02 20:07:02 (9360) FontManager::initialiseModule called
2021-11-02 20:07:02 (9360) GUI Editing::initialiseModule called.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-02 20:07:02 (5260) 4650 shader definitions found.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (9360) VersionControlManager::initialiseModule called.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (9360) GitIntegration::initialiseModule called.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (9360) Failed to open repository at 
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (3244) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (9360) GridUserInterface::initialiseModule called.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (9360) GuiManager::initialiseModule called.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5260) [GuiManager]: Found 269 guis.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (9360) LayerModule::initialiseModule called.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-02 20:07:02 (9360) LocalisationModule::initialiseModule called
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-02 20:07:02 (5984) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-02 20:07:02 (5984) 25 fonts registered.
2021-11-02 20:07:02 (9360) MD5AnimationCache::initialiseModule called.
2021-11-02 20:07:02 (9360) ModelFormatManager::initialiseModule called.
2021-11-02 20:07:02 (9360) MRUManager::initialiseModule called.
2021-11-02 20:07:02 (9360) MaterialEditor::initialiseModule called.
2021-11-02 20:07:02 (9360) ShaderClipboard::initialiseModule called.
2021-11-02 20:07:02 (9360) MediaBrowser::initialiseModule called.
2021-11-02 20:07:02 (3244) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-02 20:07:02 (3244) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-02 20:07:02 (3244) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-02 20:07:02 (3244) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-02 20:07:02 (9360) ModelCache::initialiseModule called.
2021-11-02 20:07:02 (9360) Doom3SkinCache::initialiseModule called
2021-11-02 20:07:02 (5984) [skins] Loading skins.
2021-11-02 20:07:02 (9360) NamespaceFactory::initialiseModule called.
2021-11-02 20:07:02 (9360) ObjectivesEditorModule::initialiseModule called.
2021-11-02 20:07:02 (9360) ParticlesManager::initialiseModule called
2021-11-02 20:07:02 (9360) PatchModule::initialiseModule called.
2021-11-02 20:07:02 (9360) Quake3AlternateMapLoader: initialiseModule called.
2021-11-02 20:07:02 (9360) Quake3MapLoader: initialiseModule called.
2021-11-02 20:07:02 (9360) Quake4MapLoader: initialiseModule called.
2021-11-02 20:07:02 (9360) RegionManager::initialiseModule called.
2021-11-02 20:07:02 (9360) RenderSystemFactory::initialiseModule called.
2021-11-02 20:07:02 (9360) SceneGraphFactory::initialiseModule called.
2021-11-02 20:07:02 (9360) ScriptingSystem::initialiseModule called.
2021-11-02 20:07:02 (9360) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-02 20:07:02 (9360) SelectionGroupModule::initialiseModule called.
2021-11-02 20:07:02 (9360) SelectionSetModule::initialiseModule called.
2021-11-02 20:07:02 (9360) SoundManager: initialising sound playback
2021-11-02 20:07:02 (9360) StartupMapLoader::initialiseModule called.
2021-11-02 20:07:02 (9360) StimResponseEditor::initialiseModule called.
2021-11-02 20:07:02 (3244) Found 278 particle definitions.
2021-11-02 20:07:02 (9360) TextureBrowserManager::initialiseModule called.
2021-11-02 20:07:02 (9360) TextureToolSceneGraph::initialiseModule called.
2021-11-02 20:07:02 (9360) TextureToolSelectionSystem::initialiseModule called.
2021-11-02 20:07:02 (5984) [skins] Found 1384 skins.
2021-11-02 20:07:02 (9360) Found toolbar: view
2021-11-02 20:07:02 (9360) Found toolbar: edit
2021-11-02 20:07:02 (9360) Found toolbar: texture
2021-11-02 20:07:02 (9360) Found toolbar: textool
2021-11-02 20:07:02 (9360) UndoSystemFactory::initialiseModule called
2021-11-02 20:07:02 (9360) UserInterfaceModule::initialiseModule called.
2021-11-02 20:07:02 (9360) wxWidgets Version: 3.1.3
2021-11-02 20:07:02 (9360) Default screen has 1 monitors.
2021-11-02 20:07:02 (9360) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-02 20:07:02 (9360) class map::format::PortableMapFormat: initialiseModule called.
2021-11-02 20:07:02 (9360) wxGLWidgetManager::initialiseModule called.
2021-11-02 20:07:02 (9360) ToolbarManager: Instantiating toolbar: view
2021-11-02 20:07:02 (9360) ToolbarManager: Instantiating toolbar: edit
2021-11-02 20:07:02 (5260) 3143 sound shaders found.
2021-11-02 20:07:02 (9360) MainFrame: Activating layout Embedded
2021-11-02 20:07:02 (9360) ToolbarManager: Instantiating toolbar: texture
2021-11-02 20:07:02 (9360) ToolbarManager: Instantiating toolbar: textool
2021-11-02 20:07:02 (9360) EventManager: Shortcuts found in Registry: 151
2021-11-02 20:07:02 (9360) Loading map from unnamed.map
2021-11-02 20:07:02 (9360) map load timer:  0.00 second(s) elapsed
2021-11-02 20:07:02 (9360) GL_VENDOR: NVIDIA Corporation
2021-11-02 20:07:02 (9360) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-02 20:07:02 (9360) GL_VERSION: 4.6.0 NVIDIA 471.11
2021-11-02 20:07:03 (9360) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-02 20:07:03 (9360) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-02 20:07:03 (9360) --- LoadMapFile ---
2021-11-02 20:07:03 (9360) unnamed.map
2021-11-02 20:07:03 (9360) 0 brushes
2021-11-02 20:07:03 (9360) 0 patches
2021-11-02 20:07:03 (9360) 0 entities
2021-11-02 20:07:03 (9360) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-02 20:07:03 (9360) Registered script file commands/ase_export.py as aseExport
2021-11-02 20:07:03 (9360) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-02 20:07:03 (9360) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-02 20:07:03 (9360) Registered script file commands/example.py as Example
2021-11-02 20:07:03 (9360) Registered script file commands/export_obj.py as objExport
2021-11-02 20:07:03 (9360) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-02 20:07:03 (9360) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-02 20:07:03 (9360) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-02 20:07:03 (9360) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-02 20:07:03 (9360) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-02 20:07:03 (9360) Registered script file commands/test_targets.py as test_targets
2021-11-02 20:07:03 (9360) ScriptModule: Found 11 commands.
2021-11-02 20:07:03 (9360) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-02 20:07:04 (11612) Auto-saving registry to user settings path.
2021-11-02 20:07:04 (9360) Received GL Window Scroll
2021-11-02 20:07:04 (9360) Setting scale to 2.44141 (previous was 3.05176)
2021-11-02 20:07:05 (9360) Received GL Window Scroll
2021-11-02 20:07:05 (9360) Setting scale to 1.95313 (previous was 2.44141)
2021-11-02 20:07:05 (9360) Received GL Window Scroll
2021-11-02 20:07:05 (9360) Setting scale to 2.44141 (previous was 1.95313)
2021-11-02 20:07:06 (9360) Received GL Window Scroll
2021-11-02 20:07:06 (9360) Setting scale to 3.05176 (previous was 2.44141)
2021-11-02 20:07:12 (9360) Received SHIFT + ZoomOut
2021-11-02 20:07:12 (9360) Setting scale to 2.44141 (previous was 3.05176)
2021-11-02 20:07:13 (9360) Received SHIFT + ZoomOut
2021-11-02 20:07:13 (9360) Setting scale to 1.95313 (previous was 2.44141)
2021-11-02 20:07:13 (9360) Received SHIFT + ZoomOut
2021-11-02 20:07:13 (9360) Setting scale to 1.5625 (previous was 1.95313)
2021-11-02 20:07:14 (9360) Received SHIFT + ZoomIn
2021-11-02 20:07:14 (9360) Setting scale to 1.95313 (previous was 1.5625)
2021-11-02 20:07:14 (9360) Received SHIFT + ZoomIn
2021-11-02 20:07:14 (9360) Setting scale to 2.44141 (previous was 1.95313)
2021-11-02 20:07:15 (9360) Received SHIFT + ZoomIn
2021-11-02 20:07:15 (9360) Setting scale to 3.05176 (previous was 2.44141)
2021-11-02 20:07:29 (9360) TexTool shutting down.
2021-11-02 20:07:29 (9360) ModelSelector shutting down.
2021-11-02 20:07:29 (9360) CommandSystem: shutting down.
2021-11-02 20:07:29 (9360) BrushModuleImpl::shutdownModule called.
2021-11-02 20:07:29 (9360) EntityClassDoom3::shutdownModule called.
2021-11-02 20:07:29 (9360) EntityModule::shutdownModule called.
2021-11-02 20:07:29 (9360) EventManager::shutdownModule called
2021-11-02 20:07:29 (9360) GitIntegration::shutdownModule called.
2021-11-02 20:07:29 (9360) MainFrame::shutdownModule called.
2021-11-02 20:07:29 (9360) MainFrameLayoutManager::shutdownModule called.
2021-11-02 20:07:29 (9360) MapInfoFileManager::shudownModule called.
2021-11-02 20:07:29 (9360) Doom3ShaderSystem::shutdownModule called
2021-11-02 20:07:29 (9360) ObjectivesEditorModule shutting down.
2021-11-02 20:07:29 (9360) ScriptingSystem::shutdownModule called.
2021-11-02 20:07:29 (9360) Filesystem shut down
2021-11-02 20:07:29 (9360) XMLRegistry Shutdown: 1135 queries processed.
2021-11-02 20:07:29 (9360) 2021-11-02 20:07:29 Closing log file.
darkradiant-4.log (46,357 bytes)   
greebo

greebo

03.11.2021 04:26

administrator   ~0014487

Amazing. What are your desktop screen settings, please tell me about zoom factors or screen resolutions.
I'm going to prepare another logging build soon.
Bikerdude

Bikerdude

03.11.2021 11:44

reporter   ~0014488

I have a ultrawide monitor but tun it in single and dual screen mode, so 3440*1440 or 1720*1440 (x2). The scrolling issue happens with with screen mode set.
greebo

greebo

03.11.2021 18:22

administrator   ~0014489

A new build is in the works: https://github.com/codereader/DarkRadiant/actions/runs/1418115065
Please give another try and send me the logs. I'm mainly interested in the zoom behaviour without Shift held down.
Bikerdude

Bikerdude

03.11.2021 20:41

reporter   ~0014490

Here you go, the cursor zoom is now moving differently, but still not centred etc,
darkradiant-5.log (98,885 bytes)   
2021-11-03 20:39:52 (6292) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-03 20:39:52 (6292) This is DarkRadiant 2.14.0_revae1144b x64 
2021-11-03 20:39:52 (6292) Today is 2021-11-03 20:39:52
2021-11-03 20:39:52 (6292) ModuleRegistry instantiated.
2021-11-03 20:39:52 (6292) Module registered: RadiantCore
2021-11-03 20:39:52 (6292) Current language setting: en
2021-11-03 20:39:52 (6292) Found 2 language folders.
2021-11-03 20:39:52 (6292) Module registered: CameraWndManager
2021-11-03 20:39:52 (6292) Module registered: Clipboard
2021-11-03 20:39:52 (6292) Module registered: EventManager
2021-11-03 20:39:52 (6292) Module registered: MouseToolManager
2021-11-03 20:39:52 (6292) Module registered: StartupMapLoader
2021-11-03 20:39:52 (6292) Module registered: LocalisationModule
2021-11-03 20:39:52 (6292) Module registered: DialogManager
2021-11-03 20:39:52 (6292) Module registered: UserInterfaceModule
2021-11-03 20:39:52 (6292) Module registered: FavouritesUserInterface
2021-11-03 20:39:52 (6292) Module registered: FilterUserInterface
2021-11-03 20:39:52 (6292) Module registered: wxGLWidgetManager
2021-11-03 20:39:52 (6292) Module registered: GridUserInterface
2021-11-03 20:39:52 (6292) Module registered: GroupDialogModule
2021-11-03 20:39:52 (6292) Module registered: MainFrame
2021-11-03 20:39:52 (6292) Module registered: MainFrameLayoutManager
2021-11-03 20:39:52 (6292) Module registered: MaterialEditor
2021-11-03 20:39:52 (6292) Module registered: MediaBrowser
2021-11-03 20:39:52 (6292) Module registered: MenuManager
2021-11-03 20:39:52 (6292) Module registered: EntityInspector
2021-11-03 20:39:52 (6292) Module registered: OrthoContextMenu
2021-11-03 20:39:52 (6292) Module registered: ScriptUserInterface
2021-11-03 20:39:52 (6292) Module registered: StatusBarManager
2021-11-03 20:39:52 (6292) Module registered: TextureBrowserManager
2021-11-03 20:39:52 (6292) Module registered: ToolBarManager
2021-11-03 20:39:52 (6292) Module registered: OrthoviewManager
2021-11-03 20:39:52 (6292) Module registered: Doom3BrushCreator
2021-11-03 20:39:52 (6292) Module registered: CameraManager
2021-11-03 20:39:52 (6292) Module registered: Clipper
2021-11-03 20:39:52 (6292) Module registered: FavouritesManager
2021-11-03 20:39:52 (6292) Module registered: EclassColourManager
2021-11-03 20:39:52 (6292) Module registered: EntityClassManager
2021-11-03 20:39:52 (6292) Module registered: EntityModule
2021-11-03 20:39:52 (6292) Module registered: FileTypes
2021-11-03 20:39:52 (6292) Module registered: FilterSystem
2021-11-03 20:39:52 (6292) Module registered: FontManager
2021-11-03 20:39:52 (6292) Module registered: Grid
2021-11-03 20:39:52 (6292) Module registered: ImageLoader
2021-11-03 20:39:52 (6292) Module registered: LayerModule
2021-11-03 20:39:52 (6292) Module registered: ZAasFileManager
2021-11-03 20:39:52 (6292) Module registered: Doom3AasFileLoader
2021-11-03 20:39:52 (6292) Module registered: Counters
2021-11-03 20:39:52 (6292) Module registered: EditingStopwatch
2021-11-03 20:39:52 (6292) Module registered: Map
2021-11-03 20:39:52 (6292) Module registered: MapResourceManager
2021-11-03 20:39:52 (6292) Module registered: RegionManager
2021-11-03 20:39:52 (6292) Module registered: AutomaticMapSaver
2021-11-03 20:39:52 (6292) Module registered: Doom3MapLoader
2021-11-03 20:39:52 (6292) Module registered: Doom3PrefabLoader
2021-11-03 20:39:52 (6292) Module registered: MapFormatManager
2021-11-03 20:39:52 (6292) Module registered: Quake3MapLoader
2021-11-03 20:39:52 (6292) Module registered: Quake3AlternateMapLoader
2021-11-03 20:39:52 (6292) Module registered: Quake4MapLoader
2021-11-03 20:39:52 (6292) Module registered: class map::format::PortableMapFormat
2021-11-03 20:39:52 (6292) Module registered: MapInfoFileManager
2021-11-03 20:39:52 (6292) Module registered: MRUManager
2021-11-03 20:39:52 (6292) Module registered: NamespaceFactory
2021-11-03 20:39:52 (6292) Module registered: MD5Module
2021-11-03 20:39:52 (6292) Module registered: MD5AnimationCache
2021-11-03 20:39:52 (6292) Module registered: ModelCache
2021-11-03 20:39:52 (6292) Module registered: ModelFormatManager
2021-11-03 20:39:52 (6292) Module registered: PicoModelModule
2021-11-03 20:39:52 (6292) Module registered: ParticlesManager
2021-11-03 20:39:52 (6292) Module registered: PatchModule
2021-11-03 20:39:52 (6292) Module registered: CommandSystem
2021-11-03 20:39:52 (6292) Module registered: OpenGL
2021-11-03 20:39:52 (6292) Module registered: ShaderCache
2021-11-03 20:39:52 (6292) Module registered: RenderSystemFactory
2021-11-03 20:39:52 (6292) Module registered: SharedGLContextHolder
2021-11-03 20:39:52 (6292) Module registered: SceneGraph
2021-11-03 20:39:52 (6292) Module registered: SceneGraphFactory
2021-11-03 20:39:52 (6292) Module registered: SelectionGroupModule
2021-11-03 20:39:52 (6292) Module registered: SelectionSystem
2021-11-03 20:39:52 (6292) Module registered: SelectionSetModule
2021-11-03 20:39:52 (6292) Module registered: ShaderClipboard
2021-11-03 20:39:52 (6292) Module registered: TextureToolColourSchemeManager
2021-11-03 20:39:52 (6292) Module registered: TextureToolSceneGraph
2021-11-03 20:39:52 (6292) Module registered: TextureToolSelectionSystem
2021-11-03 20:39:52 (6292) Module registered: ColourSchemeManager
2021-11-03 20:39:52 (6292) Module registered: GameManager
2021-11-03 20:39:52 (6292) Module registered: PreferenceSystem
2021-11-03 20:39:52 (6292) Module registered: MaterialManager
2021-11-03 20:39:52 (6292) Module registered: ModelSkinCache
2021-11-03 20:39:52 (6292) Module registered: UndoSystemFactory
2021-11-03 20:39:52 (6292) Module registered: VersionControlManager
2021-11-03 20:39:52 (6292) Module registered: VirtualFileSystem
2021-11-03 20:39:52 (6292) Module registered: XMLRegistry
2021-11-03 20:39:52 (6292) ModuleRegistry Compatibility Level is 20211014
2021-11-03 20:39:52 (6292) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/modules/
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/DarkRadiantCore.dll'
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/script.dll'
2021-11-03 20:39:52 (6292) Module registered: ScriptingSystem
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/modules/sound.dll'
2021-11-03 20:39:52 (6292) Module registered: SoundManager
2021-11-03 20:39:52 (6292) ModuleLoader: loading modules from C:/Program Files/DarkRadiant 2.14/plugins/
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.conversation.dll'
2021-11-03 20:39:52 (6292) Module registered: ConversationEditor
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.difficulty.dll'
2021-11-03 20:39:52 (6292) Module registered: DifficultyEditor
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.editing.dll'
2021-11-03 20:39:52 (6292) Module registered: DarkMod Editing
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gameconnection.dll'
2021-11-03 20:39:52 (6292) Module registered: GameConnection
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.gui.dll'
2021-11-03 20:39:52 (6292) Module registered: GUI Editing
2021-11-03 20:39:52 (6292) Module registered: GuiManager
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.objectives.dll'
2021-11-03 20:39:52 (6292) Module registered: ObjectivesEditor
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/dm.stimresponse.dll'
2021-11-03 20:39:52 (6292) Module registered: StimResponseEditor
2021-11-03 20:39:52 (6292) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant 2.14/plugins/vcs.dll'
2021-11-03 20:39:52 (6292) Module registered: GitIntegration
2021-11-03 20:39:52 (6292) XMLRegistry::initialiseModule called
2021-11-03 20:39:52 (6292) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant 2.14/
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/user.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/colours.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/input.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/menu.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/commandsystem.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-03 20:39:52 (6292) CommandSystem::initialiseModule called.
2021-11-03 20:39:52 (6292) FileTypes::initialiseModule called.
2021-11-03 20:39:52 (6292) PreferenceSystem::initialiseModule called
2021-11-03 20:39:52 (6292) VirtualFileSystem::initialiseModule called
2021-11-03 20:39:52 (6292) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant 2.14/games/
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/darkmod.game
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3-demo.game
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/doom3.game
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/prey.game
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake3.game
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/quake4.game
2021-11-03 20:39:52 (6292) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant 2.14/games/xreal.game
2021-11-03 20:39:52 (6292) GameManager: Found game definitions: 
2021-11-03 20:39:52 (6292)   Doom 3
2021-11-03 20:39:52 (6292)   Doom 3 Demo
2021-11-03 20:39:52 (6292)   Prey
2021-11-03 20:39:52 (6292)   Quake 3
2021-11-03 20:39:52 (6292)   Quake 4
2021-11-03 20:39:52 (6292)   The Dark Mod 2.0 (Standalone)
2021-11-03 20:39:52 (6292)   XreaL
2021-11-03 20:39:52 (6292) 
2021-11-03 20:39:52 (6292) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-03 20:39:52 (6292) GameManager: Map path set to E:/DarkmodSVN/fms/envshot/maps/
2021-11-03 20:39:52 (6292) GameManager: Prefab path set to E:/DarkmodSVN/fms/envshot/prefabs/
2021-11-03 20:39:52 (6292) Initialising filesystem using 2 paths 
2021-11-03 20:39:52 (6292) VFS Search Path priority is: 
2021-11-03 20:39:52 (6292) - E:/DarkmodSVN/fms/envshot/
2021-11-03 20:39:52 (6292) - E:/DarkmodSVN/
2021-11-03 20:39:52 (6292) Allowed PK4 Archive File Extensions: pk4
2021-11-03 20:39:52 (6292) [vfs] Searched directory: E:/DarkmodSVN/fms/envshot/
2021-11-03 20:39:52 (6292) [vfs] Searched directory: E:/DarkmodSVN/
2021-11-03 20:39:52 (6292) MapInfoFileManager::initialiseModule called.
2021-11-03 20:39:52 (6292) MapFormatManager::initialiseModule called.
2021-11-03 20:39:52 (6292) Doom3MapLoader: initialiseModule called.
2021-11-03 20:39:52 (6292) MapResourceManager::initialiseModule called.
2021-11-03 20:39:52 (6292) SceneGraph::initialiseModule called
2021-11-03 20:39:52 (6292) Map::initialiseModule called.
2021-11-03 20:39:52 (6292) AutomaticMapSaver::initialiseModule called.
2021-11-03 20:39:52 (6292) CameraManager::initialiseModule called.
2021-11-03 20:39:52 (6292) EventManager::initialiseModule called.
2021-11-03 20:39:52 (6292) EventManager successfully initialised.
2021-11-03 20:39:52 (6292) EclassColourManager::initialiseModule called.
2021-11-03 20:39:52 (6292) EntityClassDoom3::initialiseModule called.
2021-11-03 20:39:52 (8196) searching vfs directory 'def' for *.def
2021-11-03 20:39:52 (6292) GroupDialogModule::initialiseModule called
2021-11-03 20:39:52 (6292) MainFrameLayoutManager::initialiseModule called.
2021-11-03 20:39:52 (6292) MaterialManager::initialiseModule called
2021-11-03 20:39:52 (6292) SharedGLContextHolder::initialiseModule called.
2021-11-03 20:39:52 (6292) ShaderCache::initialiseModule called.
2021-11-03 20:39:52 (6292) StatusBarManager::initialiseModule called.
2021-11-03 20:39:52 (6292) OrthoviewManager::initialiseModule called.
2021-11-03 20:39:52 (8232) [shaders] bkd_envshot.mtr: shader textures/env/800 already defined.
2021-11-03 20:39:52 (6292) MainFrame::initialiseModule called.
2021-11-03 20:39:52 (6292) CameraWndManager::initialiseModule called.
2021-11-03 20:39:52 (6292) Clipboard::initialiseModule called.
2021-11-03 20:39:52 (6292) Clipper::initialiseModule called
2021-11-03 20:39:52 (6292) ColourSchemeManager::initialiseModule called.
2021-11-03 20:39:52 (6292) ColourSchemeManager: Loading colour schemes...
2021-11-03 20:39:52 (6292) MenuManager::initialiseModule called.
2021-11-03 20:39:52 (6292) ConversationEditor::initialiseModule called.
2021-11-03 20:39:52 (6292) GridManager::initialiseModule called.
2021-11-03 20:39:52 (6292) OpenGL::initialiseModule called.
2021-11-03 20:39:52 (6292) SelectionSystem::initialiseModule called.
2021-11-03 20:39:52 (8196) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-03 20:39:52 (6292) DarkMod Editing::initialiseModule called.
2021-11-03 20:39:52 (6292) DialogManager::initialiseModule called.
2021-11-03 20:39:52 (6292) DifficultyEditor::initialiseModule called.
2021-11-03 20:39:52 (6292) ZAasFileManager::initialiseModule called.
2021-11-03 20:39:52 (6292) Doom3AasFileLoader: initialiseModule called.
2021-11-03 20:39:52 (6292) BrushModuleImpl::initialiseModule called.
2021-11-03 20:39:52 (6292) Doom3PrefabLoader: initialiseModule called.
2021-11-03 20:39:52 (6292) EditingStopwatch::initialiseModule called.
2021-11-03 20:39:52 (6292) EntityModule::initialiseModule called.
2021-11-03 20:39:52 (6292) FavouritesUserInterface::initialiseModule called.
2021-11-03 20:39:52 (6292) [filters] Loaded 18 filters from registry.
2021-11-03 20:39:52 (6292) FilterUserInterface::initialiseModule called.
2021-11-03 20:39:52 (6292) FontManager::initialiseModule called
2021-11-03 20:39:52 (6292) GUI Editing::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-03 20:39:52 (6292) VersionControlManager::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-03 20:39:52 (6292) GitIntegration::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-03 20:39:52 (6292) Failed to open repository at E:/DarkmodSVN/fms/envshot/
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (6292) GridUserInterface::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (6292) GuiManager::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (6292) LayerModule::initialiseModule called.
2021-11-03 20:39:52 (6292) LocalisationModule::initialiseModule called
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (6292) MD5AnimationCache::initialiseModule called.
2021-11-03 20:39:52 (6292) ModelFormatManager::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (6292) MRUManager::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (6292) MaterialEditor::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (6292) ShaderClipboard::initialiseModule called.
2021-11-03 20:39:52 (6292) MediaBrowser::initialiseModule called.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-03 20:39:52 (7608) [GuiManager]: Found 269 guis.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-03 20:39:52 (8008) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-03 20:39:52 (8008) 25 fonts registered.
2021-11-03 20:39:52 (8196) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-03 20:39:52 (8232) 4680 shader definitions found.
2021-11-03 20:39:52 (6292) ModelCache::initialiseModule called.
2021-11-03 20:39:52 (6292) Doom3SkinCache::initialiseModule called
2021-11-03 20:39:52 (8232) [skins] Loading skins.
2021-11-03 20:39:52 (6292) NamespaceFactory::initialiseModule called.
2021-11-03 20:39:52 (6292) ObjectivesEditorModule::initialiseModule called.
2021-11-03 20:39:52 (8196) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-03 20:39:52 (6292) ParticlesManager::initialiseModule called
2021-11-03 20:39:52 (6292) PatchModule::initialiseModule called.
2021-11-03 20:39:52 (6292) Quake3AlternateMapLoader: initialiseModule called.
2021-11-03 20:39:52 (6292) Quake3MapLoader: initialiseModule called.
2021-11-03 20:39:52 (6292) Quake4MapLoader: initialiseModule called.
2021-11-03 20:39:52 (6292) RegionManager::initialiseModule called.
2021-11-03 20:39:52 (6292) RenderSystemFactory::initialiseModule called.
2021-11-03 20:39:52 (6292) SceneGraphFactory::initialiseModule called.
2021-11-03 20:39:52 (6292) ScriptingSystem::initialiseModule called.
2021-11-03 20:39:52 (6292) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-03 20:39:52 (6292) SelectionGroupModule::initialiseModule called.
2021-11-03 20:39:52 (6292) SelectionSetModule::initialiseModule called.
2021-11-03 20:39:52 (6292) SoundManager: initialising sound playback
2021-11-03 20:39:52 (6292) StartupMapLoader::initialiseModule called.
2021-11-03 20:39:52 (6292) StimResponseEditor::initialiseModule called.
2021-11-03 20:39:52 (6292) TextureBrowserManager::initialiseModule called.
2021-11-03 20:39:52 (6292) TextureToolSceneGraph::initialiseModule called.
2021-11-03 20:39:52 (6292) TextureToolSelectionSystem::initialiseModule called.
2021-11-03 20:39:52 (6292) Found toolbar: view
2021-11-03 20:39:52 (6292) Found toolbar: edit
2021-11-03 20:39:52 (6292) Found toolbar: texture
2021-11-03 20:39:52 (6292) Found toolbar: textool
2021-11-03 20:39:52 (6292) UndoSystemFactory::initialiseModule called
2021-11-03 20:39:52 (6292) UserInterfaceModule::initialiseModule called.
2021-11-03 20:39:52 (6292) wxWidgets Version: 3.1.3
2021-11-03 20:39:52 (6292) Default screen has 1 monitors.
2021-11-03 20:39:52 (6292) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-03 20:39:52 (6292) class map::format::PortableMapFormat: initialiseModule called.
2021-11-03 20:39:52 (6292) wxGLWidgetManager::initialiseModule called.
2021-11-03 20:39:52 (7608) Found 280 particle definitions.
2021-11-03 20:39:52 (8196) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-03 20:39:52 (8196) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-03 20:39:52 (8196) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-03 20:39:52 (8232) [skins] Found 1397 skins.
2021-11-03 20:39:52 (6292) ToolbarManager: Instantiating toolbar: view
2021-11-03 20:39:52 (6292) ToolbarManager: Instantiating toolbar: edit
2021-11-03 20:39:52 (6292) MainFrame: Activating layout Dockable
2021-11-03 20:39:52 (6292) ToolbarManager: Instantiating toolbar: texture
2021-11-03 20:39:53 (6292) ToolbarManager: Instantiating toolbar: textool
2021-11-03 20:39:53 (8008) 3148 sound shaders found.
2021-11-03 20:39:53 (6292) EventManager: Shortcuts found in Registry: 152
2021-11-03 20:39:53 (6292) Loading map from unnamed.map
2021-11-03 20:39:53 (6292) map load timer:  0.00 second(s) elapsed
2021-11-03 20:39:53 (6292) GL_VENDOR: NVIDIA Corporation
2021-11-03 20:39:53 (6292) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-03 20:39:53 (6292) GL_VERSION: 4.6.0 NVIDIA 471.11
2021-11-03 20:39:53 (6292) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-03 20:39:53 (6292) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-03 20:39:53 (6292) --- LoadMapFile ---
2021-11-03 20:39:53 (6292) unnamed.map
2021-11-03 20:39:53 (6292) 0 brushes
2021-11-03 20:39:53 (6292) 0 patches
2021-11-03 20:39:53 (6292) 0 entities
2021-11-03 20:39:53 (6292) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-03 20:39:53 (6292) Registered script file commands/ase_export.py as aseExport
2021-11-03 20:39:53 (6292) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-03 20:39:53 (6292) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-03 20:39:53 (6292) Registered script file commands/example.py as Example
2021-11-03 20:39:53 (6292) Registered script file commands/export_obj.py as objExport
2021-11-03 20:39:53 (6292) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-03 20:39:53 (6292) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-03 20:39:53 (6292) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-03 20:39:53 (6292) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-03 20:39:53 (6292) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-03 20:39:53 (6292) Registered script file commands/test_targets.py as test_targets
2021-11-03 20:39:53 (6292) ScriptModule: Found 11 commands.
2021-11-03 20:39:53 (6292) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-03 20:39:54 (6292) Received GL Window Scroll
2021-11-03 20:39:54 (6292) ZoomInOn|BEFORE: Origin = 0 0 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:54 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Received GL Window Scroll
2021-11-03 20:39:54 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:54 (6292)   ZoomInOn|AFTER: Origin = 4.09125e-06 3.28483e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Received GL Window Scroll
2021-11-03 20:39:54 (6292) ZoomInOn|BEFORE: Origin = 4.09125e-06 3.28483e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:54 (6292)   ZoomInOn|AFTER: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (8004) Auto-saving registry to user settings path.
2021-11-03 20:39:54 (6292) Received GL Window Scroll
2021-11-03 20:39:54 (6292) ZoomInOn|BEFORE: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:39:54 (6292)   ZoomInOn|AFTER: Origin = 1.44008e-06 1.15623e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Received GL Window Scroll
2021-11-03 20:39:54 (6292) ZoomInOn|BEFORE: Origin = 1.44008e-06 1.15623e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:54 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:54 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:54 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 6.66533e-06 5.35154e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 6.66533e-06 5.35154e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 4.01417e-06 3.22294e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 4.01417e-06 3.22294e-07 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 2.81475 (previous was 3.51844)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 2.2518 (previous was 2.81475)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 1.80144 (previous was 2.2518)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 430.648 34.5764 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9421 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 430.648 34.5764 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9421 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 2.2518 (previous was 1.80144)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 2.81475 (previous was 2.2518)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 3.51844 (previous was 2.81475)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 3.25742e-05 2.61535e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 3.25742e-05 2.61535e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 2.81475 (previous was 3.51844)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 2.2518 (previous was 2.81475)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Received GL Window Scroll
2021-11-03 20:39:55 (6292) ZoomInOn|BEFORE: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:55 (6292) Setting scale to 1.80144 (previous was 2.2518)
2021-11-03 20:39:55 (6292)   ZoomInOn|AFTER: Origin = 430.648 34.5764 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:55 (6292)     convertXYToWorld(cursor): -298.769 -23.9421 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = 430.648 34.5764 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9421 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 2.2518 (previous was 1.80144)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = 284.764 22.8635 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9513 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 2.81475 (previous was 2.2518)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 3.51844 (previous was 2.81475)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99699 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99699 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = 6.11341e-05 4.90841e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = 6.11341e-05 4.90841e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -59.7538 -4.79758 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -59.7538 -4.79758 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63565 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63565 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 8.58993 (previous was 6.87195)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 10.7374 (previous was 8.58993)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 13.4218 (previous was 10.7374)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -200.868 -16.1276 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9818 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -200.868 -16.1276 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9818 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 10.7374 (previous was 13.4218)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 8.58993 (previous was 10.7374)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 6.87195 (previous was 8.58993)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63565 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63565 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = -59.7538 -4.79758 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = -59.7538 -4.79758 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = 1.58947e-05 1.27617e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Received GL Window Scroll
2021-11-03 20:39:56 (6292) ZoomInOn|BEFORE: Origin = 1.58947e-05 1.27617e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:56 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:56 (6292)   ZoomInOn|AFTER: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:56 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = 74.6923 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 2.81475 (previous was 3.51844)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 3.51844 (previous was 2.81475)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = 74.6922 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = 74.6922 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -1.89124e-05 -1.51847e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -1.89124e-05 -1.51847e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 8.58993 (previous was 6.87195)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 10.7374 (previous was 8.58993)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 13.4218 (previous was 10.7374)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -200.868 -16.1276 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9818 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -200.868 -16.1276 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9818 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 10.7374 (previous was 13.4218)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9802 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 8.58993 (previous was 10.7374)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 6.87195 (previous was 8.58993)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -59.7538 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = -3.69202e-05 -2.9643e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = -3.69202e-05 -2.9643e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = 74.6922 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Received GL Window Scroll
2021-11-03 20:39:57 (6292) ZoomInOn|BEFORE: Origin = 74.6922 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:57 (6292) Setting scale to 2.81475 (previous was 3.51844)
2021-11-03 20:39:57 (6292)   ZoomInOn|AFTER: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:57 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = 168.058 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 3.51844 (previous was 2.81475)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = 74.6922 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = 74.6922 5.99698 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -7.17274e-05 -5.75894e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -7.17274e-05 -5.75894e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -59.7539 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -59.7539 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -59.7539 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -59.7539 -4.79759 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -8.32922e-05 -6.68746e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -8.32922e-05 -6.68746e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = 74.6922 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = 74.6922 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 2.81475 (previous was 3.51844)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = 168.057 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = 168.057 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 3.51844 (previous was 2.81475)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -0.000118099 -9.4821e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -0.000118099 -9.4821e-06 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -59.7539 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -59.7539 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 8.58993 (previous was 6.87195)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Received GL Window Scroll
2021-11-03 20:39:58 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:58 (6292) Setting scale to 10.7374 (previous was 8.58993)
2021-11-03 20:39:58 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:58 (6292)     convertXYToWorld(cursor): -298.769 -23.9803 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9803 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 8.58993 (previous was 10.7374)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 6.87195 (previous was 8.58993)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63566 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -59.7539 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -59.7539 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -0.000136508 -1.09601e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -0.000136508 -1.09601e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 2.81475 (previous was 3.51844)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = 168.057 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = 168.057 13.4932 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9586 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 3.51844 (previous was 2.81475)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -0.000171315 -1.37547e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -0.000171315 -1.37547e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -59.754 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -59.754 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63567 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63567 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 8.58993 (previous was 6.87195)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Received GL Window Scroll
2021-11-03 20:39:59 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:39:59 (6292) Setting scale to 10.7374 (previous was 8.58993)
2021-11-03 20:39:59 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:39:59 (6292)     convertXYToWorld(cursor): -298.769 -23.9803 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9803 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 8.58993 (previous was 10.7374)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 6.87195 (previous was 8.58993)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63567 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63567 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -59.754 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -59.754 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -0.000189723 -1.52327e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -0.000189723 -1.52327e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = 74.6921 5.99697 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9645 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 4.39805 (previous was 3.51844)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -0.000205119 -1.64688e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -0.000205119 -1.64688e-05 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9692 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -59.754 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -59.754 -4.7976 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9729 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -107.557 -8.63567 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -107.557 -8.63567 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9759 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 8.58993 (previous was 6.87195)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Received GL Window Scroll
2021-11-03 20:40:00 (6292) ZoomInOn|BEFORE: Origin = -145.799 -11.7061 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9783 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:00 (6292) Setting scale to 10.7374 (previous was 8.58993)
2021-11-03 20:40:00 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: -802,745 Dims: 1024x1279
2021-11-03 20:40:00 (6292)     convertXYToWorld(cursor): -298.769 -23.9803 0 Screen Normalised: -2.56641,0.164973
2021-11-03 20:40:02 (8004) Auto-saving registry to user settings path.
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.8787 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 8.58993 (previous was 10.7374)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -186.824 -40.6935 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.858 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -186.824 -40.6935 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.858 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 6.87195 (previous was 8.58993)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -199.863 -73.8574 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.8321 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -199.863 -73.8574 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.8321 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -216.161 -115.312 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.7997 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -216.161 -115.312 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.7997 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -236.534 -167.131 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.7592 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -236.534 -167.131 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.7592 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 5.49756 (previous was 4.39805)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -216.161 -115.312 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.7997 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -216.161 -115.312 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.7997 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 6.87195 (previous was 5.49756)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -199.863 -73.8573 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.8321 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Received GL Window Scroll
2021-11-03 20:40:04 (6292) ZoomInOn|BEFORE: Origin = -199.863 -73.8573 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.8321 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:04 (6292) Setting scale to 8.58993 (previous was 6.87195)
2021-11-03 20:40:04 (6292)   ZoomInOn|AFTER: Origin = -186.824 -40.6935 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:04 (6292)     convertXYToWorld(cursor): -134.67 91.858 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:05 (6292) Received GL Window Scroll
2021-11-03 20:40:05 (6292) ZoomInOn|BEFORE: Origin = -186.824 -40.6935 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:05 (6292)     convertXYToWorld(cursor): -134.67 91.858 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:05 (6292) Setting scale to 10.7374 (previous was 8.58993)
2021-11-03 20:40:05 (6292)   ZoomInOn|AFTER: Origin = -176.393 -14.1625 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:05 (6292)     convertXYToWorld(cursor): -134.67 91.8788 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Received GL Window Scroll
2021-11-03 20:40:06 (6292) ZoomInOn|BEFORE: Origin = -176.393 -14.1625 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.8788 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Setting scale to 8.58993 (previous was 10.7374)
2021-11-03 20:40:06 (6292)   ZoomInOn|AFTER: Origin = -186.824 -40.6935 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.858 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Received GL Window Scroll
2021-11-03 20:40:06 (6292) ZoomInOn|BEFORE: Origin = -186.824 -40.6935 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.858 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Setting scale to 6.87195 (previous was 8.58993)
2021-11-03 20:40:06 (6292)   ZoomInOn|AFTER: Origin = -199.863 -73.8573 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.8321 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Received GL Window Scroll
2021-11-03 20:40:06 (6292) ZoomInOn|BEFORE: Origin = -199.863 -73.8573 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.8321 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Setting scale to 5.49756 (previous was 6.87195)
2021-11-03 20:40:06 (6292)   ZoomInOn|AFTER: Origin = -216.161 -115.312 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.7997 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Received GL Window Scroll
2021-11-03 20:40:06 (6292) ZoomInOn|BEFORE: Origin = -216.161 -115.312 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.7997 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Setting scale to 4.39805 (previous was 5.49756)
2021-11-03 20:40:06 (6292)   ZoomInOn|AFTER: Origin = -236.534 -167.131 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.7592 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Received GL Window Scroll
2021-11-03 20:40:06 (6292) ZoomInOn|BEFORE: Origin = -236.534 -167.131 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.7592 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:06 (6292) Setting scale to 3.51844 (previous was 4.39805)
2021-11-03 20:40:06 (6292)   ZoomInOn|AFTER: Origin = -261.999 -231.904 30 Mouse cursor: 960,-500 Dims: 1024x1279
2021-11-03 20:40:06 (6292)     convertXYToWorld(cursor): -134.67 91.7086 0 Screen Normalised: 0.875,-1.78186
2021-11-03 20:40:08 (6292) LayerControlDialog shutting down.
2021-11-03 20:40:08 (6292) TexTool shutting down.
2021-11-03 20:40:08 (6292) ModelSelector shutting down.
2021-11-03 20:40:08 (6292) CommandSystem: shutting down.
2021-11-03 20:40:08 (6292) BrushModuleImpl::shutdownModule called.
2021-11-03 20:40:08 (6292) EntityClassDoom3::shutdownModule called.
2021-11-03 20:40:08 (6292) EntityModule::shutdownModule called.
2021-11-03 20:40:08 (6292) EventManager::shutdownModule called
2021-11-03 20:40:08 (6292) GitIntegration::shutdownModule called.
2021-11-03 20:40:08 (6292) MainFrame::shutdownModule called.
2021-11-03 20:40:08 (6292) MainFrameLayoutManager::shutdownModule called.
2021-11-03 20:40:08 (6292) MapInfoFileManager::shudownModule called.
2021-11-03 20:40:08 (6292) Doom3ShaderSystem::shutdownModule called
2021-11-03 20:40:08 (6292) ObjectivesEditorModule shutting down.
2021-11-03 20:40:08 (6292) ScriptingSystem::shutdownModule called.
2021-11-03 20:40:08 (6292) Filesystem shut down
2021-11-03 20:40:08 (6292) XMLRegistry Shutdown: 1336 queries processed.
2021-11-03 20:40:08 (6292) 2021-11-03 20:40:08 Closing log file.
darkradiant-5.log (98,885 bytes)   
greebo

greebo

04.11.2021 03:32

administrator   ~0014491

From the logs I think the behaviour is now correct. May I ask for a short video of that?

It behaves correctly if you zoom and the point below the mouse cursor stays fixed, i.e. at the same world coordinate. That's what it tells me in the log.
Bikerdude

Bikerdude

04.11.2021 10:06

reporter   ~0014492

Here you go - https://youtu.be/kULAHc8MeNo
greebo

greebo

04.11.2021 18:37

administrator   ~0014493

I don't get what's going wrong here. Do you have any chance of trying this out on another machine, perhaps? I've tried this on three different machines, and all of them are working as designed.

I'm giving up and will make the new behaviour optional with a checkbox in the preferences, so you can switch it off to get the old behaviour again.
greebo

greebo

04.11.2021 18:49

administrator   ~0014494

Made the new behaviour toggle-able through Preferences > Orthoview
greebo

greebo

04.11.2021 18:50

administrator   ~0014495

grafik.png (23,711 bytes)   
grafik.png (23,711 bytes)   
Bikerdude

Bikerdude

04.11.2021 19:32

reporter   ~0014497

Greebo, you sir are a little star! :-)
Bikerdude

Bikerdude

04.11.2021 20:59

reporter   ~0014499

Apologies for reopening, but the zoom only center on the cursor when its 'not' ticked :-D
greebo

greebo

05.11.2021 04:50

administrator   ~0014501

Sorry, I double-checked the code at least 5 times now, and I give up on this. Not going to touch this before release.
Bikerdude

Bikerdude

05.11.2021 09:36

reporter   ~0014502

Fair enough, after release can I will update the Darkmod wiki with a brief howto on this feature.
greebo

greebo

09.11.2021 13:53

administrator   ~0014522

Last edited: 09.11.2021 16:11

Gave this one more thought, now there's a new test build in the works: https://github.com/codereader/DarkRadiant/actions/runs/1439750461
Please give it a shot when it's done, I'd need to see the logs again.
Bikerdude

Bikerdude

09.11.2021 19:56

reporter   ~0014523

Evening, downloading and testing!
Bikerdude

Bikerdude

10.11.2021 21:22

reporter   ~0014528

Right here you go log and dump files.

Dump - https://1drv.ms/u/s!AuwAFc1gTZzehwYtIsMZ8KQTqGcq?e=EpY5oc
Log - see attached.
darkradiant-6.log (145,908 bytes)   
2021-11-10 21:11:42 (8260) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-10 21:11:42 (8260) This is DarkRadiant 2.14.0_rev56f903a x64 
2021-11-10 21:11:42 (8260) Today is 2021-11-10 21:11:42
2021-11-10 21:11:42 (8260) ModuleRegistry instantiated.
2021-11-10 21:11:42 (8260) Module registered: RadiantCore
2021-11-10 21:11:42 (8260) Current language setting: en
2021-11-10 21:11:42 (8260) Found 2 language folders.
2021-11-10 21:11:42 (8260) Module registered: CameraWndManager
2021-11-10 21:11:42 (8260) Module registered: Clipboard
2021-11-10 21:11:42 (8260) Module registered: EventManager
2021-11-10 21:11:42 (8260) Module registered: MouseToolManager
2021-11-10 21:11:42 (8260) Module registered: StartupMapLoader
2021-11-10 21:11:42 (8260) Module registered: LocalisationModule
2021-11-10 21:11:42 (8260) Module registered: DialogManager
2021-11-10 21:11:42 (8260) Module registered: UserInterfaceModule
2021-11-10 21:11:42 (8260) Module registered: FavouritesUserInterface
2021-11-10 21:11:42 (8260) Module registered: FilterUserInterface
2021-11-10 21:11:42 (8260) Module registered: wxGLWidgetManager
2021-11-10 21:11:42 (8260) Module registered: GridUserInterface
2021-11-10 21:11:42 (8260) Module registered: GroupDialogModule
2021-11-10 21:11:42 (8260) Module registered: MainFrame
2021-11-10 21:11:42 (8260) Module registered: MainFrameLayoutManager
2021-11-10 21:11:42 (8260) Module registered: MaterialEditor
2021-11-10 21:11:42 (8260) Module registered: MediaBrowser
2021-11-10 21:11:42 (8260) Module registered: MenuManager
2021-11-10 21:11:42 (8260) Module registered: EntityInspector
2021-11-10 21:11:42 (8260) Module registered: OrthoContextMenu
2021-11-10 21:11:42 (8260) Module registered: ScriptUserInterface
2021-11-10 21:11:42 (8260) Module registered: StatusBarManager
2021-11-10 21:11:42 (8260) Module registered: TextureBrowserManager
2021-11-10 21:11:42 (8260) Module registered: ToolBarManager
2021-11-10 21:11:42 (8260) Module registered: OrthoviewManager
2021-11-10 21:11:42 (8260) Module registered: Doom3BrushCreator
2021-11-10 21:11:42 (8260) Module registered: CameraManager
2021-11-10 21:11:42 (8260) Module registered: Clipper
2021-11-10 21:11:42 (8260) Module registered: FavouritesManager
2021-11-10 21:11:42 (8260) Module registered: EclassColourManager
2021-11-10 21:11:42 (8260) Module registered: EntityClassManager
2021-11-10 21:11:42 (8260) Module registered: EntityModule
2021-11-10 21:11:42 (8260) Module registered: FileTypes
2021-11-10 21:11:42 (8260) Module registered: FilterSystem
2021-11-10 21:11:42 (8260) Module registered: FontManager
2021-11-10 21:11:42 (8260) Module registered: Grid
2021-11-10 21:11:42 (8260) Module registered: ImageLoader
2021-11-10 21:11:42 (8260) Module registered: LayerModule
2021-11-10 21:11:42 (8260) Module registered: ZAasFileManager
2021-11-10 21:11:42 (8260) Module registered: Doom3AasFileLoader
2021-11-10 21:11:42 (8260) Module registered: Counters
2021-11-10 21:11:42 (8260) Module registered: EditingStopwatch
2021-11-10 21:11:42 (8260) Module registered: Map
2021-11-10 21:11:42 (8260) Module registered: MapResourceManager
2021-11-10 21:11:42 (8260) Module registered: RegionManager
2021-11-10 21:11:42 (8260) Module registered: AutomaticMapSaver
2021-11-10 21:11:42 (8260) Module registered: Doom3MapLoader
2021-11-10 21:11:42 (8260) Module registered: Doom3PrefabLoader
2021-11-10 21:11:42 (8260) Module registered: MapFormatManager
2021-11-10 21:11:42 (8260) Module registered: Quake3MapLoader
2021-11-10 21:11:42 (8260) Module registered: Quake3AlternateMapLoader
2021-11-10 21:11:42 (8260) Module registered: Quake4MapLoader
2021-11-10 21:11:42 (8260) Module registered: class map::format::PortableMapFormat
2021-11-10 21:11:42 (8260) Module registered: MapInfoFileManager
2021-11-10 21:11:42 (8260) Module registered: MRUManager
2021-11-10 21:11:42 (8260) Module registered: NamespaceFactory
2021-11-10 21:11:42 (8260) Module registered: MD5Module
2021-11-10 21:11:42 (8260) Module registered: MD5AnimationCache
2021-11-10 21:11:42 (8260) Module registered: ModelCache
2021-11-10 21:11:42 (8260) Module registered: ModelFormatManager
2021-11-10 21:11:42 (8260) Module registered: PicoModelModule
2021-11-10 21:11:42 (8260) Module registered: ParticlesManager
2021-11-10 21:11:42 (8260) Module registered: PatchModule
2021-11-10 21:11:42 (8260) Module registered: CommandSystem
2021-11-10 21:11:42 (8260) Module registered: OpenGL
2021-11-10 21:11:42 (8260) Module registered: ShaderCache
2021-11-10 21:11:42 (8260) Module registered: RenderSystemFactory
2021-11-10 21:11:42 (8260) Module registered: SharedGLContextHolder
2021-11-10 21:11:42 (8260) Module registered: SceneGraph
2021-11-10 21:11:42 (8260) Module registered: SceneGraphFactory
2021-11-10 21:11:42 (8260) Module registered: SelectionGroupModule
2021-11-10 21:11:42 (8260) Module registered: SelectionSystem
2021-11-10 21:11:42 (8260) Module registered: SelectionSetModule
2021-11-10 21:11:42 (8260) Module registered: ShaderClipboard
2021-11-10 21:11:42 (8260) Module registered: TextureToolColourSchemeManager
2021-11-10 21:11:42 (8260) Module registered: TextureToolSceneGraph
2021-11-10 21:11:42 (8260) Module registered: TextureToolSelectionSystem
2021-11-10 21:11:42 (8260) Module registered: ColourSchemeManager
2021-11-10 21:11:42 (8260) Module registered: GameManager
2021-11-10 21:11:42 (8260) Module registered: PreferenceSystem
2021-11-10 21:11:42 (8260) Module registered: MaterialManager
2021-11-10 21:11:42 (8260) Module registered: ModelSkinCache
2021-11-10 21:11:42 (8260) Module registered: UndoSystemFactory
2021-11-10 21:11:42 (8260) Module registered: VersionControlManager
2021-11-10 21:11:42 (8260) Module registered: VirtualFileSystem
2021-11-10 21:11:42 (8260) Module registered: XMLRegistry
2021-11-10 21:11:42 (8260) ModuleRegistry Compatibility Level is 20211014
2021-11-10 21:11:42 (8260) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/modules/
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/DarkRadiantCore.dll'
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/script.dll'
2021-11-10 21:11:42 (8260) Module registered: ScriptingSystem
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/sound.dll'
2021-11-10 21:11:42 (8260) Module registered: SoundManager
2021-11-10 21:11:42 (8260) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/plugins/
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.conversation.dll'
2021-11-10 21:11:42 (8260) Module registered: ConversationEditor
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.difficulty.dll'
2021-11-10 21:11:42 (8260) Module registered: DifficultyEditor
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.editing.dll'
2021-11-10 21:11:42 (8260) Module registered: DarkMod Editing
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gameconnection.dll'
2021-11-10 21:11:42 (8260) Module registered: GameConnection
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gui.dll'
2021-11-10 21:11:42 (8260) Module registered: GUI Editing
2021-11-10 21:11:42 (8260) Module registered: GuiManager
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.objectives.dll'
2021-11-10 21:11:42 (8260) Module registered: ObjectivesEditor
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.stimresponse.dll'
2021-11-10 21:11:42 (8260) Module registered: StimResponseEditor
2021-11-10 21:11:42 (8260) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/vcs.dll'
2021-11-10 21:11:43 (8260) Module registered: GitIntegration
2021-11-10 21:11:43 (8260) XMLRegistry::initialiseModule called
2021-11-10 21:11:43 (8260) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant/
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/user.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/colours.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/input.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/menu.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/commandsystem.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-10 21:11:43 (8260) CommandSystem::initialiseModule called.
2021-11-10 21:11:43 (8260) FileTypes::initialiseModule called.
2021-11-10 21:11:43 (8260) PreferenceSystem::initialiseModule called
2021-11-10 21:11:43 (8260) VirtualFileSystem::initialiseModule called
2021-11-10 21:11:43 (8260) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant/games/
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/darkmod.game
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3-demo.game
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3.game
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/prey.game
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake3.game
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake4.game
2021-11-10 21:11:43 (8260) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/xreal.game
2021-11-10 21:11:43 (8260) GameManager: Found game definitions: 
2021-11-10 21:11:43 (8260)   Doom 3
2021-11-10 21:11:43 (8260)   Doom 3 Demo
2021-11-10 21:11:43 (8260)   Prey
2021-11-10 21:11:43 (8260)   Quake 3
2021-11-10 21:11:43 (8260)   Quake 4
2021-11-10 21:11:43 (8260)   The Dark Mod 2.0 (Standalone)
2021-11-10 21:11:43 (8260)   XreaL
2021-11-10 21:11:43 (8260) 
2021-11-10 21:11:43 (8260) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-10 21:11:43 (8260) Found fs_game command line argument, overriding existing mod path.
2021-11-10 21:11:43 (8260) GameManager: Map path set to E:/Darkmod/fms/written/maps/
2021-11-10 21:11:43 (8260) GameManager: Prefab path set to E:/Darkmod/fms/written/prefabs/
2021-11-10 21:11:43 (8260) Initialising filesystem using 2 paths 
2021-11-10 21:11:43 (8260) VFS Search Path priority is: 
2021-11-10 21:11:43 (8260) - E:/Darkmod/fms/written/
2021-11-10 21:11:43 (8260) - E:/Darkmod/
2021-11-10 21:11:43 (8260) Allowed PK4 Archive File Extensions: pk4
2021-11-10 21:11:43 (8260) [vfs] Searched directory: E:/Darkmod/fms/written/
2021-11-10 21:11:43 (8260) [vfs] Searched directory: E:/Darkmod/
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-10 21:11:43 (8260) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-10 21:11:43 (8260) MapInfoFileManager::initialiseModule called.
2021-11-10 21:11:43 (8260) MapFormatManager::initialiseModule called.
2021-11-10 21:11:43 (8260) Doom3MapLoader: initialiseModule called.
2021-11-10 21:11:43 (8260) MapResourceManager::initialiseModule called.
2021-11-10 21:11:43 (8260) SceneGraph::initialiseModule called
2021-11-10 21:11:43 (8260) Map::initialiseModule called.
2021-11-10 21:11:43 (8260) AutomaticMapSaver::initialiseModule called.
2021-11-10 21:11:43 (8260) CameraManager::initialiseModule called.
2021-11-10 21:11:43 (8260) EventManager::initialiseModule called.
2021-11-10 21:11:43 (8260) EventManager successfully initialised.
2021-11-10 21:11:43 (8260) EclassColourManager::initialiseModule called.
2021-11-10 21:11:43 (8260) EntityClassDoom3::initialiseModule called.
2021-11-10 21:11:43 (10512) searching vfs directory 'def' for *.def
2021-11-10 21:11:43 (8260) GroupDialogModule::initialiseModule called
2021-11-10 21:11:43 (10512) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-10 21:11:43 (10512) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-10 21:11:43 (10512) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-10 21:11:43 (8260) MainFrameLayoutManager::initialiseModule called.
2021-11-10 21:11:43 (8260) MaterialManager::initialiseModule called
2021-11-10 21:11:43 (8260) SharedGLContextHolder::initialiseModule called.
2021-11-10 21:11:43 (8260) ShaderCache::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] bkd_lights.mtr: shader lights/round_grill already defined.
2021-11-10 21:11:43 (11808) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-10 21:11:43 (11808) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-10 21:11:43 (8260) StatusBarManager::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-10 21:11:43 (8260) OrthoviewManager::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-10 21:11:43 (11808) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-10 21:11:43 (11808) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-10 21:11:43 (8260) MainFrame::initialiseModule called.
2021-11-10 21:11:43 (8260) CameraWndManager::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-10 21:11:43 (8260) Clipboard::initialiseModule called.
2021-11-10 21:11:43 (8260) Clipper::initialiseModule called
2021-11-10 21:11:43 (8260) ColourSchemeManager::initialiseModule called.
2021-11-10 21:11:43 (8260) ColourSchemeManager: Loading colour schemes...
2021-11-10 21:11:43 (8260) MenuManager::initialiseModule called.
2021-11-10 21:11:43 (8260) ConversationEditor::initialiseModule called.
2021-11-10 21:11:43 (8260) GridManager::initialiseModule called.
2021-11-10 21:11:43 (8260) OpenGL::initialiseModule called.
2021-11-10 21:11:43 (8260) SelectionSystem::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-10 21:11:43 (11808) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-10 21:11:43 (11808) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-10 21:11:43 (11808) [shaders] tdm_stone_sculpted.mtr: shader textures/darkmod/stone/sculpted/shields/ornament_shield_white_eagleandpallets already defined.
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-10 21:11:43 (11808) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-10 21:11:43 (8260) DarkMod Editing::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-10 21:11:43 (8260) DialogManager::initialiseModule called.
2021-11-10 21:11:43 (8260) DifficultyEditor::initialiseModule called.
2021-11-10 21:11:43 (10512) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-10 21:11:43 (8260) ZAasFileManager::initialiseModule called.
2021-11-10 21:11:43 (8260) Doom3AasFileLoader: initialiseModule called.
2021-11-10 21:11:43 (8260) BrushModuleImpl::initialiseModule called.
2021-11-10 21:11:43 (8260) Doom3PrefabLoader: initialiseModule called.
2021-11-10 21:11:43 (8260) EditingStopwatch::initialiseModule called.
2021-11-10 21:11:43 (8260) EntityModule::initialiseModule called.
2021-11-10 21:11:43 (8260) FavouritesUserInterface::initialiseModule called.
2021-11-10 21:11:43 (11808) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-10 21:11:43 (8260) [filters] Loaded 18 filters from registry.
2021-11-10 21:11:43 (11808) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-10 21:11:43 (8260) FilterUserInterface::initialiseModule called.
2021-11-10 21:11:43 (8260) FontManager::initialiseModule called
2021-11-10 21:11:43 (11808) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-10 21:11:43 (8260) GUI Editing::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (8260) VersionControlManager::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (8260) GitIntegration::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (8260) Failed to open repository at E:/Darkmod/fms/written/
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (8260) GridUserInterface::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (11808) 4815 shader definitions found.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10512) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (8260) GuiManager::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (11808) [GuiManager]: Found 269 guis.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (8260) LayerModule::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (8260) LocalisationModule::initialiseModule called
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (8260) MD5AnimationCache::initialiseModule called.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-10 21:11:43 (10148) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-10 21:11:43 (10148) 25 fonts registered.
2021-11-10 21:11:43 (8260) ModelFormatManager::initialiseModule called.
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-10 21:11:43 (10512) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-10 21:11:43 (8260) MRUManager::initialiseModule called.
2021-11-10 21:11:43 (8260) MaterialEditor::initialiseModule called.
2021-11-10 21:11:43 (8260) ShaderClipboard::initialiseModule called.
2021-11-10 21:11:43 (8260) MediaBrowser::initialiseModule called.
2021-11-10 21:11:43 (10512) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-10 21:11:43 (10512) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-10 21:11:43 (10512) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-10 21:11:43 (10512) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-10 21:11:43 (8260) ModelCache::initialiseModule called.
2021-11-10 21:11:43 (8260) Doom3SkinCache::initialiseModule called
2021-11-10 21:11:43 (10512) [skins] Loading skins.
2021-11-10 21:11:43 (8260) NamespaceFactory::initialiseModule called.
2021-11-10 21:11:43 (8260) ObjectivesEditorModule::initialiseModule called.
2021-11-10 21:11:43 (10512) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-10 21:11:43 (10512) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-10 21:11:43 (8260) ParticlesManager::initialiseModule called
2021-11-10 21:11:43 (8260) PatchModule::initialiseModule called.
2021-11-10 21:11:43 (10512) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-10 21:11:43 (8260) Quake3AlternateMapLoader: initialiseModule called.
2021-11-10 21:11:43 (8260) Quake3MapLoader: initialiseModule called.
2021-11-10 21:11:43 (8260) Quake4MapLoader: initialiseModule called.
2021-11-10 21:11:43 (8260) RegionManager::initialiseModule called.
2021-11-10 21:11:43 (10512) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-10 21:11:43 (8260) RenderSystemFactory::initialiseModule called.
2021-11-10 21:11:43 (8260) SceneGraphFactory::initialiseModule called.
2021-11-10 21:11:43 (8260) ScriptingSystem::initialiseModule called.
2021-11-10 21:11:43 (8260) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-10 21:11:43 (8260) SelectionGroupModule::initialiseModule called.
2021-11-10 21:11:43 (8260) SelectionSetModule::initialiseModule called.
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (8260) SoundManager: initialising sound playback
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (8260) StartupMapLoader::initialiseModule called.
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (8260) StimResponseEditor::initialiseModule called.
2021-11-10 21:11:43 (11808) Found 302 particle definitions.
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (8260) TextureBrowserManager::initialiseModule called.
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (10512) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-10 21:11:43 (8260) TextureToolSceneGraph::initialiseModule called.
2021-11-10 21:11:43 (8260) TextureToolSelectionSystem::initialiseModule called.
2021-11-10 21:11:43 (8260) Found toolbar: view
2021-11-10 21:11:43 (8260) Found toolbar: edit
2021-11-10 21:11:43 (8260) Found toolbar: texture
2021-11-10 21:11:43 (8260) Found toolbar: textool
2021-11-10 21:11:43 (8260) UndoSystemFactory::initialiseModule called
2021-11-10 21:11:43 (8260) UserInterfaceModule::initialiseModule called.
2021-11-10 21:11:43 (8260) wxWidgets Version: 3.1.3
2021-11-10 21:11:43 (8260) Default screen has 1 monitors.
2021-11-10 21:11:43 (8260) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-10 21:11:43 (10512) [skins] Found 1475 skins.
2021-11-10 21:11:43 (8260) class map::format::PortableMapFormat: initialiseModule called.
2021-11-10 21:11:43 (8260) wxGLWidgetManager::initialiseModule called.
2021-11-10 21:11:43 (8260) ToolbarManager: Instantiating toolbar: view
2021-11-10 21:11:43 (10148) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-10 21:11:43 (8260) ToolbarManager: Instantiating toolbar: edit
2021-11-10 21:11:43 (10148) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-10 21:11:43 (10148) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-10 21:11:43 (10148) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-10 21:11:43 (10148) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-10 21:11:43 (10148) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-10 21:11:43 (10148) 3296 sound shaders found.
2021-11-10 21:11:43 (8260) MainFrame: Activating layout Dockable
2021-11-10 21:11:43 (8260) ToolbarManager: Instantiating toolbar: texture
2021-11-10 21:11:43 (8260) ToolbarManager: Instantiating toolbar: textool
2021-11-10 21:11:43 (8260) EventManager: Shortcuts found in Registry: 152
2021-11-10 21:11:43 (8260) Loading map from unnamed.map
2021-11-10 21:11:43 (8260) map load timer:  0.00 second(s) elapsed
2021-11-10 21:11:43 (8260) GL_VENDOR: NVIDIA Corporation
2021-11-10 21:11:43 (8260) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-10 21:11:43 (8260) GL_VERSION: 4.6.0 NVIDIA 472.12
2021-11-10 21:11:43 (8260) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-10 21:11:43 (8260) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-10 21:11:43 (8260) --- LoadMapFile ---
2021-11-10 21:11:43 (8260) unnamed.map
2021-11-10 21:11:43 (8260) 0 brushes
2021-11-10 21:11:43 (8260) 0 patches
2021-11-10 21:11:43 (8260) 0 entities
2021-11-10 21:11:43 (8260) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-10 21:11:43 (8260) Registered script file commands/ase_export.py as aseExport
2021-11-10 21:11:43 (8260) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-10 21:11:43 (8260) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-10 21:11:43 (8260) Registered script file commands/example.py as Example
2021-11-10 21:11:43 (8260) Registered script file commands/export_obj.py as objExport
2021-11-10 21:11:43 (8260) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-10 21:11:43 (8260) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-10 21:11:43 (8260) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-10 21:11:43 (8260) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-10 21:11:43 (8260) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-10 21:11:43 (8260) Registered script file commands/test_targets.py as test_targets
2021-11-10 21:11:43 (8260) ScriptModule: Found 11 commands.
2021-11-10 21:11:43 (8260) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-10 21:11:45 (11340) Auto-saving registry to user settings path.
2021-11-10 21:11:45 (8260) Loading map from E:/Darkmod/fms/written/maps/written.map
2021-11-10 21:11:45 (8260) Open file E:/Darkmod/fms/written/maps/written.map from filesystem...success.
2021-11-10 21:11:46 (8260) Using Doom 3 format to load the data.
2021-11-10 21:11:46 (8260) [AttachmentData] Entity 'atdm:weapon_shortsword' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-10 21:11:46 (8260) [AttachmentData] Entity 'atdm:weapon_blackjack' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-10 21:11:46 (8260) [AttachmentData] Entity 'atdm:weapon_blackjack' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-10 21:11:46 (8260) [AttachmentData] Entity 'atdm:weapon_shortsword' tries to attach 'meleeweap_r' at non-existent position ''
2021-11-10 21:11:47 (11340) Auto-saving registry to user settings path.
2021-11-10 21:11:47 (8260) PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (2 layers found)
2021-11-10 21:11:48 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:48 (8260) PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (3 layers found)
2021-11-10 21:11:48 (8260) PICO_WARNING: LWO loader discards any geometry data not in Layer 1 (2 layers found)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) [AttachmentData] Entity 'atdm:moveable_lantern_bullseye' tries to attach 'light' at non-existent position ''
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:49 (8260) PICO_WARNING: LWO loader discarded a polygon because it has != 3 verts (2)
2021-11-10 21:11:50 (8260) Open file E:/Darkmod/fms/written/maps/written.darkradiant from filesystem...success.
2021-11-10 21:11:50 (8260) Parsing info file...
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed map editing time.
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #2 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #6 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #7 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #8 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #9 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #10 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #11 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #12 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #13 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #56 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #57 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #58 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #93 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #94 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #95 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #96 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #97 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #98 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #99 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #100 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #101 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #102 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #103 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #105 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #108 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #109 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #110 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #111 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #112 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #113 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #114 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #115 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #116 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #117 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #118 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #119 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #120 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #121 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #122 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #123 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #124 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #125 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #126 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #127 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #129 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #130 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #131 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #132 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #133 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #139 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #140 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #141 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #142 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #143 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #144 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #145 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #146 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #147 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #148 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #149 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #150 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #151 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #153 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #154 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #155 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #167 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #168 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #169 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #171 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #190 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #215 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #227 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #242 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #249 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #250 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #251 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #256 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #257 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #258 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #294 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #298 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #301 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #302 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #319 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #346 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #348 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #355 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #357 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #361 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #365 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #366 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #367 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #374 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #394 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #402 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #409 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #416 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #477 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #478 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #479 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #487 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #489 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #510 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #511 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #516 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #520 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #521 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #575 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #578 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #615 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #633 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #634 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #635 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #636 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #639 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #650 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #651 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #652 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #653 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #654 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #655 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #659 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #661 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #662 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #663 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #669 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #671 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #690 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #708 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #712 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #717 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #718 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #719 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #720 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #721 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #722 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #723 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #724 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #725 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #726 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #755 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #756 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #762 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #897 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #898 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #899 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #901 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #904 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #926 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #927 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #941 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #942 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #943 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #982 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #988 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1010 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1011 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1015 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1017 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1181 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1193 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1195 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1196 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1197 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1198 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1199 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1200 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1203 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1234 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1235 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1236 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1237 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1247 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1250 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1270 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1271 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1280 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1281 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1283 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1284 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1290 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1293 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1295 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1297 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1298 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1306 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1319 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1320 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1321 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1322 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1323 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1325 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1326 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1334 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1335 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1336 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1337 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1338 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1340 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1354 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1370 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1383 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1384 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1421 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1426 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1475 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1478 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1480 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1493 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1495 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1496 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1497 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1500 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1501 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1502 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1506 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1509 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1510 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1514 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1522 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1533 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1541 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1542 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1546 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1595 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1639 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1648 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1654 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1659 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1662 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1663 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1664 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1665 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1666 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1667 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1668 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1672 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1680 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1700 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1714 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1715 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1736 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1740 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1746 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1750 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1751 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1752 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1756 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1758 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1759 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1760 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1761 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1762 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1763 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1764 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1765 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1766 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1767 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1769 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1770 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1776 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1777 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1779 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1782 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1785 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1787 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1789 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1790 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1791 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1795 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1797 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1816 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1839 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1862 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1867 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1871 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1872 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1873 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1908 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1909 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1910 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1911 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1921 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1925 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1937 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1938 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1939 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1940 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1941 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1943 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1944 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1948 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1950 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1961 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1963 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1964 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1969 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1972 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1973 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #1976 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3278 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3280 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3281 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3283 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3284 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3285 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3286 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3287 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3288 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3289 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3307 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3311 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3312 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3315 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3316 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3321 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3322 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3323 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3324 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3325 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3326 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3327 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3328 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3329 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3331 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3335 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3338 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3339 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3345 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3346 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3347 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3348 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3349 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3350 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3351 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3352 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3353 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3354 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3355 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3358 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3359 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3361 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3362 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3363 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3364 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3365 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3366 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3367 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3368 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3369 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3370 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3371 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3373 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3375 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3377 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3378 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3384 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3385 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3386 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3387 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3388 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3394 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3395 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3398 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3399 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3401 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3402 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3412 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3413 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3415 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3416 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3421 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3422 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3424 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3427 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3431 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3434 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3436 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3441 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3443 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3447 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3448 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3449 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3450 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3468 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3469 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3471 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3476 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3491 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3492 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3493 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3494 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3495 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3496 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3497 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3498 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3499 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3517 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3518 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3519 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3520 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3530 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3531 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3538 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3554 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3555 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3556 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3559 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3562 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3564 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3565 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3575 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3576 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3577 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3580 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3589 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3601 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3604 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3609 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3616 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3618 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3624 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3649 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3662 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3667 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3672 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3676 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3689 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3695 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3696 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3697 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3705 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3706 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3707 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3749 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3750 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3753 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3755 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3756 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3760 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3761 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3762 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3763 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3764 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3768 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3770 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3771 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3773 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3774 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3785 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3786 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3788 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3790 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3793 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3794 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3796 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3800 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3801 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3802 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3803 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3804 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3805 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3806 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3807 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3808 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3809 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3810 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3811 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3812 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3813 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3815 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3816 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3820 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3822 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3823 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3826 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3827 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3828 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3829 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3830 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3831 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3837 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3841 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3856 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3861 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3863 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3864 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3869 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3872 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3874 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3876 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3882 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3889 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3890 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3891 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3893 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3894 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3896 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3899 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3900 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3901 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3904 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3905 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3906 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3907 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3908 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3909 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3910 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3911 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3912 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3913 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3914 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3916 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3917 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3936 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3954 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3955 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3956 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3957 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3958 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3959 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3960 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3963 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3964 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3965 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3969 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3971 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3972 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3973 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3976 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3977 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #3983 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4023 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4099 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4110 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4121 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4124 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4125 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4126 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4127 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4128 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4135 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4136 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4146 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4147 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4148 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4149 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4150 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4151 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4152 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4153 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4154 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4155 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4156 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4157 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4158 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4159 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4160 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4161 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4162 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4163 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4164 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4165 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4166 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4167 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4168 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4169 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4170 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4171 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4172 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4173 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4174 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4178 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4179 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4180 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4184 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4185 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4189 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4197 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4199 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4200 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4202 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4203 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4222 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4223 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4224 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4225 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4226 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4238 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4240 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4241 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4242 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4243 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4244 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4245 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4246 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4247 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4248 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4249 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4250 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4251 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4252 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4253 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4254 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4255 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4256 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4260 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4262 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4263 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4264 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4265 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4266 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4267 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4268 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4280 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4281 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4282 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4283 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4284 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4285 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4286 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4287 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4288 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4289 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4290 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4291 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4296 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4307 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4310 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4314 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4315 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4316 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4317 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4318 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4319 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4320 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4326 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4333 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4336 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4339 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4342 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4348 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4349 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4353 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4354 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4355 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4356 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4357 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4358 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4364 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4365 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4366 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4367 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4368 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4369 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4373 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4374 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4375 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4376 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4377 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4378 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4379 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4380 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4381 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4382 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4383 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4384 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4385 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4386 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4387 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4388 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4392 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4394 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4396 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4401 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4402 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4403 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4404 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4405 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4406 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4437 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4440 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4458 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4459 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4460 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4461 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4464 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4472 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4473 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4474 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4475 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4476 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4486 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4487 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4488 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4489 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4490 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4491 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4503 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4504 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4505 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4506 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4507 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4520 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4521 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4522 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4523 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4524 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4525 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4526 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4527 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4529 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4530 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4547 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4552 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4554 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4555 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4556 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4557 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4558 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4565 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4566 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4567 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4568 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4569 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4570 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4571 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4572 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4613 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4614 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4615 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4619 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4622 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4623 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4624 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4625 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4630 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4631 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4632 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4635 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4649 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4650 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4651 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4652 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4653 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4660 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4661 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4662 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4663 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4666 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4667 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4668 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4669 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4670 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4722 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4723 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4724 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4725 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4726 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4727 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4728 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4729 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4730 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4731 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4732 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4733 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4796 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4797 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4798 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4799 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4800 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4801 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4802 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4803 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4832 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4833 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4838 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4839 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4840 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4841 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4843 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4846 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4850 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4879 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4882 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4883 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4886 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4887 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4897 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4898 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4899 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4900 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4901 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4902 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4903 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4904 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4907 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4908 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4910 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4911 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4912 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4913 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4914 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4915 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4916 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4922 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4924 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4926 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4927 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4930 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4931 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4939 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4947 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4948 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4949 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4950 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4951 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4970 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4974 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4984 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4991 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4992 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4995 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4996 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4997 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #4998 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5011 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5012 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5013 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5017 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5022 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5032 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5033 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5034 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5035 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5036 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5038 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5040 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5041 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5042 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5045 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5046 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5048 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5049 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5050 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5051 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5054 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5055 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5056 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5057 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5058 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5059 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5060 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5061 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5062 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5063 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5064 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5065 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5069 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5070 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5073 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5074 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5075 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5076 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5082 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5083 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5084 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5085 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5086 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5088 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5089 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5090 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5091 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5092 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5093 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5094 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5095 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5100 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5101 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5102 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5103 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5104 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5105 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5111 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5113 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5114 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5115 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5116 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5121 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5122 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5123 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5136 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5138 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5139 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5140 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5141 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5142 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5146 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5147 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5148 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5149 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5150 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5151 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5152 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5153 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5154 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5155 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5156 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5158 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5162 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5167 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5171 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5172 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5180 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5184 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5192 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5193 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5194 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5195 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5196 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5197 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5198 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5199 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5200 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5201 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5202 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5208 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5211 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5212 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5215 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5216 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5218 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5219 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5224 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5227 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5229 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5232 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5233 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5234 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5237 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5238 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5240 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5245 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5246 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5256 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5257 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5260 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5267 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5273 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5274 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5275 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5277 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5279 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5280 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5284 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5285 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5286 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5350 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5373 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5376 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5377 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5378 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5379 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5380 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5381 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5382 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5385 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5386 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5387 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5388 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5389 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5390 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5391 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5392 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5393 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5394 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5395 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5396 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5397 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5398 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5403 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5404 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5405 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5406 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5415 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5417 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5418 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5419 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5420 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5421 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5422 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5423 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5424 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5425 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5429 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5430 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5432 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5434 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5435 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5436 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5437 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5438 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5442 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5443 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5444 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5448 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5449 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5450 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5451 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5452 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5453 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5454 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5456 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5457 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5460 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5462 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5483 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5485 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5486 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5487 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5488 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5489 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5490 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5491 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5492 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5493 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5494 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5495 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5496 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5497 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5498 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5499 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5500 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5501 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5502 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5503 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5504 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5505 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5506 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5507 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5508 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5509 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5510 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5511 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5512 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5513 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5514 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5515 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5516 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5518 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5519 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5527 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5530 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5531 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5532 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5534 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed group #5548 with name ""
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #0 with name Default
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #1 with name city_canal
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #2 with name city_south
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #3 with name city_east
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #4 with name sky
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #5 with name city_north
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #6 with name church_manor
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #7 with name warehouse
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #8 with name snow_fall
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #9 with name sewers
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #11 with name shop
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #12 with name tavern
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed layer #13 with name tower
2021-11-10 21:11:50 (8260) Sanity-checking the layer assignments...done, had to fix 0 assignments.
2021-11-10 21:11:50 (8260) [InfoFile]: Parsed 22 map properties.
2021-11-10 21:11:50 (8260) map load timer:  4.40 second(s) elapsed
2021-11-10 21:11:50 (8260) Stage keyword not recognised: portalrendermap
2021-11-10 21:11:50 (8260) Stage keyword not recognised: screen
2021-11-10 21:11:51 (11340) Auto-saving registry to user settings path.
2021-11-10 21:11:51 (8260) [shaders] Unable to load texture: _default
2021-11-10 21:11:51 (8260) ShaderLibrary: definition not found: Default
2021-11-10 21:11:51 (8260) Material keyword not recognised: shadowmapoffset
2021-11-10 21:11:51 (8260) Material keyword not recognised: 2
2021-11-10 21:11:51 (8260) ShaderLibrary: definition not found: window_side_2
2021-11-10 21:11:52 (8260) ShaderLibrary: definition not found: models/darkmod/stone/brick/tiling_1d/bt_borderwall1_grey_trim_n
2021-11-10 21:11:52 (8260) ShaderLibrary: definition not found: BITMAP
2021-11-10 21:11:52 (8260) ShaderLibrary: definition not found: Bed_Main
2021-11-10 21:11:53 (8260) Read 903411 seconds of total map editing time.
2021-11-10 21:11:53 (8260) --- LoadMapFile ---
2021-11-10 21:11:53 (8260) E:/Darkmod/fms/written/maps/written.map
2021-11-10 21:11:53 (8260) 11943 brushes
2021-11-10 21:11:53 (8260) 7751 patches
2021-11-10 21:11:53 (8260) 4015 entities
2021-11-10 21:12:08 (8260) UngroupSelected
2021-11-10 21:12:09 (8260) EntityInspector: warning: removed key 'light_center' not found in map.
2021-11-10 21:12:09 (8260) EntityInspector: warning: removed key 'light_radius' not found in map.
2021-11-10 21:12:09 (8260) EntityInspector: warning: removed key 's_shader' not found in map.
2021-11-10 21:12:11 (8260) GroupSelected
2021-11-10 21:12:15 (11340) Auto-saving registry to user settings path.
2021-11-10 21:12:59 (11340) Auto-saving registry to user settings path.
2021-11-10 21:13:52 (8260) setProperty
2021-11-10 21:14:04 (8260) SetEntityKeyValue
2021-11-10 21:14:07 (8260) SetEntityKeyValue
2021-11-10 21:14:14 (8260) setProperty
2021-11-10 21:14:17 (8260) Using Doom 3 format to save the resource.
2021-11-10 21:14:17 (8260) Opening file E:/Darkmod/fms/written/maps/written.map and auxiliary file E:/Darkmod/fms/written/maps/written.darkradiant for writing... success
2021-11-10 21:14:17 (8260) 1061 selection groups collected.
2021-11-10 21:14:17 (11340) Auto-saving registry to user settings path.
2021-11-10 21:14:19 (8260) Writing info file blocks for Map Properties
2021-11-10 21:14:19 (8260) Map Properties written.
2021-11-10 21:14:19 (8260) Writing info file blocks for Map Edit Stopwatch
2021-11-10 21:14:19 (8260) Map Edit Timings written.
2021-11-10 21:14:19 (8260) Writing info file blocks for Selection Groups
2021-11-10 21:14:19 (8260) 8411 selection group member mappings written.
2021-11-10 21:14:19 (8260) Writing info file blocks for Selection Set Mapping
2021-11-10 21:14:19 (8260) 0 selection sets exported.
2021-11-10 21:14:19 (8260) Writing info file blocks for Layer Mapping
2021-11-10 21:14:19 (8260) 23709 node-to-layer mappings written.
2021-11-10 21:14:19 (8260) map save timer:  1.56 second(s) elapsed
2021-11-10 21:14:19 (11340) Auto-saving registry to user settings path.
2021-11-10 21:15:20 (11340) Auto-saving registry to user settings path.
darkradiant-6.log (145,908 bytes)   
greebo

greebo

11.11.2021 02:13

administrator   ~0014529

Thanks for the logs, but I can't see any scrolling output in there. Did you zoom the ortho view using the mouse wheel?
Bikerdude

Bikerdude

11.11.2021 08:49

reporter   ~0014530

Nothing is appearing in the console, so re-downloaded the above build to confirm and again nothing in the console.
darkradiant-7.log (61,984 bytes)   
2021-11-11 08:48:08 (3132) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-11 08:48:08 (3132) This is DarkRadiant 2.14.0_rev56f903a x64 
2021-11-11 08:48:08 (3132) Today is 2021-11-11 08:48:08
2021-11-11 08:48:08 (3132) ModuleRegistry instantiated.
2021-11-11 08:48:08 (3132) Module registered: RadiantCore
2021-11-11 08:48:08 (3132) Current language setting: en
2021-11-11 08:48:08 (3132) Found 2 language folders.
2021-11-11 08:48:08 (3132) Module registered: CameraWndManager
2021-11-11 08:48:08 (3132) Module registered: Clipboard
2021-11-11 08:48:08 (3132) Module registered: EventManager
2021-11-11 08:48:08 (3132) Module registered: MouseToolManager
2021-11-11 08:48:08 (3132) Module registered: StartupMapLoader
2021-11-11 08:48:08 (3132) Module registered: LocalisationModule
2021-11-11 08:48:08 (3132) Module registered: DialogManager
2021-11-11 08:48:08 (3132) Module registered: UserInterfaceModule
2021-11-11 08:48:08 (3132) Module registered: FavouritesUserInterface
2021-11-11 08:48:08 (3132) Module registered: FilterUserInterface
2021-11-11 08:48:08 (3132) Module registered: wxGLWidgetManager
2021-11-11 08:48:08 (3132) Module registered: GridUserInterface
2021-11-11 08:48:08 (3132) Module registered: GroupDialogModule
2021-11-11 08:48:08 (3132) Module registered: MainFrame
2021-11-11 08:48:08 (3132) Module registered: MainFrameLayoutManager
2021-11-11 08:48:08 (3132) Module registered: MaterialEditor
2021-11-11 08:48:08 (3132) Module registered: MediaBrowser
2021-11-11 08:48:08 (3132) Module registered: MenuManager
2021-11-11 08:48:08 (3132) Module registered: EntityInspector
2021-11-11 08:48:08 (3132) Module registered: OrthoContextMenu
2021-11-11 08:48:08 (3132) Module registered: ScriptUserInterface
2021-11-11 08:48:08 (3132) Module registered: StatusBarManager
2021-11-11 08:48:08 (3132) Module registered: TextureBrowserManager
2021-11-11 08:48:08 (3132) Module registered: ToolBarManager
2021-11-11 08:48:08 (3132) Module registered: OrthoviewManager
2021-11-11 08:48:08 (3132) Module registered: Doom3BrushCreator
2021-11-11 08:48:08 (3132) Module registered: CameraManager
2021-11-11 08:48:08 (3132) Module registered: Clipper
2021-11-11 08:48:08 (3132) Module registered: FavouritesManager
2021-11-11 08:48:08 (3132) Module registered: EclassColourManager
2021-11-11 08:48:08 (3132) Module registered: EntityClassManager
2021-11-11 08:48:08 (3132) Module registered: EntityModule
2021-11-11 08:48:08 (3132) Module registered: FileTypes
2021-11-11 08:48:08 (3132) Module registered: FilterSystem
2021-11-11 08:48:08 (3132) Module registered: FontManager
2021-11-11 08:48:08 (3132) Module registered: Grid
2021-11-11 08:48:08 (3132) Module registered: ImageLoader
2021-11-11 08:48:08 (3132) Module registered: LayerModule
2021-11-11 08:48:08 (3132) Module registered: ZAasFileManager
2021-11-11 08:48:08 (3132) Module registered: Doom3AasFileLoader
2021-11-11 08:48:08 (3132) Module registered: Counters
2021-11-11 08:48:08 (3132) Module registered: EditingStopwatch
2021-11-11 08:48:08 (3132) Module registered: Map
2021-11-11 08:48:08 (3132) Module registered: MapResourceManager
2021-11-11 08:48:08 (3132) Module registered: RegionManager
2021-11-11 08:48:08 (3132) Module registered: AutomaticMapSaver
2021-11-11 08:48:08 (3132) Module registered: Doom3MapLoader
2021-11-11 08:48:08 (3132) Module registered: Doom3PrefabLoader
2021-11-11 08:48:08 (3132) Module registered: MapFormatManager
2021-11-11 08:48:08 (3132) Module registered: Quake3MapLoader
2021-11-11 08:48:08 (3132) Module registered: Quake3AlternateMapLoader
2021-11-11 08:48:08 (3132) Module registered: Quake4MapLoader
2021-11-11 08:48:08 (3132) Module registered: class map::format::PortableMapFormat
2021-11-11 08:48:08 (3132) Module registered: MapInfoFileManager
2021-11-11 08:48:08 (3132) Module registered: MRUManager
2021-11-11 08:48:08 (3132) Module registered: NamespaceFactory
2021-11-11 08:48:08 (3132) Module registered: MD5Module
2021-11-11 08:48:08 (3132) Module registered: MD5AnimationCache
2021-11-11 08:48:08 (3132) Module registered: ModelCache
2021-11-11 08:48:08 (3132) Module registered: ModelFormatManager
2021-11-11 08:48:08 (3132) Module registered: PicoModelModule
2021-11-11 08:48:08 (3132) Module registered: ParticlesManager
2021-11-11 08:48:08 (3132) Module registered: PatchModule
2021-11-11 08:48:08 (3132) Module registered: CommandSystem
2021-11-11 08:48:08 (3132) Module registered: OpenGL
2021-11-11 08:48:08 (3132) Module registered: ShaderCache
2021-11-11 08:48:08 (3132) Module registered: RenderSystemFactory
2021-11-11 08:48:08 (3132) Module registered: SharedGLContextHolder
2021-11-11 08:48:08 (3132) Module registered: SceneGraph
2021-11-11 08:48:08 (3132) Module registered: SceneGraphFactory
2021-11-11 08:48:08 (3132) Module registered: SelectionGroupModule
2021-11-11 08:48:08 (3132) Module registered: SelectionSystem
2021-11-11 08:48:08 (3132) Module registered: SelectionSetModule
2021-11-11 08:48:08 (3132) Module registered: ShaderClipboard
2021-11-11 08:48:08 (3132) Module registered: TextureToolColourSchemeManager
2021-11-11 08:48:08 (3132) Module registered: TextureToolSceneGraph
2021-11-11 08:48:08 (3132) Module registered: TextureToolSelectionSystem
2021-11-11 08:48:08 (3132) Module registered: ColourSchemeManager
2021-11-11 08:48:08 (3132) Module registered: GameManager
2021-11-11 08:48:08 (3132) Module registered: PreferenceSystem
2021-11-11 08:48:08 (3132) Module registered: MaterialManager
2021-11-11 08:48:08 (3132) Module registered: ModelSkinCache
2021-11-11 08:48:08 (3132) Module registered: UndoSystemFactory
2021-11-11 08:48:08 (3132) Module registered: VersionControlManager
2021-11-11 08:48:08 (3132) Module registered: VirtualFileSystem
2021-11-11 08:48:08 (3132) Module registered: XMLRegistry
2021-11-11 08:48:08 (3132) ModuleRegistry Compatibility Level is 20211014
2021-11-11 08:48:08 (3132) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/modules/
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/DarkRadiantCore.dll'
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/script.dll'
2021-11-11 08:48:08 (3132) Module registered: ScriptingSystem
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/sound.dll'
2021-11-11 08:48:08 (3132) Module registered: SoundManager
2021-11-11 08:48:08 (3132) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/plugins/
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.conversation.dll'
2021-11-11 08:48:08 (3132) Module registered: ConversationEditor
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.difficulty.dll'
2021-11-11 08:48:08 (3132) Module registered: DifficultyEditor
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.editing.dll'
2021-11-11 08:48:08 (3132) Module registered: DarkMod Editing
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gameconnection.dll'
2021-11-11 08:48:08 (3132) Module registered: GameConnection
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gui.dll'
2021-11-11 08:48:08 (3132) Module registered: GUI Editing
2021-11-11 08:48:08 (3132) Module registered: GuiManager
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.objectives.dll'
2021-11-11 08:48:08 (3132) Module registered: ObjectivesEditor
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.stimresponse.dll'
2021-11-11 08:48:08 (3132) Module registered: StimResponseEditor
2021-11-11 08:48:08 (3132) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/vcs.dll'
2021-11-11 08:48:08 (3132) Module registered: GitIntegration
2021-11-11 08:48:08 (3132) XMLRegistry::initialiseModule called
2021-11-11 08:48:08 (3132) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant/
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/user.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/colours.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/input.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/menu.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/commandsystem.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-11 08:48:08 (3132) CommandSystem::initialiseModule called.
2021-11-11 08:48:08 (3132) FileTypes::initialiseModule called.
2021-11-11 08:48:08 (3132) PreferenceSystem::initialiseModule called
2021-11-11 08:48:08 (3132) VirtualFileSystem::initialiseModule called
2021-11-11 08:48:08 (3132) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant/games/
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/darkmod.game
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3-demo.game
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3.game
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/prey.game
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake3.game
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake4.game
2021-11-11 08:48:08 (3132) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/xreal.game
2021-11-11 08:48:08 (3132) GameManager: Found game definitions: 
2021-11-11 08:48:08 (3132)   Doom 3
2021-11-11 08:48:08 (3132)   Doom 3 Demo
2021-11-11 08:48:08 (3132)   Prey
2021-11-11 08:48:08 (3132)   Quake 3
2021-11-11 08:48:08 (3132)   Quake 4
2021-11-11 08:48:08 (3132)   The Dark Mod 2.0 (Standalone)
2021-11-11 08:48:08 (3132)   XreaL
2021-11-11 08:48:08 (3132) 
2021-11-11 08:48:08 (3132) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-11 08:48:08 (3132) Found fs_game command line argument, overriding existing mod path.
2021-11-11 08:48:08 (3132) GameManager: Map path set to E:/Darkmod/fms/written/maps/
2021-11-11 08:48:08 (3132) GameManager: Prefab path set to E:/Darkmod/fms/written/prefabs/
2021-11-11 08:48:08 (3132) Initialising filesystem using 2 paths 
2021-11-11 08:48:08 (3132) VFS Search Path priority is: 
2021-11-11 08:48:08 (3132) - E:/Darkmod/fms/written/
2021-11-11 08:48:08 (3132) - E:/Darkmod/
2021-11-11 08:48:08 (3132) Allowed PK4 Archive File Extensions: pk4
2021-11-11 08:48:08 (3132) [vfs] Searched directory: E:/Darkmod/fms/written/
2021-11-11 08:48:08 (3132) [vfs] Searched directory: E:/Darkmod/
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-11 08:48:08 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-11 08:48:09 (3132) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-11 08:48:09 (3132) MapInfoFileManager::initialiseModule called.
2021-11-11 08:48:09 (3132) MapFormatManager::initialiseModule called.
2021-11-11 08:48:09 (3132) Doom3MapLoader: initialiseModule called.
2021-11-11 08:48:09 (3132) MapResourceManager::initialiseModule called.
2021-11-11 08:48:09 (3132) SceneGraph::initialiseModule called
2021-11-11 08:48:09 (3132) Map::initialiseModule called.
2021-11-11 08:48:09 (3132) AutomaticMapSaver::initialiseModule called.
2021-11-11 08:48:09 (3132) CameraManager::initialiseModule called.
2021-11-11 08:48:09 (3132) EventManager::initialiseModule called.
2021-11-11 08:48:09 (3132) EventManager successfully initialised.
2021-11-11 08:48:09 (3132) EclassColourManager::initialiseModule called.
2021-11-11 08:48:09 (3132) EntityClassDoom3::initialiseModule called.
2021-11-11 08:48:09 (11016) searching vfs directory 'def' for *.def
2021-11-11 08:48:09 (3132) GroupDialogModule::initialiseModule called
2021-11-11 08:48:09 (3132) MainFrameLayoutManager::initialiseModule called.
2021-11-11 08:48:09 (3132) MaterialManager::initialiseModule called
2021-11-11 08:48:09 (3132) SharedGLContextHolder::initialiseModule called.
2021-11-11 08:48:09 (3132) ShaderCache::initialiseModule called.
2021-11-11 08:48:09 (11016) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-11 08:48:09 (11016) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-11 08:48:09 (11016) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-11 08:48:09 (3132) StatusBarManager::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] bkd_lights.mtr: shader lights/round_grill already defined.
2021-11-11 08:48:09 (3132) OrthoviewManager::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-11 08:48:09 (1984) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-11 08:48:09 (3132) MainFrame::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-11 08:48:09 (1984) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-11 08:48:09 (3132) CameraWndManager::initialiseModule called.
2021-11-11 08:48:09 (3132) Clipboard::initialiseModule called.
2021-11-11 08:48:09 (3132) Clipper::initialiseModule called
2021-11-11 08:48:09 (1984) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-11 08:48:09 (3132) ColourSchemeManager::initialiseModule called.
2021-11-11 08:48:09 (3132) ColourSchemeManager: Loading colour schemes...
2021-11-11 08:48:09 (1984) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-11 08:48:09 (3132) MenuManager::initialiseModule called.
2021-11-11 08:48:09 (3132) ConversationEditor::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-11 08:48:09 (3132) GridManager::initialiseModule called.
2021-11-11 08:48:09 (3132) OpenGL::initialiseModule called.
2021-11-11 08:48:09 (3132) SelectionSystem::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-11 08:48:09 (1984) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-11 08:48:09 (1984) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-11 08:48:09 (1984) [shaders] tdm_stone_sculpted.mtr: shader textures/darkmod/stone/sculpted/shields/ornament_shield_white_eagleandpallets already defined.
2021-11-11 08:48:09 (3132) DarkMod Editing::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-11 08:48:09 (3132) DialogManager::initialiseModule called.
2021-11-11 08:48:09 (3132) DifficultyEditor::initialiseModule called.
2021-11-11 08:48:09 (3132) ZAasFileManager::initialiseModule called.
2021-11-11 08:48:09 (1984) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-11 08:48:09 (3132) Doom3AasFileLoader: initialiseModule called.
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-11 08:48:09 (3132) BrushModuleImpl::initialiseModule called.
2021-11-11 08:48:09 (3132) Doom3PrefabLoader: initialiseModule called.
2021-11-11 08:48:09 (3132) EditingStopwatch::initialiseModule called.
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-11 08:48:09 (3132) EntityModule::initialiseModule called.
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-11 08:48:09 (3132) FavouritesUserInterface::initialiseModule called.
2021-11-11 08:48:09 (3132) [filters] Loaded 18 filters from registry.
2021-11-11 08:48:09 (3132) FilterUserInterface::initialiseModule called.
2021-11-11 08:48:09 (3132) FontManager::initialiseModule called
2021-11-11 08:48:09 (1984) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-11 08:48:09 (1984) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-11 08:48:09 (11016) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-11 08:48:09 (3132) GUI Editing::initialiseModule called.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (1984) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (3132) VersionControlManager::initialiseModule called.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (3132) GitIntegration::initialiseModule called.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (3132) Failed to open repository at E:/Darkmod/fms/written/
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (3132) GridUserInterface::initialiseModule called.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (1984) 4815 shader definitions found.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (3132) GuiManager::initialiseModule called.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (1984) [GuiManager]: Found 269 guis.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (3132) LayerModule::initialiseModule called.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-11 08:48:09 (4788) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-11 08:48:09 (4788) 25 fonts registered.
2021-11-11 08:48:09 (3132) LocalisationModule::initialiseModule called
2021-11-11 08:48:09 (3132) MD5AnimationCache::initialiseModule called.
2021-11-11 08:48:09 (3132) ModelFormatManager::initialiseModule called.
2021-11-11 08:48:09 (3132) MRUManager::initialiseModule called.
2021-11-11 08:48:09 (3132) MaterialEditor::initialiseModule called.
2021-11-11 08:48:09 (11016) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-11 08:48:09 (3132) ShaderClipboard::initialiseModule called.
2021-11-11 08:48:09 (3132) MediaBrowser::initialiseModule called.
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-11 08:48:09 (11016) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-11 08:48:09 (11016) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-11 08:48:09 (11016) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-11 08:48:09 (11016) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-11 08:48:09 (11016) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-11 08:48:09 (3132) ModelCache::initialiseModule called.
2021-11-11 08:48:09 (3132) Doom3SkinCache::initialiseModule called
2021-11-11 08:48:09 (11016) [skins] Loading skins.
2021-11-11 08:48:09 (3132) NamespaceFactory::initialiseModule called.
2021-11-11 08:48:09 (3132) ObjectivesEditorModule::initialiseModule called.
2021-11-11 08:48:09 (11016) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-11 08:48:09 (11016) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-11 08:48:09 (3132) ParticlesManager::initialiseModule called
2021-11-11 08:48:09 (3132) PatchModule::initialiseModule called.
2021-11-11 08:48:09 (3132) Quake3AlternateMapLoader: initialiseModule called.
2021-11-11 08:48:09 (3132) Quake3MapLoader: initialiseModule called.
2021-11-11 08:48:09 (11016) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-11 08:48:09 (3132) Quake4MapLoader: initialiseModule called.
2021-11-11 08:48:09 (3132) RegionManager::initialiseModule called.
2021-11-11 08:48:09 (3132) RenderSystemFactory::initialiseModule called.
2021-11-11 08:48:09 (3132) SceneGraphFactory::initialiseModule called.
2021-11-11 08:48:09 (3132) ScriptingSystem::initialiseModule called.
2021-11-11 08:48:09 (3132) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (3132) SelectionGroupModule::initialiseModule called.
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (3132) SelectionSetModule::initialiseModule called.
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (3132) SoundManager: initialising sound playback
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (3132) StartupMapLoader::initialiseModule called.
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (11016) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-11 08:48:09 (3132) StimResponseEditor::initialiseModule called.
2021-11-11 08:48:09 (3132) TextureBrowserManager::initialiseModule called.
2021-11-11 08:48:09 (3132) TextureToolSceneGraph::initialiseModule called.
2021-11-11 08:48:09 (3132) TextureToolSelectionSystem::initialiseModule called.
2021-11-11 08:48:09 (3132) Found toolbar: view
2021-11-11 08:48:09 (3132) Found toolbar: edit
2021-11-11 08:48:09 (3132) Found toolbar: texture
2021-11-11 08:48:09 (3132) Found toolbar: textool
2021-11-11 08:48:09 (11016) [skins] Found 1475 skins.
2021-11-11 08:48:09 (3132) UndoSystemFactory::initialiseModule called
2021-11-11 08:48:09 (1984) Found 302 particle definitions.
2021-11-11 08:48:09 (3132) UserInterfaceModule::initialiseModule called.
2021-11-11 08:48:09 (3132) wxWidgets Version: 3.1.3
2021-11-11 08:48:09 (3132) Default screen has 1 monitors.
2021-11-11 08:48:09 (3132) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-11 08:48:09 (3132) class map::format::PortableMapFormat: initialiseModule called.
2021-11-11 08:48:09 (3132) wxGLWidgetManager::initialiseModule called.
2021-11-11 08:48:09 (4788) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-11 08:48:09 (4788) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-11 08:48:09 (4788) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-11 08:48:09 (4788) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-11 08:48:09 (4788) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-11 08:48:09 (4788) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-11 08:48:09 (4788) 3296 sound shaders found.
2021-11-11 08:48:09 (3132) ToolbarManager: Instantiating toolbar: view
2021-11-11 08:48:09 (3132) ToolbarManager: Instantiating toolbar: edit
2021-11-11 08:48:09 (3132) MainFrame: Activating layout Dockable
2021-11-11 08:48:09 (3132) ToolbarManager: Instantiating toolbar: texture
2021-11-11 08:48:09 (3132) ToolbarManager: Instantiating toolbar: textool
2021-11-11 08:48:09 (3132) EventManager: Shortcuts found in Registry: 152
2021-11-11 08:48:09 (3132) Loading map from unnamed.map
2021-11-11 08:48:09 (3132) map load timer:  0.00 second(s) elapsed
2021-11-11 08:48:09 (3132) GL_VENDOR: NVIDIA Corporation
2021-11-11 08:48:09 (3132) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-11 08:48:09 (3132) GL_VERSION: 4.6.0 NVIDIA 472.12
2021-11-11 08:48:09 (3132) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-11 08:48:09 (3132) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-11 08:48:09 (3132) --- LoadMapFile ---
2021-11-11 08:48:09 (3132) unnamed.map
2021-11-11 08:48:09 (3132) 0 brushes
2021-11-11 08:48:09 (3132) 0 patches
2021-11-11 08:48:09 (3132) 0 entities
2021-11-11 08:48:09 (3132) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-11 08:48:09 (3132) Registered script file commands/ase_export.py as aseExport
2021-11-11 08:48:09 (3132) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-11 08:48:09 (3132) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-11 08:48:09 (3132) Registered script file commands/example.py as Example
2021-11-11 08:48:09 (3132) Registered script file commands/export_obj.py as objExport
2021-11-11 08:48:09 (3132) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-11 08:48:09 (3132) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-11 08:48:09 (3132) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-11 08:48:09 (3132) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-11 08:48:09 (3132) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-11 08:48:09 (3132) Registered script file commands/test_targets.py as test_targets
2021-11-11 08:48:09 (3132) ScriptModule: Found 11 commands.
2021-11-11 08:48:09 (3132) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-11 08:48:11 (3912) Auto-saving registry to user settings path.
2021-11-11 08:49:00 (3132) LayerControlDialog shutting down.
2021-11-11 08:49:00 (3132) TexTool shutting down.
2021-11-11 08:49:00 (3132) ModelSelector shutting down.
2021-11-11 08:49:00 (3132) CommandSystem: shutting down.
2021-11-11 08:49:00 (3132) BrushModuleImpl::shutdownModule called.
2021-11-11 08:49:00 (3132) EntityClassDoom3::shutdownModule called.
2021-11-11 08:49:00 (3132) EntityModule::shutdownModule called.
2021-11-11 08:49:00 (3132) EventManager::shutdownModule called
2021-11-11 08:49:00 (3132) GitIntegration::shutdownModule called.
2021-11-11 08:49:00 (3132) MainFrame::shutdownModule called.
2021-11-11 08:49:00 (3132) MainFrameLayoutManager::shutdownModule called.
2021-11-11 08:49:00 (3132) MapInfoFileManager::shudownModule called.
2021-11-11 08:49:00 (3132) Doom3ShaderSystem::shutdownModule called
2021-11-11 08:49:00 (3132) ObjectivesEditorModule shutting down.
2021-11-11 08:49:00 (3132) ScriptingSystem::shutdownModule called.
2021-11-11 08:49:00 (3132) Filesystem shut down
2021-11-11 08:49:00 (3132) XMLRegistry Shutdown: 1676 queries processed.
2021-11-11 08:49:00 (3132) 2021-11-11 08:49:00 Closing log file.
darkradiant-7.log (61,984 bytes)   
greebo

greebo

12.11.2021 02:50

administrator   ~0014531

It's definitely the right build, but I assume you deactivated the mouse-centered zoom feature? Please activate it before testing, you should see some stuff logged to the console then.
Bikerdude

Bikerdude

12.11.2021 16:48

reporter   ~0014533

Right here you go:

- with 'zoom centers on mouse cursor' ticked in prefs and NOT holding shift, then using MMB scroll to zoom, the cursor does not centre on zoom.
- with 'zoom centers on mouse cursor' ticked in prefs and HOLDING shift, then using MMB scroll to zoom, the cursor does centre on zoom.
- with 'zoom centers on mouse cursor' unticked in prefs and NOT holding shift, then using MMB scroll to zoom, the cursor does centre on zoom.
- with 'zoom centers on mouse cursor' unticked in prefs and HOLDING shift, then using MMB scroll to zoom, the cursor does centre on zoom.

Dump file - https://1drv.ms/u/s!AuwAFc1gTZzehwee9-DPnebLMlvt?e=LX2tMo
darkradiant-8.log (61,240 bytes)   
2021-11-12 16:40:38 (10576) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-12 16:40:38 (10576) This is DarkRadiant 2.14.0_revec767bf x64 
2021-11-12 16:40:38 (10576) Today is 2021-11-12 16:40:38
2021-11-12 16:40:38 (10576) ModuleRegistry instantiated.
2021-11-12 16:40:38 (10576) Module registered: RadiantCore
2021-11-12 16:40:38 (10576) Current language setting: en
2021-11-12 16:40:38 (10576) Found 2 language folders.
2021-11-12 16:40:38 (10576) Module registered: CameraWndManager
2021-11-12 16:40:38 (10576) Module registered: Clipboard
2021-11-12 16:40:38 (10576) Module registered: EventManager
2021-11-12 16:40:38 (10576) Module registered: MouseToolManager
2021-11-12 16:40:38 (10576) Module registered: StartupMapLoader
2021-11-12 16:40:38 (10576) Module registered: LocalisationModule
2021-11-12 16:40:38 (10576) Module registered: DialogManager
2021-11-12 16:40:38 (10576) Module registered: UserInterfaceModule
2021-11-12 16:40:38 (10576) Module registered: FavouritesUserInterface
2021-11-12 16:40:38 (10576) Module registered: FilterUserInterface
2021-11-12 16:40:38 (10576) Module registered: wxGLWidgetManager
2021-11-12 16:40:38 (10576) Module registered: GridUserInterface
2021-11-12 16:40:38 (10576) Module registered: GroupDialogModule
2021-11-12 16:40:38 (10576) Module registered: MainFrame
2021-11-12 16:40:38 (10576) Module registered: MainFrameLayoutManager
2021-11-12 16:40:38 (10576) Module registered: MaterialEditor
2021-11-12 16:40:38 (10576) Module registered: MediaBrowser
2021-11-12 16:40:38 (10576) Module registered: MenuManager
2021-11-12 16:40:38 (10576) Module registered: EntityInspector
2021-11-12 16:40:38 (10576) Module registered: OrthoContextMenu
2021-11-12 16:40:38 (10576) Module registered: ScriptUserInterface
2021-11-12 16:40:38 (10576) Module registered: StatusBarManager
2021-11-12 16:40:38 (10576) Module registered: TextureBrowserManager
2021-11-12 16:40:38 (10576) Module registered: ToolBarManager
2021-11-12 16:40:38 (10576) Module registered: OrthoviewManager
2021-11-12 16:40:38 (10576) Module registered: Doom3BrushCreator
2021-11-12 16:40:38 (10576) Module registered: CameraManager
2021-11-12 16:40:38 (10576) Module registered: Clipper
2021-11-12 16:40:38 (10576) Module registered: FavouritesManager
2021-11-12 16:40:38 (10576) Module registered: EclassColourManager
2021-11-12 16:40:38 (10576) Module registered: EntityClassManager
2021-11-12 16:40:38 (10576) Module registered: EntityModule
2021-11-12 16:40:38 (10576) Module registered: FileTypes
2021-11-12 16:40:38 (10576) Module registered: FilterSystem
2021-11-12 16:40:38 (10576) Module registered: FontManager
2021-11-12 16:40:38 (10576) Module registered: Grid
2021-11-12 16:40:38 (10576) Module registered: ImageLoader
2021-11-12 16:40:38 (10576) Module registered: LayerModule
2021-11-12 16:40:38 (10576) Module registered: ZAasFileManager
2021-11-12 16:40:38 (10576) Module registered: Doom3AasFileLoader
2021-11-12 16:40:38 (10576) Module registered: Counters
2021-11-12 16:40:38 (10576) Module registered: EditingStopwatch
2021-11-12 16:40:38 (10576) Module registered: Map
2021-11-12 16:40:38 (10576) Module registered: MapResourceManager
2021-11-12 16:40:38 (10576) Module registered: RegionManager
2021-11-12 16:40:38 (10576) Module registered: AutomaticMapSaver
2021-11-12 16:40:38 (10576) Module registered: Doom3MapLoader
2021-11-12 16:40:38 (10576) Module registered: Doom3PrefabLoader
2021-11-12 16:40:38 (10576) Module registered: MapFormatManager
2021-11-12 16:40:38 (10576) Module registered: Quake3MapLoader
2021-11-12 16:40:38 (10576) Module registered: Quake3AlternateMapLoader
2021-11-12 16:40:38 (10576) Module registered: Quake4MapLoader
2021-11-12 16:40:38 (10576) Module registered: class map::format::PortableMapFormat
2021-11-12 16:40:38 (10576) Module registered: MapInfoFileManager
2021-11-12 16:40:38 (10576) Module registered: MRUManager
2021-11-12 16:40:38 (10576) Module registered: NamespaceFactory
2021-11-12 16:40:38 (10576) Module registered: MD5Module
2021-11-12 16:40:38 (10576) Module registered: MD5AnimationCache
2021-11-12 16:40:38 (10576) Module registered: ModelCache
2021-11-12 16:40:38 (10576) Module registered: ModelFormatManager
2021-11-12 16:40:38 (10576) Module registered: PicoModelModule
2021-11-12 16:40:38 (10576) Module registered: ParticlesManager
2021-11-12 16:40:38 (10576) Module registered: PatchModule
2021-11-12 16:40:38 (10576) Module registered: CommandSystem
2021-11-12 16:40:38 (10576) Module registered: OpenGL
2021-11-12 16:40:38 (10576) Module registered: ShaderCache
2021-11-12 16:40:38 (10576) Module registered: RenderSystemFactory
2021-11-12 16:40:38 (10576) Module registered: SharedGLContextHolder
2021-11-12 16:40:38 (10576) Module registered: SceneGraph
2021-11-12 16:40:38 (10576) Module registered: SceneGraphFactory
2021-11-12 16:40:38 (10576) Module registered: SelectionGroupModule
2021-11-12 16:40:38 (10576) Module registered: SelectionSystem
2021-11-12 16:40:38 (10576) Module registered: SelectionSetModule
2021-11-12 16:40:38 (10576) Module registered: ShaderClipboard
2021-11-12 16:40:38 (10576) Module registered: TextureToolColourSchemeManager
2021-11-12 16:40:38 (10576) Module registered: TextureToolSceneGraph
2021-11-12 16:40:38 (10576) Module registered: TextureToolSelectionSystem
2021-11-12 16:40:38 (10576) Module registered: ColourSchemeManager
2021-11-12 16:40:38 (10576) Module registered: GameManager
2021-11-12 16:40:38 (10576) Module registered: PreferenceSystem
2021-11-12 16:40:38 (10576) Module registered: MaterialManager
2021-11-12 16:40:38 (10576) Module registered: ModelSkinCache
2021-11-12 16:40:38 (10576) Module registered: UndoSystemFactory
2021-11-12 16:40:38 (10576) Module registered: VersionControlManager
2021-11-12 16:40:38 (10576) Module registered: VirtualFileSystem
2021-11-12 16:40:38 (10576) Module registered: XMLRegistry
2021-11-12 16:40:38 (10576) ModuleRegistry Compatibility Level is 20211014
2021-11-12 16:40:38 (10576) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/modules/
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/DarkRadiantCore.dll'
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/script.dll'
2021-11-12 16:40:38 (10576) Module registered: ScriptingSystem
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/sound.dll'
2021-11-12 16:40:38 (10576) Module registered: SoundManager
2021-11-12 16:40:38 (10576) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/plugins/
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.conversation.dll'
2021-11-12 16:40:38 (10576) Module registered: ConversationEditor
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.difficulty.dll'
2021-11-12 16:40:38 (10576) Module registered: DifficultyEditor
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.editing.dll'
2021-11-12 16:40:38 (10576) Module registered: DarkMod Editing
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gameconnection.dll'
2021-11-12 16:40:38 (10576) Module registered: GameConnection
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gui.dll'
2021-11-12 16:40:38 (10576) Module registered: GUI Editing
2021-11-12 16:40:38 (10576) Module registered: GuiManager
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.objectives.dll'
2021-11-12 16:40:38 (10576) Module registered: ObjectivesEditor
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.stimresponse.dll'
2021-11-12 16:40:38 (10576) Module registered: StimResponseEditor
2021-11-12 16:40:38 (10576) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/vcs.dll'
2021-11-12 16:40:38 (10576) Module registered: GitIntegration
2021-11-12 16:40:38 (10576) XMLRegistry::initialiseModule called
2021-11-12 16:40:38 (10576) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant/
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/user.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/colours.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/input.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/menu.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/commandsystem.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-12 16:40:38 (10576) CommandSystem::initialiseModule called.
2021-11-12 16:40:38 (10576) FileTypes::initialiseModule called.
2021-11-12 16:40:38 (10576) PreferenceSystem::initialiseModule called
2021-11-12 16:40:38 (10576) VirtualFileSystem::initialiseModule called
2021-11-12 16:40:38 (10576) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant/games/
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/darkmod.game
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3-demo.game
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3.game
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/prey.game
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake3.game
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake4.game
2021-11-12 16:40:38 (10576) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/xreal.game
2021-11-12 16:40:38 (10576) GameManager: Found game definitions: 
2021-11-12 16:40:38 (10576)   Doom 3
2021-11-12 16:40:38 (10576)   Doom 3 Demo
2021-11-12 16:40:38 (10576)   Prey
2021-11-12 16:40:38 (10576)   Quake 3
2021-11-12 16:40:38 (10576)   Quake 4
2021-11-12 16:40:38 (10576)   The Dark Mod 2.0 (Standalone)
2021-11-12 16:40:38 (10576)   XreaL
2021-11-12 16:40:38 (10576) 
2021-11-12 16:40:38 (10576) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-12 16:40:38 (10576) Found fs_game command line argument, overriding existing mod path.
2021-11-12 16:40:38 (10576) GameManager: Map path set to E:/Darkmod/fms/written/maps/
2021-11-12 16:40:38 (10576) GameManager: Prefab path set to E:/Darkmod/fms/written/prefabs/
2021-11-12 16:40:38 (10576) Initialising filesystem using 2 paths 
2021-11-12 16:40:38 (10576) VFS Search Path priority is: 
2021-11-12 16:40:38 (10576) - E:/Darkmod/fms/written/
2021-11-12 16:40:38 (10576) - E:/Darkmod/
2021-11-12 16:40:38 (10576) Allowed PK4 Archive File Extensions: pk4
2021-11-12 16:40:38 (10576) [vfs] Searched directory: E:/Darkmod/fms/written/
2021-11-12 16:40:38 (10576) [vfs] Searched directory: E:/Darkmod/
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-12 16:40:38 (10576) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-12 16:40:38 (10576) MapInfoFileManager::initialiseModule called.
2021-11-12 16:40:38 (10576) MapFormatManager::initialiseModule called.
2021-11-12 16:40:38 (10576) Doom3MapLoader: initialiseModule called.
2021-11-12 16:40:38 (10576) MapResourceManager::initialiseModule called.
2021-11-12 16:40:38 (10576) SceneGraph::initialiseModule called
2021-11-12 16:40:38 (10576) Map::initialiseModule called.
2021-11-12 16:40:38 (10576) AutomaticMapSaver::initialiseModule called.
2021-11-12 16:40:38 (10576) CameraManager::initialiseModule called.
2021-11-12 16:40:38 (10576) EventManager::initialiseModule called.
2021-11-12 16:40:38 (10576) EventManager successfully initialised.
2021-11-12 16:40:38 (10576) EclassColourManager::initialiseModule called.
2021-11-12 16:40:38 (10576) EntityClassDoom3::initialiseModule called.
2021-11-12 16:40:38 (10452) searching vfs directory 'def' for *.def
2021-11-12 16:40:38 (10576) GroupDialogModule::initialiseModule called
2021-11-12 16:40:38 (10452) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-12 16:40:38 (10452) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-12 16:40:38 (10452) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-12 16:40:38 (10452) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-12 16:40:38 (10576) MainFrameLayoutManager::initialiseModule called.
2021-11-12 16:40:38 (10576) MaterialManager::initialiseModule called
2021-11-12 16:40:38 (10576) SharedGLContextHolder::initialiseModule called.
2021-11-12 16:40:38 (10576) ShaderCache::initialiseModule called.
2021-11-12 16:40:38 (9032) [shaders] bkd_lights.mtr: shader lights/round_grill already defined.
2021-11-12 16:40:38 (9032) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-12 16:40:38 (10576) StatusBarManager::initialiseModule called.
2021-11-12 16:40:38 (9032) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-12 16:40:38 (10576) OrthoviewManager::initialiseModule called.
2021-11-12 16:40:38 (9032) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-12 16:40:38 (9032) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-12 16:40:38 (9032) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-12 16:40:38 (9032) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-12 16:40:38 (10576) MainFrame::initialiseModule called.
2021-11-12 16:40:39 (10576) CameraWndManager::initialiseModule called.
2021-11-12 16:40:39 (9032) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-12 16:40:39 (10576) Clipboard::initialiseModule called.
2021-11-12 16:40:39 (10576) Clipper::initialiseModule called
2021-11-12 16:40:39 (10576) ColourSchemeManager::initialiseModule called.
2021-11-12 16:40:39 (10576) ColourSchemeManager: Loading colour schemes...
2021-11-12 16:40:39 (10576) MenuManager::initialiseModule called.
2021-11-12 16:40:39 (10576) ConversationEditor::initialiseModule called.
2021-11-12 16:40:39 (10576) GridManager::initialiseModule called.
2021-11-12 16:40:39 (10576) OpenGL::initialiseModule called.
2021-11-12 16:40:39 (10576) SelectionSystem::initialiseModule called.
2021-11-12 16:40:39 (9032) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-12 16:40:39 (9032) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-12 16:40:39 (9032) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-12 16:40:39 (9032) [shaders] tdm_stone_sculpted.mtr: shader textures/darkmod/stone/sculpted/shields/ornament_shield_white_eagleandpallets already defined.
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-12 16:40:39 (10576) DarkMod Editing::initialiseModule called.
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-12 16:40:39 (9032) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-12 16:40:39 (10576) DialogManager::initialiseModule called.
2021-11-12 16:40:39 (10576) DifficultyEditor::initialiseModule called.
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-12 16:40:39 (10576) ZAasFileManager::initialiseModule called.
2021-11-12 16:40:39 (10576) Doom3AasFileLoader: initialiseModule called.
2021-11-12 16:40:39 (9032) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-12 16:40:39 (10576) BrushModuleImpl::initialiseModule called.
2021-11-12 16:40:39 (10576) Doom3PrefabLoader: initialiseModule called.
2021-11-12 16:40:39 (10576) EditingStopwatch::initialiseModule called.
2021-11-12 16:40:39 (10576) EntityModule::initialiseModule called.
2021-11-12 16:40:39 (10452) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-12 16:40:39 (10576) FavouritesUserInterface::initialiseModule called.
2021-11-12 16:40:39 (10576) [filters] Loaded 18 filters from registry.
2021-11-12 16:40:39 (10576) FilterUserInterface::initialiseModule called.
2021-11-12 16:40:39 (10576) FontManager::initialiseModule called
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-12 16:40:39 (10576) GUI Editing::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (10576) VersionControlManager::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (10576) GitIntegration::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (9032) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-12 16:40:39 (9032) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (10576) Failed to open repository at E:/Darkmod/fms/written/
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (10576) GridUserInterface::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (9032) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (10576) GuiManager::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (5372) [GuiManager]: Found 269 guis.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (10576) LayerModule::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (10576) LocalisationModule::initialiseModule called
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (10576) MD5AnimationCache::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (10576) ModelFormatManager::initialiseModule called.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-12 16:40:39 (9032) 4815 shader definitions found.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-12 16:40:39 (6924) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-12 16:40:39 (6924) 25 fonts registered.
2021-11-12 16:40:39 (10576) MRUManager::initialiseModule called.
2021-11-12 16:40:39 (10576) MaterialEditor::initialiseModule called.
2021-11-12 16:40:39 (10576) ShaderClipboard::initialiseModule called.
2021-11-12 16:40:39 (10576) MediaBrowser::initialiseModule called.
2021-11-12 16:40:39 (10452) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-12 16:40:39 (10452) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-12 16:40:39 (10452) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-12 16:40:39 (10452) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-12 16:40:39 (10452) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-12 16:40:39 (10452) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-12 16:40:39 (10576) ModelCache::initialiseModule called.
2021-11-12 16:40:39 (10576) Doom3SkinCache::initialiseModule called
2021-11-12 16:40:39 (10452) [skins] Loading skins.
2021-11-12 16:40:39 (10576) NamespaceFactory::initialiseModule called.
2021-11-12 16:40:39 (10576) ObjectivesEditorModule::initialiseModule called.
2021-11-12 16:40:39 (10452) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-12 16:40:39 (10452) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-12 16:40:39 (10576) ParticlesManager::initialiseModule called
2021-11-12 16:40:39 (10576) PatchModule::initialiseModule called.
2021-11-12 16:40:39 (10452) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-12 16:40:39 (10576) Quake3AlternateMapLoader: initialiseModule called.
2021-11-12 16:40:39 (10576) Quake3MapLoader: initialiseModule called.
2021-11-12 16:40:39 (10576) Quake4MapLoader: initialiseModule called.
2021-11-12 16:40:39 (10576) RegionManager::initialiseModule called.
2021-11-12 16:40:39 (10576) RenderSystemFactory::initialiseModule called.
2021-11-12 16:40:39 (10576) SceneGraphFactory::initialiseModule called.
2021-11-12 16:40:39 (10576) ScriptingSystem::initialiseModule called.
2021-11-12 16:40:39 (10576) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-12 16:40:39 (10452) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-12 16:40:39 (10576) SelectionGroupModule::initialiseModule called.
2021-11-12 16:40:39 (10576) SelectionSetModule::initialiseModule called.
2021-11-12 16:40:39 (10576) SoundManager: initialising sound playback
2021-11-12 16:40:39 (10576) StartupMapLoader::initialiseModule called.
2021-11-12 16:40:39 (10576) StimResponseEditor::initialiseModule called.
2021-11-12 16:40:39 (10576) TextureBrowserManager::initialiseModule called.
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10576) TextureToolSceneGraph::initialiseModule called.
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (6924) Found 304 particle definitions.
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-12 16:40:39 (10576) TextureToolSelectionSystem::initialiseModule called.
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10576) Found toolbar: view
2021-11-12 16:40:39 (10576) Found toolbar: edit
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10576) Found toolbar: texture
2021-11-12 16:40:39 (10576) Found toolbar: textool
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10452) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 16:40:39 (10576) UndoSystemFactory::initialiseModule called
2021-11-12 16:40:39 (10576) UserInterfaceModule::initialiseModule called.
2021-11-12 16:40:39 (10576) wxWidgets Version: 3.1.3
2021-11-12 16:40:39 (10576) Default screen has 1 monitors.
2021-11-12 16:40:39 (10576) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-12 16:40:39 (10452) [skins] Found 1477 skins.
2021-11-12 16:40:39 (10576) class map::format::PortableMapFormat: initialiseModule called.
2021-11-12 16:40:39 (10576) wxGLWidgetManager::initialiseModule called.
2021-11-12 16:40:39 (10576) ToolbarManager: Instantiating toolbar: view
2021-11-12 16:40:39 (10576) ToolbarManager: Instantiating toolbar: edit
2021-11-12 16:40:39 (9032) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-12 16:40:39 (9032) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-12 16:40:39 (9032) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-12 16:40:39 (9032) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-12 16:40:39 (9032) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-12 16:40:39 (9032) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-12 16:40:39 (9032) 3301 sound shaders found.
2021-11-12 16:40:39 (10576) MainFrame: Activating layout Dockable
2021-11-12 16:40:39 (10576) ToolbarManager: Instantiating toolbar: texture
2021-11-12 16:40:39 (10576) ToolbarManager: Instantiating toolbar: textool
2021-11-12 16:40:39 (10576) EventManager: Shortcuts found in Registry: 152
2021-11-12 16:40:39 (10576) Loading map from unnamed.map
2021-11-12 16:40:39 (10576) map load timer:  0.00 second(s) elapsed
2021-11-12 16:40:39 (10576) GL_VENDOR: NVIDIA Corporation
2021-11-12 16:40:39 (10576) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-12 16:40:39 (10576) GL_VERSION: 4.6.0 NVIDIA 472.12
2021-11-12 16:40:39 (10576) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-12 16:40:39 (10576) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-12 16:40:39 (10576) --- LoadMapFile ---
2021-11-12 16:40:39 (10576) unnamed.map
2021-11-12 16:40:39 (10576) 0 brushes
2021-11-12 16:40:39 (10576) 0 patches
2021-11-12 16:40:39 (10576) 0 entities
2021-11-12 16:40:39 (10576) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-12 16:40:39 (10576) Registered script file commands/ase_export.py as aseExport
2021-11-12 16:40:39 (10576) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-12 16:40:39 (10576) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-12 16:40:39 (10576) Registered script file commands/example.py as Example
2021-11-12 16:40:39 (10576) Registered script file commands/export_obj.py as objExport
2021-11-12 16:40:39 (10576) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-12 16:40:39 (10576) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-12 16:40:39 (10576) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-12 16:40:39 (10576) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-12 16:40:39 (10576) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-12 16:40:39 (10576) Registered script file commands/test_targets.py as test_targets
2021-11-12 16:40:39 (10576) ScriptModule: Found 11 commands.
2021-11-12 16:40:39 (10576) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-12 16:40:41 (6096) Auto-saving registry to user settings path.
2021-11-12 16:41:07 (6096) Auto-saving registry to user settings path.
darkradiant-8.log (61,240 bytes)   
greebo

greebo

12.11.2021 17:07

administrator   ~0014534

Sorry, it seems you've been using an older build: "This is DarkRadiant 2.14.0_revec767bf" - it doesn't log anything.

You need to use the 56f903a one, which you already had been using yesterday: https://github.com/codereader/DarkRadiant/actions/runs/1439750461
Please just scroll a bit (with the setting activated) and send me the logs, you don't need to upload a dump file.
Bikerdude

Bikerdude

12.11.2021 20:59

reporter   ~0014535

Opps sorry about that -

- with 'zoom centers on mouse cursor' ticked in prefs and NOT holding shift, then using MMB scroll to zoom, the cursor does not centre on zoom.
- with 'zoom centers on mouse cursor' ticked in prefs and HOLDING shift, then using MMB scroll to zoom, the cursor does centre on zoom.
- with 'zoom centers on mouse cursor' unticked in prefs and NOT holding shift, then using MMB scroll to zoom, the cursor does centre on zoom.
- with 'zoom centers on mouse cursor' unticked in prefs and HOLDING shift, then using MMB scroll to zoom, the cursor does centre on zoom.

Dump file - https://1drv.ms/u/s!AuwAFc1gTZzehwi25QBsxYH7ZUxg?e=6Xtj9H
darkradiant-9.log (66,541 bytes)   
2021-11-12 20:54:27 (7196) Started logging to C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/darkradiant.log
2021-11-12 20:54:27 (7196) This is DarkRadiant 2.14.0_rev56f903a x64 
2021-11-12 20:54:27 (7196) Today is 2021-11-12 20:54:27
2021-11-12 20:54:27 (7196) ModuleRegistry instantiated.
2021-11-12 20:54:27 (7196) Module registered: RadiantCore
2021-11-12 20:54:27 (7196) Current language setting: en
2021-11-12 20:54:27 (7196) Found 2 language folders.
2021-11-12 20:54:27 (7196) Module registered: CameraWndManager
2021-11-12 20:54:27 (7196) Module registered: Clipboard
2021-11-12 20:54:27 (7196) Module registered: EventManager
2021-11-12 20:54:27 (7196) Module registered: MouseToolManager
2021-11-12 20:54:27 (7196) Module registered: StartupMapLoader
2021-11-12 20:54:27 (7196) Module registered: LocalisationModule
2021-11-12 20:54:27 (7196) Module registered: DialogManager
2021-11-12 20:54:27 (7196) Module registered: UserInterfaceModule
2021-11-12 20:54:27 (7196) Module registered: FavouritesUserInterface
2021-11-12 20:54:27 (7196) Module registered: FilterUserInterface
2021-11-12 20:54:27 (7196) Module registered: wxGLWidgetManager
2021-11-12 20:54:27 (7196) Module registered: GridUserInterface
2021-11-12 20:54:27 (7196) Module registered: GroupDialogModule
2021-11-12 20:54:27 (7196) Module registered: MainFrame
2021-11-12 20:54:27 (7196) Module registered: MainFrameLayoutManager
2021-11-12 20:54:27 (7196) Module registered: MaterialEditor
2021-11-12 20:54:27 (7196) Module registered: MediaBrowser
2021-11-12 20:54:27 (7196) Module registered: MenuManager
2021-11-12 20:54:27 (7196) Module registered: EntityInspector
2021-11-12 20:54:27 (7196) Module registered: OrthoContextMenu
2021-11-12 20:54:27 (7196) Module registered: ScriptUserInterface
2021-11-12 20:54:27 (7196) Module registered: StatusBarManager
2021-11-12 20:54:27 (7196) Module registered: TextureBrowserManager
2021-11-12 20:54:27 (7196) Module registered: ToolBarManager
2021-11-12 20:54:27 (7196) Module registered: OrthoviewManager
2021-11-12 20:54:27 (7196) Module registered: Doom3BrushCreator
2021-11-12 20:54:27 (7196) Module registered: CameraManager
2021-11-12 20:54:27 (7196) Module registered: Clipper
2021-11-12 20:54:27 (7196) Module registered: FavouritesManager
2021-11-12 20:54:27 (7196) Module registered: EclassColourManager
2021-11-12 20:54:27 (7196) Module registered: EntityClassManager
2021-11-12 20:54:27 (7196) Module registered: EntityModule
2021-11-12 20:54:27 (7196) Module registered: FileTypes
2021-11-12 20:54:27 (7196) Module registered: FilterSystem
2021-11-12 20:54:27 (7196) Module registered: FontManager
2021-11-12 20:54:27 (7196) Module registered: Grid
2021-11-12 20:54:27 (7196) Module registered: ImageLoader
2021-11-12 20:54:27 (7196) Module registered: LayerModule
2021-11-12 20:54:27 (7196) Module registered: ZAasFileManager
2021-11-12 20:54:27 (7196) Module registered: Doom3AasFileLoader
2021-11-12 20:54:27 (7196) Module registered: Counters
2021-11-12 20:54:27 (7196) Module registered: EditingStopwatch
2021-11-12 20:54:27 (7196) Module registered: Map
2021-11-12 20:54:27 (7196) Module registered: MapResourceManager
2021-11-12 20:54:27 (7196) Module registered: RegionManager
2021-11-12 20:54:27 (7196) Module registered: AutomaticMapSaver
2021-11-12 20:54:27 (7196) Module registered: Doom3MapLoader
2021-11-12 20:54:27 (7196) Module registered: Doom3PrefabLoader
2021-11-12 20:54:27 (7196) Module registered: MapFormatManager
2021-11-12 20:54:27 (7196) Module registered: Quake3MapLoader
2021-11-12 20:54:27 (7196) Module registered: Quake3AlternateMapLoader
2021-11-12 20:54:27 (7196) Module registered: Quake4MapLoader
2021-11-12 20:54:27 (7196) Module registered: class map::format::PortableMapFormat
2021-11-12 20:54:27 (7196) Module registered: MapInfoFileManager
2021-11-12 20:54:27 (7196) Module registered: MRUManager
2021-11-12 20:54:27 (7196) Module registered: NamespaceFactory
2021-11-12 20:54:27 (7196) Module registered: MD5Module
2021-11-12 20:54:27 (7196) Module registered: MD5AnimationCache
2021-11-12 20:54:27 (7196) Module registered: ModelCache
2021-11-12 20:54:27 (7196) Module registered: ModelFormatManager
2021-11-12 20:54:27 (7196) Module registered: PicoModelModule
2021-11-12 20:54:27 (7196) Module registered: ParticlesManager
2021-11-12 20:54:27 (7196) Module registered: PatchModule
2021-11-12 20:54:27 (7196) Module registered: CommandSystem
2021-11-12 20:54:27 (7196) Module registered: OpenGL
2021-11-12 20:54:27 (7196) Module registered: ShaderCache
2021-11-12 20:54:27 (7196) Module registered: RenderSystemFactory
2021-11-12 20:54:27 (7196) Module registered: SharedGLContextHolder
2021-11-12 20:54:27 (7196) Module registered: SceneGraph
2021-11-12 20:54:27 (7196) Module registered: SceneGraphFactory
2021-11-12 20:54:27 (7196) Module registered: SelectionGroupModule
2021-11-12 20:54:27 (7196) Module registered: SelectionSystem
2021-11-12 20:54:27 (7196) Module registered: SelectionSetModule
2021-11-12 20:54:27 (7196) Module registered: ShaderClipboard
2021-11-12 20:54:27 (7196) Module registered: TextureToolColourSchemeManager
2021-11-12 20:54:27 (7196) Module registered: TextureToolSceneGraph
2021-11-12 20:54:27 (7196) Module registered: TextureToolSelectionSystem
2021-11-12 20:54:27 (7196) Module registered: ColourSchemeManager
2021-11-12 20:54:27 (7196) Module registered: GameManager
2021-11-12 20:54:27 (7196) Module registered: PreferenceSystem
2021-11-12 20:54:27 (7196) Module registered: MaterialManager
2021-11-12 20:54:27 (7196) Module registered: ModelSkinCache
2021-11-12 20:54:27 (7196) Module registered: UndoSystemFactory
2021-11-12 20:54:27 (7196) Module registered: VersionControlManager
2021-11-12 20:54:27 (7196) Module registered: VirtualFileSystem
2021-11-12 20:54:27 (7196) Module registered: XMLRegistry
2021-11-12 20:54:27 (7196) ModuleRegistry Compatibility Level is 20211014
2021-11-12 20:54:27 (7196) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/modules/
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/DarkRadiantCore.dll'
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/script.dll'
2021-11-12 20:54:27 (7196) Module registered: ScriptingSystem
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/modules/sound.dll'
2021-11-12 20:54:27 (7196) Module registered: SoundManager
2021-11-12 20:54:27 (7196) ModuleLoader: loading modules from C:/Program Files/DarkRadiant/plugins/
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.conversation.dll'
2021-11-12 20:54:27 (7196) Module registered: ConversationEditor
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.difficulty.dll'
2021-11-12 20:54:27 (7196) Module registered: DifficultyEditor
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.editing.dll'
2021-11-12 20:54:27 (7196) Module registered: DarkMod Editing
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gameconnection.dll'
2021-11-12 20:54:27 (7196) Module registered: GameConnection
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.gui.dll'
2021-11-12 20:54:27 (7196) Module registered: GUI Editing
2021-11-12 20:54:27 (7196) Module registered: GuiManager
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.objectives.dll'
2021-11-12 20:54:27 (7196) Module registered: ObjectivesEditor
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/dm.stimresponse.dll'
2021-11-12 20:54:27 (7196) Module registered: StimResponseEditor
2021-11-12 20:54:27 (7196) ModuleLoader: Loading module 'C:/Program Files/DarkRadiant/plugins/vcs.dll'
2021-11-12 20:54:27 (7196) Module registered: GitIntegration
2021-11-12 20:54:27 (7196) XMLRegistry::initialiseModule called
2021-11-12 20:54:27 (7196) XMLRegistry: looking for XML files in C:/Program Files/DarkRadiant/
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/user.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/colours.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/input.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/menu.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/commandsystem.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/user.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/colours.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/input.xml
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Users/b1k3rdude/AppData/Roaming/DarkRadiant/filters.xml
2021-11-12 20:54:27 (7196) CommandSystem::initialiseModule called.
2021-11-12 20:54:27 (7196) FileTypes::initialiseModule called.
2021-11-12 20:54:27 (7196) PreferenceSystem::initialiseModule called
2021-11-12 20:54:27 (7196) VirtualFileSystem::initialiseModule called
2021-11-12 20:54:27 (7196) GameManager: Scanning for game description files: C:/Program Files/DarkRadiant/games/
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/darkmod.game
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3-demo.game
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/doom3.game
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/prey.game
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake3.game
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/quake4.game
2021-11-12 20:54:27 (7196) XMLRegistry: Importing XML file: C:/Program Files/DarkRadiant/games/xreal.game
2021-11-12 20:54:27 (7196) GameManager: Found game definitions: 
2021-11-12 20:54:27 (7196)   Doom 3
2021-11-12 20:54:27 (7196)   Doom 3 Demo
2021-11-12 20:54:27 (7196)   Prey
2021-11-12 20:54:27 (7196)   Quake 3
2021-11-12 20:54:27 (7196)   Quake 4
2021-11-12 20:54:27 (7196)   The Dark Mod 2.0 (Standalone)
2021-11-12 20:54:27 (7196)   XreaL
2021-11-12 20:54:27 (7196) 
2021-11-12 20:54:27 (7196) GameManager: Selected game type: The Dark Mod 2.0 (Standalone)
2021-11-12 20:54:27 (7196) GameManager: Map path set to E:/Darkmod/fms/written/maps/
2021-11-12 20:54:27 (7196) GameManager: Prefab path set to E:/Darkmod/fms/written/prefabs/
2021-11-12 20:54:27 (7196) Initialising filesystem using 2 paths 
2021-11-12 20:54:27 (7196) VFS Search Path priority is: 
2021-11-12 20:54:27 (7196) - E:/Darkmod/fms/written/
2021-11-12 20:54:27 (7196) - E:/Darkmod/
2021-11-12 20:54:27 (7196) Allowed PK4 Archive File Extensions: pk4
2021-11-12 20:54:27 (7196) [vfs] Searched directory: E:/Darkmod/fms/written/
2021-11-12 20:54:27 (7196) [vfs] Searched directory: E:/Darkmod/
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_wood01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_window01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_stone_sculpted01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_stone_natural01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_stone_flat01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_stone_cobblestones01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_stone_brick01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_sfx01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_roof01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_plaster01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_paint_paper01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_other01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_nature01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_metal01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_glass01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_fabric01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_door01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_decals01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_carpet01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_textures_base01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_standalone.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals_decls01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals07.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals06.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals05.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals04.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals03.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals02.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_vocals01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_sfx02.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_sfx01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_ambient_decls01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_ambient03.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_ambient02.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_sound_ambient01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_prefabs01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_player01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_models_decls01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_models02.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_models01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_gui_credits01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_gui01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_fonts01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_env01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_defs01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_base01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_steambots01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_monsters_spiders01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_undead01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_townsfolk01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_pagans01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_nobles01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_mages01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_heads01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_guards01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_females01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_builders01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts02.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_humanoid_beasts01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_base01.pk4
2021-11-12 20:54:27 (7196) [vfs] pak file: E:/Darkmod/tdm_ai_animals01.pk4
2021-11-12 20:54:27 (7196) MapInfoFileManager::initialiseModule called.
2021-11-12 20:54:27 (7196) MapFormatManager::initialiseModule called.
2021-11-12 20:54:27 (7196) Doom3MapLoader: initialiseModule called.
2021-11-12 20:54:27 (7196) MapResourceManager::initialiseModule called.
2021-11-12 20:54:27 (7196) SceneGraph::initialiseModule called
2021-11-12 20:54:27 (7196) Map::initialiseModule called.
2021-11-12 20:54:27 (7196) AutomaticMapSaver::initialiseModule called.
2021-11-12 20:54:27 (7196) CameraManager::initialiseModule called.
2021-11-12 20:54:27 (7196) EventManager::initialiseModule called.
2021-11-12 20:54:27 (7196) EventManager successfully initialised.
2021-11-12 20:54:27 (7196) EclassColourManager::initialiseModule called.
2021-11-12 20:54:27 (7196) EntityClassDoom3::initialiseModule called.
2021-11-12 20:54:27 (13448) searching vfs directory 'def' for *.def
2021-11-12 20:54:27 (7196) GroupDialogModule::initialiseModule called
2021-11-12 20:54:27 (13448) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall
2021-11-12 20:54:27 (13448) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin
2021-11-12 20:54:27 (13448) [eclassmgr] attribute light_radius already set on entityclass atdm:sphere_wall_twin_curved.lwo
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-12 20:54:27 (7196) MainFrameLayoutManager::initialiseModule called.
2021-11-12 20:54:27 (7196) MaterialManager::initialiseModule called
2021-11-12 20:54:27 (7196) SharedGLContextHolder::initialiseModule called.
2021-11-12 20:54:27 (7196) ShaderCache::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] bkd_lights.mtr: shader lights/round_grill already defined.
2021-11-12 20:54:27 (13384) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-12 20:54:27 (13384) [shaders] bkd_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_selflit already defined.
2021-11-12 20:54:27 (7196) StatusBarManager::initialiseModule called.
2021-11-12 20:54:27 (7196) OrthoviewManager::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] volta_fx.mtr: shader textures/darkmod/volta/volta_watersplash_large already defined.
2021-11-12 20:54:27 (13384) [shaders] wood.mtr: shader textures/darkmod/wood/boards/pier_platform_snow already defined.
2021-11-12 20:54:27 (13384) [shaders] tdm_decals_dirt.mtr: shader textures/darkmod/decals/dirt/ash01_crumb_edge already defined.
2021-11-12 20:54:27 (13384) [shaders] tdm_decals_misc.mtr: shader textures/darkmod/decals/metal/drain_cover already defined.
2021-11-12 20:54:27 (7196) MainFrame::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] tdm_epi_shader.mtr: shader leather_ottoman_001 already defined.
2021-11-12 20:54:27 (7196) CameraWndManager::initialiseModule called.
2021-11-12 20:54:27 (7196) Clipboard::initialiseModule called.
2021-11-12 20:54:27 (7196) Clipper::initialiseModule called
2021-11-12 20:54:27 (7196) ColourSchemeManager::initialiseModule called.
2021-11-12 20:54:27 (7196) ColourSchemeManager: Loading colour schemes...
2021-11-12 20:54:27 (7196) MenuManager::initialiseModule called.
2021-11-12 20:54:27 (7196) ConversationEditor::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] tdm_nature_dirt.mtr: shader textures/darkmod/nature/dirt/ash_001 already defined.
2021-11-12 20:54:27 (7196) GridManager::initialiseModule called.
2021-11-12 20:54:27 (7196) OpenGL::initialiseModule called.
2021-11-12 20:54:27 (7196) SelectionSystem::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] tdm_stone_brick.mtr: shader textures/darkmod/stone/brick/blocks_large_yellowstone already defined.
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef light_gasflame redefined
2021-11-12 20:54:27 (13384) [shaders] tdm_stone_cobblestones.mtr: shader textures/darkmod/stone/cobblestones/flagstones_mossy_01 already defined.
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:oil_glass_lamp01 redefined
2021-11-12 20:54:27 (13384) [shaders] tdm_stone_sculpted.mtr: shader textures/darkmod/stone/sculpted/shields/ornament_shield_white_eagleandpallets already defined.
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:lamp_electric_outdoor_hanging_lit redefined
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:electric_ornate_chandelier01 redefined
2021-11-12 20:54:27 (13384) [shaders] tdm_windows.mtr: shader textures/darkmod/window/frame_ornate_wallsection_lit already defined.
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_unlit redefined
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:lamp_wall_gasflame03_lit redefined
2021-11-12 20:54:27 (13384) [shaders] tdm_wood_panels.mtr: shader textures/darkmod/wood/panels/beam_brown_old already defined.
2021-11-12 20:54:27 (7196) DarkMod Editing::initialiseModule called.
2021-11-12 20:54:27 (7196) DialogManager::initialiseModule called.
2021-11-12 20:54:27 (13448) [eclassmgr] attribute inherit already set on entityclass atdm:moveable_staff_decorative
2021-11-12 20:54:27 (7196) DifficultyEditor::initialiseModule called.
2021-11-12 20:54:27 (7196) ZAasFileManager::initialiseModule called.
2021-11-12 20:54:27 (7196) Doom3AasFileLoader: initialiseModule called.
2021-11-12 20:54:27 (7196) BrushModuleImpl::initialiseModule called.
2021-11-12 20:54:27 (7196) Doom3PrefabLoader: initialiseModule called.
2021-11-12 20:54:27 (7196) EditingStopwatch::initialiseModule called.
2021-11-12 20:54:27 (7196) EntityModule::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_up already defined.
2021-11-12 20:54:27 (13384) [shaders] tdm_models_player_equipment.mtr: shader models/misc/rope_moving_down already defined.
2021-11-12 20:54:27 (7196) FavouritesUserInterface::initialiseModule called.
2021-11-12 20:54:27 (13384) [shaders] tdm_models_weapons.mtr: shader textures/darkmod/volta/volta_arrows_sheet already defined.
2021-11-12 20:54:27 (7196) [filters] Loaded 18 filters from registry.
2021-11-12 20:54:27 (7196) FilterUserInterface::initialiseModule called.
2021-11-12 20:54:27 (7196) FontManager::initialiseModule called
2021-11-12 20:54:27 (7196) GUI Editing::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/andrew_script/fontImage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/andrew_script/fontImage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/andrew_script/fontImage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/bamberg/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/bamberg/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/bamberg/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/camberic/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/camberic/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/camberic/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (7196) VersionControlManager::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_bold/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_bold/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (7196) GitIntegration::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_bold/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_condensed/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_condensed/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_condensed/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (7196) Failed to open repository at E:/Darkmod/fms/written/
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_glow/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (13384) 4815 shader definitions found.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_glow/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carleton_glow/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carolingia/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carolingia/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (7196) GridUserInterface::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/carolingia/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/chrishand/fontImage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/chrishand/fontImage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/chrishand/fontImage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/ellianerelle/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/ellianerelle/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/ellianerelle/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/everett/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/everett/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/everett/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/gothica2/fontImage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/gothica2/fontImage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/gothica2/fontImage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/jd_hand/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/jd_hand/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/jd_hand/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/lotharus/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/lotharus/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/lotharus/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (13448) [eclassmgr] attribute replace_anim_idle_sit_tap01 already set on entityclass atdm:prop_winebottle_sit_and_drink
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/mac_humaine/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/mac_humaine/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/mac_humaine/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (7196) GuiManager::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/mason/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/mason_glow/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (13384) [GuiManager]: Found 269 guis.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/medusa/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/medusa/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/medusa/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/nancy/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/nancy/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/nancy/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/popsies/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/popsies/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/popsies/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (7196) LayerModule::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/rapscallionpirate/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/rapscallionpirate/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/rapscallionpirate/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/shoppinglist/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/shoppinglist/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/shoppinglist/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/stone/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (7196) LocalisationModule::initialiseModule called
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/stone/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/summertime/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/summertime/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/summertime/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/treasure_map/fontimage_12.dat loaded successfully.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/treasure_map/fontimage_24.dat loaded successfully.
2021-11-12 20:54:27 (7196) MD5AnimationCache::initialiseModule called.
2021-11-12 20:54:27 (12088) FontLoader: fonts/english/treasure_map/fontimage_48.dat loaded successfully.
2021-11-12 20:54:27 (12088) 25 fonts registered.
2021-11-12 20:54:27 (7196) ModelFormatManager::initialiseModule called.
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef atdm:map_of redefined
2021-11-12 20:54:27 (13448) [eclassmgr]: EntityDef shopitem_map_of redefined
2021-11-12 20:54:27 (7196) MRUManager::initialiseModule called.
2021-11-12 20:54:27 (7196) MaterialEditor::initialiseModule called.
2021-11-12 20:54:27 (7196) ShaderClipboard::initialiseModule called.
2021-11-12 20:54:27 (7196) MediaBrowser::initialiseModule called.
2021-11-12 20:54:27 (13448) [eclassmgr] attribute editor_usage already set on entityclass atdm:env_ragdoll_citywatch_elite
2021-11-12 20:54:27 (13448) [eclassmgr] Entity class atdm:damage_fireballdirect_major specifies unknown parent class atdm:damage_fireballDirect
2021-11-12 20:54:27 (13448) [eclassmgr] Entity class sprgs_decompress specifies unknown parent class sprGS_splash_small
2021-11-12 20:54:27 (13448) [eclassmgr] Entity class sprgs_recompress specifies unknown parent class sprGS_splash_small
2021-11-12 20:54:27 (7196) ModelCache::initialiseModule called.
2021-11-12 20:54:27 (7196) Doom3SkinCache::initialiseModule called
2021-11-12 20:54:27 (13448) [skins] Loading skins.
2021-11-12 20:54:27 (7196) NamespaceFactory::initialiseModule called.
2021-11-12 20:54:27 (7196) ObjectivesEditorModule::initialiseModule called.
2021-11-12 20:54:27 (13448) [skins]: in bkd_models_architecture_modules.skin: DefTokeniser: Assertion failed: Required "{", found "skin"
2021-11-12 20:54:27 (13448) [skins] in bkd_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-12 20:54:27 (7196) ParticlesManager::initialiseModule called
2021-11-12 20:54:27 (7196) PatchModule::initialiseModule called.
2021-11-12 20:54:27 (13448) [skins] in tdm_architecture.skin: skin stall_standing_creamy previously defined in bkd_architecture.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_architecture.skin: skin stall_standing_brown previously defined in bkd_architecture.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_architecture.skin: skin stall_standing_red_ornate previously defined in bkd_architecture.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_architecture.skin: skin stall_standing_blue previously defined in bkd_architecture.skin!
2021-11-12 20:54:27 (7196) Quake3AlternateMapLoader: initialiseModule called.
2021-11-12 20:54:27 (7196) Quake3MapLoader: initialiseModule called.
2021-11-12 20:54:27 (7196) Quake4MapLoader: initialiseModule called.
2021-11-12 20:54:27 (7196) RegionManager::initialiseModule called.
2021-11-12 20:54:27 (7196) RenderSystemFactory::initialiseModule called.
2021-11-12 20:54:27 (13448) [skins] in tdm_furniture.skin: skin desk_old previously defined in welli_furniture.skin!
2021-11-12 20:54:27 (7196) SceneGraphFactory::initialiseModule called.
2021-11-12 20:54:27 (7196) ScriptingSystem::initialiseModule called.
2021-11-12 20:54:27 (7196) Registering darkradiant module to Python using pybind11 version 2.6.1
2021-11-12 20:54:27 (7196) SelectionGroupModule::initialiseModule called.
2021-11-12 20:54:27 (7196) SelectionSetModule::initialiseModule called.
2021-11-12 20:54:27 (7196) SoundManager: initialising sound playback
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin green_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (7196) StartupMapLoader::initialiseModule called.
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin diamond_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin old_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin old_boards_short previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin old_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin ornate_wood_shell_wallpaper previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin lit_window_flickering_alt previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin unlit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin soft_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin bright_lit_window02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin plaster_dirty01_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_dull_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (7196) StimResponseEditor::initialiseModule called.
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin dirty_plaster_lit_opaque02 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall2_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin bt_basewall1 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_boards_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_tan_plaster_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (7196) TextureBrowserManager::initialiseModule called.
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_plastered_boards_lit_window previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_multicolour_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13384) Found 304 particle definitions.
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_blocks_mixedsize01_litwindows previously defined in amd_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_lighter_wood previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_red_brick_dull_litwindows previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_bay_window01_unlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin coloured_stone_chimney previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin pillar_corner previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin default_with_grate previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin pillar_white previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_stainedglass previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_04 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_vitorian_paper_01 previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_plain_pillar previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin transparent_lit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin victorian02_1sided previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin timber01_rough_wood_sand previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/trim_flatblocks_teal previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/sand_coloured previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_softlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_selflit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim_colorme previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_greytrim previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin modules/industrial01_grey previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion01_white_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_redwood_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_plain_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin mansion_full_walnut_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (13448) [skins] in tdm_models_architecture_modules.skin: skin opaque01_moonlit previously defined in bkd_models_architecture_modules.skin!
2021-11-12 20:54:27 (7196) TextureToolSceneGraph::initialiseModule called.
2021-11-12 20:54:27 (7196) TextureToolSelectionSystem::initialiseModule called.
2021-11-12 20:54:27 (7196) Found toolbar: view
2021-11-12 20:54:27 (7196) Found toolbar: edit
2021-11-12 20:54:27 (7196) Found toolbar: texture
2021-11-12 20:54:27 (7196) Found toolbar: textool
2021-11-12 20:54:27 (7196) UndoSystemFactory::initialiseModule called
2021-11-12 20:54:27 (7196) UserInterfaceModule::initialiseModule called.
2021-11-12 20:54:27 (7196) wxWidgets Version: 3.1.3
2021-11-12 20:54:27 (7196) Default screen has 1 monitors.
2021-11-12 20:54:27 (7196) Monitor 0 geometry: 3440x1440 at 0, 0
2021-11-12 20:54:27 (13448) [skins] Found 1477 skins.
2021-11-12 20:54:27 (7196) class map::format::PortableMapFormat: initialiseModule called.
2021-11-12 20:54:27 (7196) wxGLWidgetManager::initialiseModule called.
2021-11-12 20:54:27 (7196) ToolbarManager: Instantiating toolbar: view
2021-11-12 20:54:27 (12088) [SoundManager]: SoundShader with name tdm_impact_package already exists.
2021-11-12 20:54:27 (7196) ToolbarManager: Instantiating toolbar: edit
2021-11-12 20:54:27 (12088) [SoundManager]: SoundShader with name element_fire_bonfire already exists.
2021-11-12 20:54:27 (12088) [SoundManager]: SoundShader with name city_tranquil_01 already exists.
2021-11-12 20:54:27 (12088) [SoundManager]: SoundShader with name machine_room_01 already exists.
2021-11-12 20:54:27 (12088) [SoundManager]: SoundShader with name bubbling_cauldron_loop already exists.
2021-11-12 20:54:27 (12088) [SoundManager]: SoundShader with name tavern_Music_01 already exists.
2021-11-12 20:54:27 (12088) 3301 sound shaders found.
2021-11-12 20:54:27 (7196) MainFrame: Activating layout Dockable
2021-11-12 20:54:27 (7196) ToolbarManager: Instantiating toolbar: texture
2021-11-12 20:54:27 (7196) ToolbarManager: Instantiating toolbar: textool
2021-11-12 20:54:27 (7196) EventManager: Shortcuts found in Registry: 152
2021-11-12 20:54:27 (7196) Loading map from unnamed.map
2021-11-12 20:54:27 (7196) map load timer:  0.00 second(s) elapsed
2021-11-12 20:54:27 (7196) GL_VENDOR: NVIDIA Corporation
2021-11-12 20:54:27 (7196) GL_RENDERER: NVIDIA GeForce RTX 3070/PCIe/SSE2
2021-11-12 20:54:27 (7196) GL_VERSION: 4.6.0 NVIDIA 472.47
2021-11-12 20:54:27 (7196) GL_EXTENSIONS: GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_AMD_vertex_shader_viewport_index GL_AMD_vertex_shader_layer GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_ES3_2_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_fragment_shader_interlock GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gl_spirv GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader_int64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_parallel_shader_compile GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_query_buffer_object GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_locations GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counter_ops GL_ARB_shader_atomic_counters GL_ARB_shader_ballot GL_ARB_shader_bit_encoding GL_ARB_shader_clock GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shader_viewport_layer_array GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_sparse_texture2 GL_ARB_sparse_texture_clamp GL_ARB_spirv_extensions GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_filter_anisotropic GL_ARB_texture_filter_minmax GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_multiview_texture_multisample GL_EXT_multiview_timer_query GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_post_depth_coverage GL_EXT_provoking_vertex GL_EXT_raster_multisample GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_sparse_texture2 GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_filter_minmax GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_window_rectangles GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_EXT_memory_object GL_EXT_memory_object_win32 GL_NV_memory_object_sparse GL_EXT_win32_keyed_mutex GL_KHR_parallel_shader_compile GL_KHR_no_error GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_EXT_semaphore GL_EXT_semaphore_win32 GL_NV_timeline_semaphore GL_KHR_shader_subgroup GL_KTX_buffer_region GL_NV_alpha_to_coverage_dither_control GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NVX_blend_equation_advanced_multi_draw_buffers GL_NV_blend_minmax_factor GL_NV_blend_square GL_NV_clip_space_w_scaling GL_NV_command_list GL_NV_compute_program5 GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_conservative_raster GL_NV_conservative_raster_dilate GL_NV_conservative_raster_pre_snap GL_NV_conservative_raster_pre_snap_triangles GL_NV_conservative_raster_underestimation GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_draw_vulkan_image GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_feature_query GL_NV_fence GL_NV_fill_rectangle GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_coverage_to_color GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_fragment_shader_barycentric GL_NV_fragment_shader_interlock GL_NV_framebuffer_mixed_samples GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_geometry_shader_passthrough GL_NV_gpu_program4 GL_NV_internalformat_sample_query GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_memory_attachment GL_NV_mesh_shader GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_path_rendering_shared_edge GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_primitive_shading_rate GL_NV_query_resource GL_NV_query_resource_tag GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_representative_fragment_test GL_NV_sample_locations GL_NV_sample_mask_override_coverage GL_NV_scissor_exclusive GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_float64 GL_NV_shader_atomic_fp16_vector GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_shader_subgroup_partitioned GL_NV_shader_texture_footprint GL_NV_shading_rate_image GL_NV_stereo_view_rendering GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_dirty_tile_map GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_rectangle_compressed GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NV_viewport_array2 GL_NV_viewport_swizzle GL_NVX_conditional_render GL_NVX_linked_gpu_multicast GL_NV_gpu_multicast GL_NVX_gpu_multicast2 GL_NVX_progress_fence GL_NVX_gpu_memory_info GL_NVX_multigpu_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OVR_multiview GL_OVR_multiview2 GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum GL_WIN_swap_hint WGL_EXT_swap_control 
2021-11-12 20:54:27 (7196) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-12 20:54:28 (7196) --- LoadMapFile ---
2021-11-12 20:54:28 (7196) unnamed.map
2021-11-12 20:54:28 (7196) 0 brushes
2021-11-12 20:54:28 (7196) 0 patches
2021-11-12 20:54:28 (7196) 0 entities
2021-11-12 20:54:28 (7196) DarkRadiant init.py called, this is Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)]
2021-11-12 20:54:28 (7196) Registered script file commands/ase_export.py as aseExport
2021-11-12 20:54:28 (7196) Registered script file commands/ase_export_blend.py as aseExportBlend
2021-11-12 20:54:28 (7196) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals
2021-11-12 20:54:28 (7196) Registered script file commands/example.py as Example
2021-11-12 20:54:28 (7196) Registered script file commands/export_obj.py as objExport
2021-11-12 20:54:28 (7196) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities
2021-11-12 20:54:28 (7196) Registered script file commands/patchsplitter.py as SplitPatch
2021-11-12 20:54:28 (7196) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType
2021-11-12 20:54:28 (7196) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly
2021-11-12 20:54:28 (7196) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly
2021-11-12 20:54:28 (7196) Registered script file commands/test_targets.py as test_targets
2021-11-12 20:54:28 (7196) ScriptModule: Found 11 commands.
2021-11-12 20:54:28 (7196) [OpenGLRenderSystem] GLSL shading IS available.
2021-11-12 20:54:29 (4972) Auto-saving registry to user settings path.
2021-11-12 20:54:40 (7196) Mouse event position: 653|-481
2021-11-12 20:54:40 (7196) Screen position: 1221|895
2021-11-12 20:54:40 (7196) Client position: 527|799
2021-11-12 20:54:40 (7196) Mouse event position: 653|-481
2021-11-12 20:54:40 (7196) Screen position: 1221|895
2021-11-12 20:54:40 (7196) Client position: 527|799
2021-11-12 20:54:40 (7196) Mouse event position: 653|-481
2021-11-12 20:54:40 (7196) Screen position: 1221|895
2021-11-12 20:54:40 (7196) Client position: 527|799
2021-11-12 20:54:40 (7196) Mouse event position: 653|-481
2021-11-12 20:54:40 (7196) Screen position: 1221|895
2021-11-12 20:54:40 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:41 (7196) Mouse event position: 653|-481
2021-11-12 20:54:41 (7196) Screen position: 1221|895
2021-11-12 20:54:41 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:42 (7196) Mouse event position: 653|-481
2021-11-12 20:54:42 (7196) Screen position: 1221|895
2021-11-12 20:54:42 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:43 (7196) Mouse event position: 653|-481
2021-11-12 20:54:43 (7196) Screen position: 1221|895
2021-11-12 20:54:43 (7196) Client position: 527|799
2021-11-12 20:54:59 (4972) Auto-saving registry to user settings path.
2021-11-12 20:56:04 (7196) LayerControlDialog shutting down.
2021-11-12 20:56:04 (7196) TexTool shutting down.
2021-11-12 20:56:04 (7196) ModelSelector shutting down.
2021-11-12 20:56:04 (7196) CommandSystem: shutting down.
2021-11-12 20:56:04 (7196) BrushModuleImpl::shutdownModule called.
2021-11-12 20:56:04 (7196) EntityClassDoom3::shutdownModule called.
2021-11-12 20:56:04 (7196) EntityModule::shutdownModule called.
2021-11-12 20:56:04 (7196) EventManager::shutdownModule called
2021-11-12 20:56:04 (7196) GitIntegration::shutdownModule called.
2021-11-12 20:56:04 (7196) MainFrame::shutdownModule called.
2021-11-12 20:56:04 (7196) MainFrameLayoutManager::shutdownModule called.
2021-11-12 20:56:04 (7196) MapInfoFileManager::shudownModule called.
2021-11-12 20:56:04 (7196) Doom3ShaderSystem::shutdownModule called
2021-11-12 20:56:04 (7196) ObjectivesEditorModule shutting down.
2021-11-12 20:56:04 (7196) ScriptingSystem::shutdownModule called.
2021-11-12 20:56:04 (7196) Filesystem shut down
2021-11-12 20:56:04 (7196) XMLRegistry Shutdown: 2063 queries processed.
2021-11-12 20:56:04 (7196) 2021-11-12 20:56:04 Closing log file.
darkradiant-9.log (66,541 bytes)   
greebo

greebo

13.11.2021 03:18

administrator   ~0014536

Last edited: 13.11.2021 03:18

Just as I suspected, the mouse position reported by the scroll event differs from the client position we need for zooming:

2021-11-12 20:54:40 (7196) Mouse event position: 653|-481
2021-11-12 20:54:40 (7196) Screen position: 1221|895
2021-11-12 20:54:40 (7196) Client position: 527|799

Does this build behave better when zooming? There should be a difference now (with cursor-centered zoom enabled).
Bikerdude

Bikerdude

13.11.2021 08:45

reporter   ~0014537

With the option 'unticked' the zooming works as it did in 2.12, but the last few builds since 04/11/2021 have all been fine.
Untitled.jpg (33,853 bytes)   
Untitled.jpg (33,853 bytes)   
greebo

greebo

13.11.2021 10:15

administrator   ~0014538

And with the option activated, the last build (56f903a) is still not working? Because there's a change now in there which should fix the zooming when the checkbox is ticked.
Bikerdude

Bikerdude

13.11.2021 10:24

reporter   ~0014539

With the tickbox enabled, the zooming is much better than the first build of 2.14pre1, but it not perfectly centred. For that the tickbox need to be unticked.
Bikerdude

Bikerdude

15.11.2021 21:10

reporter   ~0014544

Last edited: 15.11.2021 21:15

As of build 2.14.0_rev 1eb8191 (Github 0005584) its broken again.

That and I am seeing some weird colour change in orthoview (see attached), also moving around in the map is very slow.
Bikerdude

Bikerdude

15.11.2021 21:11

reporter   ~0014545

Untitled-2.jpg (338,977 bytes)
Bikerdude

Bikerdude

15.11.2021 21:27

reporter   ~0014546

Checking an earlier build, 0923a9b (github 0005808) zoom works as intended and the visual issue and lag are note present.
master
greebo

greebo

16.11.2021 03:10

administrator   ~0014548

You've been using test builds from another dev branch. Only the builds in master have the fix, it's best not to use the other branch unless I really point you at them. These dev branches might be crashing on you left and right.
grafik-2.png (39,487 bytes)   
grafik-2.png (39,487 bytes)   
Bikerdude

Bikerdude

16.11.2021 10:03

reporter   ~0014549

Ah ok, I did wonder why the versions number weren't aligning. I only check the latest build as a result of the mipmap issue I filled in another tracker.
Bikerdude

Bikerdude

18.07.2022 09:54

reporter   ~0015057

This can be closed and issue no longer present in DR 3.00
Bikerdude

Bikerdude

25.10.2022 11:45

reporter   ~0015352

Morning Greebo, this hads started happening again in 3.4.0
Bikerdude

Bikerdude

25.10.2022 11:46

reporter   ~0015353

reopened as the issue is reoccuring.
Bikerdude

Bikerdude

29.10.2022 14:29

reporter   ~0015370

confirmed issue in 3.5.0
greebo

greebo

29.10.2022 15:48

administrator   ~0015371

Well, not that I touched anything with regards to zooming... neither in 3.0.0 nor in the last few weeks. You have the tick box unchecked in the preferences?
Bikerdude

Bikerdude

29.10.2022 16:54

reporter   ~0015373

I completley and utterly forgot about this, sorry Greebo.

Unticking fixes the issue for me, so please go ahead and close this tracker, again.
Untitled.png (8,226 bytes)   
Untitled.png (8,226 bytes)   
greebo

greebo

29.10.2022 17:21

administrator   ~0015375

Ok :)

Related Changesets

DarkRadiant: master 1df6f1c0

30.10.2021 14:46

greebo


Details Diff
0005792: When zooming in on the cursor position, keep the world point below the mouse cursor constant.
Fix the ultra-fast zooming on sensitive mouse wheels, only zoom in or out by one step, like the old-style zoom methods.
Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: 5792_debug c558c49b

01.11.2021 04:38

greebo


Details Diff
0005792: Add logging output to XYWnd scrolling methods Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: 5792_debug 4b9b9143

02.11.2021 18:35

greebo


Details Diff
0005792: Recalculate the origin directly when zooming in on the cursor Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: 5792_debug ae1144be

03.11.2021 18:20

greebo


Details Diff
0005792: More logging Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: master 2e41a064

04.11.2021 18:38

greebo


Details Diff
0005792: Remove the logging calls again Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: master 846bf4cb

04.11.2021 18:46

greebo


Details Diff
0005792: Make the cursor-centered zoom optional Affected Issues
0005792
mod - install/user.xml Diff File
mod - radiant/xyview/GlobalXYWnd.cpp Diff File
mod - radiant/xyview/GlobalXYWnd.h Diff File
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: master ec767bf5

04.11.2021 18:48

greebo


Details Diff
Merge branch containing the fixes to 0005792 Affected Issues
0005792
mod - install/user.xml Diff File
mod - radiant/xyview/GlobalXYWnd.cpp Diff File
mod - radiant/xyview/GlobalXYWnd.h Diff File
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: 5792_debug 56f903a7

09.11.2021 13:51

greebo


Details Diff
0005792: Temporary Logging Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

DarkRadiant: master 43196848

14.11.2021 05:39

greebo


Details Diff
0005792: Merge the fix from the debug branch into master Affected Issues
0005792
mod - radiant/xyview/XYWnd.cpp Diff File

Issue History

Date Modified Username Field Change
30.10.2021 11:30 Bikerdude New Issue
30.10.2021 12:03 Dragofer Relationship added related to 0005753
30.10.2021 14:30 greebo Product Version 2.13.0 => 2.14.0
30.10.2021 14:33 greebo Assigned To => greebo
30.10.2021 14:33 greebo Status new => confirmed
30.10.2021 14:33 greebo Note Added: 0014456
30.10.2021 14:47 greebo Changeset attached => DarkRadiant master 1df6f1c0
30.10.2021 14:47 greebo Status confirmed => assigned
30.10.2021 14:47 greebo Target Version => 2.14.0
30.10.2021 14:47 greebo Status assigned => resolved
30.10.2021 14:47 greebo Resolution open => fixed
30.10.2021 14:47 greebo Fixed in Version => 2.14.0
30.10.2021 17:06 Bikerdude Note Added: 0014458
30.10.2021 17:06 Bikerdude File Added: 2021-10-30 18-03-49-1.m4v
30.10.2021 18:54 Bikerdude Note Added: 0014459
31.10.2021 11:19 Bikerdude Status resolved => assigned
31.10.2021 11:19 Bikerdude Resolution fixed => reopened
31.10.2021 11:19 Bikerdude Note Added: 0014461
31.10.2021 11:19 Bikerdude Note Added: 0014462
31.10.2021 11:19 Bikerdude File Added: unknown.png
31.10.2021 11:49 greebo Note Added: 0014463
31.10.2021 12:08 Bikerdude Note Added: 0014465
01.11.2021 04:38 greebo Changeset attached => DarkRadiant 5792_debug c558c49b
01.11.2021 08:42 greebo Note Added: 0014470
01.11.2021 09:37 Bikerdude Note Added: 0014471
01.11.2021 09:37 Bikerdude File Added: darkradiant.log
01.11.2021 09:39 Bikerdude Note Edited: 0014471
01.11.2021 10:07 greebo Note Added: 0014472
01.11.2021 12:18 Bikerdude Note Added: 0014473
01.11.2021 12:44 greebo Note Added: 0014474
01.11.2021 12:50 Bikerdude Note Added: 0014476
01.11.2021 12:50 Bikerdude Note Edited: 0014476
01.11.2021 12:53 greebo Note Added: 0014477
01.11.2021 13:53 Bikerdude Note Added: 0014478
01.11.2021 13:53 Bikerdude File Added: darkradiant-2.log
01.11.2021 14:28 greebo Note Added: 0014479
01.11.2021 21:06 Bikerdude Note Added: 0014482
01.11.2021 21:06 Bikerdude File Added: darkradiant-3.log
02.11.2021 03:07 greebo Note Added: 0014483
02.11.2021 18:35 greebo Changeset attached => DarkRadiant 5792_debug 4b9b9143
02.11.2021 18:36 greebo Note Added: 0014485
02.11.2021 20:08 Bikerdude Note Added: 0014486
02.11.2021 20:08 Bikerdude File Added: darkradiant-4.log
03.11.2021 04:26 greebo Note Added: 0014487
03.11.2021 11:44 Bikerdude Note Added: 0014488
03.11.2021 18:20 greebo Changeset attached => DarkRadiant 5792_debug ae1144be
03.11.2021 18:22 greebo Note Added: 0014489
03.11.2021 20:41 Bikerdude Note Added: 0014490
03.11.2021 20:41 Bikerdude File Added: darkradiant-5.log
04.11.2021 03:32 greebo Note Added: 0014491
04.11.2021 10:06 Bikerdude Note Added: 0014492
04.11.2021 18:37 greebo Note Added: 0014493
04.11.2021 18:48 greebo Changeset attached => DarkRadiant master 2e41a064
04.11.2021 18:48 greebo Changeset attached => DarkRadiant master 846bf4cb
04.11.2021 18:48 greebo Changeset attached => DarkRadiant master ec767bf5
04.11.2021 18:49 greebo Status assigned => resolved
04.11.2021 18:49 greebo Note Added: 0014494
04.11.2021 18:50 greebo Resolution reopened => fixed
04.11.2021 18:50 greebo Note Added: 0014495
04.11.2021 18:50 greebo File Added: grafik.png
04.11.2021 19:32 Bikerdude Note Added: 0014497
04.11.2021 20:59 Bikerdude Status resolved => assigned
04.11.2021 20:59 Bikerdude Resolution fixed => reopened
04.11.2021 20:59 Bikerdude Note Added: 0014499
05.11.2021 04:50 greebo Note Added: 0014501
05.11.2021 04:51 greebo Status assigned => resolved
05.11.2021 04:51 greebo Resolution reopened => won't fix
05.11.2021 09:36 Bikerdude Note Added: 0014502
09.11.2021 13:51 greebo Changeset attached => DarkRadiant 5792_debug 56f903a7
09.11.2021 13:53 greebo Note Added: 0014522
09.11.2021 16:11 greebo Note Edited: 0014522
09.11.2021 19:56 Bikerdude Note Added: 0014523
10.11.2021 21:22 Bikerdude Note Added: 0014528
10.11.2021 21:22 Bikerdude File Added: darkradiant-6.log
11.11.2021 02:13 greebo Note Added: 0014529
11.11.2021 08:49 Bikerdude Note Added: 0014530
11.11.2021 08:49 Bikerdude File Added: darkradiant-7.log
12.11.2021 02:50 greebo Note Added: 0014531
12.11.2021 16:48 Bikerdude Note Added: 0014533
12.11.2021 16:48 Bikerdude File Added: darkradiant-8.log
12.11.2021 17:07 greebo Note Added: 0014534
12.11.2021 20:59 Bikerdude Note Added: 0014535
12.11.2021 20:59 Bikerdude File Added: darkradiant-9.log
13.11.2021 03:18 greebo Note Added: 0014536
13.11.2021 03:18 greebo Note Edited: 0014536
13.11.2021 08:45 Bikerdude Note Added: 0014537
13.11.2021 08:45 Bikerdude File Added: Untitled.jpg
13.11.2021 10:15 greebo Note Added: 0014538
13.11.2021 10:24 Bikerdude Note Added: 0014539
14.11.2021 05:41 greebo Changeset attached => DarkRadiant master 43196848
15.11.2021 21:10 Bikerdude Status resolved => assigned
15.11.2021 21:10 Bikerdude Resolution won't fix => reopened
15.11.2021 21:10 Bikerdude Note Added: 0014544
15.11.2021 21:11 Bikerdude Note Edited: 0014544
15.11.2021 21:11 Bikerdude Note Added: 0014545
15.11.2021 21:11 Bikerdude File Added: Untitled-2.jpg
15.11.2021 21:15 Bikerdude Note Edited: 0014544
15.11.2021 21:27 Bikerdude Note Added: 0014546
16.11.2021 03:10 greebo Note Added: 0014548
16.11.2021 03:10 greebo File Added: grafik-2.png
16.11.2021 10:03 Bikerdude Note Added: 0014549
18.07.2022 09:54 Bikerdude Note Added: 0015057
22.07.2022 05:21 nbohr1more Status assigned => resolved
22.07.2022 05:21 nbohr1more Resolution reopened => fixed
22.07.2022 05:21 nbohr1more Fixed in Version 2.14.0 => 3.0.0
25.10.2022 11:45 Bikerdude Note Added: 0015352
25.10.2022 11:46 Bikerdude Status resolved => assigned
25.10.2022 11:46 Bikerdude Resolution fixed => reopened
25.10.2022 11:46 Bikerdude Note Added: 0015353
29.10.2022 14:29 Bikerdude Note Added: 0015370
29.10.2022 15:48 greebo Note Added: 0015371
29.10.2022 16:54 Bikerdude Note Added: 0015373
29.10.2022 16:54 Bikerdude File Added: Untitled.png
29.10.2022 17:21 greebo Status assigned => closed
29.10.2022 17:21 greebo Note Added: 0015375