Jump to content
The Dark Mod Forums

Darkradiant.exe - entry point not found error


HappyCheeze

Recommended Posts

Hello all, this is my first post, and unfourtantly it is about an error. I've tried looking on the site for this error and googling it to no avail. I got TDM to work on doom3 and I beat it. So I downloaded Dark Radiant and I get this error

 

The procedure entry point SymFromAddr could not be located in the dynamic link library dbghelp.dll

 

Thats it, I can't get into dark radiant or anything, just this dialog box. I'd appreciate it if anyone has any ideas.

 

Thank you.

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

Hello all, this is my first post, and unfourtantly it is about an error. I've tried looking on the site for this error and googling it to no avail. I got TDM to work on doom3 and I beat it. So I downloaded Dark Radiant and I get this error

 

The procedure entry point SymFromAddr could not be located in the dynamic link library dbghelp.dll

 

Thats it, I can't get into dark radiant or anything, just this dialog box. I'd appreciate it if anyone has any ideas.

 

Thank you.

 

What operating system and what version of DarkRadiant are you using?

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

What operating system and what version of DarkRadiant are you using?

 

I am using win2k, my xp got corrupted and I'll reinstall it in the future.

Dark radiant version is whatever the site http://darkradiant.sourceforge.net/ had on it so 0.9.5

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

Can you head to the C:\WINDOWS\system32 folder and tell me which version the file dbghelp.dll has on your end? Right-click the file, go to properties and then version.

 

My version is 5.1.2600.2180 which seems to be the most recent one, according to information I found on some forums.

Link to comment
Share on other sites

Can you head to the C:\WINDOWS\system32 folder and tell me which version the file dbghelp.dll has on your end? Right-click the file, go to properties and then version.

 

My version is 5.1.2600.2180 which seems to be the most recent one, according to information I found on some forums.

 

5.0.2195.6613

 

Thats what mine says

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

This seems to be an older version of that file. Which version of Win2k are you running? The latest service pack is installed? I don't have any Win2000 boxes available here, so I can't really reproduce anything.

Link to comment
Share on other sites

Hello all, this is my first post, and unfourtantly it is about an error. I've tried looking on the site for this error and googling it to no avail. I got TDM to work on doom3 and I beat it. So I downloaded Dark Radiant and I get this error

 

The procedure entry point SymFromAddr could not be located in the dynamic link library dbghelp.dll

 

I should have googled:

 

When running my program with VLD linked to it I get an error message saying, "the procedure entry point SymFromAddr could not be located in the dynamic link library dbghelp.dll".

 

This typically only happens on Windows 2000. It will happen if the Debug Help Library is out-of-date. Copy the included version of dbghelp.dll (version 6.3) to the directory where the executable you are debugging resides. If dbghelp.dll is missing for some reason, you can get it by installing Debugging Tools for Windows. I recommend installing version 6.3.

 

From:

 

http://dmoulding.googlepages.com/vld-1.0-README.html

 

@greebo: Do we actually need to link against this DLL?

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

Now I feel stupid :huh: , I should update asap.

 

I'll try that and see what happens.

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

@Tels: I cannot say why DR needs this library in the first place, all the files are compiled in release mode. Maybe this is a remnant from GtkRadiant? I recall seeing some VC++-specific code in the "stacktrace" files, maybe these require methods from this DLL.

 

edit: Yes, as I suspected: there is some debug-help code in radiant/stacktrace.cpp, which should help to locate program crashes. It's VC++ specific, that's why we never saw this before the 0.9.5 release. I should consider packaging the dbghelp.dll file along with DarkRadiant, if we're permitted to.

 

@HappyCheeze: Please let us know what happens after you update the files. This is interesting to know.

Link to comment
Share on other sites

@Tels: I cannot say why DR needs this library in the first place, all the files are compiled in release mode. Maybe this is a remnant from GtkRadiant? I recall seeing some VC++-specific code in the "stacktrace" files, maybe these require methods from this DLL.

 

edit: Yes, as I suspected: there is some debug-help code in radiant/stacktrace.cpp, which should help to locate program crashes. It's VC++ specific, that's why we never saw this before the 0.9.5 release. I should consider packaging the dbghelp.dll file along with DarkRadiant, if we're permitted to.

 

Or we could not include this code into release versions? Is it useful for when the program crashes for end-users?

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

Or we could not include this code into release versions? Is it useful for when the program crashes for end-users?

I've only seen this in action once - it seems to give you a detailed back trace in a popup window when a crash has occurred, even in release mode. If users post a screenshot of that one, this can help programmers quite a bit, I imagine.

Link to comment
Share on other sites

Updating didn't fix it. :-(

 

I still get this error. -_-

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

Updating didn't fix it. :-(

 

I still get this error. -_-

 

You could try to put this file into the same folder as where DarkRadiant.exe is.

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

@HappyCheeze: Yes, try putting that dbghelp.dll file (with the version I posted above) in the darkradiant folder.

 

If this doesn't help I can try taking out the offending code and compile a special version for you.

Link to comment
Share on other sites

@HappyCheeze: Yes, try putting that dbghelp.dll file (with the version I posted above) in the darkradiant folder.

How shall I get this file?

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

If it was installed, it would likely be in your system32 folder I guess. Try doing a search for it too.

 

 

Alright I'll run a search, check each one to see if it is the needed version and stick it into my dark radiant folder.

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

  • 2 weeks later...

Sorry about the long delay :-(

 

My profs picked this week to be the first exam week, so now I've got some free time.

 

I just put the latest dll file from another folder on my comp into the de folder.

 

That worked!

 

DE loads and it askes for the mod path, and it says the fs_game folder doesn't exist now.

 

Oh well, one problem done, another comes up.

 

I'm gonna search around for this now.

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

I read another fourm post on here and set the mod folder to base.

 

I'm looking at some tuts, and I'll see what happens.

 

Thanks for all the help

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • Petike the Taffer  »  DeTeEff

      I've updated the articles for your FMs and your author category at the wiki. Your newer nickname (DeTeEff) now comes first, and the one in parentheses is your older nickname (Fieldmedic). Just to avoid confusing people who played your FMs years ago and remember your older nickname. I've added a wiki article for your latest FM, Who Watches the Watcher?, as part of my current updating efforts. Unless I overlooked something, you have five different FMs so far.
      · 0 replies
    • Petike the Taffer

      I've finally managed to log in to The Dark Mod Wiki. I'm back in the saddle and before the holidays start in full, I'll be adding a few new FM articles and doing other updates. Written in Stone is already done.
      · 4 replies
    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
×
×
  • Create New...