On Thu, Jul 2, 2009 at 9:15 AM, Scotty331<wineforum-user at winehq.org>
wrote:> WHen i try to install Halo CE, I get an error saying Cannot find pidgen.dll
can anyone help!?
Wine has a pidgen implementation:
http://source.winehq.org/git/wine.git/?a=tree;f=dlls/pidgen;h=a73ad750b36b3a0896062f219d68f13dcd8f2fe9;hb=fb0275dd3148a098967f5959adb57ebe41a4383e
perhaps it needs a placeholder...try finding tools/wine.inf (likely
under /usr/share/wine), and find the 'FakeDllsSection'
You'll see:
11,,opengl32.dll
11,,progman.exe
Add:
11,,pidgen.dll
between those, and run 'wineboot'. You should then get a pidgen.dll
file in ~/.wine/drive_c/system32.
Let me know if that works.
--
-Austin