- i have the same exception error as above (not stoppable) in surface.jl
- image breaks with
julia> include("../.julia/v0.3/GLPlot/example/image.jl")
INFO: loaded GLFW 3.0.4 X11 GLX glXGetProcAddress clock_gettime /dev/js
shared from /home/lobi/.julia/v0.3/GLFW/deps/usr/lib/libglfw
ERROR: BoundsError()
in getindex at array.jl:271
in mapslices at abstractarray.jl:1230
in Texture at /home/lobi/.julia/v0.3/GLAbstraction/src/GLTypes.jl:275
in include at ./boot.jl:245
in include_from_node1 at ./loading.jl:128
while loading /home/lobi/.julia/v0.3/GLPlot/example/image.jl, in
expression starting on line 30
- volume with
julia> include("../.julia/v0.3/GLPlot/example/volume.jl")
INFO: loaded GLFW 3.0.4 X11 GLX glXGetProcAddress clock_gettime /dev/js
shared from /home/lobi/.julia/v0.3/GLFW/deps/usr/lib/libglfw
ERROR:
`Texture{T<:Union(Uint16,Uint8,Float32,Int8,Int32,Uint32,Int16),ColorDIM,NDIM}`
has no method matching
Texture{T<:Union(Uint16,Uint8,Float32,Int8,Int32,Uint32,Int16),ColorDIM,NDIM}(::Array{Float32,3},
::Int32)
in toopengl at /home/lobi/.julia/v0.3/GLPlot/src/volume.jl:43
in include at ./boot.jl:245
in include_from_node1 at ./loading.jl:128
while loading /home/lobi/.julia/v0.3/GLPlot/example/volume.jl, in
expression starting on line 46
- all after a Pkg.update()