Everything posted by UnknownShadow200
-
Unable to log into ClassiCube from Windows 2000
Please don't do this, as it means your account password is transmitted in plaintext when logging in. You may want to try updating to the latest dev build, as that should fix most SSL/TLS issues. (ClassiCube in the latest dev build manually integrates SSL/TLS support, rather than relying on the operating system to do it)
-
Compiled with CC_BUILD_GL11, still complains about needing to be compiled with CC_BUILD_GL11
What system you are targetting that only has OpenGL 1.1 support? You would need to use EXTRA_CFLAGS="-DCC_GFX_BACKEND=CC_GFX_BACKEND_GL11" when running make.
-
Bug found!
A large part of the backtrace includes classicube_cef_loader_macos_x86_64.dylib - so the problem likely comes from the CEF plugin rather than ClassiCube itself.
-
Bug found!
Can you please send me client.log or take a screenshot or the full crash dialog? I tried to reproduce this crash on my own mac, but wasn't able to.
-
Why the hell does McGalaxy for mac only have exe files?
I have reworded the MCGalaxy download page (https://www.classicube.net/mcg/download/) to be clearer, does that help? You can also download the standalone build from that page that can be run directly on macOS without needing to install mono - it is CLI only though.
-
Why is MCGalaxy gui version only for 32 bit mac devices?
I was able to get the CLI to run on mac OS 10.4 Tiger once. Unfortunately, the problem is that the GUI framework MCGalaxy relies on does not work on 64 bit macOS only (it works fine on 64 bit Linux and Windows), and that's not something that can be easily fixed.
- during downloading textures in NewBlood server, the game crashes
-
When Will wii port be as good as pc
ClassiCube is supposed to use the display mode configured in the console's settings, is that not being used? There is USB mouse support now, but it hasn't been tested on real hardware yet. How should the controls be changed?
-
Pleaseeeeeee
This issue with fonts has been fixed in the latest dev build.
-
Linux version crash when using keyboard
If you update to the latest dev build, does that fix the crash?
-
Crash
What device and what browser are you using?
-
Crashes
What device and what browser are you using?
-
If you could have ClassiCube ported to any one platform, what would it be?
Unfortunately, porting to a platform is dependent on more factors than just how old it is. ClassiCube is written in C, which makes compiling for the Nintendo 64 relatively straightforward. But J2ME applications are written in Java, which would be harder to work with for ClassiCube.
-
Error when logging in+ (windows 98. First classicube startup.)
What exactly do you mean by that it broke?
-
If you could have ClassiCube ported to any one platform, what would it be?
It already has been https://www.classicube.net/download/n64
- Noclip BUGGED! EDIT: Fixed!
- Glitched textures on *sprite* blocks. EDIT: Fixed.
-
External keyboard on mobile, help
Is this with the iOS build, the Android build, or the mobile webclient?
-
ClassiCube crash" "Attempt to register evento handler that was already registered"
It was a mistake with changes made to the game yesterday, it should be fixed now.
-
When you open key binds classicube crashes
Are you referring to the Hotkeys menu? If so that has been fixed now.
-
classicube keeps crashing
Hmm, that's a bit tricky. The place where the crash is occurring isn't directly in the ClassiCube executable itself, but somewhere in libc (probably memcpy) Unfortunately, that does mean there isn't currently enough information to work out what is causing the crash. Is compiling ClassiCube yourself and running it under gdb something you are fine with doing? Otherwise I will look into adding more crash details to client.log
-
classicube keeps crashing
client.log doesn't appear to be attached here, could you please attach it so I can investigate the crash?
-
Strange android port bug
It was a mistake in some recent code changes, but it has been fixed now. If you download and then install it again, the issue should not occur now.
-
How do you make the block ID limit 767?
Are you running the server with any custom commands or plugins?
-
64bit vs 32bit client
ClassiCube does not come with a cow model, but it can be provided by a third party plugin such as MoreModels. If you look in the plugins folder where you are running the 64 bit version of ClassiCube from, do you have a 64 bit MoreModels plugin DLL in there?