Search found 10 matches

by juozas
Fri Aug 26, 2022 6:18 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

Small issue with unit tests when running on Linux. Near the end I see a message saying sh: 1: tests.log: not found you should use something like gnome-text-editor tests.log for gui based default text editor (if available), or editor tests.log for terminal/curses/etc based one. Don't forget to make s...
by juozas
Wed Mar 30, 2022 5:40 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

Last line upon closing example: R8G8B8Quit message received. Did you forget std::endl ? Anyway, I also noticed you added some useful code to the tests, so I'm posting the full output of screenshot test here, you might find it useful :) Starting test 48, 'screenshot' Running test testShots Testing dr...
by juozas
Wed Mar 30, 2022 12:01 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

I copied HelloWorld example folder and made sure it writes exacutable as different name and replaced main.cpp with your code. After compiling and running I found that rendering might not be correct but I'm not sure if realy it is. The overayed image is stretched and wrongly positioned, compared to i...
by juozas
Wed Mar 30, 2022 4:11 am
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

Surely screenshot test fails for me too. Image:
Image
by juozas
Mon Mar 28, 2022 6:27 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

Not sure if it is antialiasing or not with the change, the change is minimal, compare tool not showing much, does not appear only one side is affected. https://i.imgur.com/vbv4XOf.png I've also recorded a video, I don't see many antialiasing artifacts, link https://youtu.be/VAX13uNGgYM (youtube comp...
by juozas
Mon Mar 28, 2022 5:07 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

Introducing compile error as describes generates interesting results, maybe something useful can be found here :) g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -g -D_DEBUG -Wall -pipe -fno-exceptions -fno-rtti -MM -MF CGLXManager.d CGLXManager.cpp g++ -Wall -pipe -fno-exceptions...
by juozas
Mon Mar 28, 2022 12:41 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

After a fresh reboot both tests (Test 53 'renderTargetTexture' and Test 58 'antiAliasing') are still failing. Re-running them doesn't help. The requested images are listed below: OpenGL-lineAntiAliasing.png: https://i.imgur.com/4tVjaRi.png OpenGL-rttAndAntiAlias.png: https://i.imgur.com/cSTtznW.png
by juozas
Sun Mar 27, 2022 5:27 pm
Forum: Bug reports
Topic: The latest SVN bugs thread
Replies: 403
Views: 139248

Re: The latest SVN bugs thread

Modifying media/cubeMapReflection.frag as suggested solves everything, no crash, w/o that the spheres appear blank, also no info is shown on the bottom right. Screenshots (before and after the change): https://i.imgur.com/Elfuh2Zl.png https://i.imgur.com/EKtQ2Val.png Edit: log with change is listed ...
by juozas
Sun Mar 27, 2022 1:58 pm
Forum: Bug reports
Topic: Irrlicht unit tests
Replies: 49
Views: 15415

Re: Irrlicht unit tests

Some tests failing on my Ubuntu 20.04 LTS with GeForce 210 legacy card and nouveou driver. CPU: Pentium(R) Dual-Core E6300 @ 2.80GHz
Failing tests:
Test 53 'renderTargetTexture'
Test 58 'antiAliasing'
Ful log: https://gist.github.com/juozaspo/0cd745 ... 71644acb17
by juozas
Sun Mar 27, 2022 1:38 pm
Forum: Bug reports
Topic: The latest SVN bugs thread
Replies: 403
Views: 139248

Re: The latest SVN bugs thread

Hello, I have a problem with the CubeMapping example (28) running with OpenGL driver, it is crashing when I press s or u key, only happens when using svn version as the latest release does not have the mentioned example. My revision number is 6318. I'm using Ubuntu 20.04 LTS with proposed packages e...