[LIB]Besserer Kickhackfix

07/03/2013 02:43 iMer#61
Quote:
Originally Posted by ebert.tonna View Post
Jetzt muss nochmal fragen bevor ich hier richtig scheisse baue

Muss ich die libstdc++.so.6 im Ordner /usr/lib auf FreeBSD 7.2 mit der von Imer überschreiben?
Ich denke mal nein sonst crasht der ja.

Weiterhin wie muss ich die denn nun verknüpfen? Dazu steht nichts im Release,
ich bin etwas hilflos.
Brauche hier mal eine Hilfe Stellung.
Auf 32bit ja
Auf 64bit musst du sie nach /usr/lib32 schieben


Per LD_PRELOAD (32bit) oder LD_32_PRELOAD (64bit) vorladen lassen.
Hier im Thread steht auch irgendwo drin wie mans macht
07/04/2013 16:16 Woziee#62
Quote:
/usr/lib32/libstdc++.so.6: unsupported file layout
I got this error, help please.
07/04/2013 17:59 Sedoxil#63
Quote:
Originally Posted by Woziee View Post
I got this error, help please.
dont change the lib32
just replace the lib of /usr/lib


Regards..
07/04/2013 18:19 Lauling#64
Danke für den verbesserten fixx!
Funktioniert einwandfrei.

Jedoch bevorzuge ich immer noch eine andere Methode.
07/04/2013 21:16 Scotlane#65
danke funktioniert perfekt :))
07/04/2013 23:51 Woziee#66
Quote:
Originally Posted by pedr0caz View Post
dont change the lib32
just replace the lib of /usr/lib


Regards..
And if I replaced from /usr/lib32, and I lost the good lib, how can I solve? Ty.
07/05/2013 12:08 iMer#67
Quote:
Originally Posted by Woziee View Post
And if I replaced from /usr/lib32, and I lost the good lib, how can I solve? Ty.
On 64bit systems you're only supposed to replace the one in /usr/lib32
DO NOT touch the one in /usr/lib (you did - that's why you're getting that error)
07/05/2013 15:53 Woziee#68
Quote:
Originally Posted by iMer View Post
On 64bit systems you're only supposed to replace the one in /usr/lib32
DO NOT touch the one in /usr/lib (you did - that's why you're getting that error)
Ok, I understand, but if I replaced in /usr/lib & /usr/lib32 how can I solve now my problem? :|
07/05/2013 15:54 .Minton™#69
r34083 diff + .so Please :(
07/05/2013 18:10 iMer#70
Quote:
Originally Posted by .Minton™ View Post
r34083 diff + .so Please :(
Give me a game binary with debug symbols and I'll do it
Otherwise it's too much tedious work to be worth it for me
07/05/2013 20:22 s3da71v#71
cd ./game99/core1 && env LD_PRELOAD="/usr/home/game/share/sedatu.so" && env LD_PRELOAD="/usr/home/game/share/libgame_kickhackfix_2089M.so ./game &
is this correct ??xDD
07/06/2013 03:32 iMer#72
Quote:
Originally Posted by s3da71v View Post
cd ./game99/core1 && env LD_PRELOAD="/usr/home/game/share/sedatu.so" && env LD_PRELOAD="/usr/home/game/share/libgame_kickhackfix_2089M.so ./game &
is this correct ??xDD
cd ./game99/core1 && env LD_PRELOAD=/usr/home/game/share/sedatu.so:/usr/home/game/share/libgame_kickhackfix_2089M.so ./game &

should work
07/14/2013 15:17 'oShet#73
Kannst du eine dif machen, für die neue game file?
07/14/2013 16:04 iMer#74
Quote:
Originally Posted by 'oShet View Post
Kannst du eine dif machen, für die neue game file?
Für neue Game ist in arbeit, kann aber noch etwas dauern weil ich das komplett neu schreibe um Updates (für versch. Game versionen) einfacher zu machen + damit ich selbst damit besser/einfacher Arbeiten kann

iMer
07/21/2013 11:18 'oShet#75
Kannst du vllt. source pub machen? Mich interessiert es sehr wie man solche libs erstellt.
Oder ein video tut würde mich sehr freuen. mfg