#12609 closed defect (fixed)
AGS: Startup failure for AGS Awards Ceremony 2020
Reported by: | Thunderforge | Owned by: | dreammaster |
---|---|---|---|
Priority: | normal | Component: | Engine: AGS |
Version: | Keywords: | agsawards2020 | |
Cc: | Thunderforge | Game: |
Description
When starting up AGS Awards Ceremony 2020, ScummVM immediately throws the following error:
Loading game failed with error: Script link failed. Runtime error: unresolved import 'Clipboard::PasteText^0'. The game files may be incomplete, corrupt or from an unsupported version of AGS.
Tested with macOS x64 daily 2021-06-04 (fa5149e3)
Change History (2)
comment:1 by , 3 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 23 months ago
If anybody find this bug and is interested in implementing the AGSSock plugin for ScummVM, the source code for the original plugin is available on GitHub under the zlib license: https://github.com/FTPlus/AGSsock
Note:
See TracTickets
for help on using tickets.
Thanks for the report. I've added in an implementation of the AGSClipboard plugin, as well as a stubbed implementation for AGSSock. I also fixed a bug with the game screen being limited to 1000 pixels width, whereas the game itself is 1280 pixels wide.
So the game now runs, but because the AGSSock plugin is just a stub, it gives an in-game error that it can't connect to the IRC server. I don't have any plans right now to try and do a full implementation.