Circuitscape / CircuitscapeUI.jl

UI and build scripts for Circuitscape.jl
Other
2 stars 3 forks source link

JSExpr: Unsupported `string` expression, "$(e)"JSExpr: Unsupported `string` expression, "$(e)" 64-bit Windows installer #16

Open Jinyu8579 opened 4 years ago

Jinyu8579 commented 4 years ago

new user of version 5 on Windows. Recently several .asc files (named tea.asc, en.asc, 114MB and 115MB) have been successfully run on it, where data represents conductance. However, these two days when I run a .asc file (named river.asc, 36.8MB) with data represents resistance instead of conductance, the Circuitscape window proceeds to "Reading maps," and the Julia window shows "JSExpr: Unsupported string expression, "$(e)"JSExpr: Unsupported string expression, "$(e)"" and the run never seems to complete. But if we used the river.asc file with data represents conductance, it can successfully ran. Meanwhile I also tried the files (tea.asc, en.asc) with data represents resistance instead of conductance, it can also successfully ran. The difference between the former two .asc files (tea.asc, en.asc) and river.asc is that there is 0 value in river.asc but no zero value in tea.asc and en.asc. Then I tried to installed the the linux version on a server. I firstly installed julia-1.0.5, then installed Circuitscape according to the instructions on the README. But it reported error "ERROR: The following package names could not be resolved: * Circuitscape (not found in project, manifest or registry), Please specify by known name=uuid". Then I tried installing julia-0.7.0 and julia-0.7.0. All of them report the same error. Are these known errors with a workaround, or are they more likely to be issues with my data? Thanks in advance for any help you can provide, and thanks also for your ongoing work on this excellent program.