http://bugs.winehq.org/show_bug.cgi?id=14742
Summary: Open issues from an installation try for AoE 3 Product: Wine Version: 1.1.2 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: Markus.Elfring@web.de
I have tried to install the game "Age of Empires III".
I was affected by the message "Error loading the PID Generator DLL. The DLL could not be found!". (The German variant was displayed on my screen for the first attempt.) https://forum.agecommunity.com/forums/thread/218393.aspx
I could resolve the missing MFC42 dependency with the help of the "winetricks" script.
How can the following messages be resolved?
Y:>autorun Y:> Y:>fixme:advapi:LookupAccountNameW (null) L"elfring" (nil) 0x33b0ec (nil) 0x33b0f0 0x33b0e4 - stub fixme:advapi:LookupAccountNameW (null) L"elfring" 0x161b80 0x33b0ec 0x160e20 0x33b0f0 0x33b0e4 - stub err:msi:ITERATE_DuplicateFiles Failed to copy file L"C:\Programme\Gemeinsame Dateien\InstallShield\Driver\11\Intel 32\IDriver.exe" -> L"C:\Programme\Gemeinsame Dateien\InstallShield\Driver\11\Intel 32\", last error 80 fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 2 ignored L"CreateFolder" table values fixme:ole:SLTG_DoVars VAR_CONST unimplemented for type 22 [...] fixme:ole:SLTG_DoVars VAR_CONST unimplemented for type 22 fixme:advapi:LookupAccountNameW (null) L"elfring" (nil) 0x33ce10 (nil) 0x33ce14 0x33ce08 - stub fixme:advapi:LookupAccountNameW (null) L"elfring" 0x19c670 0x33ce10 0x19c860 0x33ce14 0x33ce08 - stub fixme:reg:GetNativeSystemInfo (0x331544) using GetSystemInfo() fixme:ole:CoInitializeSecurity (0x5302f8,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub! fixme:advapi:RegisterEventSourceA ((null),"IDriverT"): stub fixme:advapi:RegisterEventSourceW (L"",L"IDriverT"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x7e433978,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x14fff8,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:ole:PSFacBuf_CreateStub stubbing not implemented for ({00000010-0000-0000-c000-000000000046}) yet! err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory for {00000010-0000-0000-c000-000000000046} with error 0x80004005 err:rpc:I_RpcReceive we got fault packet with status 0x80004002 err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface failed with error 0x80004002
http://bugs.winehq.org/show_bug.cgi?id=14742
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from James Hawkins truiken@gmail.com 2008-08-03 13:46:55 --- Invalid. fixme's and err's are not bug.
http://bugs.winehq.org/show_bug.cgi?id=14742
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from James Hawkins truiken@gmail.com 2008-08-03 13:47:05 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=14742
Markus Elfring Markus.Elfring@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from Markus Elfring Markus.Elfring@web.de 2008-08-06 01:18:27 --- I wonder why so many (debug) messages are tagged with "fixme". http://www.winehq.org/site/docs/winedev-guide/dbg-channels http://en.wikipedia.org/wiki/Comment_(computer_programming)#Tags
Otherwise, the open issue remains that the game can not be installed on my openSUSE 11.0 system because the application window vanishes unexpectedly.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3795
http://bugs.winehq.org/show_bug.cgi?id=14742
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-06 11:56:14 --- You didn't run it properly. See howto for the correct way to install this program.
Closing invalid - some windows programs require particular way to run them. Running they with binfmt wrapper will not be enough.
http://bugs.winehq.org/show_bug.cgi?id=14742
--- Comment #5 from Markus Elfring Markus.Elfring@web.de 2008-08-07 04:05:30 --- I'm sorry that I do not understand your "binfmt wrapper" argument so far. I would expect that the game installer will run flawlessly after all required shared libraries (DLLs) are accessible. I do not get to the step where I should be asked to insert the next CD.
http://bugs.winehq.org/show_bug.cgi?id=14742
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-07 15:38:46 --- (In reply to comment #5)
From HOWTO:
4. In the first console, type "wine cmd", to start the WIne's CMD shell, also make the same to the second console. 5. In the first console, type "d:\autorun", to start the game's installation (CD1 must be inserted).
This part you failed to do. You trying to run autorun via binftm wrapper which might not be enough in all cases.
http://bugs.winehq.org/show_bug.cgi?id=14742
--- Comment #7 from Markus Elfring Markus.Elfring@web.de 2008-08-08 03:04:59 --- By the way: I would expect that a single CMD shell will be sufficient to enter the command "eject d:" after the installation was started.
It does still not work on my system because the display for an installation progress does not appear. Should another application window become visible for this purpose?
http://bugs.winehq.org/show_bug.cgi?id=14742
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2008-11-17 13:12:50 --- Closing.