Skip to content

[Bug] CustomLauncherRewrite-*.jar wildcard to launch the game inside run.sh doesn't work  #100

Closed
@RiQuY

Description

@RiQuY

Describe the issue
When running the run.sh script it tries to open the file CustomLauncherRewrite-*.jar instead of replacing the * symbol with the version number.

Contents of my /opt/CustomLauncherRewrite/ folder:

ls /opt/CustomLauncherRewrite/
CustomLauncherRewrite-1.9.1.jar  run.sh

Screenshot/video/etc

Log file
Output of /opt/CustomLauncherRewrite/run.sh

ls: no se puede acceder a 'CustomLauncherRewrite-*.jar': No existe el fichero o el directorio
Error: Unable to access jarfile 

Translation: Cannot access 'CustomLauncherRewrite-*.jar': File or folder doesn't exists.

UPDATE: The issue also happens with sudo and without the wildcard *, specifying the exact filename.

sudo /opt/CustomLauncherRewrite/run.sh
[sudo] contraseña para root: 
ls: no se puede acceder a 'CustomLauncherRewrite-1.9.1.jar': No existe el fichero o el directorio
Error: Unable to access jarfile 

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions