Jump to content
The Dark Mod Forums

the_deep

Member
  • Posts

    104
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by the_deep

  1. Yep! It's still a problem. Well, just a minor inconvenience really. I'm thinking about installing KXStudio, because I want to work on some musical pieces for this... Maybe it'll go away. Cool. I'm not sure I want the NPCs to highlight though. Can I trigger another visual cue, like a cursor of some sort?
  2. I remember in Doom3 you could talk to NPCs by clicking on them (or rather get them to talk to you). Is there a similar function in TDM? I realize it's not a feature one would usually implement in a stealth based game like this, but I'm trying to make a safe house of sorts, where this would be a nice thing to have as there are just friendlies around that may have some valuable information for the player.
  3. This is weird. I'm having the exact same problem after a restart. Checked the darkradiant.log... What does this mean, and is it related?: SurfaceInspector shutting down.EventManager::disconnect: Widget is not connected. EDIT: Seems I have to delete the contents of the /.darkradiant folder before every new launch.
  4. To anyone who might read this in the future. If you've had no luck with DR2.0.2 and installed 1.8.0 instead. You might want to clear out the contents of your <user>/.darkradiant/ folder and reinstall or weird things may occur like missing keyboard short cuts and the like.
  5. Oh, cool. There are a few potential ones: colours.xml, filters.xml, input.xml, user.xml... The most likely to me are the input and user ones. Perhaps I should delete them all and reinstall. I'll try it a little later today. Thanks a lot! EDIT: Cooking dinner for guest, but I couldn't wait to try... Lol! Yeah! Deleting those files and reinstalling worked like a charm, the short cut keys even work! This'll be a sheer joy now. Thank you, SteveL.
  6. I started a brand new map just to check and the problems persists... Restarting DR doesn't help either. I can't remember if I've rotated textures since I had to switch from 2.0.2 to 1.8.0. Probably not, because I've duplicated a lot of existing brushes to build so far.
  7. Just the face. The boxes aren't greyed out (forgot to mention that, sorry) and there's a blue square in the centre of the selected face. EDIT: I can't manually put values in either.
  8. It's worldspawn. I can click the buttons, but the rotation just stays on '0'. Likewise H/V shift and H/V Scale. The Texture Operation controls seem to work normally though.
  9. A wider selection of animals would be interesting. Even just basic behaviour like a startled cat running off, or a chained dog barking behind a fence when alerted would be nice. And crows... Yes, excellent!
  10. Hmm... I don't seem to be able to rotate textures in the surface inspector anymore. Is it a limitation of DR 1.8.0?
  11. Ah! Nice... Thanks, both. :-) Is it beneficial to turn all things like rafters and corner beams etc into func static? And only leave the walls, ceiling and floors as world spawn? I've noticed that when backing into a plain corner (and keep pressing the movement key) the player stops, but if there's a beam in place then the player keeps walking... Might solve that "problem" too. (EDIT: No, that didn't seem to change that behaviour. No biggie though.) Also, do bigger AI's take routes designed for smaller AIs into account when path finding thus affecting performance? I can't find a clip texture that seems to block one but not the other. The way I'm designing now, I've assumed that conditional blocking (related to events, ie they can be removed depending on certain events) is a possibility, as I think I've read that somewhere.... I just want to make sure by asking.
  12. Love 'The Walking Dead', though the later seasons have been somewhat lacking. And for movies, you can't go wrong with David Lynch or anything else that's not spoon feeding the viewer with the creator's own interpretation.
  13. Diagonal brushes are not my friends... Any advice to avoid snapping issues? I've been using prisms for now, but they sometimes end up bigger than necessary. I see that I can export ASE files from the editor, maybe I could do some diagonal beams and things in Blender and export it as a usable model instead? Can't find any import/export scripts for 2.7x though.
  14. Work continues on a mission. I have zero building skills, so it's very rough around the edges. A big thanks to OrbWeaver for doing the DR1.8 build for Ubuntu Trusty.
  15. Thanks, OrbWeaver. It works beautifully. Except that it may have other keyboard shortcuts (or maybe none at all) than I'm used to now. But this is workable. Very nice. Thanks for getting it done so fast.
  16. Created a simple room. Added a readable from the entity list, and to my surprise the readable editor worked! But since I had relied on prefabs before, I decided to add a readable prefab too to see if that worked. The window opens, but DR freezes. The prefab window does work sometimes, and sometimes not... Don't know the pattern though. (gdb) run Starting program: /usr/bin/darkradiant Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module> from libstdcxx.v6.printers import register_libstdcxx_printers ImportError: No module named 'libstdcxx' [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffd4c4d700 (LWP 5156)] [New Thread 0x7fffcce40700 (LWP 5157)] [Thread 0x7fffcce40700 (LWP 5157) exited] [New Thread 0x7fffc68fe700 (LWP 5170)] [Thread 0x7fffc68fe700 (LWP 5170) exited] (darkradiant:5152): Gtk-CRITICAL **: IA__gtk_tree_view_set_fixed_height_mode: assertion 'gtk_tree_view_column_get_sizing © == GTK_TREE_VIEW_COLUMN_FIXED' failed [New Thread 0x7fffc5efb700 (LWP 5182)] [Thread 0x7fffc5efb700 (LWP 5182) exited] (darkradiant:5152): Gtk-CRITICAL **: IA__gtk_tree_view_set_fixed_height_mode: assertion 'gtk_tree_view_column_get_sizing © == GTK_TREE_VIEW_COLUMN_FIXED' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff5266f38 in wxutil::TreeModel::GetParent(wxDataViewItem const&) const () from /usr/lib/darkradiant/libwxutil-2.0.2.so (gdb) bt #0 0x00007ffff5266f38 in wxutil::TreeModel::GetParent(wxDataViewItem const&) const () from /usr/lib/darkradiant/libwxutil-2.0.2.so #1 0x00007ffff65eb8ae in wxDataViewCtrlBase::ExpandAncestors(wxDataViewItem const&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0 #2 0x00007ffff667215d in wxDataViewCtrl::OnInternalIdle() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0 #3 0x00007ffff6139eb9 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #4 0x00007ffff6139f08 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #5 0x00007ffff6139f08 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #6 0x00007ffff6139f08 in wxWindowBase::SendIdleEvents(wxIdleEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #7 0x00007ffff60255af in wxFrame::SendIdleEvents(wxIdleEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #8 0x00007ffff605adbd in wxAppBase::ProcessIdle() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #9 0x00007ffff5fb090e in wxApp::DoIdle() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #10 0x00007ffff5fb0a13 in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #11 0x00007ffff1690ce5 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #12 0x00007ffff1691048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #13 0x00007ffff169130a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #14 0x00007ffff2bf9577 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #15 0x00007ffff5fc3145 in wxGUIEventLoop::DoRun() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #16 0x00007ffff5979440 in wxEventLoopBase::Run() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #17 0x00007ffff601e4c2 in wxDialog::ShowModal() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #18 0x000000000050290a in ?? () #19 0x0000000000502e28 in ?? () #20 0x00000000007061a1 in ?? () #21 0x000000000053ab23 in ?? () #22 0x00007ffff593711e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #23 0x00007ffff5aaa282 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #24 0x00007ffff5aaa5e6 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #25 0x00007ffff5aaa66e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #26 0x00007ffff5aaa703 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #27 0x00007ffff5aaa765 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #28 0x00007ffff5aaa4f7 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #29 0x00007ffff60fd311 in wxMenuBase::SendEvent(int, int) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #30 0x00007ffff602df5b in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #31 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ---Type <return> to continue, or q <return> to quit--- #32 0x00007ffff25ebd3d in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #33 0x00007ffff25f3a29 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #34 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #35 0x00007ffff2d0a90c in gtk_widget_activate () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #36 0x00007ffff2c0d10d in gtk_menu_shell_activate_item () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #37 0x00007ffff2c0d45c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #38 0x00007ffff2bfb945 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #39 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #40 0x00007ffff25ebafb in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #41 0x00007ffff25f36f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #42 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #43 0x00007ffff2d0ba94 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #44 0x00007ffff2bfa0f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #45 0x00007ffff2bfa4ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #46 0x00007ffff28744ac in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #47 0x00007ffff1690e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #48 0x00007ffff1691048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #49 0x00007ffff16910ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #50 0x00007ffff2bf9771 in gtk_main_iteration () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #51 0x00007ffff5fdceb5 in wxWindow::DoPopupMenu(wxMenu*, int, int) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #52 0x00007ffff613c013 in wxWindowBase::PopupMenu(wxMenu*, int, int) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #53 0x000000000060afb8 in ?? () #54 0x000000000060b08c in ?? () #55 0x000000000060b0b9 in ?? () #56 0x00007ffff52414af in wxutil::FreezePointer::onMouseUp(wxMouseEvent&) () from /usr/lib/darkradiant/libwxutil-2.0.2.so #57 0x00007ffff593711e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #58 0x00007ffff5aaa282 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #59 0x00007ffff5aaa5e6 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #60 0x00007ffff5aaa66e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #61 0x00007ffff5aaa703 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #62 0x00007ffff5aaa765 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #63 0x00007ffff5aaa4f7 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #64 0x00007ffff5fe05ad in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #65 0x00007ffff2bfb945 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #66 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #67 0x00007ffff25ebd3d in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 ---Type <return> to continue, or q <return> to quit--- #68 0x00007ffff25f36f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #69 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #70 0x00007ffff2d0ba94 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #71 0x00007ffff2bfa0f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #72 0x00007ffff2bfa4ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #73 0x00007ffff28744ac in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #74 0x00007ffff1690e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #75 0x00007ffff1691048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #76 0x00007ffff169130a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #77 0x00007ffff2bf9577 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #78 0x00007ffff5fc3145 in wxGUIEventLoop::DoRun() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #79 0x00007ffff5979440 in wxEventLoopBase::Run() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #80 0x00007ffff59391fd in wxAppConsoleBase::MainLoop() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #81 0x00007ffff59c504d in wxEntry(int&, wchar_t**) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #82 0x00000000004404b8 in ?? () #83 0x00007ffff41ecec5 in __libc_start_main (main=0x440490, argc=1, argv=0x7fffffffdfa8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf98) at libc-start.c:287 #84 0x000000000046ac4b in ?? ()
  17. Created a simple room. Added an AI, had the entity inspector open while doing so, and could see that something was added. But the list is empty except for the "open/collapse arrows" (don't know their proper name). Clicked on the arrows a couple of times and DR froze. This time I am unable to close it even by killing the process. EDIT: Correction: It closed along with Gdb. Reading symbols from darkradiant...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/darkradiant Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module> from libstdcxx.v6.printers import register_libstdcxx_printers ImportError: No module named 'libstdcxx' [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffd4c56700 (LWP 5030)] [New Thread 0x7fffcce40700 (LWP 5031)] [Thread 0x7fffcce40700 (LWP 5031) exited] (darkradiant:5026): Gtk-CRITICAL **: IA__gtk_tree_view_set_fixed_height_mode: assertion 'gtk_tree_view_column_get_sizing © == GTK_TREE_VIEW_COLUMN_FIXED' failed [New Thread 0x7fffc68fe700 (LWP 5043)] [Thread 0x7fffc68fe700 (LWP 5043) exited] (darkradiant:5026): Gtk-CRITICAL **: IA__gtk_tree_view_set_fixed_height_mode: assertion 'gtk_tree_view_column_get_sizing © == GTK_TREE_VIEW_COLUMN_FIXED' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff4b09156 in __dynamic_cast () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (gdb) bt #0 0x00007ffff4b09156 in __dynamic_cast () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00007fffe2f332d7 in ui::EntityList::onSelection(wxDataViewEvent&) () from /usr/lib/darkradiant/modules/entitylist.so #2 0x00007ffff593711e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #3 0x00007ffff5aaa282 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #4 0x00007ffff5aaa5e6 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #5 0x00007ffff5aaa66e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #6 0x00007ffff5aaa703 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #7 0x00007ffff5aaa765 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #8 0x00007ffff5aaa4f7 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #9 0x00007ffff6679a3c in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0 #10 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #11 0x00007ffff25ebfd1 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #12 0x00007ffff25f3a29 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #13 0x00007ffff25f4212 in g_signal_emit_by_name () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #14 0x00007ffff2cf0d16 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #15 0x00007ffff2cf24e6 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #16 0x00007ffff2bfb945 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #17 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #18 0x00007ffff25ebafb in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #19 0x00007ffff25f36f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #20 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #21 0x00007ffff2d0ba94 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #22 0x00007ffff2bfa0f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #23 0x00007ffff2bfa4ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #24 0x00007ffff28744ac in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #25 0x00007ffff1690e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #26 0x00007ffff1691048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #27 0x00007ffff169130a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #28 0x00007ffff2bf9577 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #29 0x00007ffff5fc3145 in wxGUIEventLoop::DoRun() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #30 0x00007ffff5979440 in wxEventLoopBase::Run() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #31 0x00007ffff59391fd in wxAppConsoleBase::MainLoop() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #32 0x00007ffff59c504d in wxEntry(int&, wchar_t**) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #33 0x00000000004404b8 in ?? () #34 0x00007ffff41ecec5 in __libc_start_main (main=0x440490, argc=1, argv=0x7fffffffdfa8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf98) at libc-start.c:287 #35 0x000000000046ac4b in ?? () (gdb)
  18. You probably won't believe this, but I'm back in 14.04 now as things didn't work anyway by switching and I'm more comfortable in an LTS release. So, I can't install the new package. I ran the old 2.0.2 through gdb as you said. Created a simple room, and added an entity. When I click "choose particle" a new window appears with a list of available particles. None of which can be selected. So, I close the window, but then the whole application seems to freeze and while I can click on things (menus etc) they appear blank and I am unable to close DR without killing the process. gdb darkradiant GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 Copyright © 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from darkradiant...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/darkradiant Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module> from libstdcxx.v6.printers import register_libstdcxx_printers ImportError: No module named 'libstdcxx' [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffd4c56700 (LWP 4735)] [New Thread 0x7fffcce40700 (LWP 4736)] [Thread 0x7fffcce40700 (LWP 4736) exited] [New Thread 0x7fffc68fe700 (LWP 4739)] [Thread 0x7fffc68fe700 (LWP 4739) exited] (darkradiant:4731): Gtk-CRITICAL **: IA__gtk_tree_view_set_fixed_height_mode: assertion 'gtk_tree_view_column_get_sizing © == GTK_TREE_VIEW_COLUMN_FIXED' failed [New Thread 0x7fffc60fd700 (LWP 4742)] [Thread 0x7fffc60fd700 (LWP 4742) exited] (darkradiant:4731): Gtk-CRITICAL **: IA__gtk_tree_view_set_fixed_height_mode: assertion 'gtk_tree_view_column_get_sizing © == GTK_TREE_VIEW_COLUMN_FIXED' failed Program received signal SIGTERM, Terminated. 0x00007ffff42b812d in poll () at ../sysdeps/unix/syscall-template.S:81 81 ../sysdeps/unix/syscall-template.S: No such file or directory. (gdb) bt #0 0x00007ffff42b812d in poll () at ../sysdeps/unix/syscall-template.S:81 #1 0x00007ffff1690fe4 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #2 0x00007ffff1691097 in g_main_context_pending () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #3 0x00007ffff2bf9739 in gtk_events_pending () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #4 0x00007ffff5fb0b3f in wxApp::EventsPending() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #5 0x00007ffff5fc32be in wxGUIEventLoop::YieldFor(long) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #6 0x00007ffff6179481 in wxGenericProgressDialog::DoBeforeUpdate(bool*) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #7 0x00007ffff617b094 in wxGenericProgressDialog::Pulse(wxString const&, bool*) () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #8 0x00007ffff5271619 in wxutil::ModalProgressDialog::setText(std::string const&) () from /usr/lib/darkradiant/libwxutil-2.0.2.so #9 0x00000000005b0d38 in ?? () #10 0x00000000005ada75 in ?? () #11 0x00000000005ae091 in ?? () #12 0x00000000005ae511 in ?? () #13 0x0000000000575d28 in ?? () #14 0x00007ffff593711e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #15 0x00007ffff5aaa282 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #16 0x00007ffff5aaa5e6 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #17 0x00007ffff5aaa66e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #18 0x00007ffff5aaa703 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #19 0x00007ffff5aaa765 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #20 0x00007ffff5aaa4f7 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #21 0x00007ffff6014061 in ?? () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #22 0x00007ffff25da5e7 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #23 0x00007ffff25f3088 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #24 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #25 0x00007ffff2b5a5b5 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #26 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #27 0x00007ffff25eb557 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #28 0x00007ffff25f3a29 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #29 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #30 0x00007ffff2b594d9 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #31 0x00007ffff2bfb945 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #32 0x00007ffff25da3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #33 0x00007ffff25ebafb in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #34 0x00007ffff25f36f9 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #35 0x00007ffff25f3ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #36 0x00007ffff2d0ba94 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #37 0x00007ffff2bfa0f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #38 0x00007ffff2bfa4ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #39 0x00007ffff28744ac in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #40 0x00007ffff1690e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #41 0x00007ffff1691048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #42 0x00007ffff169130a in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #43 0x00007ffff2bf9577 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #44 0x00007ffff5fc3145 in wxGUIEventLoop::DoRun() () from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_core-3.0.so.0 #45 0x00007ffff5979440 in wxEventLoopBase::Run() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 ---Type <return> to continue, or q <return> to quit--- #46 0x00007ffff59391fd in wxAppConsoleBase::MainLoop() () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #47 0x00007ffff59c504d in wxEntry(int&, wchar_t**) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-3.0.so.0 #48 0x00000000004404b8 in ?? () #49 0x00007ffff41ecec5 in __libc_start_main (main=0x440490, argc=1, argv=0x7fffffffdfa8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf98) at libc-start.c:287 #50 0x000000000046ac4b in ?? () (gdb)
  19. Thank you for your efforts OrbWeaver. It's really appreciated. I will test that package later today. Will you have any need for any crash reports from the 2.0.2 version? I can find a place to upload it if it's any help at all, it's a pretty large file (78Mb).
  20. Let's hope this gets fixed soon then. The mapping spark is certainly present, but can't do much with it at the moment.
  21. I'm not sure I understand this discussion... Why can't you have this function in your own map while not having it in the base mod? I like the extinguishing-cap idea. It could even be a frobable part of an alternative lamp model that doesn't break the old one.
  22. Just wanted to make it clear that I do not have all of the same issues as Manson or dingdang (I had similar graphical issues, invisible walls etc. until I installed the proprietary ATI drivers), the whole discussion just ended up in this thread for some reason. I do, however, have other issues in the editor, such as the scrollwheel only occasionally working in the 3d view and never inside lists. Non-working layers function, broken entity list, readable editor and particle editor, I can't even make a selection inside them. And it seems DR crashes regularly when opening a second window. I've tried the following Ubuntu variations: Ubuntu Mate 14.04, Kubuntu 14.04 and lastly Ubuntu Mate 15.04. I don't think Wine will let me install the required re-distributable for the Windows version of the editor?
  23. I really wanted this to work... Installed 15.04 to see if that would help. Still the same problems. Did eventually find the .deb packages for 1.8.0, but couldn't install them due to a dependency issue. Looks like I'll have to put this project on hold for the time being.
×
×
  • Create New...