User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Windows NT / 2000 / XP / 2003 section within the Tech Talk category of DaniWeb, a massive community of 425,939 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,660 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Windows NT / 2000 / XP / 2003 advertiser: Programming Forums
Views: 9263 | Replies: 13 | Solved
Reply
Join Date: Dec 2004
Location: Scott City, Kansas
Posts: 385
Reputation: ingeborgdot@yah is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
ingeborgdot@yah's Avatar
ingeborgdot@yah ingeborgdot@yah is offline Offline
Posting Whiz

I don't think anything too serious but it says every time I restart my computer it

  #1  
Feb 28th, 2005
Every time I restart my computer it comes up with the little error box wanting to send an error report. It just started 2 days ago.
It says
Run a DLL as an App
Run a DLL as an App has encountered a problem and needs to close. \

What the heck does this mean and do? What do I need to do??
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 339
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: I don't think anything too serious but it says every time I restart my computer i

  #2  
Feb 28th, 2005
That error is generated by the rundll32.exe system file, which is responsible for managing numerous other components. To give us a better idea of which exact program/module rundll32 is having trouble with, please click on the "More info" button in the error message dialog box and post the full and exact text of what you see there.

Alternately, you can look at your system and application logs to see if they contain additional information on the error. To view the logs, open the Event Viewer utility in your Administrative Tools control panel.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Dec 2004
Location: Scott City, Kansas
Posts: 385
Reputation: ingeborgdot@yah is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
ingeborgdot@yah's Avatar
ingeborgdot@yah ingeborgdot@yah is offline Offline
Posting Whiz

Re: I don't think anything too serious but it says every time I restart my computer it

  #3  
Feb 28th, 2005
AppName: rundll32.exe AppVer: 5.1.2600.2180 ModName: x10net.dll
ModVer: 2.0.0.40 Offset: 000155b0
This is all it would let me copy.
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 339
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: I don't think anything too serious but it says every time I restart my computer i

  #4  
Feb 28th, 2005
That should do it- thanks.

The x10net.dll is a component of the ATI Wonder video card software; it provides funtionality for the remote.

- Have you recently added or upgraded that software (or made any other system changes) just prior to receiving the error message? Give us a little more detail on the history of the problem.

Here are a couple of things you can start with:

1. Completely uninstall the ATI software (and possibly the hardware as well) and then reinstall it from scratch.

2. There are many reports of a bug in the software which will produce the exact error you are seeing. The fix involves editing the Windows Registry, though; you need to be very careful if you attempt it, and making a backup of the Registry before doing so is definitely advised. Explanations of the problem and instructions for the fix(es) can be found in the following links:

http://forums.tweaktown.com/showthre...255#post222255
http://www.driverheaven.net/archive/...p/t-16097.html

And the official word from ATI is as follows:

Regarding Remote Wonder issue:

There are two potential issues that may occur after installing the Remote Wonder drivers. These errors can occur with any version of the driver and affect the x10net.dll file. Both errors appear as Windows loads and occur for different reasons. They appear as follows:

1. 'RUNDLL' error loading c:\progra~1\ATI... The specified module could not be found.

2. Run DLL as an app has encountered a problem and must close.

"AppName: rundll32.exe AppVer: 5.1.2600.0 ModName: x10net.dll ModVer: 2.0.0.40 Offset: 000155b0"


Solution(s):

1. This error is specific to a problem with the x10net.dll path in the registry. The following script can be used to correct the error:

- Click Start, go to RUN
- Type REGEDIT, click Ok
- Highlight My Computer, click Registry, select Export Registry File
- name the *.REG file and save on the Desktop

* if you do make a mistake removing or changing entries then boot to Safe Mode and double click the *.reg file to restore the registry

- Select Edit, click Find
- search the registry for entries containing:

rundll32.exe C:\PROGRA~1\ATI Multimedia\RemCtrl\x10net.dll

and/or:

rundll32.exe C:\PROGRA~1\ATIMUL~1\RemCtrl\x10net.dll

- Right click on Default and select Modify
- Change PROGRA~1 and ATIMUL~1 to Program Files and ATI Multimedia
- Add quotation marks around the path like this:

C:\WINDOWS\System32\rundll32.exe "C:\Program Files\ATI Multimedia\RemCtrl\x10net.dll",EntryPoint

C:\WINDOWS\System32\rundll32.exe "C:\Program Files\ATI Multimedia\RemCtrl\x10net.dll",EntryPoint "%1"

- Click Ok, close Registry Editor and RESTART Windows

NOTE: There are two possible variations of the registry entry; one with and without "%1". Do not add or remove the "%1" if it appears.


2. If above won't work then try the driver from the following website:
- Download the x10drivers.exe file from:
ftp://ftp.x10.com/pub/applications/driver.../x10drivers.exe

- Execute the file to begin installation and RESTART Windows once complete


Be aware that there are other versions of the x10net.dll file which are used by other programs. If you do not have an ATI product installed, please do a search in Windows Explorer for x10net.dll and tell us the full path of the file's location.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Dec 2004
Location: Scott City, Kansas
Posts: 385
Reputation: ingeborgdot@yah is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
ingeborgdot@yah's Avatar
ingeborgdot@yah ingeborgdot@yah is offline Offline
Posting Whiz

Re: I don't think anything too serious but it says every time I restart my computer it

  #5  
Feb 28th, 2005
I have the remote wonder. I can't seem to find where it says click Registry, select Export Registry File I can't find the registry section. I get into the regedit but I am having a tough time finding it after I highlight my computer. I am sure that this is probably the problem. Why can't I just uninstall and reinstall this dang thing?
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 339
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: I don't think anything too serious but it says every time I restart my computer i

  #6  
Feb 28th, 2005
Originally Posted by ingeborgdot@yah
Why can't I just uninstall and reinstall this dang thing?

That was my first suggestion; try that first if you haven't already. It's just that in a number of reports I read on the issue, even reinstalling didn't correct the glitch.
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Dec 2004
Location: Scott City, Kansas
Posts: 385
Reputation: ingeborgdot@yah is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
ingeborgdot@yah's Avatar
ingeborgdot@yah ingeborgdot@yah is offline Offline
Posting Whiz

Re: I don't think anything too serious but it says every time I restart my computer it

  #7  
Mar 1st, 2005
DMR I got it. I love you. You are my hero. Why are you so knowledgable? I did have to go and download the driver also. Thanks again. I wish I could return the favor. THANKS THANKS THANKS
Reply With Quote  
Join Date: Dec 2003
Location: Marin County, CA
Posts: 6,439
Reputation: DMR will become famous soon enough DMR will become famous soon enough 
Rep Power: 18
Solved Threads: 339
Colleague
DMR's Avatar
DMR DMR is offline Offline
Wombat At Large

Re: I don't think anything too serious but it says every time I restart my computer i

  #8  
Mar 1st, 2005
Glad we could help you get it sorted out!

... But please be careful with that "I love you" stuff- my girlfriend uses this forum sometimes too :o :mrgreen:
"May the Wombat of Happiness snuffle through your underbrush."
- Ancient Aborigine blessing


Please do not contact me by email or PM for help. We're all volunteers here, and only have so much free time to dedicate to our efforts.

However, if I've been working on a thread with you already, and seem to have "forgotten" your thread, please do send me a message. I try not to let things slip through the cracks, but it does happen sometimes.
Reply With Quote  
Join Date: Dec 2004
Location: Scott City, Kansas
Posts: 385
Reputation: ingeborgdot@yah is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
ingeborgdot@yah's Avatar
ingeborgdot@yah ingeborgdot@yah is offline Offline
Posting Whiz

Re: I don't think anything too serious but it says every time I restart my computer it

  #9  
Mar 1st, 2005
Actually I am a guy so you don't have to worry. Just havin a little fun. And also very appreciative.
Reply With Quote  
Join Date: May 2005
Posts: 1
Reputation: ACG is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 1
ACG ACG is offline Offline
Newbie Poster

Solution Re: I don't think anything too serious but it says every time I restart my computer it

  #10  
May 27th, 2005
I also wanted to thank DMR for the info he posted on this thread. Had to join to post it! LOL! I am new to the computer building world, but got one up and running from scratch and it has been fun.
Had this exact problem @ boot up. I have an ATI X700 PRO. Remote software installed, but haven't even used it yet. So,.... I just uninstalled it. No more 'Run DLL as an App' fail. Thank you again, DMR. Take care, Tony.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Windows NT / 2000 / XP / 2003 Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Windows NT / 2000 / XP / 2003 Forum

All times are GMT -4. The time now is 9:32 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC