Hi, I'm pretty new to ruby and i'm using ruby as a game server. I had everything working,just updated as well, but i recently installed norton internet secuirty,(not sure if that's causing the problem,have everything disabled)and i also did some cleaning up my computer and might of removed some things by accident. So my problem,is when i restarted my computer, ruby doesnt work right anymore. When i start my gameserver,ruby begans to load everything and gives me this error... Loading ./Library/Server/LIB/Game_Class/Game_Actor.rb... Loading ./Library/Server/LIB/Game_Class/Game_Battler 1.rb... Loading ./Library/Server/LIB/Game_Class/Game_Battler 2.rb... Loading ./Library/Server/LIB/Game_Class/Game_Battler 3.rb... Loading ./Library/Server/LIB/Game_Class/Game_Character_1.rb... Loading ./Library/Server/LIB/Game_Class/Game_Character_2.rb... Loading ./Library/Server/LIB/Game_Class/Game_Character_3.rb... Loading ./Library/Server/LIB/Game_Class/Game_Event.rb... Loading ./Library/Server/LIB/Game_Class/Game_Map.rb... Loading ./Library/Server/LIB/Game_Class/Game_Range.rb... Loading ./Library/Server/LIB/Game_Class/Game_SelfSwitches.rb... Loading ./Library/Server/LIB/Game_Class/Game_Switches.rb... Loading ./Library/Server/LIB/Game_Class/Game_Variables.rb... Loading ./Library/Server/LIB/Game_Class/mod_RPG.rb... Loading ./Library/Server/LIB/Game_Class/Settings.rb... Loading ./Library/Server/LIB/Game_Class/Table2.rb... Loading ./Library/Server/LIB/Game_Class/table2.so... ./Library/Server/LIB/Game_Class/table2.so c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' ./Library/Server/LIB/server.rb:16 ./Library/Server/LIB/server.rb:14:in `each' ./Library/Server/LIB/server.rb:14 c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_re quire' c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' ./Library/Server/Main.rb:18:in `main' C:/Documents and Settings/Compaq_Owner/Desktop/New Folder (13)/N+ Ruby Server/Ne tplay Plus Server.rb:13 If anybody can help I would apperiate it extremely, I have been stuck on this for awhile. I have even tried deleting the ruby registery and re-installing. -- Posted via http://www.ruby-forum.com/.