Author Topic: v0.31.1 Minor cosmetic issue...  (Read 2517 times)

Offline Necromnicon

  • Contributor
  • ***
  • Posts: 2
v0.31.1 Minor cosmetic issue...
« on: July 27, 2009, 12:26:58 am »
I am running the latest version of Alt.Binz 0.31.1 on windows 7 and noticed that the icon that is used on the taskbar is not the 48x48 icon that is included in the exe...
Instead it uses the 16x16 icon and stretches it to 48x48 which results in a very ugly looking icon.  I have discovered the problem and it is not an issue with your code.  Instead it is an issue with the UPX packer settings you are using.  It is the result of UPX compressing all but the first icon which causes the aforementioned bug.  to stop this from happening in future versions of this product you can specify --compress-icons=0 in the command line when UPX compressing your exe.  I have unpacked the exe and repacked it in this manner and have solved the issue.  I just thought I would share the solution.  Thanks for the wonderful program and have a great day!

Offline Rdl

  • Administrator
  • *****
  • Posts: 4050
Re: v0.31.1 Minor cosmetic issue...
« Reply #1 on: July 27, 2009, 12:46:54 am »
Noted. However revert back to original file, otherwise you won't be authenticated properly and altbinz won't work.

Offline Necromnicon

  • Contributor
  • ***
  • Posts: 2
Re: v0.31.1 Minor cosmetic issue...
« Reply #2 on: July 27, 2009, 12:56:10 am »
k will do

Offline Rdl

  • Administrator
  • *****
  • Posts: 4050
Re: v0.31.1 Minor cosmetic issue...
« Reply #3 on: September 03, 2009, 03:02:45 pm »
I need pic of this with regular exe and unpacked exe. I'm not able to reproduce.