WineHQ

Launchpad Enhanced

No Screenshot

Submit Screenshot
-

Application Details:

Version: 1/25/2008
License: Free to use
URL: http://launchpad.thewildclan.c...
Votes: 0
Latest Rating: Gold
Latest Wine Version Tested: 1.1.41

Maintainers: About Maintainership

Free Download Launchpad Enhanced - 1/25/2008

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

everything (after you do the step below)

What does not

running LPE before you run it on windows and then paste the windows LPE on the Linux one

Workarounds

What was not tested

nothing

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

if you don't do the step mentioned above the LPE will try update (the updater before the launcher), but it will miss a lot of files and it won't run, but if you run it on windows and then copy the windows one and paste on Linux, it runs perfectly the How To is ULTRA VERY HIGH recommended

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowDebian GNU/Linux 6.x "Squeeze" x86_64Mar 23 20101.1.41Yes Yes Goldan anonymous user 
CurrentUbuntu 8.04 "Hardy" i386 (+ variants like Kubuntu)Apr 05 20091.1.17Yes Yes GoldJosé Eduardo 
ShowUbuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu)May 25 20081.0-rc2Yes Yes BronzeErich E. Hoover 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO
Note: You may need to start with a fresh "~/.wine" if you want to be "safe", I've found that .NET can have issues with an old install.
  1. Install the Visual C++ 2005 runtime, .NET 2.0, and gdiplus using winetricks:
    ./winetricks vcrun2005 gdiplus dotnet20
  2. Install Launchpad Enhanced
  3. Install* StarWars Galaxies
  4. Run Launchpad Enhanced

    

* You may copy SWG from a Windows PC if you wish, it does not need to be explicitly installed.

** When you run LPE the first time it may crash, just run it again.­­

Comments

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

Launchpad Enhanced Status
by Calvin on Friday May 15th 2009, 16:26
I've fought for several days trying to get Launchpad Enhanced to work correctly.

A patched install of wine 1.0.1 with Erich Hoover's ContextQuery patch and the GDI hack patches will allow an initial install and one-time run of Launchpad Enhanced. Subsequent attempts to start LPE result in crashes (error in GdipCreateFontFromLogfontW). Installation and overrides of native gdiplus do not seem to make a difference.

Newer versions of Wine also crash using gdiplus override.

Using just the stub patches for Erich's GDI hacking result in the endless loop bug trying to update that he posted earlier.

Is there anything I'm missing on how to get LPE to work reliably?

Also, the howto listed does not seem to adequately reflect the status with current wine versions. Following the howto results in a crash every time (.net errors).
RE: Launchpad Enhanced Status
by Erich E. Hoover on Sunday May 17th 2009, 11:41
Sorry it has taken me so long to respond to this. I do not believe I ever got a full set of GDI stubs in to get LPE working - after getting part way I had other responsibilities tear me away. A native gdiplus has always worked for me for getting LPE to run. While I normally have other over-rides as well, the gdiplus one is the only one that is necessary to get LPE working (I just checked this again). In case it is relevant to your issue, I run Wine in Windows XP mode and the md5sum for my gdiplus.dll is:
871c903a90c45ca08a9d42803916c3f7

I've noticed that LPE no-longer properly recognizes that it is updated and this is why it won't let you play, just re-run the "Full Scan" at the bottom and then it will allow you to launch the game. I'm not sure whether this is due to a change in LPE or Wine, but it unfortunately means that you must re-run the "Full Scan" every time you start LPE.
RE: Launchpad Enhanced Status
by Calvin on Monday May 18th 2009, 13:33
I have never been able to get LPE to work with native gdiplus.

I created a new WINEPREFIX and copied over the gdiplus.dll that matches your md5sum. I set it to native using winecfg. I installed dotnet20 using winetricks and corefonts. Installation of LPE works fine, however running LPE results in a popup from LPE that states, "Big ass error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt."

Clicking ok invokes .net error reporting with the following result:

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Drawing.SafeNativeMethods.Gdip.GdipCreateFontFromLogfontW(HandleRef hdc, Object lf, IntPtr& font)
(more debug continues ... removed)

As a side note, .net 2.0 installation actually installs its own version of gdiplus that is slightly older than the one you use. I have tried using that version as well as deleting it and using the version matching your md5sum. It doesn't make a difference, the result is always as I described.

This occurs with both wine 1.0.1 and 1.1.21.

The only thing I can figure is that there must be either another override I need to use, or there is something different about our .net installs.
RE: Launchpad Enhanced Status
by Erich E. Hoover on Monday May 18th 2009, 13:42
> "Big ass error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt."

I have not seen this error with LPE but I have previously seen errors like it somewhere else - are you using a 64-bit processor?

> The only thing I can figure is that there must be either another override I need to use, or there is something different about our .net installs.

I disabled all my other over-rides the other day to check and did not have this problem, I could try to do a new .NET install though. Could you send me the link to the .NET 2.0 you installed?
RE: Launchpad Enhanced Status
by Calvin on Monday May 18th 2009, 15:08
I'm running Ubuntu Jaunty x86_64. Wine is running using the 32-bit compatibility libraries.

Dotnet20 was installed using the winetricks script from www.kegel.com/wine/winetricks
RE: Launchpad Enhanced Status
by Erich E. Hoover on Monday May 18th 2009, 18:16
That's the way to do it, the issue that I remember is that some 32-bit libraries/applications will attempt to use memory in an area that is reserved on x86-64. Please try launching like this:
linux32 ~flags~ wine LaunchpadEnhanced.exe

If I remember correctly, then "~flags~" should be something like "-BLR". If that doesn't work then running "man linux32" should give you hints on what flags to use.
Back