Git Product home page Git Product logo

ibniz's Issues

License

What is the license of IBNIZ?

Segfaults upon startup

Tried on Arch (Garuda Linux, Kernel Linux rog-strix 5.15.55-2-lts #1 SMP Fri, 22 Jul 2022 23:29:06 +0000 x86_64 GNU/Linux)

Segfauls.
recvmsg(18, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\0\17\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=20}], msg_iovlen=1, msg_control=[{cmsg_len=28, cmsg_level=SOL_SOCKET, cmsg_type=SCM_CREDENTIALS, cmsg_data={pid=4155, uid=1000, gid=1001}}], msg_controllen=32, msg_flags=0}, 0) = 20
write(16, "W", 1)                       = 1
read(15, "WW", 10)                      = 2
ppoll([{fd=15, events=POLLIN}, {fd=18, events=POLLIN}], 2, {tv_sec=29, tv_nsec=997677000}, NULL, 8) = 1 ([{fd=18, revents=POLLIN}], left {tv_sec=29, tv_nsec=997674806})
write(16, "W", 1)                       = 1
recvmsg(18, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="L\0\0\0\2L\0\0\0\1L\0\0\1l", iov_len=15}], msg_iovlen=1, msg_control=[{cmsg_len=28, cmsg_level=SOL_SOCKET, cmsg_type=SCM_CREDENTIALS, cmsg_data={pid=4155, uid=1000, gid=1001}}], msg_controllen=32, msg_flags=0}, 0) = 15
write(16, "W", 1)                       = 1
getpid()                                = 66377
getpid()                                = 66377
write(16, "W", 1)                       = 1
write(16, "W", 1)                       = 1
read(15, "WWWW", 10)                    = 4
sendto(18, "\0\0\0q\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0L\0\0\0\3L\0\0\0\2a\3"..., 133, MSG_NOSIGNAL, NULL, 0) = 133
read(15, 0x7ffec2e342ee, 10)            = -1 EAGAIN (Resource temporarily unavailable)
ppoll([{fd=15, events=POLLIN}, {fd=18, events=POLLIN}], 2, {tv_sec=29, tv_nsec=999916000}, NULL, 8) = 1 ([{fd=18, revents=POLLIN}], left {tv_sec=29, tv_nsec=840561240})
write(16, "W", 1)                       = 1
recvmsg(18, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0\0\0w\377\377\377\377\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=20}], msg_iovlen=1, msg_control=[{cmsg_len=28, cmsg_level=SOL_SOCKET, cmsg_type=SCM_CREDENTIALS, cmsg_data={pid=4155, uid=1000, gid=1001}}], msg_controllen=32, msg_flags=0}, 0) = 20
write(16, "W", 1)                       = 1
read(15, "WW", 10)                      = 2
ppoll([{fd=15, events=POLLIN}, {fd=18, events=POLLIN}], 2, {tv_sec=29, tv_nsec=840004000}, NULL, 8) = 1 ([{fd=18, revents=POLLIN}], left {tv_sec=29, tv_nsec=840002488})
write(16, "W", 1)                       = 1
recvmsg(18, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="L\0\0\0\2L\0\0\0\2L\0\0\0\0L\0\0\1mL\0\0\6\0L\0@\0\0L\0"..., iov_len=119}], msg_iovlen=1, msg_control=[{cmsg_len=28, cmsg_level=SOL_SOCKET, cmsg_type=SCM_CREDENTIALS, cmsg_data={pid=4155, uid=1000, gid=1001}}], msg_controllen=32, msg_flags=0}, 0) = 119
write(16, "W", 1)                       = 1
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f70007f9000
mprotect(0x7f70007fa000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=0x7f7000ff8ef0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[66400], tls=0x7f7000ff9640, child_tidptr=0x7f7000ff9910) = 66400
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

Version of SDL:

[s@rog-strix src]$ sdl-config --version
1.2.52

Any hints on where to look? :)

App is broken

# yunohost app install https://github.com/viznut/IBNIZ
Erreur : Fichiers d'installation incorrects  

-> install KO

More usage examples?

I wonder if anybody has made any more complex programs in IBNIZ.
It seems like it should be possible to make games in it, since the VM can take keyboard and mouse input.
I've been looking fro more examples online, but couldn't find anything outside of what the linked JS implementations ship with.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.