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
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:
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
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Debian GNU/Linux 6.x "Squeeze" x86_64 | Mar 23 2010 | 1.1.41 | Yes | Yes | Gold | an anonymous user | ||
Current | Ubuntu 8.04 "Hardy" i386 (+ variants like Kubuntu) | Apr 05 2009 | 1.1.17 | Yes | Yes | Gold | José Eduardo | ||
Show | Ubuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu) | May 25 2008 | 1.0-rc2 | Yes | Yes | Bronze | Erich E. Hoover |
Bug # | Description | Status | Resolution | Other apps affected |
* 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.ÂÂ
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Calvin on Friday May 15th 2009, 16:26
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).
by Erich E. Hoover on Sunday May 17th 2009, 11:41
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.
by Calvin on Monday May 18th 2009, 13:33
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.
by Erich E. Hoover on Monday May 18th 2009, 13:42
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?
by Calvin on Monday May 18th 2009, 15:08
Dotnet20 was installed using the winetricks script from www.kegel.com/wine/winetricks
by Erich E. Hoover on Monday May 18th 2009, 18:16
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.