Re: [racket-users] Unexpected error when building standalone Racket executable

2018-03-24 Thread Alex Harsanyi
On Saturday, March 24, 2018 at 9:42:02 PM UTC+8, Matthew Flatt wrote: > > > Can you try a recent snapshot from http://pre.racket-lang.org/ and > check whether it works for you? > Hi Matthew , I installed version 6.90.0.23 and indeed the problem is fixed. I will use this version until the nex

Re: [racket-users] Unexpected error when building standalone Racket executable

2018-03-24 Thread Matthew Flatt
Hi Alex, I'm able to replicate the problem using Racket v6.12, the latest "plot" package, and your https://github.com/alex-hhh/ActivityLog2 repo. But things seem to work correctly when pairing the latest "plot" with the current development version of Racket, v6.90.x. It's possible that the new mo

[racket-users] Unexpected error when building standalone Racket executable

2018-03-22 Thread Alex Harsanyi
I started getting some unexpected and unexplained errors from Racket when trying to build a stand alone executable. The versions is: Racket 6.12 64bit on Windows 10. If I try to run my application from Racket, it runs with no problems. If I build an executable and try to run it, I get the follo