http://bugs.codeweavers.com/show_bug.cgi?id=595
*** shadow/595 Sat Apr 20 20:15:06 2002
--- shadow/595.tmp.6065 Sat Apr 20 20:15:06 2002
***************
*** 0 ****
--- 1,65 ----
+ +============================================================================+
+ | Age of Wonders fails with PE_fixup_imports |
+ +----------------------------------------------------------------------------+
+ | Bug #: 595 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-loader |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: agthorr(a)barsoom.org |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I'm trying to play the game Age of Wonders under WINE. It installs OK, but when
+ I try to run it, a dialog box pops up saying "Runtime error 216 at 402D34E6",
+ and I get the following stream of errors. If there's anything I can do to
+ gather more information, please let me know! It seems to be complaining about
+ imports from certain files that are part of the game. The files definitely
+ exist, so I'm not sure what the problem is. The same problem occurs in 2000228.
+
+ fixme:win32:PE_CreateModule Security directory ignored
+ fixme:win32:PE_CreateModule Security directory ignored
+ err:win32:PE_fixup_imports No implementation for
+ HSEPack.dpl.0(HSEngine.THexagonSpriteSelection.TriggerSelectEvent@23EDC2EF)
+ imported from C:\Program Files\Triumph Studios\Age of Wonders\AoWEPACK.dpl,
+ setting to 0xdeadbeef
+ err:win32:PE_fixup_imports No implementation for
+ HSEPack.dpl.0(HSEngine.THexagonSpriteSelection.TriggerDeselectEvent@23EDC2EF)
+ imported from C:\Program Files\Triumph Studios\Age of Wonders\AoWEPACK.dpl,
+ setting to 0xdeadbeef
+ err:win32:PE_fixup_imports No implementation for
+ HSEPack.dpl.0(HSEngine.TAbstractRoadResource@AEAE6875) imported from C:\Program
+ Files\Triumph Studios\Age of Wonders\AoWEPACK.dpl, setting to 0xdeadbeef
+ err:win32:PE_fixup_imports No implementation for
+ HSEPack.dpl.0(HSEngine..TAbstractRoadResource@72CF394E) imported from C:\Program
+ Files\Triumph Studios\Age of Wonders\AoWEPACK.dpl, setting to 0xdeadbeef
+ err:win32:PE_fixup_imports No implementation for
+ HSEPack.dpl.0(HSEngine.TAbstractRoad@5BBA2DDC) imported from C:\Program
+ Files\Triumph Studios\Age of Wonders\AoWEPACK.dpl, setting to 0xdeadbeef
+ err:win32:PE_fixup_imports No implementation for
+ HSEPack.dpl.0(HSEngine..TAbstractRoad@1FDAFEB5) imported from C:\Program
+ Files\Triumph Studios\Age of Wonders\AoWEPACK.dpl, setting to 0xdeadbeef
+
+ <similar messages repeated ad nauseum>
+
+ err:win32:PE_fixup_imports No implementation for
+ AoWEPACK.dpl.0(CombatSpells..TMindDecayCA@2ED614A5) imported from C:\Program
+ Files\Triumph Studios\Age of Wonders\AoWTCPCK.dpl, setting to 0xdeadbeef
+ Wine cannot find the FreeType font library. To enable Wine to
+ use TrueType fonts please install a version of FreeType greater than
+ or equal to 2.0.5.
+ http://www.freetype.org
+ err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *stpBrightness
+ '?
+ To use WINEPS you need to install some AFM files.
+ fixme:winspool:AddPrinterW DocumentProperties fails
+ To use WINEPS you need to install some AFM files.
+ err:winspool:AddPrinterW DocumentPropertiesW failed!
+ err:winspool:CUPS_LoadPrinters deskjet not added by AddPrinterA (1797)
+ Wine failed with return code 216
+ /usr/bin/wine: kill: bad signal spec `88'
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=311
*** shadow/311 Thu Apr 18 13:19:00 2002
--- shadow/311.tmp.28227 Sat Apr 20 06:59:13 2002
***************
*** 42,44 ****
--- 42,62 ----
If you still have the problem you, probably, have some problems with Wine
configuration. I advise you to look in documentation at
http://www.winehq.com/trouble and contact wine-users mailing list for help.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-04-20 06:59 -------
+ This looks much more like bug of wine than misconfigured wine from
+ following reasons:
+
+ 1, Any program could be run normally with wine older than june2001
+ 2, From june 2001 20% programs cannot be run with the message
+ "cannot map section .text" The problem occurs mainly on programs compiled by
+ Borland Compiler.
+ 3, If I copy the not working program to the zip drive (mapped e.g. on H:)
+ it normally runs. (it cannot run only on the vfat drive)
+ 4, If I copy another working windows program to the same location (as some
+ failing program) it works fine even on vfat.
+
+
+ If you want, I could do some deeper exploration about programs that are
+ suffering by this problem.
+
http://bugs.codeweavers.com/show_bug.cgi?id=590
*** shadow/590 Fri Apr 19 13:22:08 2002
--- shadow/590.tmp.9798 Sat Apr 20 00:31:12 2002
***************
*** 2,8 ****
| Memory leak: When running any program under Wine, the memory usage increas |
+----------------------------------------------------------------------------+
| Bug #: 590 Product: Wine |
! | Status: UNCONFIRMED Version: 20020310 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-binary |
--- 2,8 ----
| Memory leak: When running any program under Wine, the memory usage increas |
+----------------------------------------------------------------------------+
| Bug #: 590 Product: Wine |
! | Status: NEW Version: 20020310 |
| Resolution: Platform: |
| Severity: critical OS/Version: All |
| Priority: P1 Component: wine-binary |
***************
*** 24,26 ****
--- 24,29 ----
buttons. Other programs exhibt similar behavior. Often, memory usage will remain
steady as long as the cursor is not moving and/or not over the window of the
program running under Wine.
+
+ ------- Additional Comments From ryaklin(a)catholichaven.org 2002-04-20 00:31 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=576
*** shadow/576 Thu Apr 18 03:12:03 2002
--- shadow/576.tmp.7460 Fri Apr 19 23:17:17 2002
***************
*** 2,13 ****
| Wine hangs the whole PC while trying to run app. |
+----------------------------------------------------------------------------+
| Bug #: 576 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: noclaf(a)peterlink.ru |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 2,13 ----
| Wine hangs the whole PC while trying to run app. |
+----------------------------------------------------------------------------+
| Bug #: 576 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: tony_lambregts(a)telusplanet.net |
| Reported By: noclaf(a)peterlink.ru |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 68,70 ****
--- 68,83 ----
The small swap space doesn't matter, cause I've used wine on this machine a
year ago and that was fine (it was not debian system)
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-19 23:17 -------
+ Well I can't see anything wrong with your config file. looks like you know what
+ your doing there. Isn't the last [appdefaults... for halflife if so how does it
+ run? I have heard of Diablo II but not the other two. Are they games as well?
+
+ do you know how to install the debugger or do already you have the debugger
+ installed?
+
+ have you tried to run these programs with the following?
+ [AppDefaults//...//x11drv]
+ "desktop" = "640x480"
+ "managed" = "Y"
\ No newline at end of file