-
Notifications
You must be signed in to change notification settings - Fork 21
Unable to start app in dev env #25
Comments
The dirty close indicates the driver had a crash somewhere. This is going to be hard for me to track down as I don't use or have archlinux installed. Probably a issue with the graphics driver. Which driver are you using? Also, is Wayland installed? |
I'm using the proprietary nvidia driver (the dkms variant), version 430.26-7 along with glew 2.1.0-1 and glfw-x11 3.3-2 wayland is installed, along with xorg-server-xwayland; however, using the wayland variants of glew and glfw im unable to get it to work even in prod |
Hmmm, this looks like this might be the same issue I'm running into in ScenicFramework/scenic_new#36 (and I'm also on Arch Linux). For me I've noticed that it works if I run:
Also the main difference appears to be that |
As far as I can tell the issue seems to be that when the environment variable |
can confirm this workaround allows me to start the app in |
Also it looks like it is expected that dependencies are compiled with mix env |
I can confirm that setting |
Hmmm, setting |
This can be closed now that #26 is fixed (unless it shouldn't be closed until the next release is cut) |
The fix for this is now published to hex in v0.10.1 |
fix is confirmed working on a new project (and in previously broken ones)! thanks! |
Running the app generated by
mix scenic.new
without specifying the env (or specifying thedev
env) results in the following error:running it using in the prod env works as expected:
running tests also seems to work, though no tests are defined
version info
scenic: 0.10.2
scenic_driver_glfw: 0.10.2
elixir/erlang:
linux (archlinux):
lemme know if there's any more info you need
The text was updated successfully, but these errors were encountered: