RetroLauncher error

Lockie

New member
I'm trying to run RetroLauncher, but after the Sulake logo, I get flooded with script errors. I've checked my paths and settings, and everything appears to be correct. Any idea what could be causing this?

Projector output:

Code:
property pMovie, pExternalTexts, pExternalVariables, pGameIp, pGamePort, pMusIp, pMusPort, pSitePath, pSsoPath, pIsSsoLogin, pProjectorSizeWidth, pProjectorSizeHeight

on construct me
  pMovie = "http://localhost/dcr/v31/habbo.dcr?"
  pExternalTexts = "http://localhost/dcr/v31/gamedata/external_texts.txt?"
  pExternalVariables = "http://localhost/dcr/v31/gamedata/external_variables.txt?"
  pGameIp = "localhost"
  pGamePort = 12321
  pMusIp = "localhost"
  pMusPort = 12322
  pSitePath = "http://localhost"
  pSsoPath = "http://localhost/api/login"
  pIsSsoLogin = FALSE
  pProjectorSizeWidth = 960
  pProjectorSizeHeight = 540
end
 
Back
Top