hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
335 stars 104 forks source link

Kidsruby not working. #104

Closed BradmanOH closed 10 years ago

BradmanOH commented 11 years ago

I was playing with kidsruby with my son (great program to get him started) and now it won't run. It seems to be OK but if I enter some code in the left pane and press Run the right window switches to the Output tab but nothing happens.

Everything was working yesterday, but now when I run kidsruby a console window appears and is filled with this:

QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkReplyImplPrivate::error: Internal problem, this method must only be call ed once. QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files QNetworkAccessFileBackendFactory: URL has no schema set, use file:// for files

It is running fine on his Mac but my Windows machine seems to have this error. I uninstalled, rebooted then reinstalled. Same problem.

I installed a bunch of stuff yesterday (playing with different kids coding packages), I wonder if something is conflicting with the kidsruby paths?

I'll try it on another Windows machine in our house.

Thanks,

BradmanOH

BradmanOH commented 11 years ago

Just tried it on another Windows machine and got the same errors.

BradmanOH

deadprogram commented 11 years ago

We were running fine on Windows 7 a couple months ago. We've had a few reports, wondering if this is new issues from Windows Update, or something? We're trying to locate a Win7 test machine or VM to try this out on...

BradmanOH commented 11 years ago

Thanks for the response. I do believe both machines had recent Win7 updates recently. Ironically my son's Mac is working fine. :)

BradmanOH commented 11 years ago

It sounds like there is a solution but I still can't run kidsruby. Is there something I need to change?

Thanks, BradmanOH

BradmanOH commented 11 years ago

I found the two files and changed it per the Fix but I still get the same error.

Thanks,

BradmanOH

deadprogram commented 11 years ago

Can you try another port like "4567" that also should not be busy? Also, where did you change the code locally for your test?

jerefrer commented 11 years ago

I was having the exact same issue @BradmanOH had but then realizing port 8080 was used I went to stop my SABNzbd Usenet client which defaults to this port and everything went fine. So yep you should be avoiding this one.

Googling around brought me there where you can find a list of all used and available ports. For instance the range 8075-8079 is still Unassigned.

Cheers !

deadprogram commented 11 years ago

We need to cut a release that switches to an commonly unused port.

hunterboerner commented 10 years ago

Port was changed in 534b6f753a1b32fd3b44232f24b372b4ad4f406a so this issue should be resolved.