[Bug 22737] LOTRO Downloader hangs or crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 17 02:01:47 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22737


Daniel Santos <daniel.santos at pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|1.1.43                      |1.1.44




--- Comment #3 from Daniel Santos <daniel.santos at pobox.com>  2010-05-17 02:01:46 ---
Condition also exists in 1.1.44, so updating version field.  This new 
downloader/installer uses some "Pando Media Booster Downloader", (web site:
http://pandonetworks.com/).  I'm not sure if it's expecting .NET or not yet,
I'll try to find out more.  Here is a snippet I extracted from the executable:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  <assemblyIdentity
    version="1.0.0.0"
    processorArchitecture="*"
    name="Pando Media Booster Downloader"
    type="win32"/> 
    <description>Pando Media Booster Downlaoder</description>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level="requireAdministrator"/>
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>

Also, the older downloader/installer (for Book 11) still appears to work, but
it does not use this "Pando" technology.  So it doesn't appear Wine has
"broken" anything, just that the new installer is broken on wine.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list