davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

Can't open the write interface on Windows 10 #105

Closed rj93 closed 7 years ago

rj93 commented 7 years ago

When ever I click on the write button it doesn't work.

When the program opens I get the following messages every time:

Error: ENOENT: no such file or directory, open 'D:\PiBakery\blocks.xml'(…)
Error: ENOENT: no such file or directory, open 'E:\PiBakery\blocks.xml'(…)
Error: ENOENT: no such file or directory, open 'F:\PiBakery\blocks.xml'(…)

And each time I click on write I get the following error: Uncaught TypeError: Cannot read property 'path' of undefined

davidferguson commented 7 years ago

I've had a look at this (had to borrow a Windows 10 laptop, as I use Windows 8) and I think I've found and fixed the issue. Could you download and install the latest version (0.3.6) and tell me if that fixes the issue?

rj93 commented 7 years ago

@davidferguson I just installed the latest version, and you have indeed fixed it