-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch fail in 7z distro #35
Comments
Same issue on Windows 7 64-bit. Earlier version (0.4.0.2) started without issues. This one just creates config\globals\halite folder and that's it. |
I found the fix for this. The program is looking for a registry key, which does not get installed when you use the 7z. You can add it like this:
|
Nice find @svnpenn . |
I actually prefer settings saved to the application folder. Enables synchronization/backing up to the cloud and use from a USB drive. |
@vatterspun that is pretty dumb. If you put the application folder in |
Those are all solutions available to admins that deliver software to large networks of computers used by multiple people. However, what admins are installing BitTorrent clients? I suggest that 99% of Halite users are individuals who are running the program to enable P2P downloading. Making that easy to setup, run, and close down is crucial to it's adoption. There's a reason so many other BitTorrent clients (uTorrent, Tixati, qBitTorrent, FDM, Transmission-Qt) have portable versions where settings are saved to the local folder. |
@vatterspun you want to prevent some users from using the program at all, just so that it will be easier for you. No. |
My goal in this suggestion is to open doors to more users. I don't know where you're getting a sense that this would prevent access. |
@vatterspun if you can only config the program from local folder, then any installs to Program Files will be useless to non administrators. Perhaps you should research Windows application permissions before commenting further |
@svnpenn Do you realize there are two versions, an MSI and a 7z version? Did you notice that this thread started out talking about the 7z version? Did you know that -- when it works as this is a bug report about the fact that it doesn't launch -- the 7-zip version saves data to the local folder? My note about the settings isn't a feature request but a request to maintain current behavior. If you don't believe me, download the previous Version (0.4.0.2): When launched, the program writes to bittorrent.xml and .\config |
@vatterspun no, it writes to |
@svnpenn lol I give up. screenshot: http://i.imgur.com/0uUx8WE.png |
I've been ridiculously busy recently, but I will fix this, and hopefully more, by the weekend. |
@Eoinocal no problem, appreciate your work on this |
Halite determines if it should run in portable mode by looking for the registry key under One issue is you can't have a portable version and installed version of Hailte on the user account. The portable version would see the reg key from the installed version and proceed to use the APPDATA folder. Doing it this way means it's the same EXE in both the install and 7z distributions. I suppose that is a weakness but I just don't envision many people wanting installed and portable versions of halite at the same time.
|
Thanks for that.
Agreed. I can't imagine many real-world situations where this will be an issue.
Will this fix go into the next release / beta? |
I've just uploaded a release with hopefully the bug fixed. https://github.com/Eoinocal/Halite/releases/tag/Release-0.4.0.4 |
@Eoinocal confirmed. Halite-0.4.0.4-x86.7z starts just fine. :) |
Setup: Win7x86 and x64, Halite v. 0.4.0.3
Steps:
Defect: no response. Appears in Task Manager but no window ever appears.
There is a report on portablefreeware.com that this is also happening on Win8x64 but I can't verify that.
The text was updated successfully, but these errors were encountered: