Hi guys. In pharo 1.1, 1.2 (in fact, always) one could decide not to use the .sources file and instead decompile. At startup the image raises a popup saying "ehhhh the .sources couludnt be found" and then after, when you browse a method you see the decompiled code. Now, in Pharo 1.3 I REMOVE all possible .sources and the image doesn't say anything at startup. No popup. If I print SourceFiles I get -> an ExpandedSourceFileArray(nil MultiByteFileStream: '/Users/mariano/Pharo/imagenes/PharoCore-1.2/PharoCore-1.2.changes') So...the sources is not there. Two problems: 1) the first one is that the popup doesn't raise. 2) I cannot browse methods because a popup raises saying there was a probelm with the sources file: "There may be a problem with your sources file!". I attach screenshot. So...what could be happening? I will try to debug it... If someone can confirm please I open an ticket. -- Mariano http://marianopeck.wordpress.com