andrewd18 / rubypi

An EVE Online Planetary Interaction tool, written in Ruby.
Other
22 stars 8 forks source link

Crashes when selecting a product in an extractor #5

Closed RobotDeathSquad closed 10 years ago

RobotDeathSquad commented 10 years ago

If I set up an extractor and put out a bunch of extractor heads and then go into edit building and choose the product they'll extract, I get a crash.

ruby ruby_pi.rb 
Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!
/Users/bjclark/Development/rubypi/view/pi_configuration_view/planet_tool_palette.rb: line 120
   Gtk-WARNING **:Could not find the icon 'user-home-symbolic'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
    http://icon-theme.freedesktop.org/releases
/Users/bjclark/Development/rubypi/view/pi_configuration_view/planet_tool_palette.rb: line 120
   Gtk-DEBUG **:Failed to create D-Bus proxy: Could not connect: No such file or directory
/Users/bjclark/Development/rubypi/model/extractor.rb:206:in `product_name=': A Product for Micro Organisms does not exist.
     from /Users/bjclark/Development/rubypi/controllers/extractor_controller.rb:20:in `set_extracted_product_name'
     from /Users/bjclark/Development/rubypi/view/extractor_view/extractor_view.rb:46:in `block in initialize'
     from ruby_pi.rb:181:in `call'
     from ruby_pi.rb:181:in `main'
     from ruby_pi.rb:181:in `<main>'
andrewd18 commented 10 years ago

/Users/bjclark/Development/rubypi/model/extractor.rb:206:in `product_name=': A Product for Micro Organisms does not exist.

There's the problem. I'll look into it. Thanks.

On Sat, Nov 30, 2013 at 6:21 PM, RobotDeathSquad notifications@github.comwrote:

If I set up an extractor and put out a bunch of extractor heads and then go into edit building and choose the product they'll extract, I get a crash.

ruby ruby_pi.rb Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded! /Users/bjclark/Development/rubypi/view/pi_configuration_view/planet_toolpalette.rb: line 120 Gtk-WARNING *:Could not find the icon 'user-home-symbolic'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases /Users/bjclark/Development/rubypi/view/pi_configuration_view/planet_tool_palette.rb http://icon-theme.freedesktop.org/releases/Users/bjclark/Development/rubypi/view/pi_configuration_view/planet_tool_palette.rb: line 120 Gtk-DEBUG *_:Failed to create D-Bus proxy: Could not connect: No such file or directory /Users/bjclark/Development/rubypi/model/extractor.rb:206:in product_name=': A Product for Micro Organisms does not exist. from /Users/bjclark/Development/rubypi/controllers/extractor_controller.rb:20:inset_extracted_product_name' from /Users/bjclark/Development/rubypi/view/extractor_view/extractor_view.rb:46:in block in initialize' from ruby_pi.rb:181:incall' from ruby_pi.rb:181:in main' from ruby_pi.rb:181:in

'

— Reply to this email directly or view it on GitHubhttps://github.com/andrewd18/rubypi/issues/5 .