Adobe Digital Editions 4.5

Informations

Créateur Messages
chocoelho

Attention

This installer is a beta script. It means that it might not work as expected

Informations

Plate-formes :
Téléchargements : 97644
Wine: 5.0

Retours d'expérience

Description

Adobe Digital Editions (abbreviated ADE) is an ebook reader software program from Adobe Systems, built initially (1.x version) using Adobe Flash. It is used for acquiring, managing, and reading eBooks, digital newspapers, and other digital publications. The software supports PDF, XHTML (through the nonproprietary EPUB file type specification) and Flash-based content. It implements a proprietary scheme of Digital Rights Management ("DRM") which, since the version 1.5 release in May 2008, allows document sharing among multiple devices and user authentication via an Adobe ID. ADE is a successor to Adobe eBook Reader.

Wikipedia. AppDB.winehq.org

Captures d'écran

Miniature

Code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

# CHANGELOG
# [chocoelho] (2015)
#   First script.
# [Dadu042] (2019-11-08)
#   Wine 1.7.46-staging -> 2.22 (because of the 'mini windows' install issue).
#   Add POL_RequiredVersion "4.2.12"
# [Dadu042] (2020-04-05) ADE v4.5.11.187212
#   Wine 2.22 -> 5.0
#   Dotnet40 -> Dotnet461
# [Dadu042] (2020-04-28)
#   Dotnet40 -> Dotnet461 (fix forget)


# KNOWN ISSUES:
#  - Wine 2.22, 3.0.3 : ADE installation does crash (never end v4.5.11, error is: 'ADE is already running'). Workaround: Wine 5.0
#  - Wine 5.0: Fix: dotnet40. Crash 'CLR Error: 80004005'. Fix: dotnet461.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="AdobeDigitalEditions45"
WINEVERSION="5.0"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"
 
#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

if [ "$POL_OS" = "Linux" ]; then
        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"
 
        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
 
        cd "$POL_System_TmpDir"
 
        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"
 
        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi
 
# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "win7"
 
# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet461

# Configuration
Set_OS "win7"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"
 
POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"
 
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
borrowingjujitsu Jeudi 20 Avril 2023 à 22:30
borrowingjujitsu Anonymous

Messages

Howdy, wizards.

My apologies; I'm new and am not smart enough to figure out how to add a reply to another's message.

I also get stuck when installing .NET Framework 4.5.

 

Thanks for building this in your spare time, Team.

 

Wine's error through POL: mscorsvw.exe - AssertFailure

Expression: [mscorlib recursive resource lookup bug]

Description: Infinite recursion during resource lookup within mscorlib. This may be a bug in mscorlib, or potentilaly in certian extensibility points such as assembly resolve events or CultureInfo names.

Resoure name: Arg_ExternalException

If I "Retry" or "Ignore," I either get the same error or Wine runs a terminal-looking box and then crashes or something. If I "Abort," the problem just comes back.

Is there a way to install .NET 4.5 without going through POL?

 

I tried using Adobe's installer and downloading the installer.

 

Linux version: Debian 11 64-bit

Version of POL: 4.3.4

Full computer specs: Surface Laptop 3:

CPU (lscpu):

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   39 bits physical, 48 bits virtual
CPU(s):                          8
On-line CPU(s) list:             0-7
Thread(s) per core:              2
Core(s) per socket:              4
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           126
Model name:                      Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz
Stepping:                        5
CPU MHz:                         1300.108
CPU max MHz:                     3900.0000
CPU min MHz:                     400.0000
BogoMIPS:                        2995.20
Virtualization:                  VT-x
L1d cache:                       192 KiB
L1i cache:                       128 KiB
L2 cache:                        2 MiB
L3 cache:                        8 MiB
NUMA node0 CPU(s):               0-7

RAM (free -m):

               total        used        free      shared  buff/cache   available
Mem:           15581        2724        4399         814        8458       11710
Swap:            976           0         976

 

No dedicated graphics card.

Drivers (lsmod):

Module                  Size  Used by
r8153_ecm              16384  0
cdc_ether              28672  1 r8153_ecm
usbnet                 61440  2 r8153_ecm,cdc_ether
r8152                 131072  1 r8153_ecm
uas                    28672  0
mii                    20480  2 usbnet,r8152
usb_storage            81920  1 uas
binfmt_misc            24576  1
usbmouse               16384  0
usbhid                 61440  0
ccm                    20480  9
rfcomm                 94208  12
cmac                   16384  10
algif_hash             16384  4
algif_skcipher         16384  4
af_alg                 32768  18 algif_hash,algif_skcipher
snd_hda_codec_hdmi     77824  1
joydev                 28672  0
input_leds             16384  0
hid_multitouch         32768  0
intel_tcc_cooling      16384  0
snd_sof_pci_intel_icl    16384  0
snd_sof_intel_hda_common   184320  1 snd_sof_pci_intel_icl
soundwire_intel        49152  1 snd_sof_intel_hda_common
soundwire_generic_allocation    16384  1 soundwire_intel
soundwire_cadence      40960  1 soundwire_intel
snd_sof_intel_hda      24576  1 snd_sof_intel_hda_common
x86_pkg_temp_thermal    20480  0
snd_sof_pci            24576  2 snd_sof_pci_intel_icl,snd_sof_intel_hda_common
intel_powerclamp       20480  0
snd_sof_xtensa_dsp     16384  1 snd_sof_intel_hda_common
bnep                   32768  2
snd_sof               278528  3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_hda
snd_sof_utils          20480  1 snd_sof
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_hda_ext_core       36864  3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
coretemp               20480  0
snd_soc_acpi_intel_match    77824  2 snd_sof_pci_intel_icl,snd_sof_intel_hda_common
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
soundwire_bus         102400  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_hda_codec_realtek   184320  1
snd_hda_codec_generic    98304  1 snd_hda_codec_realtek
kvm_intel             368640  0
hid_generic            16384  0
ledtrig_audio          16384  1 snd_hda_codec_generic
snd_soc_core          352256  4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
surface_hid            16384  0
surface_platform_profile    16384  0
snd_compress           28672  1 snd_soc_core
kvm                  1171456  1 kvm_intel
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      20480  1 snd_soc_core
ipts                   36864  0
surface_hid_core       16384  1 surface_hid
iwlmvm                536576  0
irqbypass              16384  1 kvm
mei_pxp                20480  0
mei_hdcp               28672  0
hid                   155648  7 usbhid,hid_multitouch,hid_generic,ipts,surface_hid_core,surface_hid
surface_battery        24576  0
surface_charger        20480  0
platform_profile       16384  1 surface_platform_profile
intel_rapl_msr         20480  0
crct10dif_pclmul       16384  1
gpio_keys              20480  0
polyval_clmulni        16384  0
snd_hda_intel          57344  3
btusb                  69632  0
snd_intel_dspcfg       36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
mac80211             1331200  1 iwlmvm
polyval_generic        16384  1 polyval_clmulni
snd_intel_sdw_acpi     20480  2 snd_sof_intel_hda_common,snd_intel_dspcfg
btrtl                  28672  1 btusb
ghash_clmulni_intel    16384  0
uvcvideo              131072  0
snd_hda_codec         192512  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec_realtek,snd_soc_hdac_hda,snd_sof_intel_hda
surface_gpe            20480  0
sha512_ssse3           53248  0
btbcm                  24576  1 btusb
aesni_intel           397312  20
btintel                49152  1 btusb
crypto_simd            20480  1 aesni_intel
processor_thermal_device_pci_legacy    16384  0
videobuf2_vmalloc      20480  1 uvcvideo
btmtk                  16384  1 btusb
libarc4                16384  1 mac80211
processor_thermal_device    24576  1 processor_thermal_device_pci_legacy
snd_hda_core          126976  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
videobuf2_memops       20480  1 videobuf2_vmalloc
cryptd                 28672  6 crypto_simd,ghash_clmulni_intel
videobuf2_v4l2         36864  1 uvcvideo
bluetooth             962560  44 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
processor_thermal_rfim    20480  1 processor_thermal_device
snd_hwdep              20480  1 snd_hda_codec
iwlwifi               495616  1 iwlmvm
videodev              331776  2 videobuf2_v4l2,uvcvideo
processor_thermal_mbox    16384  2 processor_thermal_rfim,processor_thermal_device
snd_pcm               163840  11 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_sof_utils,snd_hda_core,snd_pcm_dmaengine
apds9960               24576  0
cmdlinepart            16384  0
rapl                   20480  0
processor_thermal_rapl    20480  1 processor_thermal_device
snd_timer              45056  1 snd_pcm
kfifo_buf              16384  1 apds9960
ecdh_generic           16384  2 bluetooth
nls_iso8859_1          16384  1
intel_cstate           20480  0
spi_nor               118784  0
mei_me                 57344  3
intel_wmi_thunderbolt    20480  0
efi_pstore             16384  0
pcspkr                 16384  0
videobuf2_common       65536  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
snd                   126976  17 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_sof,snd_timer,snd_compress,snd_soc_core,snd_pcm
intel_rapl_common      32768  2 intel_rapl_msr,processor_thermal_rapl
mc                     77824  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
int3403_thermal        20480  0
cfg80211             1134592  3 iwlmvm,iwlwifi,mac80211
mtd                    94208  3 spi_nor,cmdlinepart
ecc                    40960  1 ecdh_generic
soundcore              16384  1 snd
8250_dw                20480  0
int340x_thermal_zone    20480  2 int3403_thermal,processor_thermal_device
int3400_thermal        20480  0
surfacepro3_button     16384  0
mei                   163840  7 mei_hdcp,mei_pxp,mei_me,ipts
intel_soc_dts_iosf     20480  1 processor_thermal_device_pci_legacy
industrialio          110592  2 kfifo_buf,apds9960
mac_hid                16384  0
acpi_thermal_rel       16384  1 int3400_thermal
soc_button_array       20480  0
acpi_tad               20480  0
surface_aggregator_registry    16384  0
surface_acpi_notify    24576  0
dptf_power             16384  0
acpi_pad              184320  0
surface_hotplug        20480  0
msr                    16384  0
parport_pc             45056  0
ppdev                  24576  0
lp                     20480  0
parport                73728  3 parport_pc,lp,ppdev
sunrpc                704512  1
ip_tables              36864  0
x_tables               57344  1 ip_tables
autofs4                53248  2
i915                 3190784  15
drm_buddy              20480  1 i915
i2c_algo_bit           16384  1 i915
ttm                    94208  1 i915
drm_display_helper    184320  1 i915
cec                    69632  2 drm_display_helper,i915
rc_core                69632  1 cec
drm_kms_helper        221184  2 drm_display_helper,i915
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
nvme                   61440  3
sysimgblt              16384  1 drm_kms_helper
nvme_core             184320  5 nvme
spi_intel_pci          16384  0
crc32_pclmul           16384  0
intel_lpss_pci         28672  2
drm                   634880  12 drm_kms_helper,drm_display_helper,drm_buddy,i915,ttm
spi_intel              32768  1 spi_intel_pci
nvme_common            24576  1 nvme_core
intel_lpss             16384  1 intel_lpss_pci
idma64                 20480  0
xhci_pci               24576  0
xhci_pci_renesas       20480  1 xhci_pci
video                  69632  1 i915
surface_aggregator    159744  7 surface_acpi_notify,surface_battery,surface_charger,surface_platform_profile,surface_hid_core,surface_hid,surface_aggregator_registry
wmi                    40960  2 video,intel_wmi_thunderbolt
pinctrl_icelake        32768  8

 

 

 

Debug logs (Tools>PlayonLinux debugger)

for the install script:

Runtime"): stub
01b8:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a644,(nil)): stub
01b8:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01b8:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01c6:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01c6:fixme:wer:WerSetFlags (2) stub!
01c6:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
01c6:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0032F258
01c6:fixme:mscoree:CLRCreateInstance not implemented for class {88f11b09-674d-479d-8409-4d7e4b6b6d32}
01c6:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x164dfb8, 0x1a3f570, 0x1a47ab0) stub.
01c6:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x164dfb8, 0x1a3f5c8, 0x1a3f630) stub.
01c6:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x164dfb8, 0x1a46498, 0x1a47ac0) stub.
01c6:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x164dfb8, 0x1a3f500, 0x1a3f548) stub.
01c6:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x1410000) stub!
01c6:fixme:time:QueryThreadCycleTime (0xfffffffe,0x4822560): stub!
01c6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0091F554 0032CA7C 0032D0E0 00000000
01c6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F540 0032CC6C 0032D2D0 00000000
01c6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F540 0032CC6C 0032D2D0 00000000
01c6:fixme:path:parse_url failed to parse L"System.DirectoryServices"
01c6:fixme:path:parse_url failed to parse L"System"
01c6:fixme:path:parse_url failed to parse L"System.Configuration"
01c6:fixme:path:parse_url failed to parse L"System.Xml"
01c6:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01c6:fixme:nls:LCIDToLocaleName unsupported flags 8000000
01c6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
01c6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x921208 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01d3:err:ole:CoGetContextToken apartment not initialised
01a7:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01a7:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a2f4,(nil)): stub
01a7:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01a7:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
0177:fixme:ole:NdrClearOutParameters (010DEE9C,0097A10A,010DF5E4): stub
0177:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
0177:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01c6:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01c6:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a644,(nil)): stub
01c6:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01c6:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01d6:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01d6:fixme:wer:WerSetFlags (2) stub!
01d6:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
01d6:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0032F258
01d6:fixme:mscoree:CLRCreateInstance not implemented for class {88f11b09-674d-479d-8409-4d7e4b6b6d32}
01d6:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x164dfb8, 0x1a3f570, 0x1a47ab0) stub.
01d6:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x164dfb8, 0x1a3f5c8, 0x1a3f630) stub.
01d6:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x164dfb8, 0x1a46498, 0x1a47ac0) stub.
01d6:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x164dfb8, 0x1a3f500, 0x1a3f548) stub.
01d6:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x1410000) stub!
01d6:fixme:time:QueryThreadCycleTime (0xfffffffe,0x4822560): stub!
01d6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0091F48C 0032CA7C 0032D0E0 00000000
01d6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F478 0032CC6C 0032D2D0 00000000
01d6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F478 0032CC6C 0032D2D0 00000000
01d6:fixme:path:parse_url failed to parse L"System.Configuration"
01d6:fixme:path:parse_url failed to parse L"System"
01d6:fixme:path:parse_url failed to parse L"System.Xml"
01d6:fixme:path:parse_url failed to parse L"System.Security"
01d6:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01d6:fixme:nls:LCIDToLocaleName unsupported flags 8000000
01d6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
01d6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x938a60 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01e3:err:ole:CoGetContextToken apartment not initialised
0109:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00C8FBBC 00C8FBB0
01d6:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01d6:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a644,(nil)): stub
01d6:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01d6:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01e4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01e4:fixme:wer:WerSetFlags (2) stub!
01e4:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
01e4:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0032F258
01e4:fixme:mscoree:CLRCreateInstance not implemented for class {88f11b09-674d-479d-8409-4d7e4b6b6d32}
01e4:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x164dfb8, 0x1a3f570, 0x1a47ab0) stub.
01e4:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x164dfb8, 0x1a3f5c8, 0x1a3f630) stub.
01e4:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x164dfb8, 0x1a46498, 0x1a47ac0) stub.
01e4:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x164dfb8, 0x1a3f500, 0x1a3f548) stub.
01e4:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x1410000) stub!
01e4:fixme:time:QueryThreadCycleTime (0xfffffffe,0x4822560): stub!
01e4:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00905C14 0032CA7C 0032D0E0 00000000
01e4:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00905C00 0032CC6C 0032D2D0 00000000
01e4:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00905C00 0032CC6C 0032D2D0 00000000
01e4:fixme:path:parse_url failed to parse L"System.Xaml"
01e4:fixme:path:parse_url failed to parse L"System"
01e4:fixme:path:parse_url failed to parse L"System.Xml"
01e4:fixme:path:parse_url failed to parse L"System.Configuration"
01e4:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01e4:fixme:nls:LCIDToLocaleName unsupported flags 8000000
01e4:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
01e4:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x91e5a8 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01f1:err:ole:CoGetContextToken apartment not initialised
0109:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00C8FBBC 00C8FBB0
0109:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00C8FBBC 00C8FBB0

 

for the virtual drive:

Runtime"): stub
01b8:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a644,(nil)): stub
01b8:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01b8:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01c6:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01c6:fixme:wer:WerSetFlags (2) stub!
01c6:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
01c6:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0032F258
01c6:fixme:mscoree:CLRCreateInstance not implemented for class {88f11b09-674d-479d-8409-4d7e4b6b6d32}
01c6:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x164dfb8, 0x1a3f570, 0x1a47ab0) stub.
01c6:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x164dfb8, 0x1a3f5c8, 0x1a3f630) stub.
01c6:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x164dfb8, 0x1a46498, 0x1a47ac0) stub.
01c6:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x164dfb8, 0x1a3f500, 0x1a3f548) stub.
01c6:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x1410000) stub!
01c6:fixme:time:QueryThreadCycleTime (0xfffffffe,0x4822560): stub!
01c6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0091F554 0032CA7C 0032D0E0 00000000
01c6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F540 0032CC6C 0032D2D0 00000000
01c6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F540 0032CC6C 0032D2D0 00000000
01c6:fixme:path:parse_url failed to parse L"System.DirectoryServices"
01c6:fixme:path:parse_url failed to parse L"System"
01c6:fixme:path:parse_url failed to parse L"System.Configuration"
01c6:fixme:path:parse_url failed to parse L"System.Xml"
01c6:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01c6:fixme:nls:LCIDToLocaleName unsupported flags 8000000
01c6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
01c6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x921208 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01d3:err:ole:CoGetContextToken apartment not initialised
01a7:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01a7:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a2f4,(nil)): stub
01a7:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01a7:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
0177:fixme:ole:NdrClearOutParameters (010DEE9C,0097A10A,010DF5E4): stub
0177:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
0177:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01c6:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01c6:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a644,(nil)): stub
01c6:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01c6:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01d6:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01d6:fixme:wer:WerSetFlags (2) stub!
01d6:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
01d6:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0032F258
01d6:fixme:mscoree:CLRCreateInstance not implemented for class {88f11b09-674d-479d-8409-4d7e4b6b6d32}
01d6:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x164dfb8, 0x1a3f570, 0x1a47ab0) stub.
01d6:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x164dfb8, 0x1a3f5c8, 0x1a3f630) stub.
01d6:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x164dfb8, 0x1a46498, 0x1a47ac0) stub.
01d6:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x164dfb8, 0x1a3f500, 0x1a3f548) stub.
01d6:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x1410000) stub!
01d6:fixme:time:QueryThreadCycleTime (0xfffffffe,0x4822560): stub!
01d6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0091F48C 0032CA7C 0032D0E0 00000000
01d6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F478 0032CC6C 0032D2D0 00000000
01d6:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0091F478 0032CC6C 0032D2D0 00000000
01d6:fixme:path:parse_url failed to parse L"System.Configuration"
01d6:fixme:path:parse_url failed to parse L"System"
01d6:fixme:path:parse_url failed to parse L"System.Xml"
01d6:fixme:path:parse_url failed to parse L"System.Security"
01d6:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01d6:fixme:nls:LCIDToLocaleName unsupported flags 8000000
01d6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
01d6:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x938a60 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01e3:err:ole:CoGetContextToken apartment not initialised
0109:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00C8FBBC 00C8FBB0
01d6:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
01d6:fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000401,(nil),0x0001,0x00000000,0x32a644,(nil)): stub
01d6:err:eventlog:ReportEventW L"Application: mscorsvw.exe\nFramework Version: v4.0.30319\nDescription: The application requested process termination through System.Environment.FailFast(string message01d6:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706be
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
00bd:err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error 0x800706ba
01e4:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
01e4:fixme:wer:WerSetFlags (2) stub!
01e4:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
01e4:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0032F258
01e4:fixme:mscoree:CLRCreateInstance not implemented for class {88f11b09-674d-479d-8409-4d7e4b6b6d32}
01e4:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x164dfb8, 0x1a3f570, 0x1a47ab0) stub.
01e4:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x164dfb8, 0x1a3f5c8, 0x1a3f630) stub.
01e4:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x164dfb8, 0x1a46498, 0x1a47ac0) stub.
01e4:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x164dfb8, 0x1a3f500, 0x1a3f548) stub.
01e4:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x1410000) stub!
01e4:fixme:time:QueryThreadCycleTime (0xfffffffe,0x4822560): stub!
01e4:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 00905C14 0032CA7C 0032D0E0 00000000
01e4:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00905C00 0032CC6C 0032D2D0 00000000
01e4:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 00905C00 0032CC6C 0032D2D0 00000000
01e4:fixme:path:parse_url failed to parse L"System.Xaml"
01e4:fixme:path:parse_url failed to parse L"System"
01e4:fixme:path:parse_url failed to parse L"System.Xml"
01e4:fixme:path:parse_url failed to parse L"System.Configuration"
01e4:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01e4:fixme:nls:LCIDToLocaleName unsupported flags 8000000
01e4:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
01e4:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x91e5a8 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
01f1:err:ole:CoGetContextToken apartment not initialised
0109:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00C8FBBC 00C8FBB0
0109:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00C8FBBC 00C8FBB0

 

 

Thanks again, y'all.

Réponses

Edité par borrowingjujitsu

vlad88 Jeudi 11 Février 2021 à 9:50
vlad88 Anonymous

Messages

The installer fails on installing .NET 4.5. Backtrace:
0x7bcc7621 DbgBreakPoint+0x1 in ntdll: ret    
Modules:
Module    Address            Debug info    Name (65 modules)
PE      400000-  419000    Export          mscorsvw
PE     11f0000- 1882000    Export          clr
PE     4590000- 45fe000    Export          clrjit
PE    10000000-100d3000    Deferred        msvcr110_clr0400
PE    5e0d0000-5e1a4000    Deferred        diasymreader
PE    603b0000-60416000    Deferred        mscoreei
PE    62800000-6289d000    Deferred        usp10
PE    64b40000-64b72000    Deferred        shcore
PE    65200000-655f2000    Dwarf           ole32
PE    65980000-65997000    Deferred        version
PE    67800000-67845000    Deferred        combase
PE    68c40000-68d29000    Deferred        shlwapi
PE    6a300000-6a5d1000    Deferred        oleaut32
PE    6a900000-6aa42000    Deferred        setupapi
PE    6c0c0000-6c0f3000    Deferred        imm32
PE    6fdc0000-6ff4c000    Dwarf           rpcrt4
PE    79000000-7904a000    Deferred        mscoree
PE    7b000000-7b215000    Dwarf           kernelbase
ELF    7b400000-7b680000    Dwarf           kernel32<elf>
  \-PE    7b420000-7b680000    \               kernel32
ELF    7bc00000-7bed0000    Dwarf           ntdll<elf>
  \-PE    7bc30000-7bed0000    \               ntdll
ELF    7c000000-7c004000    Deferred        <wine-loader>
ELF    7e2ea000-7e316000    Deferred        libexpat.so.1
ELF    7e316000-7e364000    Deferred        libfontconfig.so.1
ELF    7e39e000-7e3a8000    Deferred        libuuid.so.1
ELF    7e3a8000-7e3c6000    Deferred        libz.so.1
ELF    7e3c6000-7e405000    Deferred        libpng16.so.16
ELF    7e405000-7e4cb000    Deferred        libfreetype.so.6
ELF    7e4cb000-7e73a000    Dwarf           user32<elf>
  \-PE    7e500000-7e73a000    \               user32
ELF    7e73a000-7e831000    Deferred        msvcrt<elf>
  \-PE    7e760000-7e831000    \               msvcrt
ELF    7e831000-7e9bb000    Deferred        gdi32<elf>
  \-PE    7e850000-7e9bb000    \               gdi32
ELF    7e9bb000-7ea46000    Deferred        advapi32<elf>
  \-PE    7e9d0000-7ea46000    \               advapi32
ELF    7ea46000-7ea5b000    Deferred        libnss_files.so.2
ELF    7eed4000-7efd9000    Deferred        libm.so.6
ELF    f69dd000-f7400000    Deferred        shell32<elf>
  \-PE    f6a10000-f7400000    \               shell32
ELF    f758c000-f75ab000    Deferred        libgcc_s.so.1
ELF    f7739000-f77d3000    Deferred        dbghelp<elf>
  \-PE    f7750000-f77d3000    \               dbghelp
ELF    f77f5000-f77fd000    Deferred        libxfixes.so.3
ELF    f77fd000-f780a000    Deferred        libxcursor.so.1
ELF    f780a000-f781f000    Deferred        libxi.so.6
ELF    f781f000-f7824000    Deferred        libxcomposite.so.1
ELF    f7824000-f7833000    Deferred        libxrandr.so.2
ELF    f7833000-f783f000    Deferred        libxrender.so.1
ELF    f783f000-f7847000    Deferred        libxxf86vm.so.1
ELF    f7847000-f784c000    Deferred        libxinerama.so.1
ELF    f784c000-f786b000    Deferred        libbsd.so.0
ELF    f786b000-f7873000    Deferred        libxdmcp.so.6
ELF    f7873000-f78a2000    Deferred        libxcb.so.1
ELF    f78a2000-f79f1000    Deferred        libx11.so.6
ELF    f7a18000-f7ae0000    Deferred        winex11<elf>
  \-PE    f7a40000-f7ae0000    \               winex11
ELF    f7ae7000-f7aed000    Deferred        libdl.so.2
ELF    f7aed000-f7cdc000    Deferred        libc.so.6
ELF    f7cdc000-f7cff000    Deferred        libpthread.so.0
ELF    f7d03000-f7d09000    Deferred        libxau.so.6
ELF    f7d09000-f7d20000    Deferred        libxext.so.6
ELF    f7d26000-f7edd000    Dwarf           libwine.so.1
ELF    f7edf000-f7f0c000    Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
    000000c1    0
    00000107    0
    000000f6    0
    000000f0    0
    00000038    0
    00000020    0
    0000001b    0
    00000013    0
    00000010    0
    0000000f    0
00000011 winedevice.exe
    00000018    0
    00000017    0
    00000016    0
    00000012    0
00000019 plugplay.exe
    0000001d    0
    0000001c    0
    0000001a    0
0000001e winedevice.exe
    00000024    0
    00000023    0
    00000022    0
    00000021    0
    0000001f    0
00000026 dotnetfx45_full_x86_x64.exe
    00000027    0
00000028 explorer.exe
    0000002c    0
    0000002b    0
    0000002a    0
    00000029    0
00000030 Setup.exe
    000000bd    0
    00000042    0
    0000003d    0
    00000037    0
    00000031    0
0000003e msiexec.exe
    000000bc    0
    0000003f    0
000000ee svchost.exe
    000000c3    0
    00000100    0
    000000ff    0
    000000f3    0
    000000f2    0
    000000f1    0
    000000ef    0
000000f4 rpcss.exe
    000000fa    0
    000000f9    0
    000000f8    0
    000000f7    0
    000000f5    0
00000105 mscorsvw.exe
    0000010a    0
    00000109    0
    00000108    0
    00000106    0
000000bf ngen.exe
    00000158    0
    0000018b    0
    00000177    0
    0000016e    0
    000000be    0
0000014f (D) C:\windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe
    00000159    2
    0000015a    0
    0000015b    0
    00000154    0
    00000155    0
    00000156    0
    00000157    0
    00000150    0
    00000152    0
    00000153    0
    0000014e    0 <==
00000161 wineconsole.exe
    00000160    0
System information:
    Wine build: wine-5.0
    Platform: i386
    Version: Windows Server 2008 R2
    Host system: Linux
    Host version: 5.8.0-43-generic

Réponses

Anonymous
Samedi 21 Aoüt 2021 à 17:55
I have the exact same problem.
helpdeskdan Mardi 29 Décembre 2020 à 17:58
helpdeskdan Anonymous

Messages

Thing seem to go ok till about here:

<pre>

016b:fixme:path:parse_url failed to parse L"System.Configuration"
016b:fixme:path:parse_url failed to parse L"System"
016b:fixme:path:parse_url failed to parse L"System.Xml"
016b:fixme:path:parse_url failed to parse L"System.Security"
016b:fixme:process:FlushProcessWriteBuffers : stub
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
016b:fixme:nls:LCIDToLocaleName unsupported flags 8000000
016b:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 (nil) 0x32c2e4) returning a dummy value (current locale)
016b:fixme:nls:get_dummy_preferred_ui_language (0x8 0x32c2e8 0x4635ec8 0x32c2e4) returning a dummy value (current locale)
wine: Call from 0x7b00dab4 to unimplemented function mscoree.dll.GetProcessExecutableHeap, aborting
010b:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00A6FBBC 00A6FBB0
010b:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00A6FBBC 00A6FBB0
010b:fixme:wtsapi:WTSQuerySessionInformationW Stub 00000000 0xffffffff 4 00A6FBBC 00A6FBB0

</pre>

At which abort I also get a "mscorelib recursive recursive lookup bug" error message.  Any assistance greatly appreciated, I'm not sure what to try next.  Using latest playonlinux, using latest install script, thanks

Réponses

Dadu042 Mardi 28 Avril 2020 à 22:13
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -14,6 +14,9 @@
 # [Dadu042] (2020-04-05) ADE v4.5.11.187212
 #   Wine 2.22 -> 5.0
 #   Dotnet40 -> Dotnet461
+# [Dadu042] (2020-04-28)
+#   Dotnet40 -> Dotnet461 (fix forget)
+
 
 # KNOWN ISSUES:
 #  - Wine 2.22, 3.0.3 : ADE installation does crash (never end v4.5.11, error is: 'ADE is already running'). Workaround: Wine 5.0
@@ -74,7 +77,7 @@
  
 # Dependencies
 POL_Call POL_Install_corefonts
-POL_Call POL_Install_dotnet40
+POL_Call POL_Install_dotnet461
 
 # Configuration
 Set_OS "win7"

Nouveau code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

# CHANGELOG
# [chocoelho] (2015)
#   First script.
# [Dadu042] (2019-11-08)
#   Wine 1.7.46-staging -> 2.22 (because of the 'mini windows' install issue).
#   Add POL_RequiredVersion "4.2.12"
# [Dadu042] (2020-04-05) ADE v4.5.11.187212
#   Wine 2.22 -> 5.0
#   Dotnet40 -> Dotnet461
# [Dadu042] (2020-04-28)
#   Dotnet40 -> Dotnet461 (fix forget)


# KNOWN ISSUES:
#  - Wine 2.22, 3.0.3 : ADE installation does crash (never end v4.5.11, error is: 'ADE is already running'). Workaround: Wine 5.0
#  - Wine 5.0: Fix: dotnet40. Crash 'CLR Error: 80004005'. Fix: dotnet461.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="AdobeDigitalEditions45"
WINEVERSION="5.0"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"
 
#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

if [ "$POL_OS" = "Linux" ]; then
        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"
 
        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
 
        cd "$POL_System_TmpDir"
 
        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"
 
        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi
 
# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "win7"
 
# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet461

# Configuration
Set_OS "win7"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"
 
POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"
 
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi
 
POL_SetupWindow_Close
exit 0

Réponses

Dadu042 Dimanche 5 Avril 2020 à 12:21
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -11,13 +11,19 @@
 # [Dadu042] (2019-11-08)
 #   Wine 1.7.46-staging -> 2.22 (because of the 'mini windows' install issue).
 #   Add POL_RequiredVersion "4.2.12"
+# [Dadu042] (2020-04-05) ADE v4.5.11.187212
+#   Wine 2.22 -> 5.0
+#   Dotnet40 -> Dotnet461
+
+# KNOWN ISSUES:
+#  - Wine 2.22, 3.0.3 : ADE installation does crash (never end v4.5.11, error is: 'ADE is already running'). Workaround: Wine 5.0
+#  - Wine 5.0: Fix: dotnet40. Crash 'CLR Error: 80004005'. Fix: dotnet461.
 
- 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
  
 PREFIX="AdobeDigitalEditions45"
-WINEVERSION="2.22"
+WINEVERSION="5.0"
 TITLE="Adobe Digital Editions 4.5"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
@@ -32,7 +38,7 @@
 # Presentation
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
-POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
 
 if [ "$POL_OS" = "Linux" ]; then
         wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
@@ -64,12 +70,15 @@
 POL_Wine_PrefixCreate "$WINEVERSION"
  
 # Configuration
-Set_OS "winxp"
+Set_OS "win7"
  
-#Dependencies
+# Dependencies
 POL_Call POL_Install_corefonts
 POL_Call POL_Install_dotnet40
- 
+
+# Configuration
+Set_OS "win7"
+
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$FULL_INSTALLER"
  
@@ -81,4 +90,4 @@
 fi
  
 POL_SetupWindow_Close
-exit 0
\ No newline at end of file
+exit 0

Nouveau code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

# CHANGELOG
# [chocoelho] (2015)
#   First script.
# [Dadu042] (2019-11-08)
#   Wine 1.7.46-staging -> 2.22 (because of the 'mini windows' install issue).
#   Add POL_RequiredVersion "4.2.12"
# [Dadu042] (2020-04-05) ADE v4.5.11.187212
#   Wine 2.22 -> 5.0
#   Dotnet40 -> Dotnet461

# KNOWN ISSUES:
#  - Wine 2.22, 3.0.3 : ADE installation does crash (never end v4.5.11, error is: 'ADE is already running'). Workaround: Wine 5.0
#  - Wine 5.0: Fix: dotnet40. Crash 'CLR Error: 80004005'. Fix: dotnet461.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="AdobeDigitalEditions45"
WINEVERSION="5.0"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"
 
#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

if [ "$POL_OS" = "Linux" ]; then
        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"
 
        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
 
        cd "$POL_System_TmpDir"
 
        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"
 
        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi
 
# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "win7"
 
# Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet40

# Configuration
Set_OS "win7"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"
 
POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"
 
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi
 
POL_SetupWindow_Close
exit 0

Réponses

merpius Jeudi 2 Janvier 2020 à 20:57
merpius Anonymous

Messages

I have been trying to get this running as well. Initially, after some fighting with it, I was able to get it to install using the script, but it gave me the error about already running. So I found the older version (4.5.0) and installed it instead. Now, however, when it runs it immediately crashes, giving a windows traceback (essentially identical to the ones posted in previous posts. I have put it in a pastebin, just in case it will be useful, somehow: https://pastebin.com/SUQBQcAi

I have winbind installed on the computer, and have made certain to install both corefonts and dotnet40. Is there any other advice that I could follow to get this working?

Réponses

Anonymous
Jeudi 2 Janvier 2020 à 20:58
Oh, I forgot to include my PlayOnLinux version: I'm using 4.3.4.
Dadu042 Vendredi 8 Novembre 2019 à 22:36
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -5,69 +5,80 @@
 # Licence : GPLv3
 # PlayOnLinux: 4.2.9
 
+# CHANGELOG
+# [chocoelho] (2015)
+#   First script.
+# [Dadu042] (2019-11-08)
+#   Wine 1.7.46-staging -> 2.22 (because of the 'mini windows' install issue).
+#   Add POL_RequiredVersion "4.2.12"
+
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 PREFIX="AdobeDigitalEditions45"
-WINEVERSION="1.7.46-staging"
+WINEVERSION="2.22"
 TITLE="Adobe Digital Editions 4.5"
 EDITOR="Adobe Systems Inc."
 GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
 AUTHOR="chocoelho"
-
+ 
 #Initialization
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2316
+ 
+POL_Debug_Init
+ 
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+ 
+POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
 
 if [ "$POL_OS" = "Linux" ]; then
         wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
 fi
-POL_Debug_Init
-
-# Presentation
-POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
 # Let the user choose between downloading the installer or using an already existing one.
 POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
-
+ 
 if [ "$INSTALL_METHOD" = "LOCAL" ]; then
         cd "$HOME"
         POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
         FULL_INSTALLER="$APP_ANSWER"
 else # DOWNLOAD
         POL_System_TmpCreate "$PREFIX"
-
+ 
         DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
-
+ 
         cd "$POL_System_TmpDir"
-
+ 
         POL_Download "$DOWNLOAD_URL"
         DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"
-
+ 
         FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
 fi
-
+ 
 # Setting up the prefix
 POL_System_SetArch "x86"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-
+ 
 # Configuration
 Set_OS "winxp"
-
+ 
 #Dependencies
 POL_Call POL_Install_corefonts
 POL_Call POL_Install_dotnet40
-
+ 
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$FULL_INSTALLER"
-
+ 
 POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"
-
+ 
 if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
     # Free some disk space
     POL_System_TmpDelete
 fi
-
+ 
 POL_SetupWindow_Close
-exit 0
+exit 0
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

# CHANGELOG
# [chocoelho] (2015)
#   First script.
# [Dadu042] (2019-11-08)
#   Wine 1.7.46-staging -> 2.22 (because of the 'mini windows' install issue).
#   Add POL_RequiredVersion "4.2.12"

 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="AdobeDigitalEditions45"
WINEVERSION="2.22"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"
 
#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316
 
POL_Debug_Init
 
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.2.12" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"

if [ "$POL_OS" = "Linux" ]; then
        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"
 
        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
 
        cd "$POL_System_TmpDir"
 
        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"
 
        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi
 
# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
# Configuration
Set_OS "winxp"
 
#Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet40
 
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"
 
POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"
 
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi
 
POL_SetupWindow_Close
exit 0

Réponses

bennypr0fane Vendredi 8 Novembre 2019 à 18:31
bennypr0fane Anonymous

Messages

I'm trying to install ADE under Kubuntu 18.04, the installer hangs at "Please wait while ADE is being installed" it runs forever until I abort the process.

I can see two Wine windows in addition to the POL windows, except they are just few pixels in size and can't expand them. see screenshot.

with different text

https://imgur.com/uJfwPrp

https://imgur.com/a/Z8kZ2sb

https://imgur.com/uJfwPrp

Réponses

Vendredi 8 Novembre 2019 à 22:30
I had these 'mini windows' issues with many scripts using Wine 1.x, but not with Wine 2.22. I will update the script.

Edité par bennypr0fane

Jang-Tse Lundi 1 Juillet 2019 à 18:57
Jang-Tse Anonymous

Messages

I've tried to install on Linux Mint 19.1 Cinnamon 64-bit.

 

First it seems to work, the install assistant opens, but then there is an error:

"Error in POL_Wine
Wine scheint abgestürzt zu sein. Wenn Ihr Programm weiter läuft, ignorieren Sie diese Nachricht"

(Wine seems to have crushed. If your programm continues, ignore this message)

and in the end nothing is installed.

System information:

wine: 1.7.46-staging

PlayOnLinux: 4.2.12

 

can sombody help me??

Réponses

Lundi 1 Juillet 2019 à 22:45

Read "Error related to Wine ('wine: Unhandled page fault on read access ...')" at http://wiki.playonlinux.com/index.php/How_to_Read_Debug_Logs
Anonymous
Mardi 2 Juillet 2019 à 11:58
Thank you, I've tried other wine versions (3.20, 3.19, 1.7.47-staging, 1.7.46) and there was always the same error message.
daisy Mardi 6 Novembre 2018 à 5:20
daisy Anonymous

Messages

I've tried to install on Ubuntu 16.04 32 bit.

It shows an error:

0x7bc84b7d DbgBreakPoint+0x1 in ntdll: ret   
Modules:
Module    Address            Debug info    Name (172 modules)
PE      400000-  5f6000    Deferred        digitaleditions
PE    10000000-10bf5000    Deferred        rmsdk_wrapper
PE    55000000-5519a000    Deferred        wpfgfx_v0400
PE    554c0000-55585000    Export          presentationnative_v0400
PE    561c0000-562a1000    Deferred        wpftxt_v0400
PE    60340000-6034d000    Deferred        culture
PE    603b0000-60416000    Export          mscoreei
PE    60880000-6089c000    Deferred        mscorsecimpl
PE    60930000-60940000    Deferred        nlssorting
PE    79000000-7904a000    Export          mscoree
PE    79060000-7911e000    Deferred        msvcr100_clr0400
PE    79140000-797af000    Export          clr
PE    79810000-79870000    Deferred        clrjit
ELF    7a800000-7a92c000    Deferred        opengl32<elf>
  \-PE    7a820000-7a92c000    \               opengl32
ELF    7aa09000-7ab14000    Deferred        comctl32<elf>
  \-PE    7aa10000-7ab14000    \               comctl32
ELF    7b58e000-7b5a5000    Deferred        wtsapi32<elf>
  \-PE    7b590000-7b5a5000    \               wtsapi32
ELF    7b5a5000-7b60d000    Deferred        dbghelp<elf>
  \-PE    7b5b0000-7b60d000    \               dbghelp
ELF    7b751000-7b800000    Deferred        libgcrypt.so.20
ELF    7b800000-7ba6a000    Dwarf           kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7ba7d000-7ba90000    Deferred        shfolder<elf>
  \-PE    7ba80000-7ba90000    \               shfolder
ELF    7ba90000-7baa3000    Deferred        psapi<elf>
  \-PE    7baa0000-7baa3000    \               psapi
ELF    7baa3000-7bb18000    Deferred        libpcre.so.3
ELF    7bb18000-7bba6000    Deferred        libsystemd.so.0
ELF    7bba6000-7bc00000    Deferred        libdbus-1.so.3
ELF    7bc00000-7bcf2000    Dwarf           ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7be0a000-7be3f000    Deferred        wintrust<elf>
  \-PE    7be10000-7be3f000    \               wintrust
ELF    7be3f000-7becb000    Deferred        libgmp.so.10
ELF    7becb000-7bf00000    Deferred        libhogweed.so.4
ELF    7bf00000-7bf03000    Dwarf           <wine-loader>
ELF    7bf04000-7bf2a000    Deferred        liblzma.so.5
ELF    7bf2a000-7c000000    Deferred        libkrb5.so.3
ELF    7c102000-7c128000    Deferred        libselinux.so.1
ELF    7c128000-7c12d000    Deferred        libkeyutils.so.1
ELF    7c12d000-7c16a000    Deferred        libnettle.so.6
ELF    7c16a000-7c19e000    Deferred        libidn.so.11
ELF    7c19e000-7c1cf000    Deferred        libk5crypto.so.3
ELF    7c1cf000-7c327000    Deferred        libgnutls.so.30
ELF    7c327000-7c379000    Deferred        libgssapi_krb5.so.2
ELF    7c379000-7c400000    Deferred        libcups.so.2
ELF    7c406000-7c413000    Deferred        libkrb5support.so.0
ELF    7c413000-7c427000    Deferred        libavahi-client.so.3
ELF    7c42e000-7c448000    Deferred        imagehlp<elf>
  \-PE    7c430000-7c448000    \               imagehlp
ELF    7c448000-7c500000    Deferred        winmm<elf>
  \-PE    7c450000-7c500000    \               winmm
ELF    7c600000-7c605000    Deferred        libcom_err.so.2
ELF    7c605000-7c613000    Deferred        libavahi-common.so.3
ELF    7c613000-7c628000    Deferred        httpapi<elf>
  \-PE    7c620000-7c628000    \               httpapi
ELF    7c628000-7c6b7000    Deferred        gdiplus<elf>
  \-PE    7c640000-7c6b7000    \               gdiplus
ELF    7c6b7000-7d054000    Deferred        i915_dri.so
ELF    7d0f9000-7d10c000    Deferred        msimg32<elf>
  \-PE    7d100000-7d10c000    \               msimg32
ELF    7d10c000-7d16a000    Deferred        oleacc<elf>
  \-PE    7d110000-7d16a000    \               oleacc
ELF    7d16a000-7d1ac000    Deferred        winspool<elf>
  \-PE    7d170000-7d1ac000    \               winspool
ELF    7d1ac000-7d1e4000    Deferred        uxtheme<elf>
  \-PE    7d1b0000-7d1e4000    \               uxtheme
ELF    7d20d000-7d219000    Deferred        libpciaccess.so.0
ELF    7d219000-7d227000    Deferred        libdrm_radeon.so.1
ELF    7d227000-7d231000    Deferred        libdrm_nouveau.so.2
ELF    7d231000-7d258000    Deferred        libdrm_intel.so.1
ELF    7d258000-7d26d000    Deferred        libdrm.so.2
ELF    7d26d000-7d288000    Deferred        libxcb-glx.so.0
ELF    7d288000-7d2a6000    Deferred        libglapi.so.0
ELF    7d2a6000-7d317000    Deferred        libgl.so.1
ELF    7d317000-7d334000    Deferred        libgcc_s.so.1
ELF    7d4ab000-7d600000    Deferred        wined3d<elf>
  \-PE    7d4c0000-7d600000    \               wined3d
ELF    7d703000-7d709000    Deferred        libxcb-dri2.so.0
ELF    7d709000-7d70c000    Deferred        libx11-xcb.so.1
ELF    7d70c000-7d710000    Deferred        libxdamage.so.1
ELF    7d710000-7d713000    Deferred        libxshmfence.so.1
ELF    7d713000-7d74a000    Deferred        libtxc_dxtn.so
ELF    7d76b000-7d7a9000    Deferred        d3d9<elf>
  \-PE    7d770000-7d7a9000    \               d3d9
ELF    7d7a9000-7d7be000    Deferred        libtasn1.so.6
ELF    7d7be000-7d7f5000    Deferred        p11-kit-trust.so
ELF    7d7f5000-7d80b000    Deferred        libgpg-error.so.0
ELF    7d80b000-7d86c000    Deferred        libp11-kit.so.0
ELF    7d86c000-7d874000    Deferred        libxcb-sync.so.1
ELF    7d874000-7d878000    Deferred        libxcb-present.so.0
ELF    7d878000-7d88d000    Deferred        gnome-keyring-pkcs11.so
ELF    7d88d000-7d912000    Deferred        libgcrypt.so.11
ELF    7d912000-7d924000    Deferred        libtasn1.so.3
ELF    7d924000-7d9ed000    Deferred        libgnutls.so.26
ELF    7d9ed000-7da14000    Deferred        iphlpapi<elf>
  \-PE    7d9f0000-7da14000    \               iphlpapi
ELF    7da14000-7da43000    Deferred        netapi32<elf>
  \-PE    7da20000-7da43000    \               netapi32
ELF    7da43000-7da75000    Deferred        secur32<elf>
  \-PE    7da50000-7da75000    \               secur32
ELF    7da75000-7db36000    Deferred        windowscodecs<elf>
  \-PE    7da90000-7db36000    \               windowscodecs
ELF    7db36000-7dbb3000    Deferred        wininet<elf>
  \-PE    7db40000-7dbb3000    \               wininet
ELF    7dbb3000-7de5c000    Deferred        shell32<elf>
  \-PE    7dbc0000-7de5c000    \               shell32
ELF    7de5c000-7df00000    Deferred        urlmon<elf>
  \-PE    7de70000-7df00000    \               urlmon
ELF    7e001000-7e00a000    Deferred        libffi.so.6
ELF    7e00a000-7e045000    Deferred        ws2_32<elf>
  \-PE    7e010000-7e045000    \               ws2_32
ELF    7e045000-7e06c000    Deferred        mpr<elf>
  \-PE    7e050000-7e06c000    \               mpr
ELF    7e06c000-7e1af000    Deferred        oleaut32<elf>
  \-PE    7e080000-7e1af000    \               oleaut32
ELF    7e1af000-7e280000    Deferred        crypt32<elf>
  \-PE    7e1c0000-7e280000    \               crypt32
ELF    7e280000-7e2c2000    Deferred        rsaenh<elf>
  \-PE    7e290000-7e2c2000    \               rsaenh
ELF    7e327000-7e32e000    Deferred        libxfixes.so.3
ELF    7e32e000-7e33a000    Deferred        libxcursor.so.1
ELF    7e33a000-7e34d000    Deferred        libxi.so.6
ELF    7e34d000-7e351000    Deferred        libxcomposite.so.1
ELF    7e351000-7e35e000    Deferred        libxrandr.so.2
ELF    7e35e000-7e36a000    Deferred        libxrender.so.1
ELF    7e36a000-7e371000    Deferred        libxxf86vm.so.1
ELF    7e371000-7e375000    Deferred        libxinerama.so.1
ELF    7e375000-7e37c000    Deferred        libxdmcp.so.6
ELF    7e37c000-7e380000    Deferred        libxau.so.6
ELF    7e380000-7e3a6000    Deferred        libxcb.so.1
ELF    7e3a6000-7e4f1000    Deferred        libx11.so.6
ELF    7e4f1000-7e506000    Deferred        libxext.so.6
ELF    7e508000-7e50c000    Deferred        libxcb-dri3.so.0
ELF    7e50c000-7e525000    Deferred        libresolv.so.2
ELF    7e527000-7e5bb000    Deferred        winex11<elf>
  \-PE    7e530000-7e5bb000    \               winex11
ELF    7e5bb000-7e641000    Deferred        rpcrt4<elf>
  \-PE    7e5d0000-7e641000    \               rpcrt4
ELF    7e641000-7e784000    Deferred        ole32<elf>
  \-PE    7e660000-7e784000    \               ole32
ELF    7e784000-7e7a8000    Deferred        imm32<elf>
  \-PE    7e790000-7e7a8000    \               imm32
ELF    7e83a000-7e864000    Deferred        libexpat.so.1
ELF    7e864000-7e8ad000    Deferred        libfontconfig.so.1
ELF    7e8ad000-7e8d8000    Deferred        libpng12.so.0
ELF    7e8d8000-7e8f1000    Deferred        libz.so.1
ELF    7e8f1000-7e9a1000    Deferred        libfreetype.so.6
ELF    7e9c2000-7eadb000    Deferred        gdi32<elf>
  \-PE    7e9d0000-7eadb000    \               gdi32
ELF    7eadb000-7ec51000    Dwarf           user32<elf>
  \-PE    7eaf0000-7ec51000    \               user32
ELF    7ec51000-7eccc000    Deferred        shlwapi<elf>
  \-PE    7ec60000-7eccc000    \               shlwapi
ELF    7eccc000-7ed45000    Deferred        advapi32<elf>
  \-PE    7ece0000-7ed45000    \               advapi32
ELF    7ed45000-7ed58000    Deferred        libnss_files.so.2
ELF    7ed58000-7ed65000    Deferred        libnss_nis.so.2
ELF    7ed65000-7ed80000    Deferred        libnsl.so.1
ELF    7ed80000-7ed8a000    Deferred        libnss_compat.so.2
ELF    7ef8a000-7efdf000    Deferred        libm.so.6
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    b7be1000-b7be6000    Deferred        libdl.so.2
ELF    b7be7000-b7d9d000    Dwarf           libc.so.6
ELF    b7d9d000-b7dba000    Deferred        libpthread.so.0
ELF    b7dd2000-b7ddb000    Deferred        librt.so.1
ELF    b7ddb000-b7fa1000    Dwarf           libwine.so.1
ELF    b7fa2000-b7fc7000    Deferred        ld-linux.so.2
ELF    b7fca000-b7fcb000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
    0000002d    0
    00000039    0
    00000038    0
    00000025    0
    0000001e    0
    00000018    0
    00000016    0
    00000010    0
    0000000f    0
00000012 mscorsvw.exe
    0000001b    0
    0000001a    0
    00000019    0
    00000013    0
00000014 explorer.exe
    0000002b    0
    0000002a    0
    00000029    0
    00000015    0
0000001c winedevice.exe
    00000024    0
    00000021    0
    00000020    0
    0000001d    0
00000022 plugplay.exe
    00000028    0
    00000027    0
    00000023    0
00000046 (D) C:\Program Files\Adobe\Adobe Digital Editions 4.5\DigitalEditions.exe
    00000044    0
    00000045    0
    00000040    0
    00000041    0
    00000042    0
    00000043    0
    00000032    0
    00000031    0
    00000030    0
    0000002f    2
    00000026    0
    00000047    0 <==
00000035 WPFFontCache_v0400.exe
    0000003e    0
    0000003f    0
    0000003c    0
    0000003d    0
    0000003a    0
    0000003b    0
    00000037    0
00000009 wineconsole.exe
    0000000d    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 4.15.0-22-generic

Réponses

JeanT-22 Mercredi 21 Mars 2018 à 16:06
JeanT-22 Anonymous

Messages

Bonjour,

L'installation d'ADE 4.5 sur mon poste Ubuntu 16.04 sepasse bien. À le fin, ADE se lance alors que POL met un message d'erreur signalant le plantage de Wine 1.7.16. J'ai essayé votre patch, ça n'a pas fonctioné. Que puis-je faire ?

Réponses

ChrisPHL Dimanche 26 Novembre 2017 à 10:04
ChrisPHL Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -37,7 +37,7 @@
 else # DOWNLOAD
         POL_System_TmpCreate "$PREFIX"
 
-        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
+        DOWNLOAD_URL="https://adedownload.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
 
         cd "$POL_System_TmpDir"
 

Nouveau code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="AdobeDigitalEditions45"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

if [ "$POL_OS" = "Linux" ]; then
        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"

if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"

        DOWNLOAD_URL="https://adedownload.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"

        cd "$POL_System_TmpDir"

        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"

        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi

# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet40

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"

POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"

if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi

POL_SetupWindow_Close
exit 0

Réponses

Dimanche 30 Juin 2019 à 6:35
The old URL link does still work as of today.
anon2016 Mardi 17 Octobre 2017 à 9:38
anon2016 Anonymous

Messages

An update from my last comment

 

Now running Opensuse tumbleweed to get the latest kernel.  The installed ADE 4.5 wine bottle did not work, so tried a reinstall, which would not work

 

It turns out the latest installer (4.5.6) will not install under wine  - from wine hq.  This script downloads the latest version.  However winehq provides a link to an earlier version (4.5?) of the installer which does work.  You need to install webcorefonts package (from opensuse) and dot net 4.0 in the wine vm/bottle from playonlinux, and then install ADE 4.5.  After installing and on first run you will be prompted to upgrade to 4.5.1, which I did and all seems to work OK.

Réponses

vymwy Vendredi 24 Mars 2017 à 22:01
vymwy Anonymous

Messages

Currently works as described below, without the need to install any additional libraries, however winbind does need to be installed before the install script will run.  The wine mono library is not actually needed and in fact conficts with .NET 4 (not sure if the installer can be configured to skip this step when using the download install option).

There is a documented bug which prevents ePub3 books from displaying - not an easy bug to fix ether from what I can gather (is not going to happen any time soon).  It is possible though to read ePub3 with Calibre (requires a script to grab authentication from ADE).

Réponses

Anonymous
Vendredi 24 Mars 2017 à 22:06
Ubuntu 16.04.2, Linux Lite desktop https://www.linuxliteos.com/
wennichnur Jeudi 23 Mars 2017 à 13:23
wennichnur Anonymous

Messages

This program does not work out of the box on manjaro XFCE edition. However, I installed a library that seemed to be missing from the error logs: lib32-libpng12. Afterwards, everything works as expected! Thank you.

In order to connect an e-reader I had to configure the reader as a floppy disk in playonlinux in the specific wine options for Adobe Digital Editions. After that, Adobe Digital Edition even recognises the reader and I can transfer books without problems.

 

Réponses

arch383 Jeudi 12 Janvier 2017 à 17:55
arch383 Anonymous

Messages

I installed Adobe Digital Editions 4.5 on Manjaro with the following system info:

System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 4.9.0-1-MANJARO

Upon launching it for the first time, I received the following error message.  I have heard others mentioning that you need winbind for it to work.  I have the /extra/libwbclient package installed with the description "Samba winbind client library".  Is that what people mean?   Also during installation, it gave me a message saying that I don't have windows fonts installed and I clicked OK to install them, which I'd imagine eliminates that possibility.  Here is my error message (backtrace.txt):

Unhandled exception: 0xe0434352 in 32-bit code (0x7b83e4b2).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b83e4b2 ESP:0032e1d4 EBP:0032e248 EFLAGS:00000283(   - --  I S - - -C)
 EAX:7b82990d EBX:7b8c1634 ECX:00000014 EDX:0032e1f4
 ESI:00000005 EDI:00134260
Stack dump:
0x0032e1d4:  0032e2a8 00000014 7923b348 e0434352
0x0032e1e4:  00000001 00000000 7b83e4b2 00000005
0x0032e1f4:  80131501 00000000 00000000 00000000
0x0032e204:  79140000 00000000 0032e2a8 003624b0
0x0032e214:  02000059 0032e228 79150579 0032e230
0x0032e224:  02000059 0032e234 7915bc5e 003dc828
Backtrace:
=>0 0x7b83e4b2 in kernel32 (+0x1e4b2) (0x0032e248)
  1 0x791cac08 in clr (+0x8ac07) (0x0032e2dc)
  2 0x791cae41 in clr (+0x8ae40) (0x0032e39c)
  3 0x04f431e1 (0x0032e474)
  4 0x04e577b3 (0x0032e498)
  5 0x04e54de1 (0x0032e4ec)
  6 0x04b32596 (0x0032e518)
  7 0x04b32094 (0x0032e528)
  8 0x04e6139a (0x0032e794)
  9 0x049f5be6 (0x0032e7b0)
  10 0x049f5923 (0x0032e7c0)
  11 0x0499266d (0x0032e7dc)
  12 0x049924f0 (0x0032e81c)
  13 0x049920d6 (0x0032e840)
  14 0x049f564d (0x0032e87c)
  15 0x049f55d9 (0x0032e894)
  16 0x791421db in clr (+0x21da) (0x0032e8a4)
  17 0x79164a2a in clr (+0x24a29) (0x0032e920)
  18 0x79164bcc in clr (+0x24bcb) (0x0032ea64)
  19 0x79164c01 in clr (+0x24c00) (0x0032ea80)
  20 0x79164c21 in clr (+0x24c20) (0x0032ea98)
  21 0x791df5f8 in clr (+0x9f5f7) (0x0032ec7c)
  22 0x791df74f in clr (+0x9f74e) (0x0032ed28)
  23 0x049f4cd6 (0x0032ed60)
  24 0x049f49fb (0x0032ed7c)
  25 0x049f4921 (0x0032edbc)
  26 0x049f44d7 (0x0032edfc)
  27 0x049f41f4 (0x0032ee40)
  28 0x04992873 (0x0032ee8c)
  29 0x0499279f (0x0032eeac)
  30 0x0499266d (0x0032eec8)
  31 0x049924f0 (0x0032ef08)
  32 0x049920d6 (0x0032ef2c)
  33 0x04991abd (0x0032ef6c)
  34 0x04991061 (0x0032efb4)
  35 0x00b506e5 (0x0032efe8)
  36 0x7ec0010a WINPROC_wrapper+0x19() in user32 (0x0032f018)
  37 0x7ec007dc in user32 (+0xa07db) (0x0032f068)
  38 0x7ec0302b in user32 (+0xa302a) (0x0032f0b8)
  39 0x7ebc2817 DispatchMessageW+0xb6() in user32 (0x0032f1c8)
  40 0x049f414f (0x0032f21c)
  41 0x049f350b (0x0032f26c)
  42 0x049f337e (0x0032f278)
  43 0x049f32aa (0x0032f284)
  44 0x049f2de7 (0x0032f298)
  45 0x049f2b39 (0x0032f2a8)
  46 0x0494aa47 (0x0032f2b4)
  47 0x791421db in clr (+0x21da) (0x0032f2c4)
  48 0x79164a2a in clr (+0x24a29) (0x0032f340)
  49 0x79164bcc in clr (+0x24bcb) (0x0032f478)
  50 0x79164c01 in clr (+0x24c00) (0x0032f494)
  51 0x79164c21 in clr (+0x24c20) (0x0032f4ac)
  52 0x7922ce82 in clr (+0xece81) (0x0032f610)
  53 0x7922cf90 in clr (+0xecf8f) (0x0032f878)
  54 0x7922cda4 in clr (+0xecda3) (0x0032fd5c)
  55 0x7922d199 in clr (+0xed198) (0x0032fdb0)
  56 0x7922d09a in clr (+0xed099) (0x0032fdfc)
  57 0x792aaf00 in clr (+0x16aeff) (0x0032fe34)
  58 0x603b55ab in mscoreei (+0x55aa) (0x0032fe40)
  59 0x79007f16 in mscoree (+0x7f15) (0x0032fe50)
  60 0x7b864e3c call_process_entry+0xb() in kernel32 (0x0032fe68)
  61 0x7b866429 in kernel32 (+0x46428) (0x0032feb8)
  62 0x7bc84b70 call_thread_func_wrapper+0xb() in ntdll (0x0032fed8)
  63 0x7bc87d6d call_thread_func+0x7c() in ntdll (0x0032ffa8)
  64 0x7bc84b4e RtlRaiseException+0x21() in ntdll (0x0032ffc8)
  65 0x7bc5954f in ntdll (+0x4954e) (0x0032ffe8)
  66 0xf761067d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  67 0xf761073b wine_switch_to_stack+0x2a() in libwine.so.1 (0xffda7518)
  68 0x7bc5de5c LdrInitializeThunk+0x26b() in ntdll (0xffda7578)
  69 0x7b86d010 __wine_kernel_init+0xbbf() in kernel32 (0xffda8498)
  70 0x7bc5e3cb __wine_process_init+0x18a() in ntdll (0xffda8528)
  71 0xf760e30a wine_init+0x2b9() in libwine.so.1 (0xffda8588)
  72 0x7bf0104b main+0x7a() in <wine-loader> (0xffda89d8)
  73 0xf7401196 __libc_start_main+0xf5() in libc.so.6 (0x00000000)
0x7b83e4b2: movl    0xfffffff4(%ebp),%ecx
Modules:
Module    Address            Debug info    Name (82 modules)
PE      400000-  5f4000    Deferred        digitaleditions
PE    55000000-5519a000    Deferred        wpfgfx_v0400
PE    554c0000-55585000    Deferred        presentationnative_v0400
PE    561c0000-562a1000    Deferred        wpftxt_v0400
PE    5e0d0000-5e17a000    Deferred        diasymreader
PE    60340000-6034d000    Deferred        culture
PE    603b0000-60416000    Export          mscoreei
PE    60930000-60940000    Deferred        nlssorting
PE    79000000-7904a000    Export          mscoree
PE    79060000-7911e000    Deferred        msvcr100_clr0400
PE    79140000-797af000    Export          clr
PE    79810000-79870000    Deferred        clrjit
ELF    7b800000-7ba6a000    Dwarf           kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7bc00000-7bcf2000    Dwarf           ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7bf00000-7bf03000    Dwarf           <wine-loader>
ELF    7d819000-7d8da000    Deferred        windowscodecs<elf>
  \-PE    7d830000-7d8da000    \               windowscodecs
ELF    7d8da000-7d957000    Deferred        wininet<elf>
  \-PE    7d8e0000-7d957000    \               wininet
ELF    7d957000-7dc00000    Deferred        shell32<elf>
  \-PE    7d970000-7dc00000    \               shell32
ELF    7dd21000-7dd5c000    Deferred        ws2_32<elf>
  \-PE    7dd30000-7dd5c000    \               ws2_32
ELF    7ddd6000-7de7a000    Deferred        urlmon<elf>
  \-PE    7dde0000-7de7a000    \               urlmon
ELF    7de7a000-7dfbd000    Deferred        oleaut32<elf>
  \-PE    7de90000-7dfbd000    \               oleaut32
ELF    7e04a000-7e071000    Deferred        mpr<elf>
  \-PE    7e050000-7e071000    \               mpr
ELF    7e071000-7e142000    Deferred        crypt32<elf>
  \-PE    7e080000-7e142000    \               crypt32
ELF    7e142000-7e184000    Deferred        rsaenh<elf>
  \-PE    7e150000-7e184000    \               rsaenh
ELF    7e1a6000-7e1ad000    Deferred        libxfixes.so.3
ELF    7e1ad000-7e1b8000    Deferred        libxcursor.so.1
ELF    7e1b8000-7e1cb000    Deferred        libxi.so.6
ELF    7e1cb000-7e1d8000    Deferred        libxrandr.so.2
ELF    7e1d8000-7e1e4000    Deferred        libxrender.so.1
ELF    7e1e4000-7e1eb000    Deferred        libxxf86vm.so.1
ELF    7e1eb000-7e1f2000    Deferred        libxdmcp.so.6
ELF    7e1f2000-7e21d000    Deferred        libxcb.so.1
ELF    7e21d000-7e36a000    Deferred        libx11.so.6
ELF    7e36a000-7e37f000    Deferred        libxext.so.6
ELF    7e3c4000-7e458000    Deferred        winex11<elf>
  \-PE    7e3d0000-7e458000    \               winex11
ELF    7e458000-7e4de000    Deferred        rpcrt4<elf>
  \-PE    7e460000-7e4de000    \               rpcrt4
ELF    7e4de000-7e621000    Deferred        ole32<elf>
  \-PE    7e500000-7e621000    \               ole32
ELF    7e621000-7e645000    Deferred        imm32<elf>
  \-PE    7e630000-7e645000    \               imm32
ELF    7e66e000-7e698000    Deferred        libexpat.so.1
ELF    7e698000-7e6e2000    Deferred        libfontconfig.so.1
ELF    7e6e2000-7e75b000    Deferred        libpcre.so.1
ELF    7e75b000-7e886000    Deferred        libglib-2.0.so.0
ELF    7e886000-7e8e9000    Deferred        libharfbuzz.so.0
ELF    7e8e9000-7e927000    Deferred        libpng16.so.16
ELF    7e927000-7e9ea000    Deferred        libfreetype.so.6
ELF    7e9f0000-7e9f4000    Deferred        libxau.so.6
ELF    7ea2f000-7eb48000    Deferred        gdi32<elf>
  \-PE    7ea40000-7eb48000    \               gdi32
ELF    7eb48000-7ecbe000    Dwarf           user32<elf>
  \-PE    7eb60000-7ecbe000    \               user32
ELF    7ecbe000-7ed39000    Deferred        shlwapi<elf>
  \-PE    7ecd0000-7ed39000    \               shlwapi
ELF    7ed39000-7edb2000    Deferred        advapi32<elf>
  \-PE    7ed50000-7edb2000    \               advapi32
ELF    7ef4a000-7ef5d000    Deferred        libnss_files.so.2
ELF    7ef5d000-7efb2000    Deferred        libm.so.6
ELF    7efb2000-7efbb000    Deferred        librt.so.1
ELF    7efbd000-7efce000    Deferred        libbz2.so.1.0
ELF    7efce000-7efe7000    Deferred        libz.so.1
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    f73e4000-f73e9000    Deferred        libdl.so.2
ELF    f73e9000-f75a2000    Dwarf           libc.so.6
ELF    f75a2000-f75bf000    Deferred        libpthread.so.0
ELF    f7604000-f77ca000    Dwarf           libwine.so.1
ELF    f77cc000-f77f0000    Deferred        ld-linux.so.2
ELF    f77f2000-f77f3000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
    00000035    0
    00000025    0
    0000001e    0
    00000016    0
    00000010    0
    0000000f    0
00000012 mscorsvw.exe
    0000001b    0
    0000001a    0
    00000019    0
    00000013    0
0000001c winedevice.exe
    00000024    0
    00000021    0
    00000020    0
    0000001d    0
00000022 plugplay.exe
    00000028    0
    00000027    0
    00000023    0
00000037 (D) C:\Program Files\Adobe\Adobe Digital Editions 4.5\DigitalEditions.exe
    0000003a    0
    0000003f    0
    00000018    2
    0000002c    0
    00000038    0 <==
0000002d explorer.exe
    00000040    0
    00000041    0
    00000042    0
    00000009    0
00000043 wineconsole.exe
    0000003e    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 4.9.0-1-MANJARO

 

Réponses

Mercredi 18 Janvier 2017 à 4:17
Awkward, could you please start the program via Debug option? It'd give a more readable output so that we can check what's really going on. I can't recall it correctly, but I think that AUR provides winbind package(I'm not really sure if it's AUR or a core package, it's been some time since I last used Arch, and Manjaro is Arch-based).
anon2016 Samedi 28 Mai 2016 à 6:30
anon2016 Anonymous

Messages

I am running Adobe Digital Editions 4.5.1 on opensuse leap 42.1, wine 1.7.46 staging, playonlinux 4.2.10

 

It initially did not work with similar problems to those others have reported.  After I installed the opensuse webcore fonts package it worked well.  I suspect if you install the windows fonts in wine or the microsoft fonts package it would also work.

 

I hope this helps somebody

Réponses

anttit Dimanche 7 Février 2016 à 18:21
anttit Anonymous

Messages

It fails on Ubuntu 15.10. I have winbind installed and running.

0x7bc84b7d DbgBreakPoint+0x1 in ntdll: ret    
Modules:
Module    Address            Debug info    Name (172 modules)
PE      400000-  7f4000    Deferred        digitaleditions
PE    10000000-10ae9000    Deferred        rmsdk_wrapper
PE    55000000-5519a000    Deferred        wpfgfx_v0400
PE    554c0000-55585000    Export          presentationnative_v0400
PE    561c0000-562a1000    Deferred        wpftxt_v0400
PE    60340000-6034d000    Deferred        culture
PE    603b0000-60416000    Export          mscoreei
PE    60880000-6089c000    Deferred        mscorsecimpl
PE    60930000-60940000    Deferred        nlssorting
PE    79000000-7904a000    Export          mscoree
PE    79060000-7911e000    Deferred        msvcr100_clr0400
PE    79140000-797af000    Export          clr
PE    79810000-79870000    Deferred        clrjit
ELF    7a800000-7a92c000    Deferred        opengl32<elf>
  \-PE    7a820000-7a92c000    \               opengl32
ELF    7b3c7000-7b3de000    Deferred        wtsapi32<elf>
  \-PE    7b3d0000-7b3de000    \               wtsapi32
ELF    7b3de000-7b3f1000    Deferred        shfolder<elf>
  \-PE    7b3e0000-7b3f1000    \               shfolder
ELF    7b3f1000-7b459000    Deferred        dbghelp<elf>
  \-PE    7b400000-7b459000    \               dbghelp
ELF    7b459000-7b564000    Deferred        comctl32<elf>
  \-PE    7b460000-7b564000    \               comctl32
ELF    7b564000-7b599000    Deferred        wintrust<elf>
  \-PE    7b570000-7b599000    \               wintrust
ELF    7b5dd000-7b68e000    Deferred        libgcrypt.so.20
ELF    7b68e000-7b71a000    Deferred        libsystemd.so.0
ELF    7b71a000-7b774000    Deferred        libdbus-1.so.3
ELF    7b774000-7b800000    Deferred        libgmp.so.10
ELF    7b800000-7ba6a000    Dwarf           kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7ba79000-7ba93000    Deferred        cryptnet<elf>
  \-PE    7ba80000-7ba93000    \               cryptnet
ELF    7ba93000-7bab9000    Deferred        liblzma.so.5
ELF    7bab9000-7baed000    Deferred        libhogweed.so.4
ELF    7baed000-7bb29000    Deferred        libnettle.so.6
ELF    7bb29000-7bc00000    Deferred        libkrb5.so.3
ELF    7bc00000-7bcf2000    Dwarf           ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7bf00000-7bf03000    Dwarf           <wine-loader>
ELF    7bf14000-7bf27000    Deferred        psapi<elf>
  \-PE    7bf20000-7bf27000    \               psapi
ELF    7bf27000-7bf2c000    Deferred        libkeyutils.so.1
ELF    7bf2c000-7bf39000    Deferred        libkrb5support.so.0
ELF    7bf39000-7bf6a000    Deferred        libk5crypto.so.3
ELF    7bf6a000-7bf7e000    Deferred        libavahi-client.so.3
ELF    7bf7e000-7c0c1000    Deferred        libgnutls-deb0.so.28
ELF    7c0c1000-7c148000    Deferred        libcups.so.2
ELF    7c148000-7c200000    Deferred        winmm<elf>
  \-PE    7c150000-7c200000    \               winmm
ELF    7c405000-7c413000    Deferred        libavahi-common.so.3
ELF    7c413000-7c465000    Deferred        libgssapi_krb5.so.2
ELF    7c46a000-7c484000    Deferred        imagehlp<elf>
  \-PE    7c470000-7c484000    \               imagehlp
ELF    7c484000-7c499000    Deferred        httpapi<elf>
  \-PE    7c490000-7c499000    \               httpapi
ELF    7c499000-7c528000    Deferred        gdiplus<elf>
  \-PE    7c4b0000-7c528000    \               gdiplus
ELF    7c528000-7c586000    Deferred        oleacc<elf>
  \-PE    7c530000-7c586000    \               oleacc
ELF    7c586000-7c5c8000    Deferred        winspool<elf>
  \-PE    7c590000-7c5c8000    \               winspool
ELF    7c5c8000-7c600000    Deferred        uxtheme<elf>
  \-PE    7c5d0000-7c600000    \               uxtheme
ELF    7c700000-7c705000    Deferred        libcom_err.so.2
ELF    7c705000-7c718000    Deferred        msimg32<elf>
  \-PE    7c710000-7c718000    \               msimg32
ELF    7c738000-7c744000    Deferred        libpciaccess.so.0
ELF    7c744000-7c752000    Deferred        libdrm_radeon.so.1
ELF    7c752000-7c75a000    Deferred        libdrm_nouveau.so.2
ELF    7c75a000-7c77e000    Deferred        libdrm_intel.so.1
ELF    7c77e000-7cde5000    Deferred        i965_dri.so
ELF    7cde5000-7ce05000    Deferred        libudev.so.1
ELF    7ce05000-7ce15000    Deferred        libdrm.so.2
ELF    7ce15000-7ce1d000    Deferred        libxcb-sync.so.1
ELF    7ce1d000-7ce38000    Deferred        libxcb-glx.so.0
ELF    7ce38000-7ce53000    Deferred        libglapi.so.0
ELF    7ce53000-7cefd000    Deferred        libgl.so.1
ELF    7d074000-7d0ab000    Deferred        libtxc_dxtn.so
ELF    7d0ab000-7d200000    Deferred        wined3d<elf>
  \-PE    7d0c0000-7d200000    \               wined3d
ELF    7d300000-7d303000    Deferred        libxshmfence.so.1
ELF    7d303000-7d321000    Deferred        libgcc_s.so.1
ELF    7d340000-7d37e000    Deferred        d3d9<elf>
  \-PE    7d350000-7d37e000    \               d3d9
ELF    7d47e000-7d492000    Deferred        libtasn1.so.6
ELF    7d492000-7d4c9000    Deferred        p11-kit-trust.so
ELF    7d4c9000-7d52d000    Deferred        libp11-kit.so.0
ELF    7d52d000-7d5b2000    Deferred        libgcrypt.so.11
ELF    7d5b2000-7d67b000    Deferred        libgnutls.so.26
ELF    7d6f7000-7d6fb000    Deferred        libxcb-present.so.0
ELF    7d6fb000-7d710000    Deferred        libgpg-error.so.0
ELF    7d710000-7d714000    Deferred        libxcb-dri3.so.0
ELF    7d714000-7d71a000    Deferred        libxcb-dri2.so.0
ELF    7d71a000-7d72f000    Deferred        gnome-keyring-pkcs11.so
ELF    7d72f000-7d756000    Deferred        iphlpapi<elf>
  \-PE    7d740000-7d756000    \               iphlpapi
ELF    7d756000-7d785000    Deferred        netapi32<elf>
  \-PE    7d760000-7d785000    \               netapi32
ELF    7d785000-7d7b7000    Deferred        secur32<elf>
  \-PE    7d790000-7d7b7000    \               secur32
ELF    7d7b7000-7d878000    Deferred        windowscodecs<elf>
  \-PE    7d7d0000-7d878000    \               windowscodecs
ELF    7d878000-7d8b3000    Deferred        ws2_32<elf>
  \-PE    7d880000-7d8b3000    \               ws2_32
ELF    7d8b3000-7d8da000    Deferred        mpr<elf>
  \-PE    7d8c0000-7d8da000    \               mpr
ELF    7d8da000-7d957000    Deferred        wininet<elf>
  \-PE    7d8e0000-7d957000    \               wininet
ELF    7d957000-7dc00000    Deferred        shell32<elf>
  \-PE    7d970000-7dc00000    \               shell32
ELF    7dd01000-7dd04000    Deferred        libx11-xcb.so.1
ELF    7dd04000-7dd0e000    Deferred        libffi.so.6
ELF    7dd0e000-7dd20000    Deferred        libtasn1.so.3
ELF    7dd20000-7ddc4000    Deferred        urlmon<elf>
  \-PE    7dd30000-7ddc4000    \               urlmon
ELF    7ddc4000-7df07000    Deferred        oleaut32<elf>
  \-PE    7dde0000-7df07000    \               oleaut32
ELF    7df07000-7dfd8000    Deferred        crypt32<elf>
  \-PE    7df10000-7dfd8000    \               crypt32
ELF    7dfd8000-7e01a000    Deferred        rsaenh<elf>
  \-PE    7dfe0000-7e01a000    \               rsaenh
ELF    7e07f000-7e086000    Deferred        libxfixes.so.3
ELF    7e086000-7e091000    Deferred        libxcursor.so.1
ELF    7e091000-7e0a3000    Deferred        libxi.so.6
ELF    7e0a3000-7e0a7000    Deferred        libxcomposite.so.1
ELF    7e0a7000-7e0b4000    Deferred        libxrandr.so.2
ELF    7e0b4000-7e0c0000    Deferred        libxrender.so.1
ELF    7e0c0000-7e0c7000    Deferred        libxxf86vm.so.1
ELF    7e0c7000-7e0cb000    Deferred        libxinerama.so.1
ELF    7e0cb000-7e0d2000    Deferred        libxdmcp.so.6
ELF    7e0d2000-7e0d6000    Deferred        libxau.so.6
ELF    7e0d6000-7e0fb000    Deferred        libxcb.so.1
ELF    7e0fb000-7e246000    Deferred        libx11.so.6
ELF    7e246000-7e25b000    Deferred        libxext.so.6
ELF    7e25b000-7e25f000    Deferred        libxdamage.so.1
ELF    7e25f000-7e278000    Deferred        libresolv.so.2
ELF    7e27a000-7e30e000    Deferred        winex11<elf>
  \-PE    7e290000-7e30e000    \               winex11
ELF    7e30e000-7e394000    Deferred        rpcrt4<elf>
  \-PE    7e320000-7e394000    \               rpcrt4
ELF    7e394000-7e4d7000    Deferred        ole32<elf>
  \-PE    7e3b0000-7e4d7000    \               ole32
ELF    7e4d7000-7e4fb000    Deferred        imm32<elf>
  \-PE    7e4e0000-7e4fb000    \               imm32
ELF    7e572000-7e59b000    Deferred        libexpat.so.1
ELF    7e59b000-7e5de000    Deferred        libfontconfig.so.1
ELF    7e5de000-7e60a000    Deferred        libpng12.so.0
ELF    7e60a000-7e623000    Deferred        libz.so.1
ELF    7e623000-7e6d0000    Deferred        libfreetype.so.6
ELF    7e6ef000-7e808000    Deferred        gdi32<elf>
  \-PE    7e700000-7e808000    \               gdi32
ELF    7e808000-7e97e000    Dwarf           user32<elf>
  \-PE    7e820000-7e97e000    \               user32
ELF    7e97e000-7e9f9000    Deferred        shlwapi<elf>
  \-PE    7e990000-7e9f9000    \               shlwapi
ELF    7e9f9000-7ea72000    Deferred        advapi32<elf>
  \-PE    7ea10000-7ea72000    \               advapi32
ELF    7ef54000-7ef62000    Deferred        libnss_files.so.2
ELF    7ef62000-7ef6f000    Deferred        libnss_nis.so.2
ELF    7ef6f000-7ef8a000    Deferred        libnsl.so.1
ELF    7ef8a000-7ef94000    Deferred        libnss_compat.so.2
ELF    7ef94000-7efe1000    Deferred        libm.so.6
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    f73b8000-f73bd000    Deferred        libdl.so.2
ELF    f73bd000-f7578000    Dwarf           libc.so.6
ELF    f7578000-f7595000    Deferred        libpthread.so.0
ELF    f7597000-f75a0000    Deferred        librt.so.1
ELF    f75b5000-f777b000    Dwarf           libwine.so.1
ELF    f777d000-f77a1000    Deferred        ld-linux.so.2
ELF    f77a3000-f77a4000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Adobe\Adobe Digital Editions 4.5\DigitalEditions.exe
    00000043    0
    00000042    0
    00000041    0
    00000040    0
    0000003f    0
    0000003e    0
    00000030    0
    0000002f    0
    0000002e    0
    00000028    2
    00000027    0
    00000009    0 <==
0000000e services.exe
    00000037    0
    00000036    0
    00000035    0
    00000023    0
    0000001c    0
    00000016    0
    00000014    0
    00000010    0
    0000000f    0
00000012 mscorsvw.exe
    00000019    0
    00000018    0
    00000017    0
    00000013    0
0000001a winedevice.exe
    00000022    0
    0000001f    0
    0000001e    0
    0000001b    0
00000020 plugplay.exe
    00000026    0
    00000025    0
    00000021    0
00000029 explorer.exe
    0000002d    0
    0000002c    0
    0000002b    0
    0000002a    0
00000033 WPFFontCache_v0400.exe
    0000003d    0
    0000003c    0
    0000003b    0
    0000003a    0
    00000039    0
    00000038    0
    00000034    0
00000046 wineconsole.exe
    00000047    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 4.2.0-25-generic

 

Réponses

kimme Lundi 18 Janvier 2016 à 10:04
kimme Anonymous

Messages

Adobe Digital Edition 4.5 doesn't work here on my Linux Mint 17.3 x64

--

0x7bc84b7d DbgBreakPoint+0x1 in ntdll: ret    
Modules:
Module    Address            Debug info    Name (138 modules)
PE      400000-  4ce000    Deferred        migration
PE    10000000-10ae9000    Export          rmsdk_wrapper
PE    55000000-5519a000    Deferred        wpfgfx_v0400
PE    554c0000-55585000    Export          presentationnative_v0400
PE    561c0000-562a1000    Deferred        wpftxt_v0400
PE    60340000-6034d000    Deferred        culture
PE    603b0000-60416000    Export          mscoreei
PE    60930000-60940000    Deferred        nlssorting
PE    69f10000-69f8a000    Deferred        webengine4
ELF    76dab000-79000000    Deferred        libnvidia-glcore.so.358.16
PE    79000000-7904a000    Export          mscoree
PE    79060000-7911e000    Deferred        msvcr100_clr0400
PE    79140000-797af000    Export          clr
PE    79810000-79870000    Deferred        clrjit
ELF    7a800000-7a92c000    Deferred        opengl32<elf>
  \-PE    7a820000-7a92c000    \               opengl32
ELF    7b800000-7ba6a000    Dwarf           kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7bc00000-7bcf2000    Dwarf           ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7bf00000-7bf03000    Dwarf           <wine-loader>
ELF    7ca43000-7ca5a000    Deferred        wtsapi32<elf>
  \-PE    7ca50000-7ca5a000    \               wtsapi32
ELF    7cb9f000-7cca6000    Deferred        libgl.so.1
ELF    7cca6000-7ccc3000    Deferred        libgcc_s.so.1
ELF    7cdab000-7cf00000    Deferred        wined3d<elf>
  \-PE    7cdc0000-7cf00000    \               wined3d
ELF    7d009000-7d040000    Deferred        libtxc_dxtn.so
ELF    7d06c000-7d0aa000    Deferred        d3d9<elf>
  \-PE    7d070000-7d0aa000    \               d3d9
ELF    7d0aa000-7d0d1000    Deferred        iphlpapi<elf>
  \-PE    7d0b0000-7d0d1000    \               iphlpapi
ELF    7d0d1000-7d100000    Deferred        netapi32<elf>
  \-PE    7d0e0000-7d100000    \               netapi32
ELF    7d205000-7d20a000    Deferred        libnvidia-tls.so.358.16
ELF    7d20a000-7d23c000    Deferred        secur32<elf>
  \-PE    7d210000-7d23c000    \               secur32
ELF    7d23c000-7d2fd000    Deferred        windowscodecs<elf>
  \-PE    7d250000-7d2fd000    \               windowscodecs
ELF    7d2fd000-7d3a1000    Deferred        urlmon<elf>
  \-PE    7d310000-7d3a1000    \               urlmon
ELF    7d4e5000-7d4ec000    Deferred        libffi.so.6
ELF    7d4ec000-7d4f1000    Deferred        libgpg-error.so.0
ELF    7d4f1000-7d509000    Deferred        libresolv.so.2
ELF    7d509000-7d554000    Deferred        libdbus-1.so.3
ELF    7d554000-7d590000    Deferred        libp11-kit.so.0
ELF    7d590000-7d615000    Deferred        libgcrypt.so.11
ELF    7d615000-7d627000    Deferred        libtasn1.so.3
ELF    7d627000-7d633000    Deferred        libkrb5support.so.0
ELF    7d633000-7d663000    Deferred        libk5crypto.so.3
ELF    7d663000-7d721000    Deferred        libkrb5.so.3
ELF    7d721000-7d733000    Deferred        libavahi-client.so.3
ELF    7d733000-7d7fc000    Deferred        libgnutls.so.26
ELF    7d7fc000-7d842000    Deferred        libgssapi_krb5.so.2
ELF    7d842000-7d8af000    Deferred        libcups.so.2
ELF    7d8af000-7d967000    Deferred        winmm<elf>
  \-PE    7d8c0000-7d967000    \               winmm
ELF    7d967000-7dc10000    Deferred        shell32<elf>
  \-PE    7d980000-7dc10000    \               shell32
ELF    7dc96000-7dca4000    Deferred        libavahi-common.so.3
ELF    7dca5000-7dcb8000    Deferred        psapi<elf>
  \-PE    7dcb0000-7dcb8000    \               psapi
ELF    7dcb8000-7dcd0000    Deferred        userenv<elf>
  \-PE    7dcc0000-7dcd0000    \               userenv
ELF    7dcd0000-7dce5000    Deferred        httpapi<elf>
  \-PE    7dce0000-7dce5000    \               httpapi
ELF    7dce5000-7dd1d000    Deferred        uxtheme<elf>
  \-PE    7dcf0000-7dd1d000    \               uxtheme
ELF    7dd1d000-7dd30000    Deferred        msimg32<elf>
  \-PE    7dd20000-7dd30000    \               msimg32
ELF    7dd30000-7ddbf000    Deferred        gdiplus<elf>
  \-PE    7dd40000-7ddbf000    \               gdiplus
ELF    7ddbf000-7de1d000    Deferred        oleacc<elf>
  \-PE    7ddd0000-7de1d000    \               oleacc
ELF    7de1d000-7de5f000    Deferred        winspool<elf>
  \-PE    7de20000-7de5f000    \               winspool
ELF    7deb9000-7debd000    Deferred        libkeyutils.so.1
ELF    7debd000-7dec2000    Deferred        libcom_err.so.2
ELF    7dec2000-7defd000    Deferred        ws2_32<elf>
  \-PE    7ded0000-7defd000    \               ws2_32
ELF    7defd000-7df7a000    Deferred        wininet<elf>
  \-PE    7df10000-7df7a000    \               wininet
ELF    7df7a000-7e0bd000    Deferred        oleaut32<elf>
  \-PE    7df90000-7e0bd000    \               oleaut32
ELF    7e0bd000-7e18e000    Deferred        crypt32<elf>
  \-PE    7e0d0000-7e18e000    \               crypt32
ELF    7e18e000-7e1d0000    Deferred        rsaenh<elf>
  \-PE    7e190000-7e1d0000    \               rsaenh
ELF    7e235000-7e23b000    Deferred        libxfixes.so.3
ELF    7e23b000-7e246000    Deferred        libxcursor.so.1
ELF    7e246000-7e256000    Deferred        libxi.so.6
ELF    7e256000-7e25a000    Deferred        libxcomposite.so.1
ELF    7e25a000-7e265000    Deferred        libxrandr.so.2
ELF    7e265000-7e270000    Deferred        libxrender.so.1
ELF    7e270000-7e276000    Deferred        libxxf86vm.so.1
ELF    7e276000-7e27a000    Deferred        libxinerama.so.1
ELF    7e27a000-7e281000    Deferred        libxdmcp.so.6
ELF    7e281000-7e285000    Deferred        libxau.so.6
ELF    7e285000-7e2a7000    Deferred        libxcb.so.1
ELF    7e2a7000-7e3db000    Deferred        libx11.so.6
ELF    7e3db000-7e3ee000    Deferred        libxext.so.6
ELF    7e3f1000-7e418000    Deferred        mpr<elf>
  \-PE    7e400000-7e418000    \               mpr
ELF    7e41a000-7e4ae000    Deferred        winex11<elf>
  \-PE    7e430000-7e4ae000    \               winex11
ELF    7e4ae000-7e534000    Deferred        rpcrt4<elf>
  \-PE    7e4c0000-7e534000    \               rpcrt4
ELF    7e534000-7e677000    Deferred        ole32<elf>
  \-PE    7e550000-7e677000    \               ole32
ELF    7e677000-7e69b000    Deferred        imm32<elf>
  \-PE    7e680000-7e69b000    \               imm32
ELF    7e736000-7e75f000    Deferred        libexpat.so.1
ELF    7e75f000-7e79a000    Deferred        libfontconfig.so.1
ELF    7e79a000-7e7c2000    Deferred        libpng12.so.0
ELF    7e7c2000-7e7db000    Deferred        libz.so.1
ELF    7e7db000-7e87b000    Deferred        libfreetype.so.6
ELF    7e8a7000-7e9c0000    Deferred        gdi32<elf>
  \-PE    7e8b0000-7e9c0000    \               gdi32
ELF    7e9c0000-7eb36000    Dwarf           user32<elf>
  \-PE    7e9d0000-7eb36000    \               user32
ELF    7eb36000-7ebb1000    Deferred        shlwapi<elf>
  \-PE    7eb40000-7ebb1000    \               shlwapi
ELF    7ebb1000-7ec2a000    Deferred        advapi32<elf>
  \-PE    7ebc0000-7ec2a000    \               advapi32
ELF    7ec2a000-7ec37000    Deferred        libnss_files.so.2
ELF    7ec37000-7ec43000    Deferred        libnss_nis.so.2
ELF    7ec43000-7ec5c000    Deferred        libnsl.so.1
ELF    7ef8e000-7efd4000    Deferred        libm.so.6
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    f73b4000-f73bd000    Deferred        libnss_compat.so.2
ELF    f73be000-f73c3000    Deferred        libdl.so.2
ELF    f73c3000-f7571000    Dwarf           libc.so.6
ELF    f7571000-f758d000    Deferred        libpthread.so.0
ELF    f75b1000-f75ba000    Deferred        librt.so.1
ELF    f75ba000-f7780000    Dwarf           libwine.so.1
ELF    f7782000-f77a4000    Deferred        ld-linux.so.2
ELF    f77a6000-f77a7000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 ADE_4.5_Installer.exe
    0000002d    0
    00000009    0
0000000e services.exe
    0000003a    0
    0000002c    0
    00000038    0
    00000025    0
    0000001e    0
    00000018    0
    00000016    0
    00000010    0
    0000000f    0
00000012 mscorsvw.exe
    0000001b    0
    0000001a    0
    00000019    0
    00000013    0
00000014 explorer.exe
    0000002b    0
    0000002a    0
    00000029    0
    00000015    0
0000001c winedevice.exe
    00000024    0
    00000021    0
    00000020    0
    0000001d    0
00000022 plugplay.exe
    00000028    0
    00000027    0
    00000023    0
00000045 (D) C:\Program Files\Adobe\Adobe Digital Editions 4.5\migration.exe
    00000042    0
    0000003f    0
    00000032    0
    00000031    0
    00000030    0
    0000002f    0
    0000002e    0
    00000026    0
    0000000d    0
    0000000b    2
    00000047    0
    00000046    0 <==
00000036 WPFFontCache_v0400.exe
    00000040    0
    0000003d    0
    0000003e    0
    0000003b    0
    0000003c    0
    00000039    0
    00000037    0
00000043 wineconsole.exe
    00000035    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 3.19.0-32-generic

Réponses

Anonymous
Lundi 18 Janvier 2016 à 10:12
This is playonlinux.log at pastebin.com....
Anonymous
Lundi 18 Janvier 2016 à 10:13
http://pastebin.com/RtaQ2E8p
Mardi 19 Janvier 2016 à 21:39
Have you got winbind installed?
Lundi 25 Janvier 2016 à 19:42
Gotta check this out because I'm receiving an error message too now.
Anonymous
Jeudi 12 Janvier 2017 à 17:50
Do you install winbind through playonlinux?
mhwombat Mercredi 6 Janvier 2016 à 15:43
mhwombat Anonymous

Messages

Thank you for making this available. Unfortunately, I encountered a problem during installation. I am running PlayOnLinux 4.2.10, and selected the "download" option.

0x7bc84b7d DbgBreakPoint+0x1 in ntdll: ret    
Modules:
Module    Address            Debug info    Name (157 modules)
PE      400000-  4ce000    Deferred        migration
PE    10000000-10ae9000    Export          rmsdk_wrapper
PE    55000000-5519a000    Deferred        wpfgfx_v0400
PE    554c0000-55585000    Export          presentationnative_v0400
PE    561c0000-562a1000    Deferred        wpftxt_v0400
PE    60340000-6034d000    Deferred        culture
PE    603b0000-60416000    Export          mscoreei
PE    60930000-60940000    Deferred        nlssorting
PE    69f10000-69f8a000    Deferred        webengine4
PE    79000000-7904a000    Export          mscoree
PE    79060000-7911e000    Deferred        msvcr100_clr0400
PE    79140000-797af000    Export          clr
PE    79810000-79870000    Deferred        clrjit
ELF    7a800000-7a92c000    Deferred        opengl32<elf>
  \-PE    7a820000-7a92c000    \               opengl32
ELF    7b800000-7ba6a000    Dwarf           kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7bc00000-7bcf2000    Dwarf           ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7bf00000-7bf03000    Dwarf           <wine-loader>
ELF    7c658000-7c66f000    Deferred        wtsapi32<elf>
  \-PE    7c660000-7c66f000    \               wtsapi32
ELF    7c686000-7c691000    Deferred        libpciaccess.so.0
ELF    7c691000-7c69f000    Deferred        libdrm_radeon.so.1
ELF    7c69f000-7c6a7000    Deferred        libdrm_nouveau.so.2
ELF    7c6a7000-7c6ca000    Deferred        libdrm_intel.so.1
ELF    7c6ca000-7cc3f000    Deferred        i965_dri.so
ELF    7cc3f000-7cc49000    Deferred        libnih-dbus.so.1
ELF    7cc49000-7cc62000    Deferred        libnih.so.1
ELF    7cc62000-7cc80000    Deferred        libcgmanager.so.0
ELF    7cc80000-7cc93000    Deferred        libudev.so.1
ELF    7cc93000-7cca1000    Deferred        libdrm.so.2
ELF    7cca1000-7ccb9000    Deferred        libxcb-glx.so.0
ELF    7ccb9000-7ccd1000    Deferred        libglapi.so.0
ELF    7ccd1000-7cd31000    Deferred        libgl.so.1
ELF    7cd31000-7cd4e000    Deferred        libgcc_s.so.1
ELF    7ce36000-7ce6d000    Deferred        libtxc_dxtn.so
ELF    7ce6d000-7cfc2000    Deferred        wined3d<elf>
  \-PE    7ce80000-7cfc2000    \               wined3d
ELF    7cfc2000-7d000000    Deferred        d3d9<elf>
  \-PE    7cfd0000-7d000000    \               d3d9
ELF    7d102000-7d105000    Deferred        libxshmfence.so.1
ELF    7d105000-7d10c000    Deferred        libxcb-sync.so.1
ELF    7d10c000-7d110000    Deferred        libxcb-present.so.0
ELF    7d135000-7d148000    Deferred        gnome-keyring-pkcs11.so
ELF    7d148000-7d178000    Deferred        p11-kit-trust.so
ELF    7d178000-7d19f000    Deferred        iphlpapi<elf>
  \-PE    7d180000-7d19f000    \               iphlpapi
ELF    7d19f000-7d1ce000    Deferred        netapi32<elf>
  \-PE    7d1b0000-7d1ce000    \               netapi32
ELF    7d1ce000-7d200000    Deferred        secur32<elf>
  \-PE    7d1d0000-7d200000    \               secur32
ELF    7d300000-7d304000    Deferred        libxcb-dri3.so.0
ELF    7d304000-7d318000    Deferred        libtasn1.so.6
ELF    7d318000-7d3d9000    Deferred        windowscodecs<elf>
  \-PE    7d330000-7d3d9000    \               windowscodecs
ELF    7d3d9000-7d47d000    Deferred        urlmon<elf>
  \-PE    7d3e0000-7d47d000    \               urlmon
ELF    7d47d000-7d490000    Deferred        psapi<elf>
  \-PE    7d480000-7d490000    \               psapi
ELF    7d4d4000-7d4db000    Deferred        libffi.so.6
ELF    7d4db000-7d4e0000    Deferred        libgpg-error.so.0
ELF    7d4e0000-7d4e4000    Deferred        libkeyutils.so.1
ELF    7d4e4000-7d52f000    Deferred        libdbus-1.so.3
ELF    7d52f000-7d56b000    Deferred        libp11-kit.so.0
ELF    7d56b000-7d5f0000    Deferred        libgcrypt.so.11
ELF    7d5f0000-7d602000    Deferred        libtasn1.so.3
ELF    7d602000-7d60e000    Deferred        libkrb5support.so.0
ELF    7d60e000-7d613000    Deferred        libcom_err.so.2
ELF    7d613000-7d643000    Deferred        libk5crypto.so.3
ELF    7d643000-7d701000    Deferred        libkrb5.so.3
ELF    7d701000-7d7ca000    Deferred        libgnutls.so.26
ELF    7d7ca000-7d810000    Deferred        libgssapi_krb5.so.2
ELF    7d810000-7d87d000    Deferred        libcups.so.2
ELF    7d87d000-7d883000    Deferred        libxcb-dri2.so.0
ELF    7d883000-7d886000    Deferred        libx11-xcb.so.1
ELF    7d886000-7d88a000    Deferred        libxdamage.so.1
ELF    7d88a000-7d8a2000    Deferred        userenv<elf>
  \-PE    7d890000-7d8a2000    \               userenv
ELF    7d8a2000-7d8b7000    Deferred        httpapi<elf>
  \-PE    7d8b0000-7d8b7000    \               httpapi
ELF    7d8b7000-7d8ef000    Deferred        uxtheme<elf>
  \-PE    7d8c0000-7d8ef000    \               uxtheme
ELF    7d8ef000-7d9a7000    Deferred        winmm<elf>
  \-PE    7d900000-7d9a7000    \               winmm
ELF    7d9a7000-7da36000    Deferred        gdiplus<elf>
  \-PE    7d9c0000-7da36000    \               gdiplus
ELF    7da36000-7da94000    Deferred        oleacc<elf>
  \-PE    7da40000-7da94000    \               oleacc
ELF    7da94000-7dad6000    Deferred        winspool<elf>
  \-PE    7daa0000-7dad6000    \               winspool
ELF    7dad6000-7db11000    Deferred        ws2_32<elf>
  \-PE    7dae0000-7db11000    \               ws2_32
ELF    7db11000-7ddba000    Deferred        shell32<elf>
  \-PE    7db20000-7ddba000    \               shell32
ELF    7ddba000-7de37000    Deferred        wininet<elf>
  \-PE    7ddc0000-7de37000    \               wininet
ELF    7de8f000-7dea1000    Deferred        libavahi-client.so.3
ELF    7dea1000-7dec8000    Deferred        mpr<elf>
  \-PE    7deb0000-7dec8000    \               mpr
ELF    7dec8000-7e00b000    Deferred        oleaut32<elf>
  \-PE    7dee0000-7e00b000    \               oleaut32
ELF    7e00b000-7e0dc000    Deferred        crypt32<elf>
  \-PE    7e020000-7e0dc000    \               crypt32
ELF    7e0dc000-7e11e000    Deferred        rsaenh<elf>
  \-PE    7e0e0000-7e11e000    \               rsaenh
ELF    7e183000-7e189000    Deferred        libxfixes.so.3
ELF    7e189000-7e194000    Deferred        libxcursor.so.1
ELF    7e294000-7e2a4000    Deferred        libxi.so.6
ELF    7e2a4000-7e3d8000    Deferred        libx11.so.6
ELF    7e419000-7e41d000    Deferred        libxcomposite.so.1
ELF    7e41d000-7e428000    Deferred        libxrandr.so.2
ELF    7e428000-7e433000    Deferred        libxrender.so.1
ELF    7e433000-7e439000    Deferred        libxxf86vm.so.1
ELF    7e439000-7e43d000    Deferred        libxinerama.so.1
ELF    7e43d000-7e444000    Deferred        libxdmcp.so.6
ELF    7e444000-7e448000    Deferred        libxau.so.6
ELF    7e448000-7e46a000    Deferred        libxcb.so.1
ELF    7e46a000-7e47d000    Deferred        libxext.so.6
ELF    7e47f000-7e48d000    Deferred        libavahi-common.so.3
ELF    7e48d000-7e4a0000    Deferred        msimg32<elf>
  \-PE    7e490000-7e4a0000    \               msimg32
ELF    7e4a2000-7e536000    Deferred        winex11<elf>
  \-PE    7e4b0000-7e536000    \               winex11
ELF    7e536000-7e5bc000    Deferred        rpcrt4<elf>
  \-PE    7e540000-7e5bc000    \               rpcrt4
ELF    7e5bc000-7e6ff000    Deferred        ole32<elf>
  \-PE    7e5d0000-7e6ff000    \               ole32
ELF    7e6ff000-7e723000    Deferred        imm32<elf>
  \-PE    7e710000-7e723000    \               imm32
ELF    7e7c7000-7e7f0000    Deferred        libexpat.so.1
ELF    7e7f0000-7e82b000    Deferred        libfontconfig.so.1
ELF    7e82b000-7e853000    Deferred        libpng12.so.0
ELF    7e853000-7e86c000    Deferred        libz.so.1
ELF    7e86c000-7e90c000    Deferred        libfreetype.so.6
ELF    7e931000-7ea4a000    Deferred        gdi32<elf>
  \-PE    7e940000-7ea4a000    \               gdi32
ELF    7ea4a000-7ebc0000    Dwarf           user32<elf>
  \-PE    7ea60000-7ebc0000    \               user32
ELF    7ebc0000-7ec3b000    Deferred        shlwapi<elf>
  \-PE    7ebd0000-7ec3b000    \               shlwapi
ELF    7ec3b000-7ecb4000    Deferred        advapi32<elf>
  \-PE    7ec50000-7ecb4000    \               advapi32
ELF    7ecb4000-7eccc000    Deferred        libresolv.so.2
ELF    7eccc000-7ecfd000    Deferred        libcrypt.so.1
ELF    7ecfd000-7ed88000    Deferred        libnss_vas4.so.2
ELF    7ed88000-7ed95000    Deferred        libnss_files.so.2
ELF    7ef95000-7efdb000    Deferred        libm.so.6
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    f7414000-f7419000    Deferred        libdl.so.2
ELF    f7419000-f75c7000    Dwarf           libc.so.6
ELF    f75c7000-f75e3000    Deferred        libpthread.so.0
ELF    f7600000-f7609000    Deferred        librt.so.1
ELF    f7609000-f77cf000    Dwarf           libwine.so.1
ELF    f77d1000-f77f3000    Deferred        ld-linux.so.2
ELF    f77f3000-f77f4000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 ADE_4.5_Installer.exe
    0000002d    0
    00000009    0
0000000e services.exe
    0000003a    0
    0000002c    0
    00000038    0
    00000025    0
    0000001e    0
    00000018    0
    00000016    0
    00000010    0
    0000000f    0
00000012 mscorsvw.exe
    0000001b    0
    0000001a    0
    00000019    0
    00000013    0
00000014 explorer.exe
    0000002b    0
    0000002a    0
    00000029    0
    00000015    0
0000001c winedevice.exe
    00000024    0
    00000021    0
    00000020    0
    0000001d    0
00000022 plugplay.exe
    00000028    0
    00000027    0
    00000023    0
00000045 (D) C:\Program Files\Adobe\Adobe Digital Editions 4.5\migration.exe
    0000004a    0
    00000042    0
    0000003f    0
    00000032    0
    00000031    0
    00000030    0
    0000002f    0
    0000002e    0
    00000026    0
    0000000d    0
    0000000b    2
    00000047    0
    00000046    0 <==
00000036 WPFFontCache_v0400.exe
    00000040    0
    0000003b    0
    0000003c    0
    0000003d    0
    0000003e    0
    00000039    0
    00000037    0
00000043 wineconsole.exe
    00000035    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 3.13.0-68-generic

 

Réponses

Anonymous
Mercredi 6 Janvier 2016 à 15:44
Forgot to mention that winbind is installed.
Vendredi 8 Janvier 2016 à 16:46
I'll be able to take a closer look at it after Jan 18th(just moved to another place and got no internet), but keep calm. Have you tried updating your kernel version?
Lundi 25 Janvier 2016 à 19:41
I've got internet now, I'll check into it because all of a sudden I got the error screen.
Anonymous
Lundi 11 Avril 2016 à 11:56
Is there any progress on this? Would using an older version of ADE help?
chocoelho Lundi 4 Janvier 2016 à 15:06
chocoelho

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -19,6 +19,9 @@
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 2316
 
+if [ "$POL_OS" = "Linux" ]; then
+        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
+fi
 POL_Debug_Init
 
 # Presentation

Nouveau code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="AdobeDigitalEditions45"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

if [ "$POL_OS" = "Linux" ]; then
        wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"

if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"

        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"

        cd "$POL_System_TmpDir"

        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"

        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi

# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet40

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"

POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"

if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi

POL_SetupWindow_Close
exit 0

Réponses

Lundi 4 Janvier 2016 à 15:06
Alert user to install winbind in order to work properly.
immortel Samedi 26 Décembre 2015 à 14:12
immortel Anonymous

Messages

I've tried the script on my Linux Mint 17.3. PlayOnLinux version 4.2.2 (coming from the repository).

 

The installation of the software works properly but when I run it, it crashes.

Here is the details window that I get:

Unhandled exception: 0xe0434352 in 32-bit code (0x7b83e4b2).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b83e4b2 ESP:0032e1d4 EBP:0032e248 EFLAGS:00000246(   - --  I  Z- -P- )
 EAX:7b82990d EBX:7b8c1634 ECX:00000000 EDX:00000005
 ESI:00000005 EDI:0013c268
Stack dump:
0x0032e1d4:  0032e2a8 00000014 7923b348 e0434352
0x0032e1e4:  00000001 00000000 7b83e4b2 00000005
0x0032e1f4:  80131501 00000000 00000000 00000000
0x0032e204:  79140000 00000000 0032e2a8 003624b0
0x0032e214:  02000059 0032e228 79150579 0032e230
0x0032e224:  02000059 0032e234 7915bc5e 003dc828
Backtrace:
=>0 0x7b83e4b2 in kernel32 (+0x1e4b2) (0x0032e248)
  1 0x791cac08 in clr (+0x8ac07) (0x0032e2dc)
  2 0x791cae41 in clr (+0x8ae40) (0x0032e39c)
  3 0x051623f1 (0x0032e474)
  4 0x05057a83 (0x0032e498)
  5 0x05055091 (0x0032e4ec)
  6 0x04fd5536 (0x0032e518)
  7 0x04fd5254 (0x0032e528)
  8 0x0506373a (0x0032e794)
  9 0x04c16526 (0x0032e7b0)
  10 0x04c16263 (0x0032e7c0)
  11 0x04ba2cbd (0x0032e7dc)
  12 0x04ba2b40 (0x0032e81c)
  13 0x04ba2726 (0x0032e840)
  14 0x04c15f8d (0x0032e87c)
  15 0x04c15f19 (0x0032e894)
  16 0x791421db in clr (+0x21da) (0x0032e8a4)
  17 0x79164a2a in clr (+0x24a29) (0x0032e920)
  18 0x79164bcc in clr (+0x24bcb) (0x0032ea64)
  19 0x79164c01 in clr (+0x24c00) (0x0032ea80)
  20 0x79164c21 in clr (+0x24c20) (0x0032ea98)
  21 0x791df5f8 in clr (+0x9f5f7) (0x0032ec7c)
  22 0x791df74f in clr (+0x9f74e) (0x0032ed28)
  23 0x04c15616 (0x0032ed60)
  24 0x04c1533b (0x0032ed7c)
  25 0x04c15261 (0x0032edbc)
  26 0x04c14e17 (0x0032edfc)
  27 0x04c14b34 (0x0032ee40)
  28 0x04ba2ec3 (0x0032ee8c)
  29 0x04ba2def (0x0032eeac)
  30 0x04ba2cbd (0x0032eec8)
  31 0x04ba2b40 (0x0032ef08)
  32 0x04ba2726 (0x0032ef2c)
  33 0x04ba210d (0x0032ef6c)
  34 0x04ba16b1 (0x0032efb4)
  35 0x00d506e5 (0x0032efe8)
  36 0x7ea8110a WINPROC_wrapper+0x19() in user32 (0x0032f018)
  37 0x7ea817dc in user32 (+0xa17db) (0x0032f068)
  38 0x7ea8402b in user32 (+0xa402a) (0x0032f0b8)
  39 0x7ea43817 DispatchMessageW+0xb6() in user32 (0x0032f1c8)
  40 0x04c14a8f (0x0032f21c)
  41 0x04c13e4b (0x0032f26c)
  42 0x04c13cbe (0x0032f278)
  43 0x04c13bea (0x0032f284)
  44 0x04c13727 (0x0032f298)
  45 0x04c13479 (0x0032f2a8)
  46 0x04b3b077 (0x0032f2b4)
  47 0x791421db in clr (+0x21da) (0x0032f2c4)
  48 0x79164a2a in clr (+0x24a29) (0x0032f340)
  49 0x79164bcc in clr (+0x24bcb) (0x0032f478)
  50 0x79164c01 in clr (+0x24c00) (0x0032f494)
  51 0x79164c21 in clr (+0x24c20) (0x0032f4ac)
  52 0x7922ce82 in clr (+0xece81) (0x0032f610)
  53 0x7922cf90 in clr (+0xecf8f) (0x0032f878)
  54 0x7922cda4 in clr (+0xecda3) (0x0032fd5c)
  55 0x7922d199 in clr (+0xed198) (0x0032fdb0)
  56 0x7922d09a in clr (+0xed099) (0x0032fdfc)
  57 0x792aaf00 in clr (+0x16aeff) (0x0032fe34)
  58 0x603b55ab in mscoreei (+0x55aa) (0x0032fe40)
  59 0x79007f16 in mscoree (+0x7f15) (0x0032fe50)
  60 0x7b864e3c call_process_entry+0xb() in kernel32 (0x0032fe68)
  61 0x7b866429 in kernel32 (+0x46428) (0x0032feb8)
  62 0x7bc84b70 call_thread_func_wrapper+0xb() in ntdll (0x0032fed8)
  63 0x7bc87d6d call_thread_func+0x7c() in ntdll (0x0032ffa8)
  64 0x7bc84b4e RtlRaiseException+0x21() in ntdll (0x0032ffc8)
  65 0x7bc5954f in ntdll (+0x4954e) (0x0032ffe8)
  66 0xf752b67d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  67 0xf752b73b wine_switch_to_stack+0x2a() in libwine.so.1 (0xffe3dbc8)
  68 0x7bc5de5c LdrInitializeThunk+0x26b() in ntdll (0xffe3dc28)
  69 0x7b86d010 __wine_kernel_init+0xbbf() in kernel32 (0xffe3eb48)
  70 0x7bc5e3cb __wine_process_init+0x18a() in ntdll (0xffe3ebd8)
  71 0xf752930a wine_init+0x2b9() in libwine.so.1 (0xffe3ec38)
  72 0x7bf0104b main+0x7a() in <wine-loader> (0xffe3f088)
  73 0xf734aa83 __libc_start_main+0xf2() in libc.so.6 (0x00000000)
0x7b83e4b2: movl    0xfffffff4(%ebp),%ecx
Modules:
Module    Address            Debug info    Name (96 modules)
PE      400000-  7f4000    Deferred        digitaleditions
PE    55000000-5519a000    Deferred        wpfgfx_v0400
PE    554c0000-55585000    Deferred        presentationnative_v0400
PE    561c0000-562a1000    Deferred        wpftxt_v0400
PE    5e0d0000-5e17a000    Deferred        diasymreader
PE    60340000-6034d000    Deferred        culture
PE    603b0000-60416000    Export          mscoreei
PE    60930000-60940000    Deferred        nlssorting
PE    79000000-7904a000    Export          mscoree
PE    79060000-7911e000    Deferred        msvcr100_clr0400
PE    79140000-797af000    Export          clr
PE    79810000-79870000    Deferred        clrjit
ELF    7b800000-7ba6a000    Dwarf           kernel32<elf>
  \-PE    7b820000-7ba6a000    \               kernel32
ELF    7bc00000-7bcf2000    Dwarf           ntdll<elf>
  \-PE    7bc10000-7bcf2000    \               ntdll
ELF    7bf00000-7bf03000    Dwarf           <wine-loader>
ELF    7d754000-7d75b000    Deferred        libffi.so.6
ELF    7d75b000-7d797000    Deferred        libp11-kit.so.0
ELF    7d7ba000-7d83f000    Deferred        libgcrypt.so.11
ELF    7d83f000-7d908000    Deferred        libgnutls.so.26
ELF    7d908000-7d92f000    Deferred        iphlpapi<elf>
  \-PE    7d910000-7d92f000    \               iphlpapi
ELF    7d92f000-7d95e000    Deferred        netapi32<elf>
  \-PE    7d940000-7d95e000    \               netapi32
ELF    7d95e000-7d990000    Deferred        secur32<elf>
  \-PE    7d960000-7d990000    \               secur32
ELF    7d990000-7da51000    Deferred        windowscodecs<elf>
  \-PE    7d9a0000-7da51000    \               windowscodecs
ELF    7da51000-7da8c000    Deferred        ws2_32<elf>
  \-PE    7da60000-7da8c000    \               ws2_32
ELF    7da8c000-7dab3000    Deferred        mpr<elf>
  \-PE    7da90000-7dab3000    \               mpr
ELF    7dab3000-7dd5c000    Deferred        shell32<elf>
  \-PE    7dac0000-7dd5c000    \               shell32
ELF    7dd5c000-7de00000    Deferred        urlmon<elf>
  \-PE    7dd70000-7de00000    \               urlmon
ELF    7df60000-7df72000    Deferred        libtasn1.so.3
ELF    7df72000-7dfef000    Deferred        wininet<elf>
  \-PE    7df80000-7dfef000    \               wininet
ELF    7dfef000-7e132000    Deferred        oleaut32<elf>
  \-PE    7e010000-7e132000    \               oleaut32
ELF    7e132000-7e203000    Deferred        crypt32<elf>
  \-PE    7e140000-7e203000    \               crypt32
ELF    7e203000-7e245000    Deferred        rsaenh<elf>
  \-PE    7e210000-7e245000    \               rsaenh
ELF    7e2aa000-7e2b0000    Deferred        libxfixes.so.3
ELF    7e2b0000-7e2bb000    Deferred        libxcursor.so.1
ELF    7e2bb000-7e2cb000    Deferred        libxi.so.6
ELF    7e2cb000-7e2cf000    Deferred        libxcomposite.so.1
ELF    7e2cf000-7e2da000    Deferred        libxrandr.so.2
ELF    7e2da000-7e2e5000    Deferred        libxrender.so.1
ELF    7e2e5000-7e2eb000    Deferred        libxxf86vm.so.1
ELF    7e2eb000-7e2ef000    Deferred        libxinerama.so.1
ELF    7e2ef000-7e2f6000    Deferred        libxdmcp.so.6
ELF    7e2f6000-7e2fa000    Deferred        libxau.so.6
ELF    7e2fa000-7e31c000    Deferred        libxcb.so.1
ELF    7e31c000-7e450000    Deferred        libx11.so.6
ELF    7e450000-7e463000    Deferred        libxext.so.6
ELF    7e467000-7e46c000    Deferred        libgpg-error.so.0
ELF    7e46c000-7e484000    Deferred        libresolv.so.2
ELF    7e486000-7e51a000    Deferred        winex11<elf>
  \-PE    7e490000-7e51a000    \               winex11
ELF    7e51a000-7e5a0000    Deferred        rpcrt4<elf>
  \-PE    7e530000-7e5a0000    \               rpcrt4
ELF    7e5a0000-7e6e3000    Deferred        ole32<elf>
  \-PE    7e5c0000-7e6e3000    \               ole32
ELF    7e6e3000-7e707000    Deferred        imm32<elf>
  \-PE    7e6f0000-7e707000    \               imm32
ELF    7e748000-7e771000    Deferred        libexpat.so.1
ELF    7e771000-7e7ac000    Deferred        libfontconfig.so.1
ELF    7e7ac000-7e7d4000    Deferred        libpng12.so.0
ELF    7e7d4000-7e7ed000    Deferred        libz.so.1
ELF    7e7ed000-7e88d000    Deferred        libfreetype.so.6
ELF    7e8b0000-7e9c9000    Deferred        gdi32<elf>
  \-PE    7e8c0000-7e9c9000    \               gdi32
ELF    7e9c9000-7eb3f000    Dwarf           user32<elf>
  \-PE    7e9e0000-7eb3f000    \               user32
ELF    7eb3f000-7ebba000    Deferred        shlwapi<elf>
  \-PE    7eb50000-7ebba000    \               shlwapi
ELF    7ebba000-7ec33000    Deferred        advapi32<elf>
  \-PE    7ebd0000-7ec33000    \               advapi32
ELF    7ef65000-7ef72000    Deferred        libnss_files.so.2
ELF    7ef72000-7ef7e000    Deferred        libnss_nis.so.2
ELF    7ef7e000-7ef97000    Deferred        libnsl.so.1
ELF    7ef97000-7efdd000    Deferred        libm.so.6
ELF    7efe7000-7f000000    Deferred        version<elf>
  \-PE    7eff0000-7f000000    \               version
ELF    f7322000-f732b000    Deferred        libnss_compat.so.2
ELF    f732c000-f7331000    Deferred        libdl.so.2
ELF    f7331000-f74df000    Dwarf           libc.so.6
ELF    f74df000-f74fb000    Deferred        libpthread.so.0
ELF    f7516000-f751f000    Deferred        librt.so.1
ELF    f751f000-f76e5000    Dwarf           libwine.so.1
ELF    f76e7000-f7709000    Deferred        ld-linux.so.2
ELF    f7709000-f770a000    Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Adobe\Adobe Digital Editions 4.5\DigitalEditions.exe
    00000030    0
    0000002f    0
    0000002e    0
    00000028    2
    00000027    0
    00000009    0 <==
0000000e services.exe
    00000024    0
    00000023    0
    0000001c    0
    00000016    0
    00000014    0
    00000010    0
    0000000f    0
00000012 mscorsvw.exe
    00000019    0
    00000018    0
    00000017    0
    00000013    0
0000001a winedevice.exe
    00000022    0
    0000001f    0
    0000001e    0
    0000001b    0
00000020 plugplay.exe
    00000026    0
    00000025    0
    00000021    0
00000029 explorer.exe
    0000002d    0
    0000002c    0
    0000002b    0
    0000002a    0
00000033 wineconsole.exe
    00000034    0
System information:
    Wine build: wine-1.7.46 (Staging)
    Platform: i386
    Host system: Linux
    Host version: 3.16.0-38-generic

Réponses

Lundi 4 Janvier 2016 à 14:44
Have you tried to update your PoL version?
Lundi 4 Janvier 2016 à 15:05
Installing winbind solved the problem.
chocoelho Mercredi 9 Décembre 2015 à 12:15
chocoelho

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

It allows local and download methods. It downloads the 4.5 version, I guess it should work with 4.0.

Differences

@@ -0,0 +1,70 @@
+#!/bin/bash
+# Date : (2015-12-09)
+# Distribution used to test : Duzeru GNU/Linux 64-bit
+# Author : chocoelho
+# Licence : GPLv3
+# PlayOnLinux: 4.2.9
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+PREFIX="AdobeDigitalEditions45"
+WINEVERSION="1.7.46-staging"
+TITLE="Adobe Digital Editions 4.5"
+EDITOR="Adobe Systems Inc."
+GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
+AUTHOR="chocoelho"
+
+#Initialization
+POL_SetupWindow_Init
+POL_SetupWindow_SetID 2316
+
+POL_Debug_Init
+
+# Presentation
+POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
+
+# Let the user choose between downloading the installer or using an already existing one.
+POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
+
+if [ "$INSTALL_METHOD" = "LOCAL" ]; then
+        cd "$HOME"
+        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
+        FULL_INSTALLER="$APP_ANSWER"
+else # DOWNLOAD
+        POL_System_TmpCreate "$PREFIX"
+
+        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"
+
+        cd "$POL_System_TmpDir"
+
+        POL_Download "$DOWNLOAD_URL"
+        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"
+
+        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
+fi
+
+# Setting up the prefix
+POL_System_SetArch "x86"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "$WINEVERSION"
+
+# Configuration
+Set_OS "winxp"
+
+#Dependencies
+POL_Call POL_Install_corefonts
+POL_Call POL_Install_dotnet40
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "$FULL_INSTALLER"
+
+POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"
+
+if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
+    # Free some disk space
+    POL_System_TmpDelete
+fi
+
+POL_SetupWindow_Close
+exit 0

Nouveau code source

#!/bin/bash
# Date : (2015-12-09)
# Distribution used to test : Duzeru GNU/Linux 64-bit
# Author : chocoelho
# Licence : GPLv3
# PlayOnLinux: 4.2.9

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

PREFIX="AdobeDigitalEditions45"
WINEVERSION="1.7.46-staging"
TITLE="Adobe Digital Editions 4.5"
EDITOR="Adobe Systems Inc."
GAME_URL="http://www.adobe.com/solutions/ebook/digital-editions.html"
AUTHOR="chocoelho"

#Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 2316

POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Let the user choose between downloading the installer or using an already existing one.
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"

if [ "$INSTALL_METHOD" = "LOCAL" ]; then
        cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
        FULL_INSTALLER="$APP_ANSWER"
else # DOWNLOAD
        POL_System_TmpCreate "$PREFIX"

        DOWNLOAD_URL="http://download.adobe.com/pub/adobe/digitaleditions/ADE_4.5_Installer.exe"

        cd "$POL_System_TmpDir"

        POL_Download "$DOWNLOAD_URL"
        DOWNLOAD_FILE="$(basename "$DOWNLOAD_URL")"

        FULL_INSTALLER="$POL_System_TmpDir/$DOWNLOAD_FILE"
fi

# Setting up the prefix
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

# Configuration
Set_OS "winxp"

#Dependencies
POL_Call POL_Install_corefonts
POL_Call POL_Install_dotnet40

POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FULL_INSTALLER"

POL_Shortcut "DigitalEditions.exe" "$TITLE" "" "" "Office;"

if [ "$INSTALL_METHOD" = "DOWNLOAD" ]; then
    # Free some disk space
    POL_System_TmpDelete
fi

POL_SetupWindow_Close
exit 0

Réponses

Mardi 15 Décembre 2015 à 21:40
I guess I haven't put it under Office apps "/
Mercredi 16 Décembre 2015 à 7:21
The problem was probably instead that you selected "No-CD patch required"