Advertisement
Guest User

Untitled

a guest
Nov 11th, 2021
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. File : srb2p-x86_64.AppImage
  2. Version : SRB2Persona 1.3.2
  3. Based on commit : 98ccd039c42abd2aab202dd3cae4403a6bb09378 (https://git.do.srb2.org/SinnamonLat/SRB2/-/commit/98ccd039c42abd2aab202dd3cae4403a6bb09378)
  4. Built on : November 11, 7:44PM
  5.  
  6. To run : Add execute permissions to the file using either your file manager or the command `chmod +x srb2p-x86_64.AppImage`
  7.  
  8. Required file to get from SRB2 : srb2.pk3 --> You can get it from the windows archived version
  9. Other required files
  10. - Put it in the same folder as the AppImage
  11.  
  12. Dependencies : Being able to run AppImages. More info : https://docs.appimage.org/user-guide/run-appimages.html
  13. - Example : You will need to have FUSE. If you don't want to install FUSE, you can always do `srb2p-x86_64.AppImage --appimage-extract` and run `./squashfs-root/AppRun`. Again, easier to just have FUSE and run `./srb2p-x86_64.AppImage`, but if you really don't want to, you still have options.
  14.  
  15. - Also sdl2_mixer ([sudo apt install libsdl2-mixer-2.0-0] [sudo pacman -S sdl2_mixer])
  16.  
  17. Working Directory (Logs, config files and addons):
  18. When running, srb2p will put files inside `~/.srb2`. This is also the directory that the addons menu will open up on
  19.  
  20. Troubleshooting :
  21. - A popup appears talking about a missing .pk3 or a missing .wad
  22. - Download srb2.pk3 from the official download
  23.  
  24. - There is no audio (and an error appears when trying to play sound)
  25. - Check if the music volume is not set to 0. If not :
  26. - This is probably a alsa issue. You can either configure it properly or get another program to do it for you.
  27. - Ex: I use pulseaudio.
  28. - You can check the log for "ERROR: Error starting SDL_Mixer: ALSA: Couldn't open audio device: No such file or directory". If this appears, it's definitively an error with alsa.
  29.  
  30. - It still doesn't open
  31. - If you have tried everything else and it still doesn't open, run the AppImage inside a command-line interface, get the error output and send it to me (Nathan_Nino) on the official srb2p discord (just ping me)
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement