Code Monkey home page Code Monkey logo

Comments (7)

gregcman avatar gregcman commented on May 21, 2024

Hello rpherman! Thank you for taking the time to be a part of the sucle development effort!

The exception code 1073807370 seems to be related to the loading of foreign libraries, and glfw3 is the only foreign library which is used. What IDE are you using? I'll try to copy your setup to see what is going wrong.

from sucle.

rpherman avatar rpherman commented on May 21, 2024

from sucle.

rpherman avatar rpherman commented on May 21, 2024

I need to use it on Windows, so I will reinstall. What IDE do you recommend, and when to install it in the process? If I have Emacs and Slime, is that all the IDE I need, or are you looking for an OpenGL context IDE? Thanks!

from sucle.

rpherman avatar rpherman commented on May 21, 2024

I still get the same error from my original post. Any ideas on Windows and sucle?

from sucle.

maacl avatar maacl commented on May 21, 2024

I also have issues with sucle on Windows 10. It doesn't crash but only produces a black unresponsive window. I am starting sucle from portacle, and do not get any errors. Output below:

CL-USER> (ql:quickload :sucle)
; Fetching #<URL "http://beta.quicklisp.org/dist/quicklisp/2019-10-08/releases.txt">
; 436.17KB
==================================================
446,638 bytes in 0.05 seconds (7930.36KB/sec)
To load "sucle":
  Load 1 ASDF system:
    sucle
; Loading "sucle"

(:SUCLE)
CL-USER> (sucle:start)
#<SB-THREAD:THREAD "Anonymous thread" RUNNING {10036AEE03}>
CL-USER> 

from sucle.

gregcman avatar gregcman commented on May 21, 2024

@maacl

Sorry for the delayed response.
I really need to add a help menu/ splash screen/tutorial. Right now I'm working on documenting everything and writing test cases on how to use it.
If you click/focus on the window and press "E" a blue screen should appear with a white dot at the center. this is the sky and the crosshair.

Then if you run:

(dotimes (x 100)
   (flet ((foo () (- (random 20) 10)))
        (world::plain-setblock (foo) (foo) (foo)  2)))

You'll see some grass blocks appear.

Sorry this is so convoluted, I'm working on documenting and explaining everything.

see: #20 for more details

from sucle.

maacl avatar maacl commented on May 21, 2024

Thanks. Whene I press "E" I get a landscape etc. but I get undefined function, when trying to call world::plain-setblock.

from sucle.

Related Issues (20)

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.