Simple screen recorder open gl sorunu

Başlatan Sarp34, 25 Mayıs 2016 - 18:23:08

« önceki - sonraki »

0 Üyeler ve 2 Ziyaretçi konuyu incelemekte.

Sarp34

herkese merhaba open gl settings ayarını bir türlü yapamadım
Küçük başlayım, büyük düşünün.

if

@Sarp34, açıklamanız eksik kalmış. Nasıl bir ayar yapmaya çalışıyorsunuz? Sistem kaç bit? Özellikle kayıt kaymak istediğiniz bir şey mi var?
Alıntı YapOpenGL recording doesn't work: the application size is not recognized

If your application is 32-bit (e.g. Steam, most Windows games running through WINE), and you have a 64-bit system, make sure you have installed the 32-bit SimpleScreenRecorder libraries. More information can be found here.

If this doesn't solve the problem, you may need to do something special to get the right environment variables to the program that you want to record. For example, Steam games need some special settings. Try running the program from a terminal, and look for lines like this:

[SSR-GLInject] Library loaded (64-bit).
[SSR-GLInject] [GLXFrameGrabber 1] Created GLX frame grabber.
[SSR-GLInject] [/dev/shm/ssr-channel-maarten/video-18793506676-12090-glx0001-glxgears] Created video stream.
[SSR-GLInject] OpenGL version = 4.4 (4.4.0 NVIDIA 343.36).
[SSR-GLInject] [/dev/shm/ssr-channel-maarten/video-18793506676-12090-glx0001-glxgears] frame size = 300x300.

If you don't see any lines starting with [SSR-GLInject], the library is not loaded, which means the program didn't get the right environment variables. If the program is started through a wrapper script, you should try to run the actual program directly, without the wrapper script.

If you do see lines starting with [SSR-GLInject], but not the one with GLXFrameGrabber in it, the application is probably not an OpenGL program.

If you do see lines starting with [SSR-GLInject], including the one with GLXFrameGrabber, but it still doesn't work, please send me a bug report. OpenGL recording is experimental, so it is possible that it doesn't work yet for all programs.

Sarp34

haklısınız ben cs:go oyunu kaydetmek istiyorum
Küçük başlayım, büyük düşünün.

plazma

Ubuntu 64 bit mi önce ona bir bakalım
uname -a


Sarp34

Küçük başlayım, büyük düşünün.

if

@Sarp34, eğer uygulamayı ppa:maarten-baert/simplescreenrecorder PPA'sından kurduysanız sudo apt install simplescreenrecorder-lib:i386 komutuyla gerekli 32 bit kütüphaneleri kurarak kaydetmeye devam edebilirsiniz. Söyleğim PPA'dan kurmadıysanız önce yüklü olanı kaldırın sonra o PPA'da kurulum gerçekleştirin:

sudo apt purge simplescreenrecorder
sudo apt autoremove
sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt update
sudo apt install simplescreenrecorder simplescreenrecorder-lib:i386