onscripter-tutorial icon indicating copy to clipboard operation
onscripter-tutorial copied to clipboard

Is there any ways to run onscripter on Linux now?

Open fybmain opened this issue 8 years ago • 6 comments

Well, I tried launching the onscripter-gbk downloaded from gamux.org on my Xfce4 on Archlinux yesterday. Sadly, it failed with the message:" error while loading shared libraries: liblua5.1-c++.so.0: cannot open shared object file: No such file or directory". I've tried several ways to heal it such as installing lua and lua51 but these attempts all failed. Then I tried to get the source code to get my own executable binary file through compiling but only to get many compilation errors ( maybe these were caused by the changing of C++ standard ). Suddenly I found that there is no way to launch onscripter without wine ( though running "wine onscripter.exe" still works now, but it doesn't works well on some games such as Yosuga no Sora ). So how can I play my GBs of galgames happily now?

fybmain avatar Nov 03 '16 05:11 fybmain

Okay, I downloaded an onscripter from this repository and it really works! Where did you get this "magic" version?

fybmain avatar Nov 05 '16 02:11 fybmain

There's no magic, I don't know C/C++ well either. The Linux version of onscripter-gbk in this repo is what I got from compiling the GitHub repo referred in the AUR package onscripter-gbk on a ArchLinux computer some time ago.

Also, can you speak Chinese? It's not like a non-Chinese user will be interested in this tutorial.

FiveYellowMice avatar Nov 06 '16 12:11 FiveYellowMice

不是很习惯在github上打中文……不过目前哪里有现在的arch可以正常编译的onscripter源码包?

fybmain avatar Nov 15 '16 05:11 fybmain

AUR 上的 onscripter-gbk ,把 PKGBUILD 里面的 source 那行,字符串两边加上括号就行。

FiveYellowMice avatar Nov 15 '16 05:11 FiveYellowMice

编译过一次,然而貌似出错了……等下我再去试试……

fybmain avatar Nov 15 '16 05:11 fybmain

Recently I make an enhancement of ONScripter based on jh version. This project uses github action to build for most of the platforms. Linux version is by static link.

https://github.com/YuriSizuku/OnscripterYuri

YuriSizuku avatar Mar 14 '23 17:03 YuriSizuku