GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.35k stars 2.54k forks source link

Newest Version (v2.2.7) wouldn't start on windows 10 (solved: due to wrong PATH variable). #1108

Closed innocentius closed 3 years ago

innocentius commented 3 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

I have tested a few versions (v2.2.7, 2.2.6, 2.0.1, 1.0.0) and none of them run on my windows 10 machine (v.2.2.2 runs good on ubuntu 18.04). I noticed you closed a few issues reported saying you are no longer supporting v2. However, since you recently re-opened support for eDEX-UI, I wonder when would the support for windows restart again?

I would note few things for you to recreate the bug: I'm running on Japanese language pack win10, dual screen both running on 1920*1080. GPU is NVIDIA 1070.

wrac4242 commented 3 years ago

could you try building from master, so we can rule out build issues

GitSquared commented 3 years ago

However, since you recently re-opened support for eDEX-UI, I wonder when would the support for windows restart again?

"Support" in this sense refers to fixing new bugs for the project as a whole, on all platforms - windows included ;)

Edex works on Windows out of the box for most people, but quirks happen. As @wrac4242 pointed out you should attempt to build the project from source, instructions are in the README.

You may also want to simply run edex from a Terminal/Powershell window to get runtime logs and see if there is an error there, first. The binary should be somewhere in %AppData%/Local i think?

innocentius commented 3 years ago

However, since you recently re-opened support for eDEX-UI, I wonder when would the support for windows restart again?

"Support" in this sense refers to fixing new bugs for the project as a whole, on all platforms - windows included ;)

Edex works on Windows out of the box for most people, but quirks happen. As @wrac4242 pointed out you should attempt to build the project from source, instructions are in the README.

You may also want to simply run edex from a Terminal/Powershell window to get runtime logs and see if there is an error there, first. The binary should be somewhere in %AppData%/Local i think?

I hate myself for not already tried running the binary in cmd. Doing so revealed that my PATH environment variable don't have powershell.exe path included, added that and everything is a-OK.

GitSquared commented 3 years ago

No worries! Glad you could figure it out.