View Single Post
  #6  
Old 01-28-2019, 08:44 PM
Wraythian Wraythian is offline
Orc


Join Date: Jul 2017
Posts: 40
Default

Quote:
Originally Posted by ObSoLeet [You must be logged in to view images. Log in or Register.]
When i log out of p99 and log back in my option settings will not save. I will have to redo the video settings, sound, key bindings, and filter every time i log in. I dont know why its not saving. I use WinEQ to launch p99. Any help would be greatly appreciated. [You must be logged in to view images. Log in or Register.]
This also applies to your situation, so if you could verify the information I've listed below.

The directory EQ is installed in should be read/writable, as well as the config files.

Additionally, it may help to verify what format the actual files are in as wine requires that the files be in DOS format. If your EQ files are accessible from the Linux CLI, you can test them with the following command. Be sure to use the correct case for the name and don't forget to include the extension. This will tell you if the file is in DOS format or not.

[monkeh@test]$ od -xcb input_file_name | less

or

[monkeh@test]$ od -xcb /path/to/input_file_name | less


To quit less, just press q.


What you will be looking for is spaced groupings of line terminators \r \n. If this is the case then you should be fine.

If you just see \n as the line terminator, then it's in Unix format and you'll need to run the dos2unix command against all of your config files and perhaps even your log files if they aren't getting log data.

Let me know if this helps.

-Fryeday
Last edited by Wraythian; 01-28-2019 at 08:45 PM.. Reason: additional info and typo
Reply With Quote