Jump to content

mrkirby173

Members
  • Posts

    39
  • Joined

  • Last visited

About mrkirby173

  • Birthday 06/08/1999

Profile Information

  • Gender
    Not Telling
  • Minecraft In-Game Name
    mrkirby153

mrkirby173's Achievements

Grass

Grass (2/9)

0

Reputation

  1. Hello, I've run into an issue with solder and my nginx configuration. I was trying to get http://solder.mrkirby153.tk to point to my solder installation but now all it does is download the php file instead of passing it to the fastcgi parser. nginx config file: server { listen 80; server_name mrkirby153.tk; root /var/www/mrkirby153; location / { index index.php index.html index.htm; } location ~ .php { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } } server { server_name solder.mrkirby153.tk; root /var/www/mrkirby153/solder/public; access_log /var/www/logs/mrkirby153/solder_access.log; error_log /var/www/logs/mrkirby153/solder_error.log; rewrite_log on; index index.php; location / { try_files $uri $uri/ /index.php$is_args$args =404; } location ~* .php$ { try_files $uri /index.php =404; include fastcgi_params; # fastcgi_pass unix:/var/run/php5-fpm.sock; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_split_path_info ^(.+.php)(.*)$; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } }
  2. When configuring my FTP credentials, I put my username as my FTP username and password as my ftp password and the hostname as "mrkirby153.tk" which is my ftp hostname. However, it keeps saying that my hostname is invalid. What goes in the hostname field? EDIT: I am a derp. I forgot I was using SFTP instead of plain FTP. Any chance for SFTP support?
  3. What if I made a mistake in the version stuff for a mod and need to re-enter it? As of your previous post, it says that it remembers that kind of stuff
  4. Kew thanks. It appears to be working now I don't know what I did but now its not packing any of my mods. Only the configs, forge, and scripts
  5. I presume you have no idea what's wrong and why its not working. I vaguely remember it working fine (once). EDIT: Are you SURE you can't reporduce the bug? I've been able to reproduce it on my desktop (8.1) and a VM running on that (10) and my laptop (7) I *think* I have found a way to reporduce the bug. Run the application, then, without changing anything, run it again. That is what I found produces the issue
  6. I have no idea why its doing this either. It seems like it would work correctly. Did the thrown message help you in any way?
  7. I remember there being some others but don't remember them. Also, what OS are you using? It may be an OS issue.
  8. Here's the biblicoraft file I'm using: https://dl.dropboxusercontent.com/u/121954827/BiblioCraft%5Bv1.9.0%5D%5BMC1.7.10%5D.jar Swapping the mcmod for biblocraft with another doesn't crash but instead causes an invalid mcmod.info error where you put the name and version in manually
  9. It still crashes with bibliocraft and I think I have found why. This is the message it throws http://pastebin.com/JY5vZy40 I think the reason that it crashes (or the only difference between two mods) is the mod's mcmod.info file. Bibliocraft's mcmod file is this and another mod (ArmorStatusHud) is this do you see the difference between the two files? That's why I think its crashing.
  10. I have two questions about Technic and Solder. 1. How do I add a hidden pack to the launcher? There is no "Add Pack" button that I can see. 2. I've linked my modpack with Solder '> But it still says that it is not properly configured. What did I do wrong?
  11. So.... When will these things be fixed?
  12. Today, I wanted to give Solder a spin and have been having a few issues. First of all, when trying to add a version of forge, I get '>. I've checked the download url and it shows the modpack correctly. What did I break? Also, the directory is owned by www-data:www-data and is chmoded to 777
  13. So I was downloading my custom modpack today, and this came up: How do I fix this?
  14. Hello fellow internet, So my friend who plays on my server has recently made the brilliant decision to upgrade his OSX Lion installation to Mavericks. As you are all familiar with, apple forces you to use its own version of java (Mistake #1 on their part). Their version of java also happens to be Java 6 which is unsupported by some mods. So basicly, how can I get Oracle's Java 7 to be installed on OSX Mavericks and get rid of Apple's version of java. This is quite important so that my friend can play again on my server.
  15. I tried that. I downloaded the oracle java from their website and I even got a icon on system preferences saying that java 7u55 was installed but when I did "java -version" it still said java 6. Also, when I tried to run my mod pack again, it crashed with the "unsupported major.minor: 51.0 (I think)" error which means you need to update java and technic still recognizes java 6 as the default JRE
×
×
  • Create New...