ruarai / CompilePal

A tool to assist in the compiling of source engine maps
GNU General Public License v3.0
224 stars 25 forks source link

Back Button Does Not Work #89

Closed tophattwaffle closed 4 years ago

tophattwaffle commented 4 years ago

Describe the bug Once a compile is canceled or completed, the back button does not take you back to the compile setting screen.

Steps to reproduce Start a compile Let it finish or cancel it Click back button - observe it does nothing

Expected behavior Should take user back to main screen with compile settings.

Debug.txt debug.log

Additional context 2019-11-06_03-24-53

Exactol commented 4 years ago

Sorry for the late response. The arrow button is for changing your Game Configuration. To change Compile Settings, click the CONFIG tab right next to OUTPUT. I can see how this might be confusing, so I changed it to a different icon. I wasn't able to recreate the back button not opening the Game Configuration window. Was it opening behind the current window and you didn't notice it?

tophattwaffle commented 4 years ago

I cannot see another window open behind the main window when clicking back. Nothing in debug.log looks like anything of value for troubleshooting. In the meantime I've just been closing and re-opening compilePal when I need to change the compile preset.

Exactol commented 4 years ago

Can you try the latest pre-release and see if that works?

tophattwaffle commented 4 years ago

Just tested it on 2 computers, same behavior. The button does not take me back to the previous menu to change compile options. Is there some debug information I can collect for you?

On Thu, Nov 14, 2019 at 6:18 PM Zach notifications@github.com wrote:

Can you try the latest pre-release and see if that works?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23PGGYGL67DHGQHSDWLQTXTDXA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEED2CYA#issuecomment-554148192, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23NVS5GYW536T3U2RTLQTXTDXANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/

Exactol commented 4 years ago

Can you send the debug.txt? Hopefully there’s something useful in there.

On Nov 15, 2019, at 2:36 AM, tophattwaffle notifications@github.com wrote:

Just tested it on 2 computers, same behavior. The button does not take me back to the previous menu to change compile options. Is there some debug information I can collect for you?

On Thu, Nov 14, 2019 at 6:18 PM Zach notifications@github.com wrote:

Can you try the latest pre-release and see if that works?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23PGGYGL67DHGQHSDWLQTXTDXA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEED2CYA#issuecomment-554148192, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23NVS5GYW536T3U2RTLQTXTDXANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/ — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

tophattwaffle commented 4 years ago

debug.log Here ya go

Exactol commented 4 years ago

Do you have multiple game configurations setup in Compile Pal?

tophattwaffle commented 4 years ago

The only non-standard thing is a custom compile configuration. I am assuming it automatically figured out I'm using CSGO.

On Sun, Nov 17, 2019 at 9:25 AM Zach notifications@github.com wrote:

Do you have multiple game configurations setup in Compile Pal?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23OSPI22BLTXYPW47RLQUFO5LA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIOR2I#issuecomment-554756329, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23K7WD5WDBUPKHAN2ATQUFO5LANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/

Exactol commented 4 years ago

can you try the latest prerelease? It will hide the configuration button unless multiple game configurations are detected. If it automatically picked csgo, it should mean that you only have one configuration, making the button do nothing.

On Nov 18, 2019, at 3:39 PM, tophattwaffle notifications@github.com wrote:

The only non-standard thing is a custom compile configuration. I am assuming it automatically figured out I'm using CSGO.

On Sun, Nov 17, 2019 at 9:25 AM Zach notifications@github.com wrote:

Do you have multiple game configurations setup in Compile Pal?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23OSPI22BLTXYPW47RLQUFO5LA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIOR2I#issuecomment-554756329, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23K7WD5WDBUPKHAN2ATQUFO5LANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/ — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

tophattwaffle commented 4 years ago

Latest pre-release has the same issue. It's honestly a smaller issue, and I'd probably not spend anymore time on it. Re-opening the program is a fine work around for me :)

Exactol commented 4 years ago

Can you send me the gameconfig.json in the compile pal GameConfiguration folder?

On Nov 22, 2019, at 2:29 PM, tophattwaffle notifications@github.com wrote:

 Latest pre-release has the same issue. It's honestly a smaller issue, and I'd probably not spend anymore time on it. Re-opening the program is a fine work around for me :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

tophattwaffle commented 4 years ago

See attached. Renamed to .txt cause of github gameConfigs.txt

Exactol commented 4 years ago

I'm only seeing one game configuration in here. Just to be clear, are you talking about closing Compile Pal to reopen the Game Selector screen? Because if you have only one config, it will automatically select it and hide the Game Selector button.

tophattwaffle commented 4 years ago

I'm attempting to go back to the compile presets. For instance if I want to switch from a full to an ent only compile. Or to a fast compile.

On Sat, Nov 23, 2019 at 10:30 AM Zach notifications@github.com wrote:

I'm only seeing one game configuration in here. Just to be clear, are you talking about closing Compile Pal to reopen the Game Selector screen? Because if you have only one config, it will automatically select it and hide the Game Selector button.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23PJ6ICTDHS5ZCEWF4DQVFLCZA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE7YUBI#issuecomment-557812229, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23K6H4OMWIR4BOKYXNLQVFLCZANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/

Exactol commented 4 years ago

To go back to the presets, click the config tab image

tophattwaffle commented 4 years ago

Woooowwwwww, I'm so sorry to have wasted your time. I cannot believe I never even tried that.

On Fri, Nov 29, 2019 at 9:55 AM Zach notifications@github.com wrote:

To go back to the presets, click the config tab [image: image] https://user-images.githubusercontent.com/15372675/69879962-c3f18080-1296-11ea-982a-eb7156971e3d.png

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23KVAQT3EFOIAASQKDLQWE3QRA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFPFOJI#issuecomment-559830821, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23OEZ2N2PYBMBSGN5V3QWE3QRANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/

Exactol commented 4 years ago

That’s alright. I’ve had a few people ask me the same thing, so I updated the buttons to look more like tabs

On Nov 30, 2019, at 3:59 AM, tophattwaffle notifications@github.com wrote:

Woooowwwwww, I'm so sorry to have wasted your time. I cannot believe I never even tried that.

On Fri, Nov 29, 2019 at 9:55 AM Zach notifications@github.com wrote:

To go back to the presets, click the config tab [image: image] https://user-images.githubusercontent.com/15372675/69879962-c3f18080-1296-11ea-982a-eb7156971e3d.png

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ruarai/CompilePal/issues/89?email_source=notifications&email_token=ABTV23KVAQT3EFOIAASQKDLQWE3QRA5CNFSM4JJSA4TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFPFOJI#issuecomment-559830821, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTV23OEZ2N2PYBMBSGN5V3QWE3QRANCNFSM4JJSA4TA .

-- Thanks!

Douglas Hoogland

http://www.tophattwaffle.com/ — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ProfessorFartsalot commented 4 years ago

@Exactol I just had this same question even with the new buttons, is it possible you could move OUTPUT over to the right side of the window? It looks like it says CONFIG OUTPUT instead of being tabs. Thanks! :)

Edit: Something like this would be optimal, if it's not possible no big deal, just a suggestion so new users like myself don't forget about the CONFIG button^^ image