Difference between pages "Talk:Known Issues" and "Version History"

From IvanWiki
(Difference between pages)
Jump to navigation Jump to search
 
 
Line 1: Line 1:
== Fixed ==
+
''This page lists only vanilla releases of the game. See [[Variant|here]] for the list of different variants and mods.''
  
These should be fixed in the newest releases:
+
'''In development:'''
  
* Reading a scroll of harden material crashed the game!
+
* See [https://attnam.com/topics/Planning-for-Release here] for newest information.
** If you're carrying corpses, this inevitably happens. So don't carry corpses or just drop them when you use the scroll.
 
  
* Segmentation fault on:
+
'''Current release:'''
** Linux version 2.6.24-22-generic (buildd@vernadsky) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) (Ubuntu hardy heron), often when using stairs, always when trying to load savefiles. (see [[Talk:Known Issues#Strace]]) Always when going upstairs from the mother carnivorous plant.
 
  
* Source doesn't compile on (insert your OS here):
+
* [https://github.com/Attnam/ivan/releases/tag/v059 0.59] (23. 12. 2021)
** Linux version 2.6.24-22-generic (buildd@vernadsky) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) (Ubuntu hardy heron)
 
<pre>In file included from ../../FeLib/Include/save.h:25,
 
                from bitmap.cpp:18:
 
../../FeLib/Include/fearray.h:37: error: invalid use of constructor as a template
 
../../FeLib/Include/fearray.h:37: note: use ‘fearray<type>::fearray’ instead of ‘fearray<type>::struct fearray<type>’ to name the constructor in a qualified name
 
../../FeLib/Include/fearray.h:45: error: invalid use of constructor as a template
 
../../FeLib/Include/fearray.h:45: note: use ‘fearray<type>::fearray’ instead of ‘fearray<type>::struct fearray<type>’ to name the constructor in a qualified name
 
make[2]: *** [bitmap.o] Error 1
 
</pre>
 
* This error can be easily remediated by following the instructions in the notes. It happens several times.
 
  
==Harden Scrolls==
+
'''Previous versions:'''
  
I tested out the change/harden material while carrying corpses, and it only seems to be a problem with SoHM, not with SoCM. So I edited SoCM out.
+
* [https://github.com/Attnam/ivan/releases/tag/v058 0.58] (15. 3. 2020)
 +
* [https://github.com/Attnam/ivan/releases/tag/v057 0.57] (24. 9. 2019)
 +
* [https://github.com/Attnam/ivan/releases/tag/v056 0.56] (19. 2. 2019)
 +
* [[Release 0.55|0.55]] (20. 12. 2018)
 +
* [https://github.com/Attnam/ivan/releases/tag/v054 0.54] (2. 10. 2018)
 +
* [https://github.com/Attnam/ivan/releases/tag/v053 0.53 pre-release] (1. 6. 2018)
 +
* [https://github.com/Attnam/ivan/releases/tag/v052 0.52] (24. 3. 2018)
 +
* [[Release 0.51|0.51]] (23. 12. 2017)
 +
* [[Release 0.50.9|0.50.9]] (27. 10. 2017)
 +
* [https://github.com/Attnam/ivan/releases/tag/v0508 0.50.8] (23. 12. 2016)
 +
* [https://github.com/Attnam/ivan/releases/tag/v0507 0.50.7] (18. 9. 2016, as part of the [http://www.roguebasin.com/index.php?title=2016_ARRP Annual Roguelike Release Party])
 +
* [https://github.com/Attnam/ivan/releases/tag/v0506 0.50.6] (7. 6. 2016)
 +
* [[Version 0.55|0.50.5]] (27. 3. 2016)
 +
* [https://github.com/Attnam/ivan/releases/tag/v0504 0.50.4] (26. 12. 2015)
 +
* [https://github.com/Attnam/ivan/releases/tag/v0503 0.50.3] (22. 7. 2015)
 +
* [https://github.com/Attnam/ivan/releases/tag/v0502 0.50.2] (11. 4. 2015)
 +
* [https://github.com/Attnam/ivan/releases/tag/v051a 0.51.1] (1. 3. 2015)
 +
* [[CVS]]
 +
* [[New features in version 0.50|0.50]] (10. 12. 2004)
 +
* 0.43 (5. 8. 2003)
 +
* 0.42 (11. 5. 2003)
 +
* 0.41 (27. 3. 2003)
 +
* 0.40 (12. 12. 2002)
  
== Strace ==
+
See [http://ivan.sourceforge.net/NEWS here] for older versions and changelogs.
  
IVAN hangs at
+
[[Category:Versions]]
<pre>
 
mkdir("/home/hir/IvanSave/", 0770)      = -1 EEXIST (File exists)
 
open("/home/hir/IvanSave/AutoSave.sav", O_RDONLY) = 6
 
fstat64(6, {st_mode=S_IFREG|0644, st_size=51722, ...}) = 0
 
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f73000
 
read(6, "v\0\0\0\1\4\0\0\0\1\f\0\0\0\n\0\0\0\2\0\0\0\0012\0\0\0"..., 4096) = 4096
 
read(6, "\0\0\0\1\30\0\0\0\0\1\24\0\0\0\0\0\0\0\1\1\0\0\0\1\0\0"..., 4096) = 4096
 
read(6, "\0\1\1\0\0\0\377\377\377\177\5\0\0\0\0\0\0\1\1\0\0\0\377"..., 4096) = 4096
 
read(6, "\0\0\377\0\6\0\0\2\0\0\0\0\0\1\0\0006\0;\0\0\0\0\0\0\0"..., 4096) = 4096
 
read(6, "\1\0\0\0\377\377\377\177d\0\0\0\0\0\0\0\0\377\377\377\177"..., 4096) = 4096
 
read(6, "\0\0\0\0\377\377\377\177\0\0\0\0\0\4\377\0\1\1 N\0\0 N"..., 4096) = 4096
 
brk(0x8e82000)                          = 0x8e82000
 
read(6, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\376\376\0\1i\0The home "..., 4096) = 4096
 
read(6, ">\0\0\0\0\1\376\376\0\0\0\0\377\0\2\0\0\5\0\1\0\0\6\0\0"..., 4096) = 4096
 
read(6, "z\224?\1\0\0\0\1\0\0\0006\0killed by relet the"..., 4096) = 4096
 
read(6, "here.\262\224\0\0\0\0\0\0\1\0\0\0\'\00021:23 An omme"..., 4096) = 4096
 
read(6, "carnivorous mutant bunny is lyin"..., 4096) = 4096
 
read(6, "\16\321\21o\300Wp@\16\0\0\0\4p\0\0\352\6z6\n\255c@\373"..., 4096) = 4096
 
read(6, "\205\361\311\"\17\n\35@\345\310Y\310\301\365r@/\0\0\0\1"..., 4096) = 2570
 
read(6, "", 4096)                      = 0
 
read(6, "", 4096)                      = 0
 
...
 
</pre>
 
and enters an infinite read loop with that last line. It does not terminate when using strace, but segfaults rather quickly when not.
 
 
 
==Compiling on Linux==
 
 
 
I've figured out what changes you can make to the source files to get it compile on Linux, but I'm not sure where the most appropriate place to post it would be. [[User:Tuerai|Tuerai]] 18:03, 25 February 2015 (UTC)
 

Latest revision as of 07:03, 23 December 2021

This page lists only vanilla releases of the game. See here for the list of different variants and mods.

In development:

  • See here for newest information.

Current release:

Previous versions:

See here for older versions and changelogs.