You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when ww2ogg is executed from other path, it could not find the right codebook file.
Maybe in the code something like char* filename = './xxx.bin' is used, which, I suppose, is not general enough.
Note:
The path to the program itself is contained in the argv[0]. It could be useful.
The text was updated successfully, but these errors were encountered:
when ww2ogg is executed from other path, it could not find the right codebook file.
Maybe in the code something like
char* filename = './xxx.bin'
is used, which, I suppose, is not general enough.Note:
The path to the program itself is contained in the
argv[0]
. It could be useful.The text was updated successfully, but these errors were encountered: