-
Notifications
You must be signed in to change notification settings - Fork 41
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
Saved scores are always 0 bytes #31
Comments
Is there a Iannix version where saving works? Thanks |
I'm sorry to ask, but do you recognize it as a bug and do you plan to try to fix it someday? |
saving works here. I'm using the version that comes with Debian ( If you are using a Debian based distribution (e.g. ubuntu), i'd suggest using the packaged version. |
i am experiencing the same saving issues building from source also. this project is really interesting! thanks for sharing. im going be exploring the codebase and will try to grok how to get the save feature working. if you can give me any pointers i would be appreciative! |
@jobez which system? which Qt? |
i figured it out! |
@jobez can you be more specific about the template file please? where should it be loacted? |
@cyberic99 IIRC, the template files must be in both the make install target is quite broken (as it requires a folder It really has to look somewhat like: [email protected]:~/src/IanniX$ ls -l iannix Tools/Templates/
-rwxr-xr-x 1 foobar foobar 3563056 Oct 12 16:29 iannix
Tools/Templates/:
total 24
-rw-r--r-- 1 foobar foobar 16522 May 20 01:02 Cosmosf.txt
-rw-r--r-- 1 foobar foobar 3421 May 20 01:02 _IanniX.txt |
Thanks @umlaeute for writing! I tried copying the I also need to start the application from the command line from the folder where If I just run it from QtCreator the Tools folder seem to have no effect, saving produces 0 bytes files and using undo deletes everything (#48) |
To reproduce:
The file size is 0 bytes.
This is on linux, git 46714c2, self compiled.
The text was updated successfully, but these errors were encountered: