View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005999 | Spring engine | General | public | 2018-06-06 01:05 | 2018-11-25 22:53 | ||||
Reporter | tulipe | ||||||||
Assigned To | Kloot | ||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 104.0 | ||||||||
Target Version | Fixed in Version | 104.0 +git | |||||||
Summary | 0005999: spring.exe --help return nothing on a console with WINDOWS 10 | ||||||||
Description | spring.exe --help return nothing with, at least, WINDOWS 10 . | ||||||||
Steps To Reproduce | With WINDOWS, with cmd or powershell, try "spring.exe --help". | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Kloot (developer) 2018-06-06 01:51 Last edited: 2018-06-06 01:58 |
Windows uses /param syntax for CL arguments, not --param edit: this may actually be subverted by gflags, can't test |
hokomoko (developer) 2018-06-06 05:39 Last edited: 2018-06-06 05:39 |
spring -help cannot return anything on the command line since spring is not a console application. Try spring -help > out.txt |
tulipe (reporter) 2018-06-06 09:07 |
Less than an hour ago, I tried ""C:\Program Files (x86)\Spring\spring.exe /help"" and ""C:\Program Files (x86)\Spring\spring.exe" -help > out.txt" and it returned nothing in POWERSHELL console. |
hokomoko (developer) 2018-06-06 09:13 |
Of course, because it puts the content in the file out.txt |
tulipe (reporter) 2018-06-06 09:36 |
And where is this out.txt file? I didn't find it with a search from C:\. "& '.\Program Files (x86)\Spring\spring.exe' /help" instead ""C:\Program Files (x86)\Spring\spring.exe /help"" with a POWERSHELL console. and & '.\Program Files (x86)\Spring\spring.exe' -help > out.txt instead ""C:\Program Files (x86)\Spring\spring.exe" -help > out.txt". |
hokomoko (developer) 2018-06-06 09:38 Last edited: 2018-06-06 09:39 |
in the folder you ran from, if you have permissions in this folder, that is. If you want the file to appear in a specific location, put the entire path C:\Program Files (x86)\Spring\spring.exe -help > C:\path\to\file.txt |
tulipe (reporter) 2018-06-06 09:43 |
I tried "& '.\Program Files (x86)\Spring\spring.exe' -help > C:\out.txt" and I find "out.txt" in "C:\", but no text in out.txt. |
hokomoko (developer) 2018-06-06 09:46 |
for some reason that doesn't work in powershell. use cmd |
tulipe (reporter) 2018-06-06 09:53 |
I tried too from cmd.exe. File "out.txt" was created but still empty. |
hokomoko (developer) 2018-06-06 09:55 |
I'm outta ideas |
tulipe (reporter) 2018-06-06 10:12 |
I remenber with at least one previous version of spring, it worked, some years ago. Maybe with 0.80.5.2 but I don't find 0.80 version on https://springrts.com/dl/buildbot/default/maintenance/ One subject on springrts forum about commandline options : https://springrts.com/phpbb/viewtopic.php?p=586104#p586104. |
silentwings (reporter) 2018-06-06 10:27 |
Fyi in my post there I used the Ubuntu app (-> linux subsystem) on Windows 10. I didn't try powershell or cmd, and I wonder if it's important to use --help instead of -help. |
tulipe (reporter) 2018-06-06 10:44 |
In the "out.txt.." screenshots pictures I posted this subject 0005999, I didn't saw I captured my taskbar too. Could you delete theses "ou.txt..." pictures please? Sorry that 2 "out.txt" pictures were posted too, but I thinked none was sended cause I had a mantis message : you reached max number of messages, or a message like this, and I thinked pictures were not sended. I didn't find an option to delete theses pictures from my account settings. I tried send a message to no-reply@springrts.com but I had a message that my message was not send to no-reply@springrts.com. |
tulipe (reporter) 2018-06-06 14:53 |
("I remenber with at least one previous version of spring, it worked, some years ago." This should have worked with LINUX and not with WINDOWS (and not spring.exe but executable for linux)) |
FLOZi (reporter) 2018-06-06 20:17 |
I updated the wiki page for 104.0 so it worked for me; https://springrts.com/wiki/Help:CommandLineArgs |
FLOZi (reporter) 2018-06-06 20:22 |
Can't edit notes; I'm on Windows but still Win 7, not 10 |
Kloot (developer) 2018-06-06 21:22 |
Fix f89dac48dfda20e005f13a660be4ca1dd405488f committed to develop branch: maybe fix 0005999, repo: spring changeset id: 10340 |
Kloot (developer) 2018-06-06 21:25 |
Fix 1c78b4088dd7c295ed97f54bfe0afa416fa3db43 committed to maintenance branch: maybe fix 0005999, repo: spring changeset id: 10343 |
Kloot (developer) 2018-06-07 15:33 |
@tulipe please test https://springrts.com/dl/buildbot/default/maintenance/104.0.1-552-g1c78b40/win32/spring_{maintenance}104.0.1-552-g1c78b40_win32.exe |
tulipe (reporter) 2018-06-07 16:14 |
I tested less than 2 hours ago "spring.exe -h > out.txt" with https://springrts.com/dl/buildbot/default/maintenance/104.0.1-552-g1c78b40/win32/spring_%7bmaintenance%7d104.0.1-552-g1c78b40_win32_portable.7z, and https://springrts.com/dl/buildbot/default/maintenance/104.0.1-552-g1c78b40/win32/spring_%7bmaintenance%7d104.0.1-552-g1c78b40_win32.exe. out.txt was created but no text was readable in out.txt. Less than a few days ago I tested with spring 103 and it worked. (text was readable in the txt file). Since my declaration of 6 june 2018 "Maybe with 0.80.5.2 but I don't find 0.80 version on https://springrts.com/dl/buildbot/default/maintenance/" I found at least one older version of spring than those visible on page https://springrts.com/dl/buildbot/default/maintenance/. (I found on github and a SPRINGRTS forum page). |
Kloot (developer) 2018-11-25 22:52 Last edited: 2018-11-25 22:53 |
^ will probably work again in 908-g5845552 (reopen if not) |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-06-06 01:05 | tulipe | New Issue | |
2018-06-06 01:05 | tulipe | File Added: spring --help with windows cmd.exe.png | |
2018-06-06 01:51 | Kloot | Note Added: 0019175 | |
2018-06-06 01:58 | Kloot | Note Edited: 0019175 | View Revisions |
2018-06-06 05:39 | hokomoko | Note Added: 0019176 | |
2018-06-06 05:39 | hokomoko | Assigned To | => hokomoko |
2018-06-06 05:39 | hokomoko | Status | new => closed |
2018-06-06 05:39 | hokomoko | Resolution | open => no change required |
2018-06-06 05:39 | hokomoko | Note Edited: 0019176 | View Revisions |
2018-06-06 09:07 | tulipe | Status | closed => feedback |
2018-06-06 09:07 | tulipe | Resolution | no change required => reopened |
2018-06-06 09:07 | tulipe | Note Added: 0019177 | |
2018-06-06 09:13 | hokomoko | Note Added: 0019178 | |
2018-06-06 09:13 | hokomoko | Status | feedback => closed |
2018-06-06 09:36 | tulipe | Status | closed => feedback |
2018-06-06 09:36 | tulipe | Note Added: 0019179 | |
2018-06-06 09:38 | hokomoko | Note Added: 0019180 | |
2018-06-06 09:39 | hokomoko | Note Edited: 0019180 | View Revisions |
2018-06-06 09:43 | tulipe | File Added: Spring help from POWERSHELL console returned nothing 06-06 2018 3.png | |
2018-06-06 09:43 | tulipe | Note Added: 0019181 | |
2018-06-06 09:43 | tulipe | Status | feedback => assigned |
2018-06-06 09:46 | hokomoko | Note Added: 0019182 | |
2018-06-06 09:53 | tulipe | File Added: Spring help from CMD console returned nothing 06-06-2018 2.png | |
2018-06-06 09:53 | tulipe | Note Added: 0019183 | |
2018-06-06 09:55 | hokomoko | Note Added: 0019184 | |
2018-06-06 10:12 | tulipe | Note Added: 0019185 | |
2018-06-06 10:15 | tulipe | File Added: out.txt with ''''spring.exe'' -help'' from cmd.exe 06-06 2018.png | |
2018-06-06 10:17 | tulipe | File Added: out.txt with ''''spring.exe'' -help'' from cmd.exe 06-06-2018.png | |
2018-06-06 10:27 | silentwings | Note Added: 0019186 | |
2018-06-06 10:44 | tulipe | Note Added: 0019187 | |
2018-06-06 10:46 | hokomoko | File Deleted: out.txt with ''''spring.exe'' -help'' from cmd.exe 06-06-2018.png | |
2018-06-06 10:46 | hokomoko | File Deleted: out.txt with ''''spring.exe'' -help'' from cmd.exe 06-06 2018.png | |
2018-06-06 14:53 | tulipe | Note Added: 0019188 | |
2018-06-06 20:17 | FLOZi | Note Added: 0019189 | |
2018-06-06 20:22 | FLOZi | Note Added: 0019190 | |
2018-06-06 21:22 | Kloot | Changeset attached | => spring develop f89dac48 |
2018-06-06 21:22 | Kloot | Note Added: 0019192 | |
2018-06-06 21:22 | Kloot | Assigned To | hokomoko => Kloot |
2018-06-06 21:22 | Kloot | Status | assigned => resolved |
2018-06-06 21:22 | Kloot | Resolution | reopened => fixed |
2018-06-06 21:25 | Kloot | Changeset attached | => spring maintenance 1c78b408 |
2018-06-06 21:25 | Kloot | Note Added: 0019193 | |
2018-06-07 15:33 | Kloot | Note Added: 0019194 | |
2018-06-07 16:14 | tulipe | Status | resolved => feedback |
2018-06-07 16:14 | tulipe | Resolution | fixed => reopened |
2018-06-07 16:14 | tulipe | Note Added: 0019195 | |
2018-11-25 22:52 | Kloot | Status | feedback => resolved |
2018-11-25 22:52 | Kloot | Resolution | reopened => fixed |
2018-11-25 22:52 | Kloot | Fixed in Version | => 104.0 +git |
2018-11-25 22:52 | Kloot | Note Added: 0019579 | |
2018-11-25 22:53 | Kloot | Note Edited: 0019579 | View Revisions |