Amiga.org
		Amiga News and Community Announcements => Amiga News and Community Announcements => Announcements and Press Releases => Topic started by: System on January 08, 2001, 06:13:26 PM
		
			
			- 
				From the AOS35 mailing list .. 
"There is a serious bug in the latest amigaguide.datatype, seems it has
problems with pooled memory handling or something."
To reproduce just use the dummy
AG database as shown below and place just enough text into node #1 for @NODE
"#2" to be exactly at offset $1000 (4096). Now try to load the node #2. 
---cut here--- 
@DATABASE "test.guide" 
@NODE Main "test" 
 
@{"test node #1" LINK "1"} 
@{"test node #2" LINK "2"} 
@ENDNODE 
@NODE "1" "test node #1" 
Stuff some more txt here for node 2 keyword to start at offset 4096. 
@ENDNODE 
@NODE "2" "test node #2" 
@ENDNODE 
---cut here--- 
 
Thanks to Mikolaj Calusinski for this info.