-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bucket system issues #111
Comments
Closed thanks to 798ad46 |
Hi, |
It looks like I committed that on the new file system branch/pullrequest, which we didn't merge in yet (still have to do some testing server side). I may not have time to properly test the server side aspect of the new file system for a couple more weeks. @Buom01 , if you would like, feel free to setup a server using that branch ( https://github.com/dGr8LookinSparky/tremulous/tree/filesystem ) and let us know if you find any issues. That would save us some time. We have tested the client aspect of the new file system, and from what I have seen so far it works great, this is definitely something I want to get merged in. |
OK. So I tested yours binary on WineHQ this time. It seem that v1.3.0-alpha.0.14.10 works perfectly but, v1.3.0-alpha.0.14.11 fail silently too. I'm thinking about the idea of making softer error for unhanded system call trap which could allow older client to use new QVM as currently I have some new call in my QVM and making it compatible just to allow player to play sound complicated. I didn't known that
Talking about it in #116 |
Hi,
I notice that there are a persistent critical error with the new bucket system,
Step to reproduce:
git clone https://github.com/GrangerHub/tremulous
make debug
2.1. maybe you will need to patch curl path in
src/client/cl_curl.h
line 29 to compile: replace it to#include "../../external/libcurl-7.35.0/curl/curl.h"
. (I will patch it with Controls update and joystick/gamepad #110)./build/debug-linux-x86_64/tremulous
My way to found that it come from bucket system:
q_shared.c
, line 771make debug && ./build/debug-linux-x86_64/tremulous
ui_mainMenuSelectedMusic
Moreover there are some important warnings (In french, sorry):
Information; using the release build do the same error
The text was updated successfully, but these errors were encountered: