-
sixsixfive
- Posts: 2
- Joined: Sat Jul 10, 2010 7:32 am
Post
by sixsixfive »
Hello,
how can I run KS on a 64-Bit Linux-machine?
Code: Select all
$ sh "Katawa Shoujo Act 1.sh"
Inconsistency detected by ld.so: dl-open.c: 611: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
$
Code: Select all
$ LD_LIBRARY_PATH=lib/linux-x86/lib lib/python "Katawa Shoujo Act 1.py"
Inconsistency detected by ld.so: dl-open.c: 611: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
$
-
Silentcook
- Carelessly Cooking You
- Posts: 2572
- Joined: Thu Mar 06, 2008 8:22 am
- Location: Imola, Italy
Post
by Silentcook »
Shattering your dreams since '94. I also fought COVID in '20 and '21, and all I got was this lousy forum sig.
-
sixsixfive
- Posts: 2
- Joined: Sat Jul 10, 2010 7:32 am
Post
by sixsixfive »
sorry but this doesn't work for me but i found a solution for my debian 64-Bit, runs now with native python
Code: Select all
su -c "apt-get install python python-renpy python-pygame"