I''m getting an error message when I try to run my application (ruby script/server), normally I''d hit "OK" and the application would run without issues, but now it has completely failed to deploy. I''m running on Windows 32, Ruby 1.9.1, Rails 2.3.8 The message states: "This application has failed to start becuase msvcrt-ruby18.dll was not found. Re-installing the application may fix this problem." Anyone knows what to do? Don''t be a wise guy and say to re-install the application becuase I have. Thanks, Anon_comp -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
yep) the radical decision, its stop using rails and windows, many bugs wil be waiting u in the future) the next, add this dll to library path, or system folder Ivan Nastyukhin dieinzige-BUHhN+a2lJ4@public.gmane.org On Jun 4, 2010, at 6:20 PM, anon_comp wrote:> I''m getting an error message when I try to run my application (ruby > script/server), normally I''d hit "OK" and the application would run > without issues, but now it has completely failed to deploy. > > I''m running on Windows 32, Ruby 1.9.1, Rails 2.3.8 > > The message states: > "This application has failed to start becuase msvcrt-ruby18.dll was > not found. Re-installing the application may fix this problem." > > Anyone knows what to do? Don''t be a wise guy and say to re-install the > application becuase I have. > > Thanks, > Anon_comp > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
anon_comp wrote:> I''m getting an error message when I try to run my application (ruby > script/server), normally I''d hit "OK" and the application would run > without issues, but now it has completely failed to deploy. > > I''m running on Windows 32, Ruby 1.9.1, Rails 2.3.8 > > The message states: > "This application has failed to start becuase msvcrt-ruby18.dll was > not found. Re-installing the application may fix this problem."Check your Ruby installation. You''re obviously missing a component.> > Anyone knows what to do? Don''t be a wise guy and say to re-install the > application becuase I have. >Don''t insult people who are in a position to help you.> Thanks, > Anon_compBest, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jun 4, 10:22 am, Ivan Nastyukhin <dieinz...-BUHhN+a2lJ4@public.gmane.org> wrote:> yep) > the radical decision, its stop using rails and windows, many bugs wil be waiting u in the future)Thank you. I''m totally aware of my inadequate OS, but I don''t have much of a choice. I might just install Ubuntu> the next, add this dll to library path, or system folderNow the issue is finding the dll. I tried looking it up in Google and failed to find it.> Ivan Nastyukhin > dieinz...-BUHhN+a2lJ4@public.gmane.org > > On Jun 4, 2010, at 6:20 PM, anon_comp wrote: > > > > > I''m getting an error message when I try to run my application (ruby > > script/server), normally I''d hit "OK" and the application would run > > without issues, but now it has completely failed to deploy. > > > I''m running on Windows 32, Ruby 1.9.1, Rails 2.3.8 > > > The message states: > > "This application has failed to start becuase msvcrt-ruby18.dll was > > not found. Re-installing the application may fix this problem." > > > Anyone knows what to do? Don''t be a wise guy and say to re-install the > > application becuase I have. > > > Thanks, > > Anon_comp > > > -- > > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.- Hide quoted text - > > - Show quoted text --- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jun 4, 10:25 am, Marnen Laibow-Koser <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> anon_comp wrote:> Don''t insult people who are in a position to help you.I''m not intending to insult, I just don''t like it when people point out the most obvious thing to solve the situation especially when it''s in an error message. At any rate, I''ll have to go down to Ruby 1.8.6 and see if this works.> > Thanks, > > Anon_comp > > Best, > -- > Marnen Laibow-Koserhttp://www.marnen.org > mar...-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > -- > Posted viahttp://www.ruby-forum.com/.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 4 June 2010 15:32, anon_comp <neocoolstar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Jun 4, 10:22 am, Ivan Nastyukhin <dieinz...-BUHhN+a2lJ4@public.gmane.org> wrote: > > the next, add this dll to library path, or system folder > > Now the issue is finding the dll. I tried looking it up in Google and > failed to find it. > >Have you looked for it on your hard disk? It may be already installed but not in a place that the application can find it. When you find it you could copy it into c:\windows\system (or somewhere similar under c:\windows that has a whole load of DLLs in it already). If course if it''s already there then I''m stumped -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> Have you looked for it on your hard disk? It may be already installed but > not in a place that the application can find it.Yeah, it''s in my hard disk when I install Ruby 1.8.7 =/> When you find it you could copy it into c:\windows\system (or somewhere > similar under c:\windows that has a whole load of DLLs in it already).I copied it over and now my system has gone haywire. Not your fault. I think the developers should''ve had a dll that correlates with Ruby 1.9.1> If course if it''s already there then I''m stumped-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 4 June 2010 15:55, anon_comp <neocoolstar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > When you find it you could copy it into c:\windows\system (or somewhere > > similar under c:\windows that has a whole load of DLLs in it already). > > I copied it over and now my system has gone haywire. Not your fault. I > think the developers should''ve had a dll that correlates with Ruby > 1.9.1 >Oops sorry about that, it usually works for me. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Jun 4, 11:00 am, Peter Hickman <peterhickman...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Oops sorry about that, it usually works for me.It''s fine. My solution is to go to Virtual Box. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.