Jump to content
The Dark Mod Forums

malex984

Member
  • Posts

    99
  • Joined

  • Last visited

Posts posted by malex984

  1. If the menu.xml exists, contains the full XML menu definition and DR loads it without errors, then I have no idea why it would fail to find it in its XMLRegistry.

     

    One would need to debug the stuff, up to the point where it wants to load the menu. Since Archlinux is such a pain to set up, I definitely won't do it myself, sorry.

     

    Well, IMHO Archlinux is not a pain to set up but i would never expect people to do that just in order to fix someone else's system-related issues.

     

    Actually I'm fine debugging it myself.

    Unfortunately simple running a debugging version of DR under gdb only resulted in what I noted above... need to dig deeper into DR now...

     

  2. Well, XMLRegistry reports no problems:

     

    XMLRegistry: looking for XML files under /usr/share/darkradiant/

    XMLRegistry: Importing XML file: /usr/share/darkradiant/user.xml

    XMLRegistry: Importing XML file: /usr/share/darkradiant/colours.xml

    XMLRegistry: Importing XML file: /usr/share/darkradiant/input.xml

    XMLRegistry: Importing XML file: /usr/share/darkradiant/menu.xml

    XMLRegistry: Importing XML file: /usr/share/darkradiant/commandsystem.xml

     

     

    and these files actually do exist...

     

    what about the following?

     

    MenuManager: Could not find menu root in registry.

    ToolbarManager: Warning: No toolbars found.

  3. I can set you up as Contributor and give you access to SVN.

     

    Thanks, I answered via PM.

     

    It's good that you saw that. I was pretty sure Mac support was gone for good, but if we can get a dedicated person working on it, there's hope for it yet.

     

    It would be motivating to know that there are people our there who would be interested in Mac support and could do a bit of beta testing (playing) once there is a beta to test...

  4. Hi Guys,

     

    thanks for your hard work on TDM!

     

    I'm a SW developer working mainly on Linux and have a lot of experience of building from sources on Linux and Mac OS X (including D3 and the current TDM).

     

    After noticing http://bugs.angua.at/view.php?id=3227 I decided to join in and spend some time on fixing the building and running of TDM natively under Mac OS X.

     

    If there is nobody else willing to do that, please, let me try.

     

    Best Regards,

    Alex

    • Like 2
  5. Hi there,

     

    i'm on ArchLinux as well.

     

     

    as far as i can tell, the problem with boost-python is just Python3 getting in the way with its python-config.

     

    (since for Python2 one should use python2-config, as least on ArchLinux)

     

    Moreover in runtime, the GUI construction fails as follows for me:

    all calls to menuManager.insert return zero pointers in void MRU::constructMenu() (defined in radiant/ui/mru/MRU.cpp),

    which probably indicates a missing resource or a wrong resource identification... ?

     

    how can i debug this in more details?

     

     

    Regards,

    Alex

     

    ps: i also got a similar log with the following (after i tried to fix the above issue by just ignoring zero pointers):

     

     

     

    MenuManager: Could not find menu root in registry.ToolbarManager: Warning: No toolbars found.

    MenuManager: Could not find insertPath: main/help

    MenuManager: Could not find insertPath: main/file/refreshShaders

    MenuManager: Could not find insertPath: main/file/createCM

    MenuManager: Could not find insertPath: main/file/exit

    MenuManager: Could not find insertPath: main/file/exit

    MenuManager: Could not find insertPath: main/map

    MenuManager: Warning: Menu main/view/cameraview not found!

    MenuManager: Warning: Menu main/view/textureBrowser not found!

    MenuManager: Could not find insertPath: main/view/camera

    MenuManager: Could not find insertPath: main/view/camera

    MenuManager: Could not find insertPath: main/view/camera

    MenuManager: Could not find insertPath: main/view/camera

    MenuManager: Could not find insertPath: main/view/camera

    MenuManager: Could not find insertPath: main/file/refreshShaders

×
×
  • Create New...