[Bug 43418] gOddysey Pacemaker crashes with "User lib not found"

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 13 16:11:52 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=43418

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #4 from Anastasius Focht <focht at gmx.net> ---
Hello Fabian,

the app works for me too.

Just a guess: there might be something broken wrt relocation processing.

'jv-ode.dll' optional header:

--- snip ---
   Magic:                        0x010B  (HDR32_MAGIC)
   MajorLinkerVersion:           0x02
   MinorLinkerVersion:           0x38  -> 2.56
   SizeOfCode:                   0x0007BA00
   SizeOfInitializedData:        0x00089800
   SizeOfUninitializedData:      0x00006800
   AddressOfEntryPoint:          0x00001000
   BaseOfCode:                   0x00001000
   BaseOfData:                   0x0007D000
   ImageBase:                    0x65640000
   SectionAlignment:             0x00001000
   FileAlignment:                0x00000200
   MajorOperatingSystemVersion:  0x0004
   MinorOperatingSystemVersion:  0x0000  -> 4.00
   MajorImageVersion:            0x0001
   MinorImageVersion:            0x0000  -> 1.00
   MajorSubsystemVersion:        0x0004
   MinorSubsystemVersion:        0x0000  -> 4.00
   Win32VersionValue:            0x00000000
   SizeOfImage:                  0x00096000
   SizeOfHeaders:                0x00000400
   CheckSum:                     0x000BBEFF
   Subsystem:                    0x0003  (WINDOWS_CUI)
   DllCharacteristics:           0x0000
   SizeOfStackReserve:           0x00200000
   SizeOfStackCommit:            0x00001000
   SizeOfHeapReserve:            0x00100000
   SizeOfHeapCommit:             0x00001000
   LoaderFlags:                  0x00000000
   NumberOfRvaAndSizes:          0x00000010

   DataDirectory (16)            RVA        Size
   -------------                 ---------- ----------
   ExportTable                   0x00086000 0x00008168  (".edata")
   ImportTable                   0x0008F000 0x000005C0  (".idata")
   Resource                      0x00090000 0x00000378  (".rsrc")
   Exception                     0x00000000 0x00000000
   Security                      0x00000000 0x00000000
   Relocation                    0x00091000 0x00004098  (".reloc")
   Debug                         0x00000000 0x00000000
   Copyright                     0x00000000 0x00000000
   GlobalPtr                     0x00000000 0x00000000
   TLSTable                      0x00000000 0x00000000
   LoadConfig                    0x00000000 0x00000000
   BoundImport                   0x00000000 0x00000000
   IAT                           0x00000000 0x00000000
   DelayImport                   0x00000000 0x00000000
   COM                           0x00000000 0x00000000
   Reserved                      0x00000000 0x00000000
--- snip ---

Preferred image load base: 0x65640000
According to your trace log: 0x2251000 which means the dll got relocated.

Could you attach a new trace log with:

--- snip ---
$ WINEDEBUG=+seh,+relay,+module,+loaddll,+imports ...
--- snip ---

$ sha1sum PaceMakerR.zip 
819d770763c00c9c4bc4d6e12cca0f89a7b202b8  PaceMakerR.zip

$ du -sh PaceMakerR.zip 
1.8M    PaceMakerR.zip

$ wine --version
wine-4.0-rc6

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list