Search found 16 matches
- Mon May 13, 2024 5:21 pm
- Forum: Bug reports
- Topic: The latest SVN bugs thread
- Replies: 407
- Views: 148389
Re: The latest SVN bugs thread
Svn reports a conflict for file tests/tests-last-passed-at.txt as it gets modified when running tests. Instead it should be added to ignore list or something because in current state it is very annoying as it would result in conflict each time during update if the tests were to be run before. Updati...
- Sun May 12, 2024 5:07 am
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
Re: Irrlicht unit tests
Finally no warnings, though it's crashing upon running at test 40 if not run from the tests directory, many tests fail as the files are not in expected places. Otherwise all tests pass. Starting test 40, 'makeColorKeyTexture' Irrlicht Engine version 1.9.0 Linux 5.15.0-106-generic #116-Ubuntu SMP Wed...
- Sat May 11, 2024 7:00 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
Re: Irrlicht unit tests
Svn reports that most recent version at the time I'm posting (Sat May 11 18:58:08 UTC 2024) is 6628 and not 6672, probably the repository is not synced properly, the printf warning is still there.
- Sat May 11, 2024 5:09 am
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
Re: Irrlicht unit tests
I run gcc 11.4.0 on 22.04 LTS, while 24.04 has 13.2.0, which is newer.
- Fri May 10, 2024 4:53 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
Re: Irrlicht unit tests
Found some warnings when compiling unit tests (revision 6625), some might not be new, listing them anyway.\ g++ -Wall -ansi -pedantic -fno-exceptions -O0 -g -D_DEBUG -I../include -I/usr/X11R6/include -pipe -c -o archiveReader.o archiveReader.cpp archiveReader.cpp:356:13: warning: ‘bool {anonymous}::...
- Thu May 09, 2024 3:16 pm
- Forum: Bug reports
- Topic: The latest SVN bugs thread
- Replies: 407
- Views: 148389
Re: The latest SVN bugs thread
Not sure if already reported, but I found some warnings during compilation on my Linux installation (Ubuntu Linux 22.04 LTS). To make sure I had no files corrupt I deleted current copy and redownloaded latest svn revision. g++ -Wall -pipe -fno-exceptions -fno-rtti -I../../include -Izlib -Ijpeglib -I...
- Fri Aug 26, 2022 6:18 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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...
- Wed Mar 30, 2022 5:40 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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...
- Wed Mar 30, 2022 12:01 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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...
- Wed Mar 30, 2022 4:11 am
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
Re: Irrlicht unit tests
Surely screenshot test fails for me too. Image:
- Mon Mar 28, 2022 6:27 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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...
- Mon Mar 28, 2022 5:07 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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...
- Mon Mar 28, 2022 12:41 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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
- Sun Mar 27, 2022 5:27 pm
- Forum: Bug reports
- Topic: The latest SVN bugs thread
- Replies: 407
- Views: 148389
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 ...
- Sun Mar 27, 2022 1:58 pm
- Forum: Bug reports
- Topic: Irrlicht unit tests
- Replies: 57
- Views: 17947
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
Failing tests:
Test 53 'renderTargetTexture'
Test 58 'antiAliasing'
Ful log: https://gist.github.com/juozaspo/0cd745 ... 71644acb17