Opened 12 months ago
Closed 11 months ago
#605 closed PBI Packaging Bug (fixed)
Minecraft 1.0 cannot be updated
| Reported by: | paul | Owned by: | kenmoore |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Misc | Version: | 9.0-RELEASE |
| Keywords: | Cc: | trac-bugs@… |
Description
~/.minecraft/bin/lwjgl.jar and ~/.minecraft/bin/lwjgl_util.jar both give access denied errors when attempting to update.
chmod 666 seemed to do the trick.
After the update is complete, ~/.minecraft/.BSDlwjgl must be deleted and the program must be restarted (as stated when the program initially loads). This might be difficult or annoying for some desktop users.
Change History (2)
comment:1 Changed 11 months ago by joshms
- Owner set to kenmoore
- Priority changed from minor to trivial
comment:2 Changed 11 months ago by kenmoore
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

I just updated the Minecraft PBI to take this into consideration.
It will now set the 666 permissions for the LWJGL libraries that it copies into the .minecraft dir, and it will also copy those libraries whenever you start up the program (this will remove the .BSDlwjgl check and make it work again after updating)
The PBI should rebuild as version 1.0.1, and you will receive an update notification once it is available.