Proton version: Tested on Proton 7.0-6, Proton 8.0-5, Proton 9.0-4, GE-Proton, Proton Experimental, Proton Hotfix — all produce identical failure
I confirm:
[x] that I haven't found an existing compatibility report for this game.
[x] that I have checked whether there are updates for my system available.
Symptoms
The MovieStarPlanet desktop client (Adobe AIR 32.0 application) renders both loading screens correctly and "reaches" the login page, but it is entirely black, altogether preventing login. The game's own log reveals that an AMF NetConnection call (AppSettings.initialize()) fires onNetStatus with an immediate failure at this point. This happens on every tested Proton version and also on Bottles with soda-9.0-1 (Wine-TkG) and sys-wine-11.0.
The failure occurs within 1 second of Loading Locales under Wine/Proton, whereas on native Windows 10 the same call succeeds and the login page renders correctly.
Log evidence (from C:\mspdl\logs\Last.log inside the Proton prefix):
[PreloaderMsp] Loading Locales. Country 'US'
[DLog] uncaughtError. Exception: Error Call AppSettings.getInstance().initialize() failed inside SetupAppSettingsCommand.
at com.moviestarplanet.core.controller.commands::SetupAppSettingsCommand/onFail()
at com.moviestarplanet.amf::AmfCall/callFailedIfExistsAndDisposeCallbacks()
at com.moviestarplanet.amf::AmfListener/dropCall()
at com.moviestarplanet.amf::AmfListener/onHandleCallFailed()
at com.moviestarplanet.amf::AmfListener/onError()
at com.moviestarplanet.amf::AmfListener/onNetStatus()
What works:
All HTTPS connections succeed (disco API, asset CDN, environment API)
Game binary downloads, decrypts, and loads correctly
Both loading screens render without issue
TLS handshake to ws-us.moviestarplanet.app succeeds (confirmed with curl)
6 active ESTABLISHED connections visible via ss -tnp during runtime
Add the installer as a non-Steam game and set compatibility to Proton 7.0-6 or later
Run the installer — note: vcrun6sp6 must be installed via Protontricks first to get past an ISSkin.dll error
After installation, set the installed moviestarplanet.exe as the non-Steam game executable (located at /.steam/steam/steamapps/compatdata/(generated app ID)/pfx/drive_c/Games/MovieStarPlanet/moviestarplanet.exe)
Launch — both loading screens will render, then the login page will appear black
Things already tried without success:
PROTON_USE_WINED3D=1
PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1
Native wininet override via Protontricks (causes CTD)
Native winhttp override via Protontricks
vcrun6sp6, mfc140, d3dcompiler_47 via Protontricks
Compatibility Report
System Information
I confirm:
Symptoms
The MovieStarPlanet desktop client (Adobe AIR 32.0 application) renders both loading screens correctly and "reaches" the login page, but it is entirely black, altogether preventing login. The game's own log reveals that an AMF
NetConnectioncall (AppSettings.initialize()) firesonNetStatuswith an immediate failure at this point. This happens on every tested Proton version and also on Bottles with soda-9.0-1 (Wine-TkG) and sys-wine-11.0.The failure occurs within 1 second of
Loading Localesunder Wine/Proton, whereas on native Windows 10 the same call succeeds and the login page renders correctly.Log evidence (from
C:\mspdl\logs\Last.loginside the Proton prefix):What works:
ws-us.moviestarplanet.appsucceeds (confirmed withcurl)ss -tnpduring runtimeAMF endpoint:
https://ws-us.moviestarplanet.app/ActorService.svc/AmfGatewayConfirmed working on: Native Windows 10 22H2 (same binary, same servers, same shell version 1.5.70)
Reproduction
vcrun6sp6must be installed via Protontricks first to get past anISSkin.dllerrormoviestarplanet.exeas the non-Steam game executable (located at /.steam/steam/steamapps/compatdata/(generated app ID)/pfx/drive_c/Games/MovieStarPlanet/moviestarplanet.exe)Things already tried without success:
PROTON_USE_WINED3D=1PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1wininetoverride via Protontricks (causes CTD)winhttpoverride via Protontricksvcrun6sp6,mfc140,d3dcompiler_47via ProtontricksWritten with the help of Claude AI