wine: could not load L"c:\\windows\\system32\\rundll.ex

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
flywitness
Newbie
Newbie
Posts: 3
Joined: Thu Sep 11, 2008 5:42 am

wine: could not load L"c:\\windows\\system32\\rundll.ex

Post by flywitness »

when i enter this:

wine "c:windows\\system32\\rundll.exe" ffdshow.ax,configure

i get this:

wine: could not load L"c:\\windows\\system32\\rundll.exe": Module not found

rundll.exe is actually present and indeed is in drive_c/windows/
system32

why can wine not find it?

I'm running the latest deb package from winehq on xubuntu hardy heron
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: wine: could not load L"c:\\windows\\system32\\rundl

Post by vitamin »

flywitness wrote:when i enter this:

wine "c:windows\\system32\\rundll.exe" ffdshow.ax,configure

i get this:

wine: could not load L"c:\\windows\\system32\\rundll.exe": Module not found

rundll.exe is actually present and indeed is in drive_c/windows/
system32

why can wine not find it?

I'm running the latest deb package from winehq on xubuntu hardy heron
Try

Code: Select all

wine rundll.exe ffdshow.ax,configure
flywitness
Newbie
Newbie
Posts: 3
Joined: Thu Sep 11, 2008 5:42 am

Post by flywitness »

no difference

wine: could not load L"C:\\windows\\system32\\rundll.exe": Module not found
pc_bil
Level 1
Level 1
Posts: 6
Joined: Thu Sep 11, 2008 2:14 pm

Post by pc_bil »

Did you mean rundll32.exe?
flywitness
Newbie
Newbie
Posts: 3
Joined: Thu Sep 11, 2008 5:42 am

Post by flywitness »

ahh

i was copying my menu entry wich had rundll.exe. needless to say it wasn't working.

rundll32.exe is found but has brought me to this error. perhaps this is the wrong place for this

err:rundll32:main Unable to load L"ffdshow.ax"


thanks guys
Locked