Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frequensea run error? #11

Open
cokomokoo opened this issue Feb 12, 2016 · 2 comments
Open

Frequensea run error? #11

cokomokoo opened this issue Feb 12, 2016 · 2 comments

Comments

@cokomokoo
Copy link

Arch linux compilation error:

[100%] Linking CXX executable frequensea
externals/lua/liblua.a(loslib.c.o): In function `os_tmpname':
/tmp/yaourt-tmp-cokomoko/aur-frequensea-git/src/frequensea/externals/lua/src/loslib.c:140: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
[100%] Built target frequensea
==> fakeroot ortamına giriliyor...
==> package() işlemine başlanıyor...
==> Kurulum düzenleniyor...
-> libtool dosyaları kaldırılıyor...
-> İstenmeyen dosyalar kaldırılıyor...
-> Statik kütüphane dosyaları kaldırılıyor...
-> İkilik dosyalardan ve kütüphanelerden gereksiz ayıklama sembolleri ayıklanıyor...
-> Kılavuz ve bilgi sayfaları sıkıştırılıyor...
==> Checking for packaging issue...
==> "frequensea-git" paketi oluşturuluyor...
-> .PKGINFO dosyası üretiliyor...
-> .BUILDINFO dosyası üretiliyor...
-> .MTREE dosyası oluşturuluyor...
-> Paket sıkıştırılıyor...
==> fakeroot ortamından çıkılıyor.
==> frequensea-git 7914862-1 (Cum Şub 12 03:45:32 UTC 2016) paketinin derlenmesi tamamlandı

==> frequensea-git yüklensin mi ? [E/h]

and run error?

frequensea static.lua
OpenGL Renderer: GeForce GT 230M/PCIe/SSE2
OpenGL Version: 3.2.0 NVIDIA 340.96
Parçalama arızası
┌─[cokomoko]──[cokomoko]:/media/sda13/de/aur-frequensea-git-copy2/src/frequensea/lua$
└──>>frequensea --vr static.lua
frequensea: /tmp/yaourt-tmp-cokomoko/aur-frequensea-git/src/frequensea/src/main.cpp:1265: int main(int, char**): Assertion `window' failed.
İptal edildi
``
@fdb
Copy link
Owner

fdb commented Feb 12, 2016

  • The "tmpnam" warning is from Lua, we can't do much about that.
  • The assertion error is very weird. Frequensea tries to create a VR window but fails. However inside of the nvr_devicee_window_init we already check whether we get a window back, and that just gets returned. So we don't expect the assertion to fail (that's why it's an assertion!) What results do you get if you try it without the --vr option?

@cokomokoo
Copy link
Author

Not work.

└──>>frequensea --vr static.lua
frequensea: /tmp/yaourt-tmp-cokomoko/aur-frequensea-git/src/frequensea/src/main.cpp:1265: int main(int, char**): Assertion `window' failed.
İptal edildi (çekirdek döküldü)
┌─[cokomoko]──[cokomoko]:/tmp/yaourt-tmp-cokomoko/aur-frequensea-git/src/frequensea/lua$
└──>>frequensea  static.lua
OpenGL Renderer: GeForce GT 230M/PCIe/SSE2
OpenGL Version: 3.2.0 NVIDIA 340.98
Parçalama arızası (çekirdek döküldü)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants