Jump to content

Skylords Reborn on OSX/Linux via Wine!


Ultrakool

Recommended Posts

Hey folks,

Disclaimer: I have tried this method/installation and not managed to make it work, so I’m counting on some Mac genius out there to make it work and perhaps would be willing to make some sort of video guide that would be very(!!) helpful for those of us who aren’t apt with computers.

I have some exciting news to share to you. I have received information that @Fahrazoid has succeeded in running Skylords reborn updater(and therefore BattleForge) via wine! He has been nice enough to pass along the instructions so that you fans on Mac out there can enjoy BattleForge too! Without further ado here are the instructions! You need to paste the lines enclosed by [] to the terminal! Do not include the [] themselves.

1 (optional). Install brew. I believe it would be easier for major amount of users to complete package installation steps via brew. It is simple package manager: https://brew.sh/

2. Install wine and winetricks via brew(need 5.0 version):

brew install wine

brew install winetricks

3. Create wine 32-bit PREFIX. Prefix - simply is the directory for wine 'virtual windows', based on 32-bit system. (Its good, that launcher was patched to work on x32 ):

[WINEPREFIX=~/.wine32 WINEARCH=win32 winecfg]

(This creates a hidden directory under User, called .wine32, which includes all the C drive and Program Files stuff and opens configuration window)

4. In configuration window set the Default Settings to Windows 10 version and apply changes. Be aware, that winecfg has to be opened under 32 prefix. If it was accidently closed after 3rd step:

[WINEPREFIX=~/.wine32 winecfg]

(first part of this command states, which prefix has to be used)

5. Copy all the unpacked files of Battle Forge and Skylords Launcher preferably into the 32 PREFIX folder, into the Program Files. After all the steps were done, i had this setup:

~/.wine32/drive_c/Program Files/BattleForge (all the files were in this folder)

6. Install dotnet461 via winetricks under the 32 PREFIX - It is.NET

[WINEPREFIX=~/.wine32 winetricks dotnet461]

7. Install vcrun2010, vcrun2012, vcrun2013, vcrun2015 the same way - It is Microsoft Visual

[WINEPREFIX=~/.wine32 winetricks vcrun2010 (and repeat for other versions)]

7.B. Repeat 4th step. Change back Windows version to Windows 10 because installation of dotnet461 changed it. Without this step the launcher was crashing.

[WINEPREFIX=~/.wine32 winecfg]

8. After installation completes, you can try to run Skylordsreborn Updater (of course under 32 PREFIX), but before you should cd to the BattleForge folder:

cd ~/.wine32/drive_c/Program\ Files/BattleForge WINEPREFIX=~/.wine32 wine SkylordsRebornUpdater.exe

Let me know if it works for you, or any problems you encounter in this thread

Metagross31 likes this
Link to comment
Share on other sites

  • 9 months later...

I tinkered with it too for some time now, 
 

But i dont manage to run it sucessfully. 

The Patcher Launches without issues but one: I do not see anything in the window, its either totally black, or not visible at all, but there. 

But it is working - when i randomly click on the "window" i can use it - like bottom left the play button maybe ?  , havent seen it so its just a guess - bottom right , the discord button, top right the language changer 

 

If i click the bottom right corner (dont ask me which button it is) the game window comes up for a split second then crashes

Quote

wine: Unhandled page fault on read access to 00000000 at address 00428269 (thread 0056), starting debugger...

 

one more information would be interesting - when installing wine via brew, which version of wine gets installed ? 

 

(I tried it installing in Xubuntu 18.04, via Lutris - with different wine versions) 

Edited by Bloodiko
Link to comment
Share on other sites

  • Ultrakool unpinned this topic
  • 4 weeks later...
  • 3 weeks later...

Hello,

I confirm I have managed to launch the game with the above guide on Ubuntu 18.04.

The crucial part was installing wine to the 5.0 version (currently I'm using 5.0.2). Ubuntu 18.04 has wine in the repo only in 3.6.0 version and with this one I couldn't connect to the skylords reborn server in the login in-game screen. The guide to install wine 5.0 can be found here: https://tecadmin.net/install-wine-on-ubuntu/

Although I have one more issue. Before every launch I have to remove configuration file from "~/.wine32/drive_c/users/<username>/My Documents/BattleForge/config.json" otherwise the game is crashing. Thanks to Deck on discord he narrowed the problem with the config.json, so it could be edited to the form below having the most important one (although I didn't test it because it was more convenient for me to just delete the file):

Quote

"application": { "fullscreen": false, "globalvolume": 0.3700000047683716, "screenheight": 900, "screenvsync": "OFF", "screenwidth": 1600, "showsimpleui": false, "showtutorials": false }

Happy gaming on Linux!

Edit:

I have narrowed the problem with crashing because of config.json. All you have to do is to remove the below line from this file and the game crashing will be gone. That's all!

Quote

"maxshader": false

 

Edited by crie
isitar, mx2, fiki574 and 3 others like this
Link to comment
Share on other sites

  • Zyna changed the title to Skylords Reborn on OSX/Linux via Wine!
  • Zyna pinned this topic

hoj, Linux Mint 20 on this machine

not sure if I entered the wine32 commands correctly. there is a .wine32 folder in my own home/name/ folder.

edit: will be back after I hopefully did everything right

next edit: I seem to have a 64bit install at /.wine32 ... wtf? how?! and how do I fix that?

yet another edit (yae): I think I did it, setting up a wine purely x86 but I'm not sure. welp, the Updater still won't start, and it sends my terminal into ... well, into what? (see attached image)

Screenshot from 2020-11-28 04-39-34 wine trying to run updater.png

Edited by MIB4u
new info
Link to comment
Share on other sites

  • 1 month later...

after few hours of torture i got it also running. ubuntu18.04, wine 5.0.3 (from source), winetricks (from brew; version 20201206). but my config diffs a bit.

at first i had alike problems as Bloodiko, SkylordsRebornUpdater.exe only showed a black.screen with two strokes in the upper left corner. no invisible buttons to press. this i was able to solve with the brew.version from winetricks. my previously used (manuel installed) winetricks seems to borge the dotnet461 installation.

after i got winetricks from brew installed, i re-installing dotnet461 (ll b three packages which gets installed) and had finally the Updater-screen working, but Battleforge.exe was still crashing. After switching to "win8" and enabling virtual.screen via winecfg it was finally able to sign on.

- finally i can re-experience "old good memories".

Edited by ScareWare
Metagross31 likes this
Link to comment
Share on other sites

Thanks for the guide! And thanks to ScareWare for his post as well.

Confirming that OP's method works if you're using wine-stable version 5.

The newer versions, like the one in my distro's repo, or staging, aren't able to install the proper dotnet packages.

See you in game.

 

Edit: Also confirming what Crie said about needing to remove the maxshader line in the config.json before each subsequent start of the game. Thanks for that.

Edited by gloom
Relevant
Link to comment
Share on other sites

Ah i tried the above and ended up with the below errorcode in the image when using wine after running the SRinstaller.exe. I cant make it run. 

 

For general information, I am using Ubuntu20.04 and wine 5.0.

Screenshot from 2021-01-21 18-53-38.png

 

 

and trying to use the lutris installer above brings me in some issues with the 64bit version of windows i think. The error message is below:

 

Any help would be great! been sitting all day and figuring it out :D. Really want to play the game

Screenshot from 2021-01-21 19-08-05.png

 

 

Trying to use the SkylordRebornUpdater.exe also gives me an error:

 

Screenshot from 2021-01-21 20-53-28.png

Edited by mothemo
Link to comment
Share on other sites

Hej,

so first of all you should not be running SRInstaller.exe, that will most likely not work (and also is neither part of the instructions from OP nor from the lutris installer).

About the lutris installer (since that is the only thing i can really help with :)):

Can you check if the prefix has all the requirements installed (in winetricks check default prefix -> install a Windows DLL) and there should be checkmarks under vcrun2010,2012,2013,2015 and dotnet as well as some d3d and vulkan stuff. What happens exactly if you press on Play? (usually I recommend not using the terminal at all if you are using lutris (besides debugging ofc), cuz it might complicate things)

Someone reported an issue with the installer on the lutris page, but I didnt find time yet to reproduce it, maybe this is related

 

*edit: after reviewing the last error message i guess you could be right about the windows version. I guess the SRInstaller was compiled for 64Bit but since we need a 32 prefix it wont run there. (but again, we (=linux users) should not be using that exe anyway)

Edited by Lordakius
Link to comment
Share on other sites

I tried the above instructions. Dotnet and vcrun installs successfully but when I try to run the game I'll get the following error, inclusing an exception backtrace from SkylordsRebornUpdater.exe itself. Im using Wine Staging 6.0 on Arch Linux with a clean 32bit wineprefix:

Quote

WINEPREFIX=/games/mx-online/wine/Skylords wine SkylordsRebornUpdater.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.0 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0060:err:ole:start_rpcss Failed to start RpcSs service
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 10021A79, 1006ED50, 1006ED68) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 100042E1, 28) stub
0024:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 014D7BE8, 0195E678, 0195E690) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0132EC3A, 28) stub
0024:fixme:kernelbase:QuirkIsEnabled3 (0031F520, FFFFFFFF) stub!
0024:fixme:heap:GetNumaHighestNodeNumber semi-stub: 0031FC58
0024:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 015D7A92, 0195D368, 019670A8) stub.
0024:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 015D7A92, 0195D6D8, 0195D578) stub.
0024:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 015D7A92, 01965C98, 019670B8) stub.
0024:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 015D7A92, 0195D480, 0195D4C8) stub.
0024:fixme:seh:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 01310000) stub
00e4:err:ole:CoGetContextToken apartment not initialised
0024:fixme:path:parse_url failed to parse L"PresentationFramework"
0024:fixme:path:parse_url failed to parse L"WindowsBase"
0024:fixme:path:parse_url failed to parse L"System.Core"
0024:fixme:path:parse_url failed to parse L"System"
0024:fixme:path:parse_url failed to parse L"System.Configuration"
0024:fixme:path:parse_url failed to parse L"System.Xml"
0024:fixme:path:parse_url failed to parse L"System.Numerics"
0024:fixme:path:parse_url failed to parse L"System.Security"
0024:fixme:path:parse_url failed to parse L"System.Xaml"
0024:fixme:path:parse_url failed to parse L"Accessibility"
0024:fixme:path:parse_url failed to parse L"PresentationCore"
0024:fixme:path:parse_url failed to parse L"UIAutomationTypes"
0024:fixme:path:parse_url failed to parse L"System.Windows.Input.Manipulations"
0024:fixme:path:parse_url failed to parse L"UIAutomationProvider"
0024:fixme:path:parse_url failed to parse L"System.Deployment"
0024:fixme:path:parse_url failed to parse L"ReachFramework"
0024:fixme:path:parse_url failed to parse L"PresentationUI"
0024:fixme:path:parse_url failed to parse L"System.Printing"
0024:fixme:path:parse_url failed to parse L"WindowsBase"
0024:fixme:path:parse_url failed to parse L"System.Core"
0024:fixme:path:parse_url failed to parse L"System"
0024:fixme:path:parse_url failed to parse L"PresentationCore"
0024:fixme:path:parse_url failed to parse L"System.Xaml"
0024:fixme:ntdll:EtwEventRegister ({e13b77a8-14b6-11de-8069-001b212b5009}, 0568CA62, 05721048, 05728410) stub.
0024:fixme:nls:LCIDToLocaleName unsupported flags 8000000
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0031CE94 00000000 0031CE90) returning a dummy value (current locale)
0024:fixme:nls:get_dummy_preferred_ui_language (0x8 0031CE94 001971F8 0031CE90) returning a dummy value (current locale)
0024:fixme:nls:CompareStringEx semi-stub behavior for flag(s) 0x8000000
0024:fixme:ntdll:EtwEventRegister ({e13b77a8-14b6-11de-8069-001b212b5009}, 058B055E, 00000000, 0031ED34) stub.
0024:fixme:ntdll:EtwEventRegister ({2e5dba47-a3d2-4d16-8ee0-6671ffdcd7b5}, 058B05D6, 00000000, 01E2E8B8) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 01E2E858, 40) stub
0024:fixme:ntdll:EtwEventRegister ({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 058B05FE, 00000000, 01E31184) stub.
0024:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 01E31148, 51) stub
0024:fixme:path:parse_url failed to parse L"SkylordsRebornUpdater.resources"
0024:fixme:path:parse_url failed to parse L"SkylordsRebornUpdater.resources"
0024:fixme:path:parse_url failed to parse L"MahApps.Metro"
0024:fixme:path:parse_url failed to parse L"ControlzEx"
0024:fixme:path:parse_url failed to parse L"System.Windows.Interactivity"
0024:fixme:path:parse_url failed to parse L"System.Management"
0024:fixme:path:parse_url failed to parse L"System.Configuration.Install"
0024:fixme:path:parse_url failed to parse L"Microsoft.JScript"
0024:fixme:path:parse_url failed to parse L"System.Configuration"
0024:fixme:path:parse_url failed to parse L"System.Xml"
0024:fixme:path:parse_url failed to parse L"System.Data.SqlXml"
0024:fixme:msg:ChangeWindowMessageFilter c048 00000001
0024:fixme:dwmapi:DwmAttachMilContent (00010058) stub
00e8:fixme:driver:GdiEntry13 stub
00e8:fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0x1): monitor setting ignored
00e8:fixme:d3d:wined3d_check_device_format_conversion output 0x1b6630, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
00f0:fixme:sync:SetWaitableTimerEx (00000280, 05F8FE9C, 500, 00000000, 00000000, 00000000, 50) semi-stub
00ec:fixme:virtual:NtFlushProcessWriteBuffers stub
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:path:parse_url failed to parse L"PresentationFramework.classic"
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:path:parse_url failed to parse L"MahApps.Metro.resources"
0024:fixme:path:parse_url failed to parse L"MahApps.Metro.resources"
0024:fixme:path:parse_url failed to parse L"MahApps.Metro.resources"
0024:fixme:path:parse_url failed to parse L"MahApps.Metro.resources"
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFB1C, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
00e4:fixme:ole:thread_context_callback_ContextCallback 001A980C, 013D8AA9, 03FBFAA4, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:wincodecs:ColorTransform_Initialize ignoring color contexts
0024:fixme:win:RegisterPowerSettingNotification (00010066,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0024:fixme:wtsapi:WTSRegisterSessionNotification Stub 00020062 0x00000000
0024:fixme:combase:RoGetActivationFactory (L"Windows.Foundation.Diagnostics.AsyncCausalityTracer", {50850b26-267e-451b-a890-ab6a370245ee}, 0031D8C0): semi-stub
0024:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
0024:fixme:msg:ChangeWindowMessageFilterEx 00020062 c045 1 0031ED7C
0024:fixme:msg:ChangeWindowMessageFilterEx 00020062 111 1 0031ED7C
00e8:fixme:d3d:wined3d_check_device_format_conversion output 0x1b6630, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0024:fixme:path:parse_url failed to parse L"PresentationFramework-SystemXml"
00fc:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
00fc:fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
0024:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
0024:fixme:advapi:ReportEventW (CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,003196A0,00000000): stub
0024:err:eventlog:ReportEventW L"Application: SkylordsRebornUpdater.exe\nFramework Version: v4.0.30319\nDescription: The process was terminated due to an unhandled exception.\nException Info: System.UriFormatException\n   at System.Uri.CreateThis(System.String, Boolean, System.UriKind)\n   at System.Uri..ctor(System.Stri"...
0024:fixme:advapi:DeregisterEventSource (CAFE4242) stub

Unhandled Exception: 0024:fixme:ver:GetCurrentPackageId (00317E9C 00000000): stub
System.UriFormatException: Invalid URI: The hostname could not be parsed.
   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
   at System.Uri..ctor(String uriString)
   at MS.Internal.FontCache.Util.CombineUriWithFaceIndex(String fontUri, Int32 faceIndex)
   at System.Windows.Media.GlyphTypeface..ctor(Font font)
   at MS.Internal.FontFace.PhysicalFontFamily.GetGlyphTypeface(FontStyle style, FontWeight weight, FontStretch stretc
h)
   at MS.Internal.FontFace.PhysicalFontFamily.MS.Internal.FontFace.IFontFamily.GetTypefaceMetrics(FontStyle style, Fo
ntWeight weight, FontStretch stretch)
   at System.Windows.Media.Typeface.ConstructCachedTypeface()
   at System.Windows.Media.Typeface.get_CachedTypeface()
   at System.Windows.Media.Typeface.CheckFastPathNominalGlyphs(CharacterBufferRange charBufferRange, Double emSize, D
ouble scalingFactor, Double widthMax, Boolean keepAWord, Boolean numberSubstitution, CultureInfo cultureInfo, TextFor
mattingMode textFormattingMode, Boolean isSideways, Boolean breakOnTabs, Int32& stringLengthFit)
   at MS.Internal.TextFormatting.SimpleRun.CreateSimpleTextRun(CharacterBufferRange charBufferRange, TextRun textRun,
 TextFormatterImp formatter, Int32 widthLeft, Boolean emergencyWrap, Boolean breakOnTabs)
   at MS.Internal.TextFormatting.SimpleRun.Create(FormatSettings settings, CharacterBufferRange charString, TextRun t
extRun, Int32 cp, Int32 cpFirst, Int32 runLength, Int32 widthLeft, Int32 idealRunOffsetUnRounded)
   at MS.Internal.TextFormatting.SimpleTextLine.Create(FormatSettings settings, Int32 cpFirst, Int32 paragraphWidth)
   at MS.Internal.TextFormatting.TextFormatterImp.FormatLineInternal(TextSource textSource, Int32 firstCharIndex, Int
32 lineLength, Double paragraphWidth, TextParagraphProperties paragraphProperties, TextLineBreak previousLineBreak, T
extRunCache textRunCache)
   at MS.Internal.TextFormatting.TextFormatterImp.FormatLine(TextSource textSource, Int32 firstCharIndex, Double para
graphWidth, TextParagraphProperties paragraphProperties, TextLineBreak previousLineBreak, TextRunCache textRunCache)
   at MS.Internal.Text.Line.Format(Int32 dcp, Double width, TextParagraphProperties lineProperties, TextLineBreak tex
tLineBreak, TextRunCache textRunCache, Boolean showParagraphEllipsis)
   at System.Windows.Controls.TextBlock.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
   at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Border.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Control.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU,
 Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU,
 Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU,
 Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU,
 Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
   at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
   at System.Windows.Controls.ContentPresenter.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Documents.AdornerDecorator.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Control.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Grid.MeasureCell(Int32 cell, Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU,
 Boolean forceInfinityV, Boolean& hasDesiredSizeUChanged)
   at System.Windows.Controls.Grid.MeasureCellsGroup(Int32 cellsHead, Size referenceSize, Boolean ignoreDesiredSizeU,
 Boolean forceInfinityV)
   at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Documents.AdornerDecorator.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Controls.Grid.MeasureOverride(Size constraint)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Window.MeasureOverrideHelper(Size constraint)
   at System.Windows.Window.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
   at System.Windows.UIElement.Measure(Size availableSize)
   at System.Windows.Interop.HwndSource.SetLayoutSize()
   at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
   at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
   at System.Windows.Window.SetRootVisual()
   at System.Windows.Window.SetRootVisualAndUpdateSTC()
   at System.Windows.Window.SetupInitialState(Double requestedTop, Double requestedLeft, Double requestedWidth, Doubl
e requestedHeight)
   at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
   at System.Windows.Window.CreateSourceWindowDuringShow()
   at System.Windows.Window.SafeCreateWindowDuringShow()
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 num
Args, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Obje
ct state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state
, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state
)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean&
handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 num
Args, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate me
thod, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
   at System.Windows.Application.RunDispatcher(Object ignore)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run(Window window)
   at SkylordsRebornUpdater.App.Main()
wine: Unhandled exception 0xe0434352 in thread 24 at address 7B010BF6 (thread 0024), starting debugger...
0104:fixme:dbghelp:elf_search_auxv can't find symbol in module
0104:fixme:dbghelp:elf_search_auxv can't find symbol in module
Unhandled exception: 0xe0434352 in 32-bit code (0x7b010bf6).
0104:fixme:dbghelp:elf_search_auxv can't find symbol in module
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:7b010bf6 ESP:0031a784 EBP:0031a7f8 EFLAGS:00000246(   - --  I  Z- -P- )
 EAX:0031a790 EBX:00000000 ECX:00000010 EDX:0031a870
 ESI:e0434352 EDI:00000001
Stack dump:
0x0031a784:  75153569 0223a5cc 0223a5cc e0434352
0x0031a794:  00000001 00000000 7b010bf6 00000005
0x0031a7a4:  80131537 00000000 00000000 00000000
0x0031a7b4:  01310000 0223a5cc 013dc16d 75153af5
0x0031a7c4:  00000000 0223a5cc 00000005 0031a7e4
0x0031a7d4:  00000000 00000000 00150128 0031a8c4
Backtrace:
=>0 0x7b010bf6 EntryPoint+0xffffffff() in kernelbase (0x0031a7f8)
  1 0x013b06f2 EntryPoint+0x8a9d1() in clr (0x0031a8a4)
  2 0x013b1144 EntryPoint+0x8b423() in clr (0x0031a96c)
  3 0x049010f5 in system.ni (+0x8010f4) (0x0031a980)
  4 0x0428cfb6 in system.ni (+0x18cfb5) (0x0031a994)
  5 0x04c8762d in presentationcore.ni (+0x1f762c) (0x0031a9ac)
  6 0x04c86972 in presentationcore.ni (+0x1f6971) (0x0031a9e8)
  7 0x04c865e7 in presentationcore.ni (+0x1f65e6) (0x0031aa04)
  8 0x04c8659a in presentationcore.ni (+0x1f6599) (0x0031aa40)
  9 0x04c8542b in presentationcore.ni (+0x1f542a) (0x0031aa50)
  10 0x04c84fdc in presentationcore.ni (+0x1f4fdb) (0x0031aab4)
  11 0x04c84ec1 in presentationcore.ni (+0x1f4ec0) (0x0031ab38)
  12 0x04c849a8 in presentationcore.ni (+0x1f49a7) (0x0031ab90)
  13 0x04c83a55 in presentationcore.ni (+0x1f3a54) (0x0031ac24)
  14 0x04c833ad in presentationcore.ni (+0x1f33ac) (0x0031ac48)
  15 0x04c832c1 in presentationcore.ni (+0x1f32c0) (0x0031ac6c)
  16 0x569a3386 in presentationframework.ni (+0x393385) (0x0031ac98)
  17 0x568de7f4 in presentationframework.ni (+0x2ce7f3) (0x0031ad9c)
  18 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031b068)
  19 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031b0e4)
  20 0x569a0a45 in presentationframework.ni (+0x390a44) (0x0031b104)
  21 0x568e50da in presentationframework.ni (+0x2d50d9) (0x0031b11c)
  22 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031b3e8)
  23 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031b464)
  24 0x56994aab in presentationframework.ni (+0x384aaa) (0x0031b554)
  25 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031b820)
  26 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031b89c)
  27 0x568e3dc0 in presentationframework.ni (+0x2d3dbf) (0x0031b8d0)
  28 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031bb9c)
  29 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031bc18)
  30 0x568e3c59 in presentationframework.ni (+0x2d3c58) (0x0031bc5c)
  31 0x568e328c in presentationframework.ni (+0x2d328b) (0x0031bce0)
  32 0x568e3b6a in presentationframework.ni (+0x2d3b69) (0x0031bd08)
  33 0x568e2534 in presentationframework.ni (+0x2d2533) (0x0031bdd4)
  34 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031c0a0)
  35 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031c11c)
  36 0x568e3c59 in presentationframework.ni (+0x2d3c58) (0x0031c160)
  37 0x568e328c in presentationframework.ni (+0x2d328b) (0x0031c1e4)
  38 0x568e3b6a in presentationframework.ni (+0x2d3b69) (0x0031c20c)
  39 0x568e2534 in presentationframework.ni (+0x2d2533) (0x0031c2d8)
  40 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031c5a4)
  41 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031c620)
  42 0x569a0a45 in presentationframework.ni (+0x390a44) (0x0031c640)
  43 0x568e50da in presentationframework.ni (+0x2d50d9) (0x0031c658)
  44 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031c924)
  45 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031c9a0)
  46 0x569a0a45 in presentationframework.ni (+0x390a44) (0x0031c9c0)
  47 0x568e50da in presentationframework.ni (+0x2d50d9) (0x0031c9d8)
  48 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031cca4)
  49 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031cd20)
  50 0x569a2413 in presentationframework.ni (+0x392412) (0x0031cd74)
  51 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031d040)
  52 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031d0bc)
  53 0x568e21ef in presentationframework.ni (+0x2d21ee) (0x0031d180)
  54 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031d44c)
  55 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031d4c8)
  56 0x568e3dc0 in presentationframework.ni (+0x2d3dbf) (0x0031d4fc)
  57 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031d7c8)
  58 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031d844)
  59 0x568e3c59 in presentationframework.ni (+0x2d3c58) (0x0031d888)
  60 0x568e328c in presentationframework.ni (+0x2d328b) (0x0031d90c)
  61 0x568e3b6a in presentationframework.ni (+0x2d3b69) (0x0031d934)
  62 0x568e2534 in presentationframework.ni (+0x2d2533) (0x0031da00)
  63 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031dccc)
  64 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031dd48)
  65 0x569a2413 in presentationframework.ni (+0x392412) (0x0031dd9c)
  66 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031e068)
  67 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031e0e4)
  68 0x568e21ef in presentationframework.ni (+0x2d21ee) (0x0031e1a8)
  69 0x568e0b33 in presentationframework.ni (+0x2d0b32) (0x0031e474)
  70 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031e4f0)
  71 0x569a03c7 in presentationframework.ni (+0x3903c6) (0x0031e568)
  72 0x5699feac in presentationframework.ni (+0x38feab) (0x0031e5c8)
  73 0x568e08e3 in presentationframework.ni (+0x2d08e2) (0x0031e894)
  74 0x04ca4f12 in presentationcore.ni (+0x214f11) (0x0031e910)
  75 0x04c7447c in presentationcore.ni (+0x1e447b) (0x0031ea08)
  76 0x04c7f047 in presentationcore.ni (+0x1ef046) (0x0031ea28)
  77 0x04c7436a in presentationcore.ni (+0x1e4369) (0x0031ea38)
  78 0x5696409e in presentationframework.ni (+0x35409d) (0x0031ea44)
  79 0x56963f4c in presentationframework.ni (+0x353f4b) (0x0031ead4)
  80 0x56963527 in presentationframework.ni (+0x353526) (0x0031ed78)
  81 0x5696273f in presentationframework.ni (+0x35273e) (0x0031ee70)
  82 0x569acacf in presentationframework.ni (+0x39cace) (0x0031ee80)
  83 0x56963d4c in presentationframework.ni (+0x353d4b) (0x0031eea8)
  84 0x585981e2 in windowsbase.ni (+0xb81e1) (0x0031eec0)
  85 0x58598124 in windowsbase.ni (+0xb8123) (0x0031eefc)
  86 0x5859a6f2 in windowsbase.ni (+0xba6f1) (0x0031ef44)
  87 0x5859a61c in windowsbase.ni (+0xba61b) (0x0031efb0)
  88 0x79a27366 in mscorlib.ni (+0x307365) (0x0031efc4)
  89 0x79a27321 in mscorlib.ni (+0x307320) (0x0031efe0)
  90 0x5859a50b in windowsbase.ni (+0xba50a) (0x0031f01c)
  91 0x58596bd5 in windowsbase.ni (+0xb6bd4) (0x0031f05c)
  92 0x58596dca in windowsbase.ni (+0xb6dc9) (0x0031f098)
  93 0x5859840b in windowsbase.ni (+0xb840a) (0x0031f0d4)
  94 0x5859835b in windowsbase.ni (+0xb835a) (0x0031f0f4)
  95 0x585981e2 in windowsbase.ni (+0xb81e1) (0x0031f10c)
  96 0x58598124 in windowsbase.ni (+0xb8123) (0x0031f148)
  97 0x585967c1 in windowsbase.ni (+0xb67c0) (0x0031f19c)
  98 0x58597cae in windowsbase.ni (+0xb7cad) (0x0031f1e4)
  99 0x003fd08e (0x0031f218)
  100 0x6edab57c EntryPoint+0xffffffff() in user32 (0x0031f248)
  101 0x6edabd47 EntryPoint+0xffffffff() in user32 (0x0000c040)
  102 0x6edae263 EntryPoint+0xffffffff() in user32 (0x6edb6ec0)
  103 0x6ed68491 EntryPoint+0xffffffff() in user32 (0x0031f3a8)
  104 0x585bdee8 in windowsbase.ni (+0xddee7) (0x0031f3f4)
  105 0x5859520d in windowsbase.ni (+0xb520c) (0x0031f440)
  106 0x58594f06 in windowsbase.ni (+0xb4f05) (0x0031f44c)
  107 0x568b4d9a in presentationframework.ni (+0x2a4d99) (0x0031f45c)
  108 0x568b4c30 in presentationframework.ni (+0x2a4c2f) (0x0031f47c)
  109 0x568b49fb in presentationframework.ni (+0x2a49fa) (0x0031f48c)
  110 0x055a047c (0x0031f498)
  111 0x01311396 EntryPoint+0xffffffff() in clr (0x0031f4a4)
  112 0x0131291f EntryPoint+0xffffffff() in clr (0x0031f4f8)
  113 0x01319aff EntryPoint+0xffffffff() in clr (0x0031f568)
  114 0x01353c48 EntryPoint+0x2df27() in clr (0x0031f68c)
  115 0x01353e4f EntryPoint+0x2e12e() in clr (0x0031f900)
  116 0x01354477 EntryPoint+0x2e756() in clr (0x0031fe08)
  117 0x0135451d EntryPoint+0x2e7fc() in clr (0x0031fe60)
  118 0x01353d1e EntryPoint+0x2dffd() in clr (0x0031fea0)
  119 0x0136e36d EntryPoint+0x4864c() in clr (0x0031fedc)
  120 0x1000cf3f CLRCreateInstance+0x10ee() in mscoreei (0x0031ff18)
  121 0x79007f16 EntryPoint+0x50c1() in mscoree (0x0031ff28)
  122 0x79004de3 EntryPoint+0x1f8e() in mscoree (0x0031ff48)
  123 0x7bc58a07 EntryPoint+0xffffffff() in ntdll (0x0031ff5c)
  124 0x7bc58c60 EntryPoint+0xffffffff() in ntdll (0x0031ffec)
0x7b010bf6 EntryPoint+0xffffffff in kernelbase: subl    $4,%esp
Modules:
Module  Address                 Debug info      Name (141 modules)
PE        400000-  c9c000       Deferred        skylordsrebornupdater
PE       1310000- 19c1000       Export          clr
PE       19d0000- 1ac5000       Deferred        msvcr120_clr0400
PE       4100000- 4a87000       Export          system.ni
PE       4a90000- 559b000       Export          presentationcore.ni
PE       55b0000- 574e000       Deferred        wpfgfx_v0400
PE       5750000- 5811000       Deferred        presentationnative_v0400
PE       5820000- 589e000       Deferred        clrjit
PE       6d00000- 6dd4000       Deferred        diasymreader
PE      10000000-10079000       Export          mscoreei
PE      56610000-57848000       Export          presentationframework.ni
PE      580d0000-5829e000       Deferred        system.xaml.ni
PE      584e0000-588ac000       Export          windowsbase.ni
PE      60370000-60460000       Deferred        system.configuration.ni
PE      61740000-61782000       Deferred        advapi32
PE      61940000-619cc000       Deferred        wininet
PE      61a00000-6212f000       Deferred        system.core.ni
PE      62160000-6286c000       Deferred        system.xml.ni
PE      62fc0000-6304f000       Deferred        rpcrt4
PE      63480000-6348d000       Deferred        version
PE      63bc0000-63bd9000       Deferred        shcore
PE      63c00000-63d1c000       Deferred        system.management.ni
PE      64a40000-64a95000       Deferred        shlwapi
PE      64ec0000-64fed000       Deferred        oleaut32
PE      66240000-66257000       Deferred        bcrypt
PE      67c80000-67cba000       Deferred        d3d9
PE      68500000-6855a000       Deferred        combase
PE      68700000-6872d000       Deferred        uxtheme
PE      68e00000-68e12000       Deferred        aclui
PE      69940000-6996a000       Deferred        propsys
PE      6a400000-6a531000       Deferred        ole32
PE      6bc00000-6bc2b000       Deferred        sechost
PE      6bcc0000-6bd41000       Deferred        setupapi
PE      6c9c0000-6cb1f000       Deferred        gdi32
PE      6cc40000-6cda6000       Deferred        comctl32
PE      6dd00000-6dd08000       Deferred        api-ms-win-core-quirks-l1-1-0
PE      6e8c0000-6e997000       Deferred        crypt32
PE      6ec40000-6ec4d000       Deferred        dwmapi
PE      6ed00000-6ef1d000       Dwarf           user32
PE      6fe40000-6fe75000       Deferred        rsaenh
PE      70940000-70960000       Deferred        mpr
PE      70b40000-70c11000       Deferred        ucrtbase
PE      71200000-7121b000       Deferred        imm32
PE      79000000-7904a000       Export          mscoree
PE      79720000-7a85c000       Export          mscorlib.ni
PE      7b000000-7b0ea000       Dwarf           kernelbase
PE      7b600000-7b819000       Deferred        kernel32
PE      7bc00000-7bca5000       Dwarf           ntdll
ELF     7d000000-7d005000       Deferred        <wine-loader>
ELF     7e9e8000-7e9fe000       Deferred        wow64cpu<elf>
  \-PE  7e9f0000-7e9fe000       \               wow64cpu
ELF     7e9fe000-7eb86000       Dwarf           libwine.so.1
ELF     e9449000-e94b0000       Deferred        liblcms2.so.2
ELF     eb134000-eb14b000       Deferred        mscms.so
ELF     eb14b000-eb16f000       Deferred        windowscodecs.so
ELF     eb16f000-eb183000       Deferred        libnss_files.so.2
ELF     eb984000-ed4c5000       Deferred        libicudata.so.68
ELF     ed4c5000-ed4f1000       Deferred        liblzma.so.5
ELF     ed4f1000-ed6df000       Deferred        libicuuc.so.68
ELF     ed6df000-ed867000       Deferred        libxml2.so.2
ELF     ed867000-ed8da000       Deferred        libncursesw.so.6
ELF     ed8da000-ed8f8000       Deferred        libgcc_s.so.1
ELF     edac9000-edb2b000       Deferred        libvulkan.so.1
ELF     edb2b000-edb36000       Deferred        libdrm_nouveau.so.2
ELF     edb36000-edb43000       Deferred        libdrm_amdgpu.so.1
ELF     edb43000-edb61000       Deferred        libelf.so.1
ELF     edb61000-edc3b000       Deferred        libzstd.so.1
ELF     edc3b000-f3f16000       Deferred        libllvm-11.so
ELF     f3f27000-f3f65000       Deferred        ws2_32<elf>
  \-PE  f3f30000-f3f65000       \               ws2_32
ELF     f3f65000-f5783000       Deferred        radeonsi_dri.so
ELF     f5783000-f5788000       Deferred        libxshmfence.so.1
ELF     f5788000-f5791000       Deferred        libxcb-sync.so.1
ELF     f5791000-f5796000       Deferred        libxcb-present.so.0
ELF     f5796000-f579d000       Deferred        libxcb-dri3.so.0
ELF     f579d000-f57ba000       Deferred        libxcb-glx.so.0
ELF     f57ba000-f57d1000       Deferred        libdrm.so.2
ELF     f57d1000-f57fa000       Deferred        libglapi.so.0
ELF     f57fa000-f587e000       Deferred        libglx_mesa.so.0
ELF     f587e000-f58fa000       Deferred        libgldispatch.so.0
ELF     f58fa000-f5a41000       Deferred        opengl32<elf>
  \-PE  f5930000-f5a41000       \               opengl32
ELF     f5a41000-f5c00000       Deferred        wined3d<elf>
  \-PE  f5a90000-f5c00000       \               wined3d
ELF     f5d01000-f5d06000       Deferred        libxcb-shm.so.0
ELF     f5d06000-f5d0d000       Deferred        libxcb-dri2.so.0
ELF     f5d0d000-f5d48000       Deferred        libglx.so.0
ELF     f5d48000-f5db4000       Deferred        libgl.so.1
ELF     f5db4000-f67c5000       Deferred        shell32<elf>
  \-PE  f5de0000-f67c5000       \               shell32
ELF     f67c5000-f684b000       Deferred        dwrite<elf>
  \-PE  f67e0000-f684b000       \               dwrite
ELF     f684b000-f6872000       Deferred        libgpg-error.so.0
ELF     f6872000-f6959000       Deferred        libgcrypt.so.20
ELF     f6959000-f6ada000       Deferred        libunistring.so.2
ELF     f6ada000-f6ae5000       Deferred        libffi.so.7
ELF     f6ae5000-f6b71000       Deferred        libgmp.so.10
ELF     f6b71000-f6bba000       Deferred        libhogweed.so.6
ELF     f6bba000-f6bfd000       Deferred        libnettle.so.8
ELF     f6bfd000-f6c14000       Deferred        libtasn1.so.6
ELF     f6c14000-f6c35000       Deferred        libidn2.so.0
ELF     f6c35000-f6d7b000       Deferred        libp11-kit.so.0
ELF     f6d7b000-f6fd5000       Deferred        libgnutls.so.30
ELF     f6fdf000-f6fee000       Deferred        libdrm_radeon.so.1
ELF     f6fee000-f6fff000       Deferred        libsensors.so.5
ELF     f7024000-f703b000       Deferred        crypt32.so
ELF     f703b000-f705a000       Deferred        bcrypt.so
ELF     f705a000-f7062000       Deferred        libxfixes.so.3
ELF     f7062000-f71b1000       Deferred        libx11.so.6
ELF     f71b5000-f71ba000       Deferred        libx11-xcb.so.1
ELF     f7304000-f7311000       Deferred        libxcursor.so.1
ELF     f7311000-f7325000       Deferred        libxi.so.6
ELF     f7325000-f732a000       Deferred        libxcomposite.so.1
ELF     f732a000-f7339000       Deferred        libxrandr.so.2
ELF     f7339000-f7347000       Deferred        libxrender.so.1
ELF     f7347000-f734e000       Deferred        libxxf86vm.so.1
ELF     f734e000-f7400000       Deferred        winex11<elf>
  \-PE  f7370000-f7400000       \               winex11
ELF     f7501000-f7506000       Deferred        libxinerama.so.1
ELF     f7506000-f7532000       Deferred        libxcb.so.1
ELF     f7532000-f7548000       Deferred        libxext.so.6
ELF     f7548000-f7575000       Deferred        libexpat.so.1
ELF     f7575000-f75c5000       Deferred        libfontconfig.so.1
ELF     f75c5000-f763c000       Deferred        libpcre.so.1
ELF     f763c000-f7786000       Deferred        libglib-2.0.so.0
ELF     f7786000-f7863000       Deferred        libharfbuzz.so.0
ELF     f7863000-f787d000       Deferred        libz.so.1
ELF     f787d000-f78ba000       Deferred        libpng16.so.16
ELF     f78ba000-f78cc000       Deferred        libbz2.so.1.0
ELF     f78cc000-f79a4000       Deferred        libfreetype.so.6
ELF     f79a5000-f79ad000       Deferred        libxdmcp.so.6
ELF     f79ad000-f79b2000       Deferred        libxau.so.6
ELF     f79f3000-f7a09000       Deferred        user32.so
ELF     f7a09000-f7ad6000       Deferred        libm.so.6
ELF     f7ad6000-f7ae1000       Deferred        librt.so.1
ELF     f7ae1000-f7b9b000       Deferred        ntdll.so
ELF     f7c9b000-f7e8d000       Deferred        libc.so.6
ELF     f7e8d000-f7e93000       Deferred        libdl.so.2
ELF     f7ec3000-f7eed000       Deferred        gdi32.so
ELF     f7eed000-f7f06000       Deferred        ucrtbase.so
ELF     f7f06000-f7f34000       Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
00000020 (D) C:\BattleForge\SkylordsRebornUpdater.exe
        ["C:\BattleForge\SkylordsRebornUpdater.exe"]
        00000024    0 <==
        000000e0    0
        000000e4    2
        000000e8    0
        000000ec    0
        000000f0    0
        000000f4    0
        000000f8    0
        000000fc    0
        00000108    0
00000038 services.exe
        ["C:\windows\system32\services.exe"]
        0000003c    0
        00000040    0
        0000004c    0
        00000050    0
        0000006c    0
        00000090    0
        00000094    0
        000000ac    0
        000000c8    0
        000000d4    0
        00000128    0
00000044 svchost.exe
        [C:\windows\system32\svchost.exe -k LocalServiceNetworkRestricted]
        00000048    0
        00000054    0
        00000058    0
0000005c explorer.exe
        [C:\windows\system32\explorer.exe /desktop]
        00000060    0
        0000007c    0
        00000088    0
00000064 winedevice.exe
        [C:\windows\system32\winedevice.exe]
        00000068    0
        00000070    0
        00000074    0
        00000078    0
00000080 plugplay.exe
        [C:\windows\system32\plugplay.exe]
        00000084    0
        00000098    0
        0000009c    0
        000000a0    0
        000000bc    0
        000000c0    0
000000a4 winedevice.exe
        [C:\windows\system32\winedevice.exe]
        000000a8    0
        000000b0    0
        000000b4    0
        000000b8    0
        000000c4    0
        000000cc    0
        000000d0    0
000000d8 conhost.exe
        ["C:\windows\system32\conhost.exe" --unix --width 117 --height 56 --server 0x10]
        000000dc    0
0000010c explorer.exe
        [C:\windows\system32\explorer.exe /desktop]
        00000110    0
        00000114    0
        00000118    0
00000120 rpcss.exe
        [C:\windows\system32\rpcss.exe]
        00000124    0
        0000012c    0
        00000130    0
        00000134    0
        00000138    0
        0000013c    0
        00000140    0
System information:
    Wine build: wine-6.0 (Staging)
    Platform: i386
    Version: Windows 10
    Host system: Linux
    Host version: 5.10.7-arch1-1

If I try wine stable 6.0 I get the same error as @mothemo.

Link to comment
Share on other sites

Just checked my install with wine6.0 staging and it works (although I will stay with 5.7.11 for now).

I can't make much with the error, as far as I can tell some produced URIs are borked, I usually suspect dotnet for skylords, as vcrun should not really make any problems and dotnet is just annoying.

Link to comment
Share on other sites

quick update on the lutris installer: it should now work correctly (before there was an error in the script syntax that apparently the mods and me oversaw which made the script do nothing. I am testing it right now but it does what i expect it to be doing (asking for the archives and now installing dotnet).

So if you are still having problems (or tried the installer before) give it another go :)

mx2 likes this
Link to comment
Share on other sites

Great! It works now ?

I first thought i had Lutris installed incorrectly as the installer didn't do anything. Big thanks for fixing.

It looks like Lutris does some magic when installing dotnet. Now I can even run it without Lutris with system wine.

Some more information for others who have similar problems:

* The launcher renders (mostly correctly) in the top left of the screen but doesn't response to anything. But you can drag it with Alt+F7 which creates a black window. In this window you can click on the bottom left to launch the game.

* If you get a corrupted account creating screen as @Carudas, remove the line "maxshader: false" from config.json as suggested by @crie. This fixed it for me.

On 1/8/2021 at 8:13 PM, Carudas said:

Launcher works but login-screen is bugged for me.

I'mma try and look into it, but i'm pretty much at my wits end.

BFSLR.png

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use