Aerilius / sketchup-console-plus

A better Ruby Console and IDE for integrated development in SketchUp.
MIT License
37 stars 15 forks source link

Not starting in Sketchup 2024 #44

Open hanneseklund opened 2 months ago

hanneseklund commented 2 months ago
Extension Errors Report
SketchUp: 24.0.484
OS: Windows 10 
Ruby: 3.2.2

Extension: Ruby Console+ (3.1.7)
Error: TypeError (allocator undefined for #<Class:0x0000018f595f9f80>)
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console/core.rb:125:in `new'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console/core.rb:125:in `initialize_plugin'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console/core.rb:213:in `<module:ConsolePlugin>'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console/core.rb:3:in `<module:AE>'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console/core.rb:1:in `<top (required)>'
C:/Program Files/SketchUp/SketchUp 2024/Tools/extensions.rb:197:in `require'
C:/Program Files/SketchUp/SketchUp 2024/Tools/extensions.rb:197:in `load'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console.rb:26:in `register_extension'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console.rb:26:in `<module:ConsolePlugin>'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console.rb:7:in `<module:AE>'
C:/Users/hannes/AppData/Roaming/SketchUp/SketchUp 2024/SketchUp/Plugins/ae_console.rb:5:in `<top (required)>'
manulykebe commented 1 month ago

initializations fails at line 125, 139

Very dirty, quick solution, but stdout & stderr redirectors won't work (open Window>Developer>Ruby Console to see output). is to remove new method at the above lines.