Skip to content

Cinematics can't be played #112

@mario638

Description

@mario638

Terms

  • I'm using the very latest version of CinematicsStudio and its dependencies.
  • I already searched on this Github page to check if the same issue was already reported.
  • I already searched on the plugin wiki to know if a solution is already known.
  • I already searched on the Discord server to know if anyone already provided a solution in the past for the issue.

Discord tag (optional)

mario638

What happened?

When playing cinematics a boat spawns and doesn't do anything

Image

Steps to reproduce the issue

Make a cinematic
Play the cinematic
The boat appears and there is an error in console

Server version

Current Purpur Version: 1.20.6-2233-0d6766e (MC: 1.20.6)*

  • You are running the latest version
    Previous: 1.20.6-151-a4f0f5c (MC: 1.20.6)

CinematicsStudio Version

CinematicStudio_2.0.2

ProtocolLib Version

5.3.0 for 1.8 thru 1.21.1

LoneLibs Version

LoneLibs_1.0.65 (Lone this should be optional cause is not needed right now)

FULL server log

https://mclo.gs/bc2e1nZ

Error (optional)

[15:23:27 ERROR]: [CinematicStudio] Failed to tick cinematic camera.
[15:23:27 WARN]: java.lang.RuntimeException: java.lang.invoke.WrongMethodTypeException: handle's method type (FriendlyByteBuf)ClientboundSetPassengersPacket but found (FriendlyByteBuf)Object
[15:23:27 WARN]:        at CinematicStudio_2.0.2.jar//CinematicStudio.m.aT.a(SourceFile:67)
[15:23:27 WARN]:        at CinematicStudio_2.0.2.jar//CinematicStudio.m.aF.h(SourceFile:703)
[15:23:27 WARN]:        at CinematicStudio_2.0.2.jar//CinematicStudio.m.ad.aH(SourceFile:65)
[15:23:27 WARN]:        at CinematicStudio_2.0.2.jar//CinematicStudio.m.V.at(SourceFile:75)
[15:23:27 WARN]:        at CinematicStudio_2.0.2.jar//CinematicStudio.m.aa.a(SourceFile:234)
[15:23:27 WARN]:        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
[15:23:27 WARN]:        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
[15:23:27 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[15:23:27 WARN]:        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[15:23:27 WARN]:        at java.base/java.lang.Thread.run(Thread.java:1570)
[15:23:27 WARN]: Caused by: java.lang.invoke.WrongMethodTypeException: handle's method type (FriendlyByteBuf)ClientboundSetPassengersPacket but found (FriendlyByteBuf)Object
[15:23:27 WARN]:        at java.base/java.lang.invoke.Invokers.newWrongMethodTypeException(Invokers.java:521)
[15:23:27 WARN]:        at java.base/java.lang.invoke.Invokers.checkExactType(Invokers.java:530)
[15:23:27 WARN]:        at CinematicStudio_2.0.2.jar//CinematicStudio.m.aT.a(SourceFile:63)
[15:23:27 WARN]:        ... 9 more

CinematicsStudio config.yml

messages:
  settings:
    lang: en
    extract_default_language_files: true
  debug:
    enabled: false
cinematics:
  graphics:
    pumpkin:
      custom_model_data: 3000001
      display_name: ''
    wandering_trader_egg:
      custom_model_data: 3000001
      display_name: ''
gui:
  use_resourcepack: false

Problematic items yml configuration file (optional)

metadata:
  version: 1.0
  serverVersion: '1.20.6-2233-0d6766e (MC: 1.20.6)'
  bukkitVersion: 1.20.6-R0.1-SNAPSHOT
  creationDate: '2025-06-28 14:59:24'
  saveDate: '2025-06-28 15:12:54'
  author:
    name: mario638
    uuid: fb1904af-e16d-463f-bfa0-249ba930943e
properties:
  durationTicks: 40.0
  usePumpkinHelmet: false
  useWanderingTraderEggHelmet: false
  endActions:
    playerCommands: [
      ]
    consoleCommands: [
      ]
timelineRows:
  '0':
    '0':
      type: CAMERA
      pos:
        x: 56.40806972505796
        y: 100.62155607206823
        z: 405.8354357404342
      rot:
        x: 1.0600032806396484
        y: -73.78003692626953
      mode: C
      interpolation: SMOOTH
      interpolationFrequency: 15.0
      instantTeleport: false
    '20':
      type: CAMERA
      pos:
        x: 59.335942934278386
        y: 100.1615943132133
        z: 444.865852421301
      rot:
        x: 2.1100032329559326
        y: -117.28026580810547
      mode: C
      interpolation: SMOOTH
      interpolationFrequency: 15.0
      instantTeleport: false

Other files, you can drag and drop them here to upload. (optional)

Also in config.yml there is an error if you change
gui:
use_resourcepack
and reload the plugin it doesn't change you need to restart the full server.
And you should fix this typo on https://lonedev.gitbook.io/cinematicstudio/cinematicstudio-v2/commands-and-permissions

Image

Screenshots/Videos (you can drag and drop files or paste links)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions