Jump to content

ILJICH

Members
  • Posts

    10
  • Joined

  • Last visited

About ILJICH

  • Birthday 01/01/1900

ILJICH's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. There is definitely something wrong. Tekkit really tries to load mods from wrong directory. Piece of log [06:39:46] [sEVERE] ModLoader 1.2.5 Initializing... [06:39:46] [sEVERE] Adding mods from /media/4all-a/sib/.techniclauncher/tekkit/bin/modpack.jar [06:39:46] [sEVERE] Zip found. [06:39:46] [sEVERE] Mod Initialized: "mod_ModLoaderMp 1.2.5v1" from mod_ModLoaderMp.class [06:39:46] [sEVERE] Mod Initialized: "mod_MinecraftForge 3.1.2.90" from mod_MinecraftForge.class [06:39:46] [sEVERE] Mod Initialized: "mod_CodeChickenCore 0.5.2" from mod_CodeChickenCore.class [06:39:46] [sEVERE] Mod Initialized: "mod_NotEnoughItems 1.2.2" from mod_NotEnoughItems.class [06:39:46] [sEVERE] Mod Initialized: "mod_ReiMinimap v3.0_04 [1.2.5]" from mod_ReiMinimap.class [06:39:46] [sEVERE] Adding mods from /media/4all-a/sib/minecraft/Tekkit/.minecraft/mods/ConsoleV1.1.zip At second line he works with ~/.techniclauncher, last line and further - with ~/.minecraft. (directories just symlinked) Fixed for myself by symlinking .techniclauncher/tekkit/* into ~/.minecraft/, but that is not how things supposed to work =] Also, using old (0.5.4.9) launcher, that might be the reason.
  2. 1) Last summer I was working on experimental flood forecasting system for one big country. That day I managed to finish new version of web interface just in night before deadline and uploaded server-side scripts and model, written in fortran, to main server and client-side to webhosting (pretty silly, but that's not me who makes rules). After setting things up I realized that now client and server can't understand each other. Totally. Every single query. Setting my server as main not changed anything. Everything works fine on my testing system, but on servers of research center scripts just goes crazy and reporting about invalid queries. The problem was in little hosting-side script, that was proxing requests. On my testing system all worked clean, but that server messed up json data, adding some punctuation to it. Form that day I do not trust any software, which wasn't configured by me =\ 2) Once I wrote CMS system. It was lacking of admin instruments, but because all of my team were skillful coders and community wasn't very big, that was not big problem. So, one day I was changing user's password's hash directly in database by UPDATE request and forgot WHERE part. That cleared passwords of all users. Last backup was about two weeks ago. All old users was recovered from backup, but several dozens of new was missing. And, I hacked code so it will during login write down user's password's hash if there is no password in database. Silently. No one ever noticed = D
×
×
  • Create New...