-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when launching example mod, make gives no errors #175
Comments
The same happens for me on Windows when I try to launch via the mingw (git) shell or a command line terminal spawned from there. What happens when you open |
We could add some kind of platform or shell detection and throw a more sensible error when someone tries to run the makefile or non-Windows launch scripts on Windows. |
The problem for me is that launching via a shell/terminal/commandline spawned from the linux subsystem makes it try to use the |
Ive tried double clicking |
Have you customized your windows terminal setup in any way? |
I dont think so. Im just launching with stock windows command prompt. |
Ive been getting an error when trying to launch the example mod, but make is doing just fine.
I am not getting any errors when building the example project with
make all
.I have run
make clean
and rebuilt multiple times.Can someone please help me with this issue? I am new to OpenRA modding, and just recently downloaded the Mod SDK.
The text was updated successfully, but these errors were encountered: