OBS Not Opening
up vote
1
down vote
favorite
I am using Kubuntu 14.04, and I have recently installed OBS Studio. I recently ran it a couple of times and it came up with an error and when I closed the error, OBS shut down. I ran it some more times and it came up with an error again and when I closed it, my whole computer crashed. I turned my computer back on after charging it and it worked fine, but when I tried running OBS, it came up with this.
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.10.1 (linux)
Segmentation fault (core dumped)
Could someone please help me get this back? Thanks!
obs-studio
add a comment |
up vote
1
down vote
favorite
I am using Kubuntu 14.04, and I have recently installed OBS Studio. I recently ran it a couple of times and it came up with an error and when I closed the error, OBS shut down. I ran it some more times and it came up with an error again and when I closed it, my whole computer crashed. I turned my computer back on after charging it and it worked fine, but when I tried running OBS, it came up with this.
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.10.1 (linux)
Segmentation fault (core dumped)
Could someone please help me get this back? Thanks!
obs-studio
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am using Kubuntu 14.04, and I have recently installed OBS Studio. I recently ran it a couple of times and it came up with an error and when I closed the error, OBS shut down. I ran it some more times and it came up with an error again and when I closed it, my whole computer crashed. I turned my computer back on after charging it and it worked fine, but when I tried running OBS, it came up with this.
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.10.1 (linux)
Segmentation fault (core dumped)
Could someone please help me get this back? Thanks!
obs-studio
I am using Kubuntu 14.04, and I have recently installed OBS Studio. I recently ran it a couple of times and it came up with an error and when I closed the error, OBS shut down. I ran it some more times and it came up with an error again and when I closed it, my whole computer crashed. I turned my computer back on after charging it and it worked fine, but when I tried running OBS, it came up with this.
Attempted path: share/obs/obs-studio/locale/en-US.ini
Attempted path: /usr/share/obs/obs-studio/locale/en-US.ini
Attempted path: share/obs/obs-studio/themes/Default.qss
Attempted path: /usr/share/obs/obs-studio/themes/Default.qss
Attempted path: share/obs/obs-studio/license/gplv2.txt
Attempted path: /usr/share/obs/obs-studio/license/gplv2.txt
QObject::connect: invalid null parameter
info: OBS 0.10.1 (linux)
Segmentation fault (core dumped)
Could someone please help me get this back? Thanks!
obs-studio
obs-studio
edited Jun 29 '15 at 16:18
asked Jun 29 '15 at 16:03
andlexmine1
2117
2117
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Try reinstalling OBS:
sudo apt-get remove --purge obs-studio
Then follow the instructions from https://obsproject.com/download#linux
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio
Let me know whether it works or not and I'll try to assist further. :)
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Try reinstalling OBS:
sudo apt-get remove --purge obs-studio
Then follow the instructions from https://obsproject.com/download#linux
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio
Let me know whether it works or not and I'll try to assist further. :)
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
add a comment |
up vote
0
down vote
Try reinstalling OBS:
sudo apt-get remove --purge obs-studio
Then follow the instructions from https://obsproject.com/download#linux
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio
Let me know whether it works or not and I'll try to assist further. :)
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
add a comment |
up vote
0
down vote
up vote
0
down vote
Try reinstalling OBS:
sudo apt-get remove --purge obs-studio
Then follow the instructions from https://obsproject.com/download#linux
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio
Let me know whether it works or not and I'll try to assist further. :)
Try reinstalling OBS:
sudo apt-get remove --purge obs-studio
Then follow the instructions from https://obsproject.com/download#linux
sudo add-apt-repository ppa:kirillshkrogalev/ffmpeg-next
sudo apt-get update
sudo apt-get install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio
Let me know whether it works or not and I'll try to assist further. :)
answered Jul 4 '15 at 3:49
steaksauce
766
766
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
add a comment |
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
Unfortunately I tried reinstalling this and it still came up with the same message as above. If you could assist some more I would appreciate it!
– andlexmine1
Jul 6 '15 at 14:08
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
@andlexmine1 check if the files and directories listed in the error actually exist. You might also try uninstalling obs and then reinstall by compiling from source
– steaksauce
Jul 6 '15 at 23:04
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
ok thanks I'll try it
– andlexmine1
Jul 7 '15 at 14:34
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f642395%2fobs-not-opening%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown