Git Product home page Git Product logo

hlsw-portable's Introduction

GitHub release Total downloads Build Status Go Report
Become a sponsor Donate Paypal

Notice of Non-Affiliation and Disclaimer

Portapps is not affiliated, associated, authorized, endorsed by, or in any way officially connected with HLSW™, or any of its subsidiaries or its affiliates.

The official HLSW™ website can be found at http://hlsw.org/.

The name HLSW™ as well as related names, marks, emblems and images are registered trademarks of their respective owners.

About

HLSW™ (Game server browser and administration tool) portable app made with 🚀 Portapps.
Documentation and downloads can be found on https://portapps.io/app/hlsw-portable/

Contributing

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If you want to open a pull request, please read the contributing guidelines.

You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.
Rocket icon credit to Squid Ink.

hlsw-portable's People

Contributors

crazy-max avatar dependabot-preview[bot] avatar dependabot[bot] avatar github-actions[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

unrealloco

hlsw-portable's Issues

Application start interrupted

Behaviour

Steps to reproduce this issue

  1. Run "hlsw-portable.exe"

Expected behaviour

A GUI

Actual behaviour

A smal window appears. Window-Title: "HLSW portable",
Message-Text:
"An error has occured.
Command failed"
There is also a red cross-icon to see and just an OK-Button to click.

Configuration

App release / arch (ex. 1.0.0-2 win64) : 1.4.0.3-1 win32

Operating system (ex. Windows 10 Pro 64 bits) : Windows 10 Pro 64 bits

Winver screenshot : Version 1909 (Build 18363.476)
hlsw-portable.log

Open a command prompt and type winver then take / save the screenshot of the window and drag the image file in this issue. For example: http://bit.ly/2vA5sxR

Screenshots

If applicable, add screenshots to help explain your problem.

Logs

Join the log file log\[appname]-portable.log to this issue.

Reg file is not imported at start if "HKCU\Software\HLSW" doesn't already exist in actual registry.

Behaviour

If the reg key HKEY_CURRENT_USER\Software\HLSW does not exist before launching this portable app then it will not import the reg file : hlsw-portable\reg\HLSW.reg.

Steps to reproduce this issue

  1. run hlsw-portable and in settings -> startup -> uncheck "login on startup"
  2. Close then delete HKEY_CURRENT_USER\Software\HLSW or take another computer
  3. run hlsw-portable -> the login is asked again because reg file has not been imported

Expected behaviour

The reg file should be imported correctly even if it doesn't exist in actual registry. So you can disable the login window at start even if you run it on a computer where it never run.

Tell me what should happen

error in log file :
Fri, 24 Apr 2020 20:38:58 CEST ERR C:/Users/travis/build/portapps/hlsw-portable/main.go:43 > Cannot import registry key error="Erreur�: Erreur�: le syst�me n'a pas trouv� la cl� ou la valeur de Registre sp�cifi�e., exit code 1"

Workaround : just create HKEY_CURRENT_USER\Software\HLSW before running the portable app.

Actual behaviour

hlsw-portable

Tell me what happens instead

Configuration

App release / arch (ex. 1.0.0-2 win64) :

Operating system (ex. Windows 10 Pro 64 bits) :
Windows 10 Pro 64 bits

Logs

Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:76 > --------
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:77 > Starting HLSW...
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:78 > Root path: C:\Users\Alexis\Downloads\hlsww
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:82 > Loading main configuration...
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:93 > Configuration:
common:
  args: []
  env: {}

Fri, 24 Apr 2020 20:38:58 CEST ERR C:/Users/travis/build/portapps/hlsw-portable/main.go:43 > Cannot import registry key error="Erreur�: Erreur�: le syst�me n'a pas trouv� la cl� ou la valeur de Registre sp�cifi�e., exit code 1"
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:108 > Process: C:\hlsw\app\hlsw.exe
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:109 > Args (config file): 
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:110 > Args (cmd line): 
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:111 > Args (hardcoded): -PATH:C:\hlsw\app -DATADIR:C:\hlsw\data
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:112 > Working dir: C:\hlsw\app
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:113 > Data path: C:\hlsw\data
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:126 > Launching HLSW...
Fri, 24 Apr 2020 20:38:58 CEST INF C:/portapps_opt/gopath/pkg/mod/github.com/portapps/[email protected]/portapps.go:134 > Exec C:\hlsw\app\hlsw.exe -PATH:C:\hlsw\app -DATADIR:C:\hlsw\data
SSharedGameTypeData::Init: Loaded file .\cfg\Games.cfg in 16ms (Cached)
SSharedGameTypeData::Init: Loaded file .\cfg\ParamList.cfg in 0ms (Cached)
SSharedGameTypeData::Init: Loaded file .\cfg\AddOns.cfg in 0ms (Cached)
SSharedGameTypeData::Init: Loaded file .\cfg\Rcon.cfg in 0ms (Cached)
SSharedGameTypeData::Init: Loaded file .\cfg\Query.cfg in 0ms (Cached)
SSharedGameTypeData::Init: Init in 31ms

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.