Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Uninitialized constant sensors

A topic by Chris1452 created 96 days ago Views: 245 Replies: 1
Viewing posts 1 to 2

Whenever I try to load up a game I get three uninitialized constant sensors warning before the game crashes. This is the first one: 

uninitialized constant Sensors::Basic_Sensor

Data/Scripts/Frames/Modules/Sensors_Battle.rb:9:in `<module:Sensors>'

Data/Scripts/Frames/Modules/Sensors_Battle.rb:6:in `load_script'

(eval):70:in `eval'

(eval):70:in `load_script'

(eval):37:in `block in load_from_list'

(eval):34:in `each'

(eval):34:in `load_from_list'

(eval):9:in `load_from_directory'

(eval):45:in `load_lona_scripts'

(eval):1:in `block in <main>'

{0000}:19:in `eval'

{0000}:19:in `block in <main>'

{0000}:15:in `each'

{0000}:15:in `<main>'

ruby:in `eval'

two things are you running the game from a zip file or did you not install it to a fresh folder?