| View previous topic :: View next topic |
| Author |
Message |
Phluffy n00b


Joined: 08 Dec 2008 Posts: 39 Location: Englewood, Co
|
Posted: Thu Oct 25, 2012 10:00 pm Post subject: |
|
|
Minecraft 1.4.2 is out
Is this still maintained? _________________ Regards,
Phluffy |
|
| Back to top |
|
 |
cohone Tux's lil' helper

Joined: 27 Mar 2006 Posts: 113
|
Posted: Fri Oct 26, 2012 11:25 am Post subject: |
|
|
When you run the game, it ask for an update, you do not need to emerge the ebuild again. |
|
| Back to top |
|
 |
Ant P. Veteran

Joined: 18 Apr 2009 Posts: 1992 Location: UK
|
Posted: Fri Oct 26, 2012 3:59 pm Post subject: |
|
|
| For the server you can just rename the ebuild (and have to, since upstream recycles URLs for each version). |
|
| Back to top |
|
 |
Zolcos n00b

Joined: 28 Oct 2012 Posts: 26
|
Posted: Tue Nov 13, 2012 1:06 am Post subject: |
|
|
| Ant P. wrote: | | For the server you can just rename the ebuild (and have to, since upstream recycles URLs for each version). |
You're talking about the official server right? Is there as easy of a solution for craftbukkit? |
|
| Back to top |
|
 |
Ant P. Veteran

Joined: 18 Apr 2009 Posts: 1992 Location: UK
|
Posted: Tue Nov 20, 2012 3:34 pm Post subject: |
|
|
| Zolcos wrote: | | You're talking about the official server right? Is there as easy of a solution for craftbukkit? |
The bare minimum would be to rename the bukkit and craftbukkit ebuilds, then edit $MY_PV in both. I haven't tested this but it looks like it should work. |
|
| Back to top |
|
 |
HyperQuantum Tux's lil' helper


Joined: 27 Sep 2005 Posts: 88
|
Posted: Sun Jan 27, 2013 6:13 pm Post subject: |
|
|
When installing the latest ebuild of minecraft-server from the overlay (1.3.2), I get a distfile fetch error. Reason for this is that the SRC_URI for the ebuild points to the latest, unversioned, download of the minecraft server, which is no longer 1.3.2.
How can I easily fix this problem? I'd like to have the latest version of the server, not 1.3.2. Is it only a matter of recalculating the ebuild digest or something? |
|
| Back to top |
|
 |
Ant P. Veteran

Joined: 18 Apr 2009 Posts: 1992 Location: UK
|
Posted: Sun Jan 27, 2013 7:23 pm Post subject: |
|
|
The ebuild in java-overlay points to an unversioned URL. Here's a fix:
| Code: | --- java-overlay/games-server/minecraft-server/minecraft-server-1.3.2.ebuild 2012-09-29 18:31:32.000000000 +0100
+++ local/games-server/minecraft-server/minecraft-server-1.4.7.ebuild 2012-12-28 17:35:16.729676011 +0000
@@ -7,7 +7,7 @@
DESCRIPTION="Official dedicated server for Minecraft"
HOMEPAGE="http://www.minecraft.net"
-SRC_URI="http://www.minecraft.net/download/minecraft_server.jar -> ${P}.jar"
+SRC_URI="http://assets.minecraft.net/${PV//\./_}/minecraft_server.jar -> ${P}.jar"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86" |
|
|
| Back to top |
|
 |
HyperQuantum Tux's lil' helper


Joined: 27 Sep 2005 Posts: 88
|
Posted: Sun Jan 27, 2013 8:44 pm Post subject: |
|
|
I had already 'solved' the problem with a hack:
| Code: | # cd /usr/portage/distfiles/
# mv minecraft-server-1.3.2.jar._checksum_failure_.DeegP9 minecraft-server-1.4.7.jar
# cd /var/lib/layman/java-overlay/games-server/minecraft-server/
# cp minecraft-server-1.3.2.ebuild minecraft-server-1.4.7.ebuild
# ebuild minecraft-server-1.4.7.ebuild digest
# emerge -avut minecraft-server
|
|
|
| Back to top |
|
 |
Chewi l33t


Joined: 01 Sep 2003 Posts: 742 Location: Perth, Scotland
|
Posted: Sun Jan 27, 2013 9:03 pm Post subject: |
|
|
| I've actually just updated the overlay and made the SRC_URI change. Sorry for the trouble but the fact is I don't play the game any more. |
|
| Back to top |
|
 |
Chewi l33t


Joined: 01 Sep 2003 Posts: 742 Location: Perth, Scotland
|
Posted: Sun Feb 03, 2013 10:19 pm Post subject: |
|
|
| The Bukkit ebuilds have been updated. Many thanks to Robert Förster for doing the work and adding a systemd enchancement. It was a simple bump this time but you never know that until you try it. |
|
| Back to top |
|
 |
cravengemetzel n00b

Joined: 12 Mar 2012 Posts: 40
|
Posted: Sat Mar 09, 2013 3:56 pm Post subject: |
|
|
Hi, I had installed Minecraft via Wine and started a thread because I found it ridiculously slow and unplayable, to which it was suggested that I install minecraft from the java-overlay. I did this, attempted to log in with my credentials, where the launcher told me that it was not downloaded (as expected). I checked out the installation folder, ~/.minecraft and compared it with the folder that Wine installed it into, found that it had a few similar files in ~/.minecraft, ~/.minecraft/bin and ~/.minecraft/natives, but that many were missing so I copied the missing files from the Wine installation to the ~/.minecraft folder (I have no idea if this was the proper way of doing this), leaving ~/.minecraft/bin/lwgl.jar and ~/.minecraft/bin/natives untouched as these were already installed (so I assumed that this was the part that was compiled natively for linux).
Minecraft is launching, but it is still just as slow and unplayable as it was with Wine. This isn't due to low hardware specs as my laptop is a beast (quad-core cpu, 8gb ram, 2gb dedicated DDR3 memory for graphics). What should I do? Thanks.
EDIT: I posted a thread with more specific information about about my problem here
http://forums.gentoo.org/viewtopic-p-7261770.html#7261770 |
|
| Back to top |
|
 |
Yminus Tux's lil' helper

Joined: 06 Jan 2008 Posts: 144
|
Posted: Sat Apr 27, 2013 10:40 pm Post subject: |
|
|
I am completely new to minecraft and I do not know how to get it started.
I emerged the minecraft ebuild and
starts the minecraft launcher.
Then I saw the "Need account?" link, created an account and verified my e-mail. But still logins (with e-mail address and password) are failing. I also read the previous comment and learned I first have to download minecraft? But where should it be downloaded to? It would be nice if the post installation message would contain some hints so someone like me who never played minecraft before learns how to get started.
I also tried to play the minecraft demo in the browser, but nothing happens after the download completes. The demo just freezes.
Edit: I found the "Play offline" Button in minecraft launcher. Playing offline works. _________________ Göögle is evil!
To protect your privacy search the net with
https://www.ixquick.com |
|
| Back to top |
|
 |
Chewi l33t


Joined: 01 Sep 2003 Posts: 742 Location: Perth, Scotland
|
Posted: Sun Apr 28, 2013 7:32 am Post subject: |
|
|
| I forget the exact process now, it's been so long. Have you actually bought the game? It's not free! You don't need to manually download anything, that's what the ebuild is for. |
|
| Back to top |
|
 |
|