thegame4craft

Results 23 comments of thegame4craft

hello, I having the same issue. I doesn't use react and i have the halfmoon.min.js at the end of the body tag. My browser error code: ``` Uncaught TypeError: this.stickyAlerts...

i have downloaded the latest version (1.6) and unzipped an followed the usage.md. but at the last step I getting following error: ` File "qsseditor.pyw", line 4 SyntaxError: Non-UTF-8 code...

Same problem with 2.0 and latest nightly build in win10 21h1 with intel hd graphics 3000

now i getting this big error: https://pastebin.com/8FrU7HeF

i think i fixed it. but now i got a other error: `/usr/lib/gcc/x86_64-pc-msys/10.2.0/../../../../x86_64-pc-msys/bin/ld: cannot find -lmingw32`

ok searching a bit on google helps

but now i got an other error. i tryed a bit with include paths and libpaths but it didn't work. ``` gcc -o bin/emu -LC:/Users/Robin/AppData/Local/MSYS2/mingw64/lib -lmingw32 -lsdl2main -lsdl2 -lws2_32 emu/emu.o...

i installed sdl 3 times.i installed it (sdl and sdl2) in msys2 2 times and one time in windows with path. The problem is why i cant use wsl is,...

with the newest commit it gives me: ``` gcc -o bin/emu emu/emu.o emu/kb.o emu/libemu.o emu/mod.o emu/screen.o emu/win/mman.o emu/win/win.o -lsdl2main -lsdl2 -LC:/Users/Robin/AppData/Local/MSYS2/mingw64/lib/ -Lws2_32 emu/win/win.o: In function `poll': C:\Users\Robin\AppData\Local\cygwin\home\Robin\projects\jdh-8\jdh-8-master/emu/win/win.c:59: undefined reference to...

so after some tries i got: ``` C:/Users/Robin/AppData/Local/MSYS2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Robin\projects\jdh-8\jdh-8-master/emu/win/win.c:37: undefined reference to `__WSAFDIsSet' C:/Users/Robin/AppData/Local/MSYS2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Robin\projects\jdh-8\jdh-8-master/emu/win/win.c:38: undefined reference to `__WSAFDIsSet' C:/Users/Robin/AppData/Local/MSYS2/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:\Users\Robin\projects\jdh-8\jdh-8-master/emu/win/win.c:39: undefined reference to `__WSAFDIsSet' collect2.exe: error: ld returned 1...