sukebenet/dreampower

crashes with no message

CZTeo opened this issue · 3 comments

CZTeo commented

after opening dreampower exe the terminal shows up for a brief second then closes.How do i use this program?

I am getting this issue as well

...
This is not a bug.
It is because dreampower.exe is not a software with a graphical interface, so when you open it by just double-clicking on it, it does nothing. Because you have not provided any arguments to it.
In order to make it work, open the terminal (serach for cmd, click Oen as admin) and type
cd Thedirectory
where you replace Thedirectory by the directory where dreampower is located, for example C:\User\username\Downloads\dreampower
then, type
dreampower.exe --help
and it will give you the arguments that you have to or can give him.
If you wish to use something with a graphical interface, just go to https://www.dreamtime.tech/docs/installation and follow procedure.
Please reply or close the issue, thanks.

CZTeo commented

...
This is not a bug.
It is because dreampower.exe is not a software with a graphical interface, so when you open it by just double-clicking on it, it does nothing. Because you have not provided any arguments to it.
In order to make it work, open the terminal (serach for cmd, click Oen as admin) and type
cd Thedirectory
where you replace Thedirectory by the directory where dreampower is located, for example C:\User\username\Downloads\dreampower
then, type
dreampower.exe --help
and it will give you the arguments that you have to or can give him.
If you wish to use something with a graphical interface, just go to https://www.dreamtime.tech/docs/installation and follow procedure.
Please reply or close the issue, thanks.

Gotcha,thx for helping a noobie out