ModPlayer node doesnt work on export

Issue #11 closed
flowcheer created an issue

Godot 4.3

Steps to reproduce

  • Use the modplayer node in any scene
  • Try exporting your project
  • ModPlayer node doesnt work and throws:
    SCRIPT ERROR: Cannot call method 'get_error' on a null value. at: Mod.read_file (res://addons/modplayer/Mod.gd:119) SCRIPT ERROR: Invalid access to property or key 'data' on a base object of type 'Nil'. at: ModPlayer._prepare_to_play (res://addons/modplayer/ModPlayer.gd:518)
    This doesnt happen when you try playing from the editor

Comments (3)

  1. Log in to comment