Skip to content
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

Linux BFG doesn't see savegame files #11

Closed
motorsep opened this issue Dec 26, 2012 · 5 comments
Closed

Linux BFG doesn't see savegame files #11

motorsep opened this issue Dec 26, 2012 · 5 comments

Comments

@motorsep
Copy link

Linux BFG saves into $HOME/.rbdoom3bfg/ however it doesn't see saved games when I go into Load Game menu (no saved games found).

@DanielGibson
Copy link

@DanielGibson
Copy link

the commits are already merged, so this can be closed

@motorsep
Copy link
Author

Ok, compiled with bunch of warnings:

Scanning dependencies of target idlib
[ 0%] Building CXX object idlib/CMakeFiles/idlib.dir/Heap.cpp.o
/home/motorsep/games/RBDOOM-3-BFG/neo/idlib/Heap.cpp: In function ‘void* Mem_Alloc16(size_t, memTag_t)’:
/home/motorsep/games/RBDOOM-3-BFG/neo/idlib/Heap.cpp:62:40: warning: ignoring return value of ‘int posix_memalign(void*, size_t, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
Linking CXX static library libidlib.a
[ 13%] Built target idlib
Scanning dependencies of target RBDoom3BFG
[ 13%] [ 13%] Building CXX object CMakeFiles/RBDoom3BFG.dir/sys/posix/posix_savegame.cpp.o
Building CXX object CMakeFiles/RBDoom3BFG.dir/sys/posix/posix_main.cpp.o
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp: In function ‘char
Posix_ConsoleInput()’:
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:1066:37: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp: In function ‘void tty_Show()’:
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:1001:46: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp: In function ‘void tty_Right()’:
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:952:33: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:953:33: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp: In function ‘void tty_Left()’:
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:946:33: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp: In function ‘void tty_Del()’:
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:936:33: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:938:33: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:940:33: warning: ignoring return value of ‘ssize_t write(int, const void_, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp: In function ‘const char* Posix_Cwd()’:
/home/motorsep/games/RBDOOM-3-BFG/neo/sys/posix/posix_main.cpp:536:34: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
Linking CXX executable RBDoom3BFG
[100%] Built target RBDoom3BFG

@DanielGibson
Copy link

The warnings have nothing do do with the changes and can be ignored :)

So did it fix the bug for you?

@motorsep
Copy link
Author

Yep, it did :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants