dvorak321 / gbfr-parser

6 stars 3 forks source link

GBFR doesnt open with command #9

Open PrinzVelvet opened 8 months ago

PrinzVelvet commented 8 months ago

when I try to use the linked opening through steam the cmd prompt opens closes and then gbf doesnt finish opening.

"C:\Users\jmaly\AppData\Local\Programs\Python\Python311\steam_win_start.cmd" %command%

the Prompt goes here bc my program has to be in the python folder otherwise I get this image when I try to open it from the your program being in the documents folder. I am not really sure what is happening.

T-kON99 commented 8 months ago

Is Python installed properly (including PATH env)? Can you try with uac_start.cmd instead?

PrinzVelvet commented 8 months ago

Is Python installed properly (including PATH env)? Can you try with uac_start.cmd instead?

I managed to fix the path env after some research. So now I can open the CMD from the following path C:\Users\jmaly\Documents\gbfr-parser.2024.2.24a with 0 issue manually. However when I try to put in the command into steam to open them together it still wont open granblue.

T-kON99 commented 8 months ago

I realized you put the wrong steam launch option, it should be C:\Users\jmaly\Documents\gbfr-parser.2024.2.24a instead of C:\Users\jmaly\AppData\Local\Programs\Python\Python311

PrinzVelvet commented 8 months ago

I tried both actually and neither worked i've tried the commands

"C:\Users\jmaly\Documents\gbfr-parser.2024.2.24a\steam_win_start.cmd" %command% and "C:\Users\jmaly\AppData\Local\Programs\Python\Python311\steam_win_start.cmd" %command% (when I had the program sitting in the python folder)

and neither of the two launch commands work they just open the cmd, it closes instantly and then then Granblue Play button goes from launching back to Play and nothing opens.

PrinzVelvet commented 8 months ago

it currently looks like so C:\Users\jmaly\Documents\gbfr-parser.2024.2.24a image steam launch options image

T-kON99 commented 8 months ago

If you were to click uac_start.cmd directly and or steam_win_start directly, without putting it in steam launch option, does it work?

PrinzVelvet commented 8 months ago

Yeah both work independently as long as they aren't in the launch settings

dvorak321 commented 8 months ago

This is a UAC issue. The UAC script in the batch script never actually worked, so you need to run Steam itself as an administrator if you want to use the linked method.