Halo CE Error pidgen.dll not found

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Scotty331
Level 1
Level 1
Posts: 7
Joined: Wed Jul 01, 2009 6:55 pm

Halo CE Error pidgen.dll not found

Post by Scotty331 »

WHen i try to install Halo CE, I get an error saying Cannot find pidgen.dll can anyone help!?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Halo CE Error pidgen.dll not found

Post by austin987 »

On Thu, Jul 2, 2009 at 9:15 AM, Scotty331<[email protected]> 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/? ... be41a4383e

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
Locked