You are not logged in.
Nothing to do.
If you reconnect the 2.4 screen is it working?
Maybe an electrical connection problem with 4.3screen?
Yes, the touchscreen module I made (I'm Tibus ;D) is done in node.js because I didn't have access to nanodlp source-code to put it in and I really like nodejs...
The code of Touchscreen is classic javascript/nodejs. Lean so Javascript, NodeJS, Gulp (why not) and ES2015 (javascript new standard) and you will be able to modify the TouchScreen code easily.
Julien
Hello, don't know if nanodlp is based on node.js. I think not. I think it's based on python or so.
you can so learn javascript on the web, and node.js too. Python is also verry simple to learn on internet.
Julien
it's just the UI and it's not updated. Nanodlp is unhappily not opensource.
Don't know where you seen that nanodlp is open source? did you found source code or so?
You also can use a nextion screen with a extra module on nanoDLP if you want, like mine : https://github.com/Tibus/TouchScreen-For-NanoDLP
Official touch screen is tricky because of using HDMI port or need to allow dual screen... not so simple.
Hello,
Yes, I'm making my own printer and plan to add this feature to my printer so it will be added is next versions.
Did you put the .tft file found here (https://github.com/Tibus/TouchScreen-Fo … P/releases) on a micro SD card for initializing screen for the first time?
Ok I sent you a mail via Email link form on the forum.
Hello, I'm making a open source slicer and préparator software like b9creator (with support, auto support generator, auto orientation,...) and wIth the integration of nanoslicer in it to directly export to Stl, slice it with nanoslicer and upload it to nanodlp via network (and POST request) with only one click.it works really well and it's very interesting for nanodlp user. Is this really not possible to update it to get the latest version and keep it updated for my software?
Edit : I just see you remove latest build on the website. is it possible to send me the latest version of nanoslicer for every plateform? My open source software integrate it for all platform but I didn't download other version than Mac (like I'm still in beta) and if I don't have other plateform, I did all these software for nothing since 1months... ;(
Would like too!
Or just make wall XX% transparent. so you can calculate it : (normal cure time = 10seconds, burn in = 50seconds so, dim the wall to 20% (50seconds * 20% = 10seconds normal layer)
no?
No, I read about spreadStep but I think it's not enabled on my printer, I'll test it. And Also think its in 1/16 microstep. I'll test SpreadStep and 1/4 steps.
Thank's
yes, my printer is always on, to get access to it through wifi, direct print without need to power on,... (and with the touch screen, it's also better to get it always on ;D)
Is it a process to get involve in the developpement of nanoDLP? my printer use it and I'm planning sell it and I would like to add maybe some feature,...?
It's what I proposed : not disabling it between layers (micro step lost,...) but between prints :
When a print is finished and the build plate is back in wait position, we disable motor, and when you start a print, it enable motors, calibrate Z and then go to first layer.
My printer is not printing since two day and the motor is still enable since two days. It cause motor heat, current consumption,...
I never slice during printing, it occurs just printing
Hello,
I'm using the direct control on raspberry pi and facing heat and power consumption on the motor when nothing is done (not printing,...).
Is there a way to disable motor when nothing is done, re-enable it when printing (and so run the Z-calibration when start printing?)
Or maybe is there a way to disable motor, enable it, run the Z calibration in gcode area?
Thanks
I use it since one month and it works really well! No sound, better smooth movement,... but I expected some strange thing in motor speed. sometimes the speed get higher,...
Without the commande line, the serial will not work on PI3. If you really don't want to enter it, you'll need to use an ftdi adapter and use another serial port. But there is not problem with command line to enter. it add juste the serial option. Wich line make you afraid?
it works great!
I reinstall the latest build now and it crash back after few seconds (and consume 100% cpu)
Ok, work great, I sliced two stl without any problem! thx!
The build number is not good I think ;D : {"Layer":"0","module":"Hardware","level":"Notice","msg":"Initializing build # 0 - generic"}
That's what I get when I kill -SIGABRT the nanoDLP process on mac (that consume 100% CPU after 10seconds +-) :
sudo kill -SIGABRT 95393
SIGABRT: abort
PC=0x1054a4b m=0 sigcode=0
goroutine 0 [idle]:
runtime.mach_semaphore_wait(0x803, 0x7fff00000000, 0x10202c3, 0x17bcb60, 0x10b, 0x17b7ba0, 0x7fff5fbffa20, 0x104f193, 0xffffffffffffffff, 0x7fff00000000, ...)
/usr/local/go/src/runtime/sys_darwin_amd64.s:415 +0xb
runtime.semasleep1(0xffffffffffffffff, 0x7fff00000000)
/usr/local/go/src/runtime/os_darwin.go:413 +0x4b
runtime.semasleep.func1()
/usr/local/go/src/runtime/os_darwin.go:432 +0x33
runtime.systemstack(0x7fff5fbffa48)
/usr/local/go/src/runtime/asm_amd64.s:343 +0xab
runtime.semasleep(0xffffffffffffffff, 0x0)
/usr/local/go/src/runtime/os_darwin.go:433 +0x4d
runtime.notesleep(0x17b84f0)
/usr/local/go/src/runtime/lock_sema.go:166 +0xb2
runtime.stopm()
/usr/local/go/src/runtime/proc.go:1650 +0xad
runtime.findrunnable(0xc420018000, 0x0)
/usr/local/go/src/runtime/proc.go:2102 +0x2e4
runtime.schedule()
/usr/local/go/src/runtime/proc.go:2222 +0x14c
runtime.park_m(0xc4201884e0)
/usr/local/go/src/runtime/proc.go:2285 +0xab
runtime.mcall(0x7fff5fbffc20)
/usr/local/go/src/runtime/asm_amd64.s:269 +0x5b
goroutine 1 [IO wait]:
net.runtime_pollWait(0x18dd1c8, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc420176378, 0x72, 0x0, 0xc42015ab00)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc420176378, 0xffffffffffffffff, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).accept(0xc420176310, 0x0, 0x1780ac0, 0xc42015ab00)
/usr/local/go/src/net/fd_unix.go:430 +0x1e5
net.(*TCPListener).accept(0xc42000c748, 0x0, 0xc4201019e0, 0x0)
/usr/local/go/src/net/tcpsock_posix.go:136 +0x2e
net.(*TCPListener).AcceptTCP(0xc42000c748, 0x116492d, 0x15232a0, 0xc420135950)
/usr/local/go/src/net/tcpsock.go:215 +0x49
github.com/labstack/echo.tcpKeepAliveListener.Accept(0xc42000c748, 0x17abe20, 0x12ae803, 0xc420101a58, 0xc420101a50)
/home/shahin/go/src/github.com/labstack/echo/echo.go:651 +0x2f
github.com/labstack/echo.(*tcpKeepAliveListener).Accept(0xc42000c750, 0xc420135920, 0x14d62c0, 0x17abe20, 0x15192a0)
<autogenerated>:103 +0x4d
net/http.(*Server).Serve(0xc4200b04d0, 0x17856c0, 0xc42000c750, 0x0, 0x0)
/usr/local/go/src/net/http/server.go:2643 +0x228
github.com/labstack/echo.(*Echo).StartServer(0xc4201176c0, 0xc4200b04d0, 0x1, 0xc4201278dc)
/home/shahin/go/src/github.com/labstack/echo/echo.go:586 +0x4e2
main.webInit()
/home/shahin/go/src/projects/printer/app/routes.go:159 +0x38d9
main.main()
/home/shahin/go/src/projects/printer/app/server.go:79 +0x26c
goroutine 5 [chan receive]:
projects/printer/app/move.(*speedStruct).calc(0x17b7400, 0xc42006e2a0)
/home/shahin/go/src/projects/printer/app/move/speed.go:92 +0x44
created by projects/printer/app/move.init.1
/home/shahin/go/src/projects/printer/app/move/speed.go:29 +0x4d
goroutine 7 [chan receive]:
main.(*StatusStruct).FindIP(0x17b76a0)
/home/shahin/go/src/projects/printer/app/db.go:316 +0x77
created by main.(*StatusStruct).Load
/home/shahin/go/src/projects/printer/app/db.go:296 +0x74
goroutine 8 [running]:
goroutine running on other thread; stack unavailable
created by main.main
/home/shahin/go/src/projects/printer/app/server.go:57 +0x163
goroutine 9 [chan receive]:
main.(*monitorStruct).watch(0x17b6fa0)
/home/shahin/go/src/projects/printer/app/slice-monitor.go:49 +0x77
created by main.main
/home/shahin/go/src/projects/printer/app/server.go:58 +0x187
goroutine 16 [chan receive]:
net/http.(*Transport).dialConn(0x17b2f60, 0x1786580, 0xc42000e488, 0x0, 0xc420135da0, 0x5, 0xc42015af00, 0x13, 0xc420142f98, 0x145120c, ...)
/usr/local/go/src/net/http/transport.go:1088 +0x102e
net/http.(*Transport).getConn.func4(0x17b2f60, 0x1786580, 0xc42000e488, 0xc420135ef0, 0xc42006e840)
/usr/local/go/src/net/http/transport.go:908 +0x78
created by net/http.(*Transport).getConn
/usr/local/go/src/net/http/transport.go:910 +0x3a3
goroutine 12 [runnable]:
net.runtime_pollWait(0x18dd108, 0x72, 0x0)
/usr/local/go/src/runtime/netpoll.go:164 +0x59
net.(*pollDesc).wait(0xc4201a2068, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:75 +0x38
net.(*pollDesc).waitRead(0xc4201a2068, 0xc4201829f0, 0x400)
/usr/local/go/src/net/fd_poll_runtime.go:80 +0x34
net.(*netFD).readFrom(0xc4201a2000, 0xc4201829f0, 0x400, 0x400, 0x0, 0x0, 0x0, 0x1782600, 0x177d378)
/usr/local/go/src/net/fd_unix.go:277 +0x1cc
net.(*UDPConn).readFrom(0xc4201ac000, 0xc4201829f0, 0x400, 0x400, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock_posix.go:47 +0x6a
net.(*UDPConn).ReadFromUDP(0xc4201ac000, 0xc4201829f0, 0x400, 0x400, 0xc4201ac000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/udpsock.go:97 +0x75
projects/printer/app/ssdp.Server(0xc420127b60, 0x4, 0x15613c8, 0x8)
/home/shahin/go/src/projects/printer/app/ssdp/ssdp.go:57 +0x232
created by main.afterIP
/home/shahin/go/src/projects/printer/app/server.go:101 +0x9f
goroutine 14 [select]:
net/http.(*Transport).getConn(0x17b2f60, 0xc4201aa120, 0x0, 0xc4201aa000, 0x5, 0xc4201aa140, 0x13, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:913 +0xb92
net/http.(*Transport).RoundTrip(0x17b2f60, 0xc4201ba000, 0x17b2f60, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:378 +0x58c
net/http.send(0xc4201ba000, 0x17803c0, 0x17b2f60, 0x0, 0x0, 0x0, 0x0, 0x8, 0xc4201bc018, 0x100f148)
/usr/local/go/src/net/http/client.go:249 +0x162
net/http.(*Client).send(0x17b6e60, 0xc4201ba000, 0x0, 0x0, 0x0, 0xc4201bc018, 0x0, 0x1, 0x100828e)
/usr/local/go/src/net/http/client.go:173 +0x108
net/http.(*Client).Do(0x17b6e60, 0xc4201ba000, 0xc, 0x156ec12, 0x21)
/usr/local/go/src/net/http/client.go:595 +0x254
net/http.(*Client).Post(0x17b6e60, 0xc4201aa000, 0x1c, 0x156ec12, 0x21, 0x1780c40, 0xc4201aa080, 0x0, 0x2, 0xc4201aa000)
/usr/local/go/src/net/http/client.go:720 +0xf8
net/http.(*Client).PostForm(0x17b6e60, 0xc4201aa000, 0x1c, 0xc42019a000, 0x2, 0xc4201aa000, 0x1c)
/usr/local/go/src/net/http/client.go:752 +0xdd
net/http.PostForm(0xc4201aa000, 0x1c, 0xc42019a000, 0x155fd60, 0x4, 0xc4201aa000)
/usr/local/go/src/net/http/client.go:737 +0x4b
main.sendDashboardData()
/home/shahin/go/src/projects/printer/app/server.go:223 +0xa83
main.updateControlPanel()
/home/shahin/go/src/projects/printer/app/server.go:200 +0x22
created by main.afterIP
/home/shahin/go/src/projects/printer/app/server.go:103 +0x114
goroutine 15 [select]:
net/http.(*Transport).getConn(0x17b2f60, 0xc42015aee0, 0x0, 0xc420135da0, 0x5, 0xc42015af00, 0x13, 0x0, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:913 +0xb92
net/http.(*Transport).RoundTrip(0x17b2f60, 0xc4200e0a00, 0x17b2f60, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:378 +0x58c
net/http.send(0xc4200e0a00, 0x17803c0, 0x17b2f60, 0x0, 0x0, 0x0, 0x0, 0x8, 0xc42000c770, 0x100f148)
/usr/local/go/src/net/http/client.go:249 +0x162
net/http.(*Client).send(0x17b6e60, 0xc4200e0a00, 0x0, 0x0, 0x0, 0xc42000c770, 0x0, 0x1, 0xc420135dd0)
/usr/local/go/src/net/http/client.go:173 +0x108
net/http.(*Client).Do(0x17b6e60, 0xc4200e0a00, 0xc420135da0, 0x29, 0x0)
/usr/local/go/src/net/http/client.go:595 +0x254
net/http.(*Client).Get(0x17b6e60, 0xc420135da0, 0x29, 0x4, 0xc420135da0, 0x29)
/usr/local/go/src/net/http/client.go:393 +0xa7
net/http.Get(0xc420135da0, 0x29, 0x18, 0x1560858, 0x6)
/usr/local/go/src/net/http/client.go:367 +0x41
main.versionUpdate()
/home/shahin/go/src/projects/printer/app/server.go:119 +0x19d
created by main.afterIP
/home/shahin/go/src/projects/printer/app/server.go:104 +0x12c
goroutine 33 [chan receive]:
net/http.(*Transport).dialConn(0x17b2f60, 0x1786580, 0xc42000e488, 0x0, 0xc4201aa000, 0x5, 0xc4201aa140, 0x13, 0x8, 0x155f3b3, ...)
/usr/local/go/src/net/http/transport.go:1088 +0x102e
net/http.(*Transport).getConn.func4(0x17b2f60, 0x1786580, 0xc42000e488, 0xc42019a120, 0xc4201c0000)
/usr/local/go/src/net/http/transport.go:908 +0x78
created by net/http.(*Transport).getConn
/usr/local/go/src/net/http/transport.go:910 +0x3a3
goroutine 65 [running]:
goroutine running on other thread; stack unavailable
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:1087 +0xfec
goroutine 39 [semacquire]:
reflect.(*structType).Field(0x14fa820, 0x0, 0x148bbe3, 0x4, 0x0, 0x0, 0x178c040, 0x14b2320, 0x148bbe9, 0xf, ...)
/usr/local/go/src/reflect/type.go:1246 +0x173
reflect.(*rtype).Field(0x14fa820, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/reflect/type.go:962 +0x8c
encoding/asn1.parseField(0x14fa820, 0xc420467fd0, 0x199, 0xc420467a60, 0x5, 0x5, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:859 +0x1331
encoding/asn1.UnmarshalWithParams(0xc420467a60, 0x5, 0x5, 0x149f140, 0xc420467fd0, 0x0, 0x0, 0x100f148, 0x10, 0x14fa820, ...)
/usr/local/go/src/encoding/asn1/asn1.go:1002 +0x14f
encoding/asn1.Unmarshal(0xc420467a60, 0x5, 0x5, 0x149f140, 0xc420467fd0, 0xc420374310, 0x1, 0x2, 0x0, 0x0)
/usr/local/go/src/encoding/asn1/asn1.go:995 +0x72
crypto/x509.parseCertificate(0xc420333200, 0x3c9, 0x3c9, 0x149f180)
/usr/local/go/src/crypto/x509/x509.go:1143 +0xd63
crypto/x509.ParseCertificate(0xc42002d800, 0x3c9, 0x3c9, 0x1, 0x17d48e0, 0xc420353200)
/usr/local/go/src/crypto/x509/x509.go:1347 +0x110
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
/usr/local/go/src/crypto/x509/root_darwin.go:93 +0xcb
created by crypto/x509.execSecurityRoots
/usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9
goroutine 66 [semacquire]:
sync.runtime_SemacquireMutex(0x17d4044)
/usr/local/go/src/runtime/sema.go:62 +0x34
sync.(*Mutex).Lock(0x17d4040)
/usr/local/go/src/sync/mutex.go:87 +0x9d
sync.(*Once).Do(0x17d4040, 0x157b2e8)
/usr/local/go/src/sync/once.go:40 +0x44
crypto/x509.systemRootsPool(0x9)
/usr/local/go/src/crypto/x509/root.go:16 +0x39
crypto/x509.(*Certificate).Verify(0xc420216000, 0xc4201aa140, 0xf, 0xc42019aea0, 0x0, 0xed0fe5c29, 0x5f0b66a, 0x17b7260, 0x0, 0x0, ...)
/usr/local/go/src/crypto/x509/verify.go:287 +0x7e3
crypto/tls.(*clientHandshakeState).doFullHandshake(0xc420213e50, 0xc4201ae1c0, 0x6c)
/usr/local/go/src/crypto/tls/handshake_client.go:300 +0x4b9
crypto/tls.(*Conn).clientHandshake(0xc4201e2380, 0x157c7e0, 0xc4201e24a0)
/usr/local/go/src/crypto/tls/handshake_client.go:228 +0xf90
crypto/tls.(*Conn).Handshake(0xc4201e2380, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:1307 +0x1a3
net/http.(*Transport).dialConn.func3(0x0, 0xc4201e2380, 0xc42016a300, 0xc4201c23c0)
/usr/local/go/src/net/http/transport.go:1082 +0x42
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:1087 +0xfec
goroutine 38 [chan receive]:
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
/usr/local/go/src/crypto/x509/root_darwin.go:92 +0x8c
created by crypto/x509.execSecurityRoots
/usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9
goroutine 40 [semacquire]:
reflect.MakeSlice(0x178c040, 0x14c2c60, 0x1, 0x1, 0x0, 0x10, 0x13)
/usr/local/go/src/reflect/value.go:2061 +0x85
encoding/asn1.parseSequenceOf(0xc420124c3f, 0x15, 0x555, 0x178c040, 0x14c2c60, 0x178c040, 0x14fad20, 0x14c2c01, 0xf, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:559 +0x372
encoding/asn1.parseField(0x14c2c60, 0xc4201c2858, 0x197, 0xc420124c30, 0x62, 0x564, 0xd, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.parseSequenceOf(0xc420124c30, 0x62, 0x564, 0x178c040, 0x14c2c00, 0x178c040, 0x14c2c60, 0x14c2c01, 0x2, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:563 +0x48e
encoding/asn1.parseField(0x14c2c00, 0xc42049fc40, 0x197, 0xc420124c2e, 0x64, 0x566, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.UnmarshalWithParams(0xc420124c2e, 0x64, 0x566, 0x149f780, 0xc42049fc40, 0x0, 0x0, 0xc420124d16, 0x0, 0x47e, ...)
/usr/local/go/src/encoding/asn1/asn1.go:1002 +0x14f
encoding/asn1.Unmarshal(0xc420124c2e, 0x64, 0x566, 0x149f780, 0xc42049fc40, 0xc420124d16, 0x0, 0x47e, 0x0, 0x0)
/usr/local/go/src/encoding/asn1/asn1.go:995 +0x72
crypto/x509.parseCertificate(0xc420490900, 0x594, 0x594, 0x149f180)
/usr/local/go/src/crypto/x509/x509.go:1105 +0x475
crypto/x509.ParseCertificate(0xc420124c00, 0x594, 0x594, 0x1, 0x17d48e0, 0xc420452ff0)
/usr/local/go/src/crypto/x509/x509.go:1347 +0x110
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
/usr/local/go/src/crypto/x509/root_darwin.go:93 +0xcb
created by crypto/x509.execSecurityRoots
/usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9
goroutine 41 [semacquire]:
encoding/asn1.parseField(0x14d16a0, 0xc4204846d8, 0x194, 0xc42042e449, 0xa, 0x2ac, 0x5, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:636 +0x30aa
encoding/asn1.parseField(0x14fad20, 0xc4204846c0, 0x199, 0xc42042e447, 0xc, 0x2ae, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:863 +0x154d
encoding/asn1.parseSequenceOf(0xc42042e447, 0xc, 0x2ae, 0x178c040, 0x14c2c60, 0x178c040, 0x14fad20, 0x14c2c01, 0x29, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:563 +0x48e
encoding/asn1.parseField(0x14c2c60, 0xc4203f2630, 0x197, 0xc42042e41e, 0x5b, 0x2d7, 0x27, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.parseSequenceOf(0xc42042e41e, 0x5b, 0x2d7, 0x178c040, 0x14c2c00, 0x178c040, 0x14c2c60, 0x1, 0x2, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:563 +0x48e
encoding/asn1.parseField(0x14c2c00, 0xc4204b88c0, 0x197, 0xc42042e41c, 0x5d, 0x2d9, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/go/src/encoding/asn1/asn1.go:879 +0x187c
encoding/asn1.UnmarshalWithParams(0xc42042e41c, 0x5d, 0x2d9, 0x149f780, 0xc4204b88c0, 0x0, 0x0, 0x100f148, 0x20, 0x14c2c00, ...)
/usr/local/go/src/encoding/asn1/asn1.go:1002 +0x14f
encoding/asn1.Unmarshal(0xc42042e41c, 0x5d, 0x2d9, 0x149f780, 0xc4204b88c0, 0x0, 0xc42042e39f, 0x0, 0x356, 0xc42042e39d)
/usr/local/go/src/encoding/asn1/asn1.go:995 +0x72
crypto/x509.parseCertificate(0xc4204a0600, 0x374, 0x375, 0x149f180)
/usr/local/go/src/crypto/x509/x509.go:1100 +0x380
crypto/x509.ParseCertificate(0xc42042e380, 0x374, 0x375, 0x1, 0x17d48e0, 0xc4204845d0)
/usr/local/go/src/crypto/x509/x509.go:1347 +0x110
crypto/x509.execSecurityRoots.func1(0xc420220180, 0xc4201c09c0, 0xc4201a49c0, 0xc420220170, 0xc420220178, 0xc42019af30)
/usr/local/go/src/crypto/x509/root_darwin.go:93 +0xcb
created by crypto/x509.execSecurityRoots
/usr/local/go/src/crypto/x509/root_darwin.go:115 +0x3c9
rax 0xe
rbx 0x17b83e0
rcx 0x7fff5fbff9c0
rdx 0x7fff5fbffa48
rdi 0x803
rsi 0x1
rbp 0x7fff5fbff9f8
rsp 0x7fff5fbff9c0
r8 0xc420188640
r9 0xc420188590
r10 0xc4201c0a10
r11 0x286
r12 0x1
r13 0xcd
r14 0xcc0
r15 0x200
rip 0x1054a4b
rflags 0x286
cs 0x7
fs 0x0
gs 0x0
[1] + 95377 exit 2 sudo ./run.sh
same problem (how to check if I really get the latest version? is there a build n° somewhere? is there a way to run it in debug to get a crash log?)
I received the two messages on arm7 (pi 2 and pi 3), I made a lot of test and never receive any message and crash on arm6 (pi B+, pizero, pizeroW,...).