Jump to content
The Dark Mod Forums

Search the Community

Showing results for '/tags/forums/input/'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. OK I think I've got to the bottom of this. I've created this forum thread (with bug report): https://forums.thedarkmod.com/index.php?/topic/22221-bug-drowning-ai-in-shallow-water/ I can apply a workaround, although it won't be perfect and the bug itself needs fixing in the engine. There are a few other things that need fixing so will put an update together soonish.
  2. If any mappers have encountered weirdness with kill objectives not working with drowning AI, I think I've found out why. I don't think it would be a particularly difficult one to fix either. I've raised this bug report: https://bugs.thedarkmod.com/view.php?id=6323 Some context here: https://forums.thedarkmod.com/index.php?/topic/21837-fan-mission-the-lieutenant-2-high-expectations-by-frost_salamander-20230424/&do=findComment&comment=487316 I think this is a bug, but just raising here in case some people think otherwise.
  3. Author note: It's hard to believe it's already been a year since Act 1 came out! Well during this mission the player will be following Corbin into the Grimwood district to followup on a lead from last night (Act 1) .. the mysterious tablet! This mission is my first time including full EFX support as well as a HD briefing video file, additionally a new script has been added crafted by the talented Obsttorte which has loot flying towards the player when you pick it up. On a level design front I have tried to change things up a bit by really catering towards a number of play styles, this mission can be completely ghosted or you can use the tools at your disposal to wreak havoc on the citizens of Northdale. For the first time I have tried to create more sandbox environments which don't offer clear answers handed directly to you, so if you're having trouble figuring something out try a different method. This mission takes between 1 - 2 hours to finish depending on the difficulty you play on and how thoroughly you explore. I hope you enjoy your night in Northdale! - Goldwell Voice actors Fen Phoenix Goldwell Random_taffer Yandros Beta testers Amadeus Boiler's Hiss Cambridge Spy Chakkman Crowind Epifire Kingsal SquadaFroinx Custom Assets Andreas Rocha DrK Epifire Grayman Kingsal MalachiAD Obsttorte Sotha Springheel SquadaFroinx Purgator With special thanks to Epifire for creating a large collection of custom models, Grayman for helping out with coding, Kingsal for drawing the ingame map and Moonbo for his script revision on the briefing video. Available via in-game downloader MIRROR File Size: 417 mb EDIT: If you are having performance issues please consult this post by Nbohr1more which may address your issue http://forums.thedarkmod.com/topic/19936-fan-mission-shadows-of-northdale-act-ii-by-goldwell-20190320/page-2?do=findComment&comment=436271
  4. Still spreading the word about TDM on forums to new peops... Funny to see people say "Awesome, I loved playing Thief back in the day!"

    1. Show previous comments  2 more
    2. kano

      kano

      Yes it was in a discussion where someone was saying how unhappy they are with the way game companies grant themselves permission to do whatever they like to your PC and personal info today. I pointed out that giving up games completely is an unnecessarily overkill solution when there are free games like TDM to play.

    3. Epifire

      Epifire

      Honestly the mod/Indie genre is still really booming right now. And they aint got no reason to do shady invasive privacy bs.

    4. Petike the Taffer

      Petike the Taffer

      What Epifire said. :-)

  5. A couple of users have pretty consistent crashes with High Expectations. I have also experienced crashes with Windows on my own machine, but very rarely. I have a debug build of 2.11, but I haven't been able to get it to crash under that yet. I've attached the logs that @irisx has provided, and @DavyJones has the exact same issue. The only thing that stood out to me was in the qconsole.log: The ambient 'snd_tunnels' (underground_forelone_loop_z) for location 'location_tunnels' is now playing. Getting threadname failed, reason: No such file or directory (2) --------- Game Map Shutdown ---------- @irisx did you say you also have some trace file? Do any other Linux users have this problem (or not)? The issue seems to occur about 1.5 seconds after the FM starts, or as soon as you start to provide input (move the mouse or start walking, etc). qconsole.log Darkmod.log
  6. Looking at the source code and the core pk4 asset files, I don't see any changes that would make a difference. Does this happen with a single FM? Does the FM pk4 file include an "autoexec.cfg" file? From the source code, here's the load order of config files. exec default.cfg exec Darkmod.cfg exec DarkmodKeyboard.cfg exec DarkmodPadbinds.cfg ==> exec autoexec.cfg <load language> <exec command-line arguments> <init input> <init sound> <init OpenGL> <init ui> <load DLL> <init session> ==> exec autocommands.cfg Details about the addition of "autocommands.cfg" are at https://bugs.thedarkmod.com/view.php?id=3199 I thought "autocommands.cfg" was the right way to do it, because that is what I've read on the forums. It seems that "autocommands.cfg" was originally designed for one use case: running "dmap". However, maybe over time "autocommands.cfg" became the de facto config file for user commands and "autoexec.cfg" became the config file for FM authors to use. I don't know. Does anyone know for a fact whether or not this is the case?
  7. Hello TDM-ers. I am encountering an issue where textures seem to partially disappear. I tried searching the forums, but, I don't know what to search for. The missing textures are a worldspawn brush acting as a roof with {for now} flat iron texture. There are other worldspawn brushes right below to create an attic ceiling with roof framework board texture. These gaps appeared a few edits ago. I can't "undo" to get back before whatever edit did this. The gaps are only visible during play and are not visible during editing. Closing and reopening DR and TDM do not fix anything. Some of the brushes overlap in areas behind the play area but I have never seen an issue doing that. The attached image has the effect I am now seeing. Ideas on where to start debugging this? Very much appreciated. Clint
  8. (I apologize for the odd poll question layout. I wasn't able to add five yes-no questions, because polls are limited to three questions.) Hi everyone, I've recently been working on some patches for issues that I've read about from players on the TDM and TTLG forums — and Discord. My goal is to make it as easy as possible for players, especially new players and those who need usability/accessibility options, to find what they need in order to have a better TDM experience. I've already written the GUI and game engine code for these settings, which I've been using in my personal build. The reason for this poll and discussion is to both guide the finalization of my work and collect data to help inform the dev team. Which patches I submit depend on the outcome of this poll, discussion, and what the dev team agrees to accept. Once decided, I can coordinate with the dev team. I've attached screenshots of what the new settings menu would look like if all of the settings are accepted. Below, I have detailed each menu setting, so you can have an easier time understanding each one. Very important to keep in mind: None of these settings change TDM default behavior. They are all opt-in. If you are already happy with the behavior of 2.10, 2.11, etc. and these menu settings are accepted, nothing will change for you. Rename "Always Run" to "Run Mode" with options "None, Always, Toggle" After 2.11 was released, @i30817 requested that "toggle run" be added to the settings menu. Its cvar is already in TDM as "in_toggleRun" (same as Doom 3). I propose renaming the "Always Run" setting to "Run Mode" with options: "None", "Always", and "Toggle". None = in_alwaysRun 0; in_toggleRun 0 Always = in_alwaysRun 1; in_toggleRun 0 Toggle = in_alwaysRun 0; in_toggleRun 1 Show Blackjack Helper @Wellingtoncrab suggested that the new blackjack helper be added to the settings menu. Its cvar was added to 2.11 as "tdm_blackjack_indicate". More info: It's the new blackjack helper added to 2.11. When the game detects that the blackjack can be used for a successful hit or KO, the blackjack will rise slightly. I propose a "Yes/No" setting for this. Slider for "View: Head Bob" @ChronA requested a way to disable head bobbing, because a viewer watching him play was having severe motion sickness. Also, there was a bug in TDM that made setting the head bob in the console not stick after loading a saved game. (Even with 2.11, if a mission overrides the "tdm_player_thief.def" file and sets "pm_bobroll", "pm_bobpitch", "pm_bobup", and other cvars, it will override player preferences.) As far back as 2008, players have had trouble setting head bob. Another one from 2018. At the end of 2022, @Shadowex3 registered just to voice the need for a way to control head bob. I propose that a slider be added to adjust the amount of head bob. This would use a new "pm_headbob_mod" cvar with a value between 0.0 and 1.0 (default 1.0, no change). The "pm_headbob_mod" would be a multiplier for "pm_bobroll", "pm_bobpitch", and "pm_bobup". The advantage to this approach is that missions like Volta 2 and Hazard Pay would not need to adjust their "tdm_player_thief.def" files for head bob to work properly. And, the player can still adjust "pm_bobroll", "pm_bobpitch", and "pm_bobup" as they like. Slider for "View: Mantle Roll" This is similar to head bob for those who are sensitive to motion. Its cvar was added to 2.11 as "pm_mantle_roll_mod". A Thief player on Discord said, "2.11 will have a cvar to tune down the mantling animation at last." I propose that a slider be added for "pm_mantle_roll_mod". Auto-Search Bodies @Zaratul requested the "auto-search bodies" feature from Thief 1 & 2. Its cvar was added to 2.12 dev16783-10307 as "tdm_autosearch_bodies". I did a poll on the a Thief Discord server and roughly 20% of players there use the Thief auto-search bodies feature. I propose a menu setting for this, so that players coming from Thief 1 & 2 can easily find it.
  9. How you can help depends a lot on what skills you have. I can Record Video Recording "Let's Play" videos or simple walkthroughs of existing missions and posting them to Youtube is great exposure for the mod (see example .) Be sure to let us know so we can link to them. If you have some editing ability, Video tutorials, where you explain how the mod works, or how to use specific tools, would also be great. Video trailers, showcasing interesting places and features, are also great for publicity. An example is . I can Write Writing reviews for missions are always nice, especially if they include good screenshots. Not only does it give us something to post on other forums, but it makes mappers feel good when their mission gets attention (especially if it's positive). We have a collective thread to post reviews in: http://forums.thedar...s-walkthroughs/ Writing reviews of the mod as a whole, targetted an an audience that doesn't know much about TDM, is also very useful. You could also try offering your services to mappers to create interesting readables, or to proofread for their mission. I can Act and Record Audio We are always on the lookout for good quality audio recordings for vocal sets. If interested, you can pick a few different lines from this script: http://wiki.thedarkm...t:_Average_Jack and send the recordings to Springheel, who then writes a script based on the type of voice you have. I can Translate We could always use translations of our menu/hud into more languages. Also, only a few FMs are aavailable in more than one language, so there is a lot of work there, see the I18N Translator's Guide in the Wiki. I can Model Great! Take a look at the model request thread:http://forums.thedar...-requests-here/ and pick something that interests you. Or just post a, "Hey, anybody want a model?" thread in this forum and I'm sure mappers will get back to you. I can Animate Fantastic. We can always use more good animations. Our current character rigs use a Maya skeleton. PM Springheel for more info. I know C++ Have a look at our coding section in the wiki, pick an issue or feature from the bugtracker of the mod or the leveleditor, download the recent sourcecode release (or better ask for an SVN checkout) and get cracking. Make sure nobody is already working on that specific issue and feel free to ask questions. I can Edit Images We can always use completely new textures and/or improved versions of older textures. How to get started and how to import them into the mod. I can Take Photos Good quality photos of useful textures (medieval-ish building facades, dirt, rocks, wood, etc) are always welcome. The fewer directional shadows and higher resolution, the better. I don't have any skills Even if you can't do any of the above, you can still help out. Talk about TDM in other forums; share your (preferably positive) experiences with other gamers you know. Last, but not least, compliment people when you like their work. Saying "thanks", to a developer or, "I really enjoyed your mission" to a mapper will make their day. -------------------- I'll update this further as more things occur to me.
  10. The output from terminal is in my first post, here is the log, I didn't know it was in ~/.cache/darkradiant (140556312476288) Started logging to /home/bitflow/.cache/darkradiant/darkradiant.log (140556312476288) This is DarkRadiant 3.2.0 amd64 (140556312476288) Today is 2022-09-24 16:37:50 (140556312476288) ModuleRegistry instantiated. (140556312476288) Module registered: RadiantCore (140556312476288) Current language setting: en (140556312476288) Found 1 language folders. (140556312476288) Module registered: CameraWndManager (140556312476288) Module registered: Clipboard (140556312476288) Module registered: EventManager (140556312476288) Module registered: MouseToolManager (140556312476288) Module registered: StartupMapLoader (140556312476288) Module registered: LocalisationModule (140556312476288) Module registered: EntityInspector (140556312476288) Module registered: FavouritesUserInterface (140556312476288) Module registered: FilterUserInterface (140556312476288) Module registered: wxGLWidgetManager (140556312476288) Module registered: GridUserInterface (140556312476288) Module registered: MainFrame (140556312476288) Module registered: MainFrameLayoutManager (140556312476288) Module registered: MaterialEditor (140556312476288) Module registered: DialogManager (140556312476288) Module registered: GroupDialogModule (140556312476288) Module registered: MenuManager (140556312476288) Module registered: ToolBarManager (140556312476288) Module registered: MediaBrowser (140556312476288) Module registered: OrthoContextMenu (140556312476288) Module registered: ScriptUserInterface (140556312476288) Module registered: StatusBarManager (140556312476288) Module registered: TextureBrowserManager (140556312476288) Module registered: UserInterfaceModule (140556312476288) Module registered: OrthoviewManager (140556312476288) Module registered: Doom3BrushCreator (140556312476288) Module registered: CameraManager (140556312476288) Module registered: Clipper (140556312476288) Module registered: CommandSystem (140556312476288) Module registered: DeclarationManager (140556312476288) Module registered: FavouritesManager (140556312476288) Module registered: EclassColourManager (140556312476288) Module registered: EntityClassManager (140556312476288) Module registered: EntityModule (140556312476288) Module registered: FileTypes (140556312476288) Module registered: FilterSystem (140556312476288) Module registered: FontManager (140556312476288) Module registered: Grid (140556312476288) Module registered: ImageLoader (140556312476288) Module registered: LayerModule (140556312476288) Module registered: ZAasFileManager (140556312476288) Module registered: Doom3AasFileLoader (140556312476288) Module registered: AutomaticMapSaver (140556312476288) Module registered: Counters (140556312476288) Module registered: EditingStopwatch (140556312476288) Module registered: Doom3MapLoader (140556312476288) Module registered: Doom3PrefabLoader (140556312476288) Module registered: MapFormatManager (140556312476288) Module registered: N3map6format17PortableMapFormatE (140556312476288) Module registered: Quake3MapLoader (140556312476288) Module registered: Quake3AlternateMapLoader (140556312476288) Module registered: Quake4MapLoader (140556312476288) Module registered: MapInfoFileManager (140556312476288) Module registered: Map (140556312476288) Module registered: MapResourceManager (140556312476288) Module registered: MRUManager (140556312476288) Module registered: NamespaceFactory (140556312476288) Module registered: RegionManager (140556312476288) Module registered: MD5Module (140556312476288) Module registered: MD5AnimationCache (140556312476288) Module registered: ModelCache (140556312476288) Module registered: ModelFormatManager (140556312476288) Module registered: PicoModelModule (140556312476288) Module registered: ParticlesManager (140556312476288) Module registered: PatchModule (140556312476288) Module registered: OpenGL (140556312476288) Module registered: ShaderCache (140556312476288) Module registered: RenderSystemFactory (140556312476288) Module registered: SharedGLContextHolder (140556312476288) Module registered: SceneGraph (140556312476288) Module registered: SceneGraphFactory (140556312476288) Module registered: SelectionGroupModule (140556312476288) Module registered: SelectionSystem (140556312476288) Module registered: SelectionSetModule (140556312476288) Module registered: ShaderClipboard (140556312476288) Module registered: TextureToolColourSchemeManager (140556312476288) Module registered: TextureToolSceneGraph (140556312476288) Module registered: TextureToolSelectionSystem (140556312476288) Module registered: ColourSchemeManager (140556312476288) Module registered: GameManager (140556312476288) Module registered: PreferenceSystem (140556312476288) Module registered: MaterialManager (140556312476288) Module registered: ModelSkinCache (140556312476288) Module registered: UndoSystemFactory (140556312476288) Module registered: VersionControlManager (140556312476288) Module registered: VirtualFileSystem (140556312476288) Module registered: XMLRegistry (140556312476288) ModuleRegistry Compatibility Level is 20211014 (140556312476288) ModuleLoader: loading modules from /usr/lib/x86_64-linux-gnu/darkradiant/modules/ (140556312476288) ModuleLoader: Loading module '/usr/lib/x86_64-linux-gnu/darkradiant/modules/libsound.so' (140556312476288) Module registered: SoundManager (140556312476288) ModuleLoader: Loading module '/usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so' (140556312476288) ModuleLoader: Loading module '/usr/lib/x86_64-linux-gnu/darkradiant/modules/libscript.so' (140556312476288) Module registered: ScriptingSystem (140556312476288) ModuleLoader: loading modules from /usr/lib/x86_64-linux-gnu/darkradiant/plugins/ (140556312476288) ModuleLoader::loadModules(): modules directory '/usr/lib/x86_64-linux-gnu/darkradiant/plugins/' not found. (140556312476288) XMLRegistry: looking for XML files in /usr/share/darkradiant/ (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/user.xml (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/colours.xml (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/input.xml (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/menu.xml (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/commandsystem.xml (140556312476288) XMLRegistry: Importing XML file: /home/bitflow/.config/darkradiant/3.2/user.xml (140556312476288) XMLRegistry: Importing XML file: /home/bitflow/.config/darkradiant/3.2/colours.xml (140556312476288) XMLRegistry: Importing XML file: /home/bitflow/.config/darkradiant/3.2/input.xml (140556312476288) XMLRegistry: Importing XML file: /home/bitflow/.config/darkradiant/3.2/filters.xml (140556312476288) GameManager: Scanning for game description files: /usr/share/darkradiant/games/ (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/dhewm3.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/quake4.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/quake3.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/xreal.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/doom3-demo.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/doom3.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/prey.game (140556312476288) XMLRegistry: Importing XML file: /usr/share/darkradiant/games/darkmod.game (140556312476288) GameManager: Found game definitions: (140556312476288) Dhewm3 (140556312476288) Doom 3 (140556312476288) Doom 3 Demo (140556312476288) Prey (140556312476288) Quake 3 (140556312476288) Quake 4 (140556312476288) The Dark Mod 2.0 (Standalone) (140556312476288) XreaL (140556312476288) (140556312476288) GameManager: Selected game type: Dhewm3 (140556312476288) GameManager: Map path set to /home/bitflow/.doom3/base/maps/ (140556312476288) GameManager: Prefab path set to /home/bitflow/.doom3/base/prefabs/ (140556312476288) Initialising filesystem using 1 paths (140556312476288) VFS Search Path priority is: (140556312476288) - /home/bitflow/.doom3/base/ (140556312476288) Allowed PK4 Archive File Extensions: pk4 (140556312476288) [vfs] Searched directory: /home/bitflow/.doom3/base/ (140556312476288) EventManager successfully initialised. (140556312476288) ColourSchemeManager: Loading colour schemes... (140556178122496) [DeclParser] Parsed EntityDef declarations in 0.043288 seconds (140556169729792) [DeclParser] Parsed Material declarations in 0.00113893 seconds (140556312476288) [filters] Loaded 16 filters from registry. (140555824658176) 0 fonts registered. (140556312476288) wxWidgets Version: 3.0.4 (140556312476288) Default screen has 1 monitors. (140556312476288) Monitor 0 geometry: 1366x768 at 0, 0 (140555598468864) [DeclParser] Parsed Skin declarations in 3.69549e-05 seconds (140555590076160) [DeclParser] Parsed Particle declarations in 3.40939e-05 seconds (140556312476288) Registering darkradiant module to Python using pybind11 version 2.9.2 (140556312476288) SoundManager: initialising sound playback (140555573290752) [DeclParser] Parsed SoundShader declarations in 3.91006e-05 seconds (140556312476288) Found toolbar: view (140556312476288) Found toolbar: edit (140556312476288) Found toolbar: texture (140556312476288) Found toolbar: textool (140556312476288) ToolbarManager: Instantiating toolbar: view (140556312476288) ToolbarManager: Instantiating toolbar: edit (140556312476288) MainFrame: Activating layout Embedded (140556312476288) ToolbarManager: Instantiating toolbar: texture (140556312476288) ToolbarManager: Instantiating toolbar: textool (140556312476288) EventManager: Shortcuts found in Registry: 152 (140556312476288) Loading map from unnamed.map (140556312476288) map load timer: 0.00 second(s) elapsed (140556312476288) GL_VENDOR: Intel (140556312476288) GL_RENDERER: Mesa Intel(R) HD Graphics 5500 (BDW GT2) (140556312476288) GL_VERSION: 4.6 (Compatibility Profile) Mesa 21.2.6 (140556312476288) [OpenGLRenderSystem] GLSL shading IS available. (140556312476288) --- LoadMapFile --- (140556312476288) unnamed.map (140556312476288) 0 brushes (140556312476288) 0 patches (140556312476288) 0 entities (140556312476288) [OpenGLRenderSystem] GLSL shading IS available. (140556312476288) DarkRadiant init.py called, this is Python 3.8.10 (default, Jun 22 2022, 20:18:18) (140556312476288) [GCC 9.4.0] (140556312476288) Registered script file commands/example.py as Example (140556312476288) Registered script file commands/select_all_models_of_type.py as SelectAllModelsOfType (140556312476288) Registered script file commands/ase_export_blend.py as aseExportBlend (140556312476288) Registered script file commands/test_targets.py as test_targets (140556312476288) Registered script file commands/count_loot.py as CountLoot (140556312476288) Registered script file commands/check_for_invalid_visportals.py as check_invalid_visportals (140556312476288) Registered script file commands/find_duplicate_entities.py as findDuplicateEntities (140556312476288) Registered script file commands/shift_textures_upwards_randomly.py as ShiftTexturesUpwardsRandomly (140556312476288) Registered script file commands/export_obj.py as objExport (140556312476288) Registered script file commands/patchsplitter.py as SplitPatch (140556312476288) Registered script file commands/shift_textures_randomly.py as ShiftTexturesRandomly (140556312476288) Registered script file commands/ase_export.py as aseExport (140556312476288) ScriptModule: Found 12 commands. (140555598468864) Auto-saving registry to user settings path. (140556312476288) GameManager: Map path set to /home/bitflow/.doom3/base/maps/ (140556312476288) GameManager: Prefab path set to /home/bitflow/.doom3/base/prefabs/ (140556312476288) Filesystem shut down (140556312476288) Initialising filesystem using 2 paths (140556312476288) VFS Search Path priority is: (140556312476288) - /home/bitflow/.doom3/base/ (140556312476288) - /usr/local/share/dhewm3/base/ (140556312476288) Allowed PK4 Archive File Extensions: pk4 (140556312476288) [vfs] Searched directory: /home/bitflow/.doom3/base/ (140556312476288) [vfs] Searched directory: /usr/local/share/dhewm3/base/ (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak008.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak007.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak006.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak005.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak004.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak003.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak002.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak001.pk4 (140556312476288) [vfs] pak file: /usr/local/share/dhewm3/base/pak000.pk4 (140555346503424) [DeclParser] Parsed Skin declarations in 0.036665 seconds (140555338110720) [DeclParser] Parsed Particle declarations in 0.0492978 seconds (140555329718016) [DeclParser] Parsed SoundShader declarations in 0.059556 seconds (140555354896128) SIGSEGV signal caught: 11 (140555354896128) 0: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZN6applog15SegFaultHandler14_handleSigSegvEi+0x474) [0x7fd5c9ae6ef4] (140555354896128) 1: /lib/x86_64-linux-gnu/libc.so.6(+0x43090) [0x7fd5d517d090] (140555354896128) 2: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZN4decl23DeclarationFolderParser5parseERSiRKN3vfs8FileInfoERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE+0x202) [0x7fd5c99a6f32] (140555354896128) 3: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZN6parser18ThreadedDeclParserIvE12processFilesEv+0x87b) [0x7fd5c99b4f8b] (140555354896128) 4: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZN6parser18ThreadedDeclParserIvE7doParseEv+0x20) [0x7fd5c99b6140] (140555354896128) 5: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZNSt17_Function_handlerIFSt10unique_ptrINSt13__future_base12_Result_baseENS2_8_DeleterEEvENS1_12_Task_setterIS0_INS1_7_ResultIvEES3_ENSt6thread8_InvokerISt5tupleIJZN6parser17ThreadedDefLoaderIvE19ensureLoaderStartedEvEUlvE_EEEEvEEE9_M_invokeERKSt9_Any_data+0x50) [0x7fd5c99cce20] (140555354896128) 6: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZNSt13__future_base13_State_baseV29_M_do_setEPSt8functionIFSt10unique_ptrINS_12_Result_baseENS3_8_DeleterEEvEEPb+0x2d) [0x7fd5c99c1f2d] (140555354896128) 7: /lib/x86_64-linux-gnu/libpthread.so.0(+0x114df) [0x7fd5d533d4df] (140555354896128) 8: /usr/lib/x86_64-linux-gnu/darkradiant/modules/libradiantcore.so(_ZNSt6thread11_State_implINS_8_InvokerISt5tupleIJZNSt13__future_base17_Async_state_implINS1_IS2_IJZN6parser17ThreadedDefLoaderIvE19ensureLoaderStartedEvEUlvE_EEEEvEC4EOSA_EUlvE_EEEEE6_M_runEv+0xfd) [0x7fd5c99c513d] (140555354896128) 9: /usr/lib/x86_64-linux-gnu/libstdc++.so.6(+0xd6de4) [0x7fd5d5591de4] (140555354896128) 10: /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609) [0x7fd5d5334609] (140555354896128) 11: /lib/x86_64-linux-gnu/libc.so.6(clone+0x43) [0x7fd5d5259133] (140555437008640) [DeclParser] Parsed EntityDef declarations in 0.0871708 seconds I also give you the last part of the strace output becouse it was too big for posting here, maybe is helpfull.. ... recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 484) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0nBq\f\300\3\3\0\202\0\n\0\300\3\0p\6\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 483) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="#\203yB\30\0\0\0\6\0\2\0\341\371;\4\0\0\0\0}\1\0\0Q\10\300\3\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 128 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="\203(\3\0Q\10\300\3\2\0\300\3", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(zB\7\0\0\0}\1\0\0\0\0\0\0\0\0\10\3\0\0\357\1\0\0P\1\0\0\354\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 60 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="((\4\0Q\10\300\3}\1\0\0\0\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1{B\0\0\0\0q\27\216\2\270\1\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="((\4\0Q\10\300\3}\1\0\0\0\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1|B\0\0\0\0q\27\216\2\270\1\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="((\4\0$\0\300\3}\1\0\0\0\0\33\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1}B\0\0\0\0\345\16\205\2\0\08\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 495) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\0\0\0\0\0\0\0", 16) = 8 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="5\30\4\0s\f\300\3$\0\300\3J\5\23\0\213\4\6\0t\f\300\3s\f\300\3*\0\0\0"..., iov_len=584}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 584 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 15) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="5\30\4\0u\f\300\3$\0\300\3\341\4\23\0\213\4\6\0v\f\300\3u\f\300\3*\0\0\0"..., iov_len=368}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 368 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 381) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="#\203\232B\v\0\0\0\10\0\2\0\320\372;\4\2\0\1\0}\1\0\0Q\10\300\3\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 76 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="#\203\232B\v\0\0\0\n\0\3\0\321\372;\4\3\0\0\0}\1\0\0R\10\300\3\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 380 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="*\2\3\0R\10\300\3\0\0\0\0\203*\4\0Q\10\300\3\0\0\0\0\2\0\300\3(\0\4\0"..., iov_len=44}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 44 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="#\203\233B\v\0\0\0\n\0\3\0\322\372;\4\3\0\0\2}\1\0\0Q\10\300\3\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 184 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="(\2\4\0$\0\300\3}\1\0\0\0\0\33\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\236B\0\0\0\0\345\16\205\2\0\08\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="(\2\4\0Q\10\300\3}\1\0\0\0\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\237B\0\0\0\0q\27\216\2\270\1\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="(\2\4\0Q\10\300\3}\1\0\0\0\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\240B\0\0\0\0q\27\216\2\270\1\3\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="(\2\4\0$\0\300\3}\1\0\0\0\0\33\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\241B\0\0\0\0\345\16\205\2\0\08\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="\22\0\7\0Q\10\300\3\203\1\0\0\6\0\0\0 \10\300\3\1\0\0\0\320\372;\4", iov_len=28}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 28 recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\242BQ\10\300\3\203\1\0\0\323\372;\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="5\30\4\0w\f\300\3Q\10\300\3\360\0\245\0\213\4\6\0x\f\300\3w\f\300\3*\0\0\0"..., iov_len=4008}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4008 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\262B{\f\300\3\3\0\202\0\n\0\300\3\0p\6\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=9, events=POLLIN}], 3, 16) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="#\203\301B\26\0\0\0\5\0\2\0\345\372;\4\1\0\0\0}\1\0\0Q\10\300\3\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 120 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="$\30\1\0\203(\3\0}\1\0\0\2\0\245\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\303B\7\0\0\0}\1\0\0q\27\216\2\0\0\10\3\0\0\357\1\0\0\10\3\0\0\357\1"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 60 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="\203(\3\0q\27\216\2\2\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\304B\7\0\0\0}\1\0\0r\27\216\2\0\0\10\3\0\0\357\1\0\0P\1\0\0\t\1"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 60 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="\203(\3\0r\27\216\2\2\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\305B\7\0\0\0}\1\0\0Q\10\300\3\0\0\10\3\0\0\357\1\0\0P\1\0\0\354\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 60 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="\203(\3\0Q\10\300\3\2\0\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1(\306B\7\0\0\0}\1\0\0\0\0\0\0\0\0\10\3\0\0\357\1\0\0P\1\0\0\354\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 60 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="%(\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4 recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) recvmsg(3, {msg_namelen=0}, 0) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="+(\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\310B\0\0\0\0R\10\300\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32 stat("/usr/local/share/dhewm3/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 write(4, "\1\0\0\0\0\0\0\0", 8) = 8 futex(0x564ecf781db0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 write(4, "\1\0\0\0\0\0\0\0", 8) = 8 poll([{fd=3, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=3, revents=POLLOUT}]) writev(3, [{iov_base="\203*\4\0Q\10\300\3\0\0\0\0\2\0\245\0\n\4\2\0Q\10\300\3\31\0\v\0}\1\0\0"..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 72 poll([{fd=3, events=POLLIN}], 1, -1) = 1 ([{fd=3, revents=POLLIN}]) recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\22\0\312BQ\10\300\3Q\10\300\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 292 write(4, "\1\0\0\0\0\0\0\0", 8) = 8 futex(0x564ecf781db0, FUTEX_WAKE_PRIVATE, 2147483647) = 0 stat("/usr/local/share/dhewm3/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/home/bitflow/.doom3", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 write(11, " (139855732226688) GameManager: "..., 80) = 80 lstat("/home/bitflow/.doom3/base/maps/", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 write(11, " (139855732226688) GameManager: "..., 86) = 86 write(11, " (139855732226688) Filesystem sh"..., 40) = 40 write(11, " (139855732226688) Initialising "..., 58) = 58 write(11, " (139855732226688) VFS Search Pa"..., 49) = 49 write(11, " (139855732226688) - /home/bitfl"..., 48) = 48 write(11, " (139855732226688) - /usr/local/"..., 51) = 51 write(11, " (139855732226688) Allowed PK4 A"..., 60) = 60 stat("/home/bitflow/.doom3/base/", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 openat(AT_FDCWD, "/home/bitflow/.doom3/base/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 17 fstat(17, {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 getdents64(17, /* 15 entries */, 32768) = 464 getdents64(17, /* 0 entries */, 32768) = 0 close(17) = 0 write(11, " (139855732226688) [vfs] Searche"..., 72) = 72 stat("/usr/local/share/dhewm3/base/", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 openat(AT_FDCWD, "/usr/local/share/dhewm3/base/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 17 fstat(17, {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 getdents64(17, /* 13 entries */, 32768) = 400 getdents64(17, /* 0 entries */, 32768) = 0 close(17) = 0 write(11, " (139855732226688) [vfs] Searche"..., 75) = 75 openat(AT_FDCWD, "/usr/local/share/dhewm3/base/pak008.pk4", O_RDONLY) = 17 fstat(17, {st_mode=S_IFREG|0644, st_size=12243, ...}) = 0 fstat(17, {st_mode=S_IFREG|0644, st_size=12243, ...}) = 0 lseek(17, 8192, SEEK_SET) = 8192 read(17, "\340\351H\4\212\1\4\322J\225w\36T\347\242\2157\3307\25\277/{\242\256tbn,\213\0030"..., 4051) = 4051 lseek(17, 12243, SEEK_SET) = 12243 lseek(17, 12243, SEEK_SET) = 12243 lseek(17, 8192, SEEK_SET) = 8192 read(17, "\340\351H\4\212\1\4\322J\225w\36T\347\242\2157\3307\25\277/{\242\256tbn,\213\0030"..., 4096) = 4051 lseek(17, 12243, SEEK_SET) = 12243 lseek(17, 12243, SEEK_SET) = 12243 lseek(17, 12243, SEEK_SET) = 12243 lseek(17, 12243, SEEK_SET) = 12243 write(11, " (139855732226688) [vfs] pak fil"..., 75) = 75 openat(AT_FDCWD, "/usr/local/share/dhewm3/base/pak007.pk4", O_RDONLY) = 18 fstat(18, {st_mode=S_IFREG|0644, st_size=192031, ...}) = 0 fstat(18, {st_mode=S_IFREG|0644, st_size=192031, ...}) = 0 lseek(18, 188416, SEEK_SET) = 188416 read(18, "P\2611\v\353\357\236i\356\315\274\307dW4\341\f3\357\335s?\357\235\271o\2\1#\300\277N"..., 3615) = 3615 lseek(18, 192031, SEEK_SET) = 192031 lseek(18, 192031, SEEK_SET) = 192031 lseek(18, 188416, SEEK_SET) = 188416 read(18, "P\2611\v\353\357\236i\356\315\274\307dW4\341\f3\357\335s?\357\235\271o\2\1#\300\277N"..., 4096) = 3615 ... lseek(25, 353159257, SEEK_SET) = 353159257 write(11, " (139855732226688) [vfs] pak fil"..., 75) = 75 clone(child_stack=0x7f32b0b91c70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[60738], tls=0x7f32b0b92700, child_tidptr=0x7f32b0b929d0) = 60738 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f327e0fc000 mprotect(0x7f327e0fd000, 8388608, PROT_READ|PROT_WRITE) = 0 clone(child_stack=0x7f327e8fbc70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[60739], tls=0x7f327e8fc700, child_tidptr=0x7f327e8fc9d0) = 60739 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f327d8fb000 mprotect(0x7f327d8fc000, 8388608, PROT_READ|PROT_WRITE) = 0 clone(child_stack=0x7f327e0fac70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[60740], tls=0x7f327e0fb700, child_tidptr=0x7f327e0fb9d0) = 60740 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f327d0fa000 mprotect(0x7f327d0fb000, 8388608, PROT_READ|PROT_WRITE) = 0 clone(child_stack=0x7f327d8f9c70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[60741], tls=0x7f327d8fa700, child_tidptr=0x7f327d8fa9d0) = 60741 mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f327c8f9000 mprotect(0x7f327c8fa000, 8388608, PROT_READ|PROT_WRITE) = 0 clone(child_stack=0x7f327d0f8c70, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[60742], tls=0x7f327d0f9700, child_tidptr=0x7f327d0f99d0) = 60742 futex(0x7f327d0f99d0, FUTEX_WAIT, 60742, NULL) = 0 futex(0x564ed0908308, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0x7f3274031718, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0x564ed0907da8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0x7f326800ba78, FUTEX_WAKE_PRIVATE, 2147483647) = 0 munmap(0x7f327c8f9000, 8392704) = 0 futex(0x564ed11723d8, FUTEX_WAKE_PRIVATE, 2147483647) = 0 munmap(0x7f326effe000, 8392704) = 0 futex(0x7f3270074e78, FUTEX_WAKE_PRIVATE, 2147483647) = 0 futex(0x7f327e8fc9d0, FUTEX_WAIT, 60739, NULL) = ? +++ exited with 1 +++
  11. Awesome! Post is up! https://forums.thedarkmod.com/index.php?/topic/22200-beta-testing-the-house-of-delisle/#comment-487365 Thanks!
  12. Yes, I used control nets with a prompt describing the subject and style. There's also a seed number which by default is randomized, so each time you get slightly different results. When you get something that looks ok you can do some changes in editing program and then run it through img2img, again with a prompt. You can do inpainting where you mask the parts you want to alter. You can set weights that tell the program how strictly it should stick to the prompt or to the images that are used as the input. There are negative prompts too. Here are Cyberpunk concept art pieces that I converted using Stable Diffusion. It took quite a lot of work and manual editing. Original artwork by Marta Detlaff and Lea Leonowicz.
  13. The copyright angle is going to be decided by the courts. But if you can't prove that some AI output actually remixed your work, you have no claim. Even where you can, it will be pointed out that "style" is not copyrightable and humans also use references. Then there are some legal precedents like Google Book Search and TurnItIn that could be favorable to Stability AI in its big lawsuit. When you see the cobblestones Arcturus generated above, is it possible to trace any specific infringement, other than the image used as input? Doesn't seem like it would be.
  14. It's all good now Yes, renaming the .pk4 as you stated solved my issue. Thanks for your input datiswous
  15. I've been playing with Stable Diffusion a little. Old 512x512 textures could be upsampled this way. By using original image as input for "img2img" and existing normalmaps in the "Control Net" it's possible to create an infinite amount of variations. Or using only the normalmap as a guide one can create a new style while keeping the old pattern. Original: Generated:
  16. @kano It's possible that open source efforts will always lag behind corporate products, but here are some things to consider: You can get datasets such as LAION-5B for free. Whether or not that data has been adequately screened is another story, but all sorts of work are being swapped around for free right now. Just look at what people are doing with Stable Diffusion. Training an LLM/AI requires more resources than running it. If the model leaks, as we have already seen in a few cases, it can be possible to run it at home. That's not "open source" per se, but it might be able to dodge censorship measures if they aren't baked into the model, relying instead on screening the user input and model output server-side. Increasing the parameters and hardware needed to train a model by a factor of 10x doesn't necessarily mean the model will be "10x as good". If large models like GPT-4+ are reaching a plateau of quality, then that could allow smaller players to catch up. There has been research around reducing the number of parameters, since many of them are redundant and could be removed without affecting quality that much. The "little guys" can pool their resources together. You can compare this to hackerspaces with expensive tools that can be used by ordinary people who pay a membership fee. Not only could a few individuals come together and make their own miniature GPU cluster, they could also rent hardware in the cloud, probably saving a lot of money by doing so. Why buy an Nvidia A100 80GB GPU when you can rent 10 of them for the length of time that you need them? Services like Amazon's Bedrock might be helpful, time will tell. Regarding lawsuits or DMCAs, when it comes to software, you can get away with almost anything. It is trivial for power users to anonymously swap files that are hundreds or thousands of gigabytes in size. Even if we're talking about a 100 terabyte blob, that should cost only about $1000 to store on spinning rust, which is well within the means of millions of people. Doing something useful with that may be difficult, but if it's accessible, someone motivated enough will be able to use it. It seems unlikely that we're going to get something self-aware from the current approaches. That battle will be fought a couple decades from now, with much different hardware and more legislative red tape arising out of the current hype fest.
  17. Yeah, that is a pain in the butt. The main problem with multiple input folders is that you really want to be able to specify relative paths on the command line (i.e., not just absolute), but then reformulate the paths into the form that TDM wants in the sound shader. I tried to code that earlier, and ended up with a real mess. One of those situations where the more you try to fix, the worse it gets. So I abandoned that attempt. What I could do instead, fairly easily, is to provide another command line option that would let you specify a starting number greater than 1, so you wouldn't have to separately renumber. EDIT: See next item.
  18. ??? If you don't specify the output file, then it writes to stdout. The expected behavior would be you would see the output on the terminal screen, unless you did something like "> my_new_results.sndshd". Are you not seeing that with wine? No, you currently would have to run the program separately for each folder and cut/paste to merge the outputs by hand. Since that's kinda trivial, and programming for multiple input folders less so, probably won't be happening. I'm thinking here you're talking about a "testSubtitle..." FM. So in addition to jumping to a particular soundfile by changing the cursub value in the console, you'd maybe like 2 more in-game buttons, to skip forward and skip backwards?
  19. Thanks for your input. If I understand the wiki article correctly it talks about the ambient music tracks. However my question was focused on the NPCs talking sounds. As far as I understand one can not achieve this with the overwrite attribute. But I could be wrong.
  20. I think this can be implemented as postprocessing shader which takes a part of traditional render and bends it to get conformal projection. I.e. when conformat projection is enabled: Find minimum FOV so that camera view contains the whole thing visible in conformal projection Render everything with traditional camera and this larger FOV During tonemap, compute texcoords to sample input from using some nontrivial formula Of course, step 3 will stretch or bend the pixel-perfect render in pretty weird and non-uniform way, so perhaps it would look blurry by 1 pixel in the middle, perhaps it would have aliasing near boundaries. But it will achieve the desired effect with very little intervention into rendering.
  21. The *DOOM3* shaders are ARB2 ('cause of old GeForce support) carmack plan + arb2 - OpenGL / OpenGL: Advanced Coding - Khronos Forums
    1. Tarhiel

      Tarhiel

      Awesome, congratulations!!! :o

    2. Bikerdude

      Bikerdude

      Yup, all the remianing bugs were ironed out, so it nigh on perfect now.

    3. AluminumHaste

      AluminumHaste

      version 2.1 is now uploaded to mirrors ready to download.

  22. https://streamable.com/1tlmte 1. The console reports, that the script seems to miss an "'#endif" line. 2. After pressing a random button for the first time, a confusing sound effect is audible. 3. The display should show the player's input All in all, cool work, but even for my steampunk mission design (this is from the last mission from my campaign which contains a lot of Inventors tech items) it looks way too modern. If you could make this look more fitting for the general DM setting (rusty pads, leave out the letters and search for alternatives replacing the "#" and "*", find a more suitable display maybe with the numberwheels as I have already suggested), then I would definitely integrate it in my next work.
×
×
  • Create New...