KOBUGE-Games / minilens

Cute puzzle platformer starring a cleaning robot on post-apocalyptic Earth
http://kobuge-games.github.io/minilens
GNU General Public License v3.0
135 stars 38 forks source link

ERROR: get_unique_ID: Method/Function Failed, returning: "" #82

Closed akien-mga closed 8 years ago

akien-mga commented 8 years ago

Due to this call:

shared/save_manager.gd
9:      FileManager.set_file_password(save_path, str("minilens", OS.get_unique_ID())) # Set the password

we get:

ERROR: get_unique_ID: Method/Function Failed, returning: ""
   At: core/os/os.cpp:459.

It's probably a Godot bug, but it needs investigating.

bojidar-bg commented 8 years ago

@akien-mga That happens because get_unique_ID is implemented only on platform/android and platform/ios

ObaniGemini commented 8 years ago

Isn't there a way to get the platform you currently are on to fix this quickly ?

akien-mga commented 8 years ago

We should just drop this nonsense of trying to restrict saves to a uuid, we don't have IAPs...