Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not starting in Sketchup 2024 #44

Open
hanneseklund opened this issue Apr 9, 2024 · 1 comment
Open

Not starting in Sketchup 2024 #44

hanneseklund opened this issue Apr 9, 2024 · 1 comment

Comments

@hanneseklund
Copy link

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
Copy link

manulykebe commented May 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants