I've written a Linux manuscript and I'd like to host WebVM for the exercises.
I keep getting these errors when trying to run my Java app
Tailscale networking not working.
Is WebVM faster on x86_64 hosts compared to arm64 MacOS hosts?
Esscapesrc infected with MacOS:Agent-AJQ [Trj]
Commercial use help
Cheerp ELF execution failed
[1:1] ELF execution failed [-2]: /opt/ibm/java/jre/bin/java
error. Also with bash
or ls
with own custom ext2 image and with the debian_large_20230522_5044875331.ext2
or debian_mini_20230519_5022088024.ext2
. Does anyone know what i am doing wrong? Or is there a way to get more debug logging?CheerpJ issue returned
Trying webworker sample, no console output...
CheerpJ not working with my aspplet
Machine does not start completely: Unable to enter commands
CheerpJ can't get my game onto a site
Experimenting with CheerpJ to revive Dusk GMUD game
webvm local deployment issues
sudo nginx -c $HOME/GITHUB/webvm/nginx.conf
.
What am I missing?...Return std::string from cheerp::genericjs function
client::String
definition, but would like to know if there is a cleaner alternative. Also, I don't quite get what is happening there. Is getLocal
fully converted to JS? How is it able to manipulate a std::string
? Thanks in advance :)
```cpp
[[cheerp::genericjs]]
std::string getLocal(const std::string& key) {
std::string ret;...hi there im interested in trying to somewhat integrate browsercraft to my website
<iframe src="https://browsercraft.cheerpj.com/embed""></iframe>
<iframe src="https://browsercraft.cheerpj.com/embed""></iframe>
Sound format not supported?
java.lang.IllegalArgumentException: No line matching interface Clip supporting format PCM_SIGNED unknown sample rate, 16 bit, stereo, 4 bytes/frame, big-endian is supported.
java.lang.IllegalArgumentException: No line matching interface Clip supporting format PCM_SIGNED unknown sample rate, 16 bit, stereo, 4 bytes/frame, big-endian is supported.
Compatibility with the typeof, instanceof keywords
instanceof<client::Object>(object);
instanceof<client::Object>(object);
Need help with basic LWJGL 2.9.0 demo loading on CheerpJ
Error: window.lwjglCanvasElement is not set or is not a canvas
. I've attached a picture of my project structure as well as the the error itself and some other relavent things. My desktop application is a NetBeans project using JDK 8. Here's the source code of the triangle that I found online: ```java
package org.nemotech.opengl;
import org.lwjgl.LWJGLException;
import org.lwjgl.opengl.Display;...<canvas id="lwjgl" width="800" height"600"></canvas>
<canvas id="lwjgl" width="800" height"600"></canvas>
cheerpjRunMain
call:...