[Pharo-users] Re: Seaside disappearing under Windows

2021-04-20 Thread David Pennington
I have finally given up on trying to sort this out. Under both Windows Server 2012 and Windows 10 my Pharo image just exits leaving nothing, not even a crash file. Hence, I have fixed my MacBookAir so that it stays alive with the lid down and I am now using that as my Seaside server. It has been

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-20 Thread Sven Van Caekenberghe
David, > On 20 Apr 2021, at 17:01, David Pennington wrote: > > I have finally given up on trying to sort this out. Under both Windows Server > 2012 and Windows 10 my Pharo image just exits leaving nothing, not even a > crash file. Hence, I have fixed my MacBookAir so that it stays alive with t

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-20 Thread David Pennington
I am sure that I do. In any case both the Windows machines have double the memory of the Mac and the Mac is still going.On 20 Apr 2021 16:13, Sven Van Caekenberghe wrote:David, > On 20 Apr 2021, at 17:01, David Pennington wrote: > > I have finally given up on trying to sort this out. Under

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread David Pennington
I have looked at the code. There is only one method for reading and one for writing and they both close the file when they have done so that’s wouldn’t ’t seem to be the problem. It still doesn’t answer why it works on my M1 MacBookAir and not on two Windows boxes :-( > On 20 Apr 2021, at 16:13

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread kmo
Hi - Firstly, have you tried asking on the Seaside forum? Might be worth doing. If it were me, I would try to see if it was a problem with my specific application or a a general seaside/windows problem. Does the Seaside demo app work? Can you write a simple Hello World seaside app. Does that wor

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread Petter
It might be worth trying to run Pharo under wsl if you have to go Windows? I do on my job laptop and it works fine for me. -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

[Pharo-users] Re: Seaside disappearing under Windows

2021-04-22 Thread Christopher Fuhrman
I second trying Pharo under WSL for robustness. I wrote a blog entry on how to set it up, and I think it's still valid: https://fuhrmanator.github.io/2019/02/27/Pharo-in-WSL.html - Since you'd be using WSL2, you have to do things differently for the DISPLAY variable: https://github.com/microsoft/WS