#New ClassicUO Launcher - Loss of presets, Play Web/Discord, Plugin issues

1 messages · Page 1 of 1 (latest)

weak nexus
#

Hello,

This is my second bug report for the new launcher, covering a few UI and plugin issues I've been able to reproduce.

  1. Server Presets: The UI no longer has server presets populated. The drop-down menu exists but is empty.

  2. Plugin Installation: The plugin installer no longer extracts zip files; the user must now do this manually. Additionally, the ClassicUO/Data/Plugins directory isn't present in a new installation and must be created.

  3. "Sticky" Plugins: When a plugin is installed, it appears to be launched with every profile, regardless of that profile's configuration. This "sticky" behavior continues even if the plugin is disabled or removed entirely from a profile's settings. I've verified that when a plugin is removed, its entry is correctly deleted from the SQLite database.

  4. Web Play Discord Login: The "Play Web" button launches a captive browser, but the browser is unable to log in to Discord. Clicking the "Login with Discord to play" button displays "Waiting for Discord," but no new login window or prompt appears.

Please let me know if there is any additional information that would be helpful.

Thank you!

weak nexus
#

Regarding the plugins, settings.json still has the plugin section after removing plugins entirely from the launcher configuration profiles. And another location with the version string.

{
  "username": "",
  "password": "",
  "ip": "login.uoalive.com",
  "port": 2593,
  "ignore_relay_ip": false,
  "ultimaonlinedirectory": "C:\\UltimaOnline\\UOAlive_Package\\ClassicUO",
  "profilespath": "",
  "clientversion": "7.0.112.0",
  "lang": "IVL",
  "lastservernum": 1,
  "last_server_name": "UOAlive",
  "fps": 60,
  "window_position": {
    "X": 1649,
    "Y": 414
  },
  "window_size": {
    "X": 2544,
    "Y": 1203
  },
  "is_win_maximized": true,
  "saveaccount": false,
  "autologin": false,
  "reconnect": false,
  "reconnect_time": 1000,
  "login_music": false,
  "login_music_volume": 50,
  "fixed_time_step": true,
  "run_mouse_in_separate_thread": true,
  "force_driver": 0,
  "use_verdata": false,
  "maps_layouts": null,
  "encryption": 0,
  "plugins": [
    "C:\\UltimaOnline\\UOAlive_Package\\RazorEnhanced-0.8.2.242\\RazorEnhanced.exe"
  ],
  "files_override": null
}
untold orchid
#

All issues fixed here too!

#

update pushed

weak nexus
#

Thank you, Lightning speed!

weak nexus
#

I've just tested, looking great. The only issue that I found is that the plugin import process fails to extract a zip file and says "Failed to import plugin: undefined"

untold orchid
#

which plugin have you tried?

#

I tried with ClassicAssist and worked well

weak nexus
#

Razor Enhanced

#

DEBUG: Importing plugin from zip: /home/linuxmint/Downloads/ClassicUOLauncher/RazorEnhanced-0.8.2.242.zip
DEBUG: ClassicUO path: /home/linuxmint/Downloads/ClassicUOLauncher/ClassicUO
DEBUG: Extracting to temp directory: /tmp/cuo_plugin_b7d17ed5-e3d9-4002-b666-77258649f84d
DEBUG: Extraction complete, determining plugin structure
ERROR: Plugin import failed: Could not find plugin root directory with library files

untold orchid
#

Ah I see

#

fixed