http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:52:09 2002
--- shadow/685.tmp.20178 Thu May 16 10:54:20 2002
***************
*** 39,41 ****
--- 39,45 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:52 -------
Created an attachment (id=99)
Fix to get UT style installers to run from root directory of CD
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:54 -------
+ please ignore that last attachment, here is the correct one...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:50:51 2002
--- shadow/685.tmp.20016 Thu May 16 10:52:09 2002
***************
*** 35,37 ****
--- 35,41 ----
lines from many different directories...
Patch is below and being submitted to wine-patches...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:52 -------
+ Created an attachment (id=99)
+ Fix to get UT style installers to run from root directory of CD
http://bugs.winehq.com/show_bug.cgi?id=685
*** shadow/685 Thu May 16 10:50:51 2002
--- shadow/685.tmp.19878 Thu May 16 10:50:51 2002
***************
*** 0 ****
--- 1,37 ----
+ +============================================================================+
+ | Error loading Unreal Tournament type installers |
+ +----------------------------------------------------------------------------+
+ | Bug #: 685 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-ipc |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: Speeddymon(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ When attempting to run any Unreal Tournament type installer from the root
+ directory of the cd, i get an error along the lines of:
+
+ err:PE_Import_fixups_module:D:\System\Setup.exe cannot load as winelib
+ application, D:\System\Setup.exe: no such file or directory.
+
+ After 4 hours of debugging at 2am, i was (fortunately) able to find the cause.
+
+ It appears that wine thinks that open_winelib_app should be called when the
+ installer (D:\Setup.exe) calls the real installer (D:\System\Setup.exe)... I
+ wasn't able to find a workaround for that but I was able to fix the problem
+ (hopefully without breaking anything) by adding a check for the filename that
+ is actually called by the installer. If it exists then it skips the if
+ statement that loads the called filename with the .so extension thereby
+ loading the correct file and allowing you to run the ut-type installers. I
+ also tested to make sure that the wine-bundled apps didnt break with this
+ running notepad and regedit, and they both loaded with many different command
+ lines from many different directories...
+
+ Patch is below and being submitted to wine-patches...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Thu May 16 06:56:15 2002
--- shadow/657.tmp.19302 Thu May 16 10:40:44 2002
***************
*** 70,72 ****
--- 70,78 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 06:56 -------
Try to copy the library to your windows/system directory.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-16 10:40 -------
+ ok that should fix some problems, but actually the thing about being in the
+ same directory only applies if another file is required by the program being
+ run (in this case d2maphack.exe), and it apparently only applies if the app
+ directory isn't in the wine path...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=620
*** shadow/620 Tue Apr 30 13:28:47 2002
--- shadow/620.tmp.14936 Thu May 16 09:33:19 2002
***************
*** 20,22 ****
--- 20,25 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-30 00:13 -------
*** Bug 621 has been marked as a duplicate of this bug. ***
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 09:33 -------
+ Michael, did you resolve the issue?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=684
*** shadow/684 Wed May 15 19:51:08 2002
--- shadow/684.tmp.8630 Thu May 16 07:52:21 2002
***************
*** 23,25 ****
--- 23,29 ----
Reproductible: always
Reverting this patch from the actual CVS snapshot (2002/05/16 00:00 UTC) fixes
the problem.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 07:52 -------
+ Eric, it seems your patch causes the problem.
+ Please research and fix the issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Wed May 15 15:04:47 2002
--- shadow/657.tmp.5464 Thu May 16 06:56:15 2002
***************
*** 67,69 ****
--- 67,72 ----
should also be in there...)
the error i get with no mfc42.dll is listed in the attachment above
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 06:56 -------
+ Try to copy the library to your windows/system directory.
\ No newline at end of file