Jump to content


cdietschrun

Member Since 03 Jul 2014
Offline Last Active Jul 03 2014 08:54 PM

Posts I've Made

In Topic: [Solved] BGT Install Error

03 July 2014 - 07:41 PM

Good god. Well, what I figured out was the the OS was "osx" and the arch was "amd64". So I put all the apps I needed inside bgt/install/osx/amd64 and I'm at least at "Enter the directory to your BG1 blah blah...wow, painful.


In Topic: [Solved] BGT Install Error

03 July 2014 - 07:10 PM

Still broken for me. I have the executables in my path, I can run tis2bg2, mosunpack and tisunpack and they all run fine, but the running of BGT setup still fails with the same error as OP! What am I missing?


In Topic: [Solved] BGT Install Error

03 July 2014 - 07:08 PM

Well, so I don't end up like others and say "Well, I fixed it!" and nothing else, this fixed my issue with the mosunpack and tisunpack, haven't even tried to finish BGT install yet.

 

Libjpeg is required for getting jpeg support on Mac in Python Imaging Library. To get it and install, do

Manual#
$ curl -O http://www.ijg.org/files/jpegsrc.v8c.tar.gz
$ tar zxvf jpegsrc.v8c.tar.gz
$ cd jpeg-8c/
$ ./configure
$ make
$ sudo make install

In Topic: [Solved] BGT Install Error

03 July 2014 - 07:05 PM

I wonder if it is this error killing me:

 

"dyld: Library not loaded: /usr/local/lib/libjpeg.8.dylib

  Referenced from: /Users/cdietsch/Games/baldurs_gate_the_original_saga/WeiDUMac2/bin/x86-64/tisunpack

  Reason: image not found

Trace/BPT trap: 5

christotschsmbp:~ cdietsch$ mosunpack 

dyld: Library not loaded: /usr/local/lib/libjpeg.8.dylib

  Referenced from: /Users/cdietsch/Games/baldurs_gate_the_original_saga/WeiDUMac2/bin/x86-64/mosunpack

  Reason: image not found

Trace/BPT trap: 5"

 

Is this new to anyone else? What should I do?


In Topic: [Solved] BGT Install Error

03 July 2014 - 07:01 PM

[bgt/bash.debug] loaded, 59 bytes

Unix-like OS detected. Logging of shell commands enabled.


Copied [bgt/bash.debug] to [bgt/bash.debug] (NO BACKUP MADE!)

FAILURE:
Required binaries missing for your architecture. Please put tis2bg2, tisunpack and mosunpack into your system path and install again with system-path argument.

Stopping installation because of error

You should know what to do based on the above.

 

This kind of reply KILLS me. Can you explain what to do? I've tried SO many different things. I'm on Mac OSX 10.9.x and I've set my path to include a directory with all the tools, no luck. I've tried setting --system-path everywhere I can imagine, the weidu executable does not seem to recognize the argument. I've put the tools in every directory I can imagine inside bgt/install/* and nothing seems to fix this damn error for me.