Issue 7135 in pharo: Missing Source file gives no warning on Windows

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 7135 in pharo: Missing Source file gives no warning on Windows

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 7135 by [hidden email]: Missing Source file gives no  
warning on Windows
http://code.google.com/p/pharo/issues/detail?id=7135

Extract one of the latest images (here Pharo-20438.image with
changes file Pharo-20438.changes) into a folder and also the
latest Cog Win VM.

If you drag and drop the image onto the virtual machine
NBCog.exe the image runs - but the window will not open.

IN THE PAST:
============
If I remember correctly in the past the image opens
in the Pharo window and laments about the missing
source file

NOW:
====
Nothing happens - the Pharo window will not open. You only
see the running process NBCog in the Windows task manager.

The reason seem to be that PharoV10.sources is missing. If you
add it in the same folder the window opens correctly.




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7135 in pharo: Missing Source file gives no warning on Windows

pharo

Comment #1 on issue 7135 by [hidden email]: Missing Source file  
gives no warning on Windows
http://code.google.com/p/pharo/issues/detail?id=7135

I am not sure why there is no proper warning.

But sources should be downloaded automagically ;-)

Have a look at SmalltalkImage>>#downloadSources

Maybe the #vmDirectory does not make sense on Windows ?


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7135 in pharo: Missing Source file gives no warning on Windows

pharo

Comment #2 on issue 7135 by [hidden email]: Missing Source file gives  
no warning on Windows
http://code.google.com/p/pharo/issues/detail?id=7135

So this seems to be related to  
http://code.google.com/p/pharo/issues/detail?id=7129

I dislike systems "automagically" doing things without any feedback,
What if you are behind a proxy - we still
do not query the systems proxy setting (maybe in the future with NB).
The image does not come up so you cant set the proxy options and you are  
stuck ...




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7135 in pharo: Missing Source file gives no warning on Windows

pharo
Updates:
        Status: Duplicate
        Mergedinto: 7129

Comment #3 on issue 7135 by [hidden email]: Missing Source file  
gives no warning on Windows
http://code.google.com/p/pharo/issues/detail?id=7135

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7135 in pharo: Missing Source file gives no warning on Windows

pharo

Comment #4 on issue 7135 by [hidden email]: Missing Source file  
gives no warning on Windows
http://code.google.com/p/pharo/issues/detail?id=7135

with the new features (downloading in the UI thread) this error won't  
persist anymore:
- ui thread notifications
- lower times (2 * 5 secs)

=> you know what is going on and you could potentially interrupt it with  
CTRL-$.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker