Difference between revisions of "Known Issues"

From IvanWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Safe}}
 
{{Safe}}
  
* There are a whole lot of typos and grammatical errors!
+
If you find any bug or other issue in the game, please report it on the [https://attnam.com/forums/Trouble-Shooting-and-Bugs forums] or the [https://github.com/Attnam/ivan/issues GitHub page] so that it can be fixed!
** Well, they don't crash the game so don't worry too much. ;)
 
  
* Reading a scroll of harden material crashed the game!
 
** If you're carrying corpses, this inevitably happens. So don't carry corpses or just drop them when you use the scroll.
 
  
* Some of the keys on my keyboard don't seem to work...
 
** This can be a critical problem playing IVAN (especially when you use a multilingual keyboard with different scancodes). Some variants of IVAN, such as IVAN 3D, provide solution on this problem; or maybe you can try using some key config software.
 
  
* Segmentation fault on:
+
'''There are a whole lot of typos and grammatical errors!'''
** 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.
+
* Well, they don't crash the game so don't worry too much. ;) But let us know at we will definitely fix it.
  
* Source doesn't compile on (insert your OS here):
+
'''Some of the keys on my keyboard don't seem to work...'''
** Linux version 2.6.24-22-generic (buildd@vernadsky) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) (Ubuntu hardy heron)
+
* This can be a critical problem playing IVAN (especially when you use a multilingual keyboard with different scan codes).
<pre>In file included from ../../FeLib/Include/save.h:25,
+
* First check whether you don't have active CapsLock - IVAN uses both lowercase and uppercase letters for its commands, so using CapsLock will make some commands respond differently than without it.
                from bitmap.cpp:18:
+
* Try using English keyboard layout.
../../FeLib/Include/fearray.h:37: error: invalid use of constructor as a template
+
* Contact us.
../../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.
 

Revision as of 15:42, 25 October 2017

Spoiler Free: This page is spoiler free. Links from this page do not necessarily share this guarantee.


If you find any bug or other issue in the game, please report it on the forums or the GitHub page so that it can be fixed!


There are a whole lot of typos and grammatical errors!

  • Well, they don't crash the game so don't worry too much. ;) But let us know at we will definitely fix it.

Some of the keys on my keyboard don't seem to work...

  • This can be a critical problem playing IVAN (especially when you use a multilingual keyboard with different scan codes).
  • First check whether you don't have active CapsLock - IVAN uses both lowercase and uppercase letters for its commands, so using CapsLock will make some commands respond differently than without it.
  • Try using English keyboard layout.
  • Contact us.