View Single Post
  #11  
Old 02-05-2012, 10:19 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

Thanks again tabasco, that did fix that issue. I also had to change line 96 of S3D.cpp from

Code:
memcpy(&file_count, meta_block, sizeof(long));
to

Code:
memcpy(&file_count, meta_block, sizeof(int32));
Now I'm sitting at a black window from Lantern without any useful output.

Code:
pfyon@family-kubuntu:~/lanterneq/Lantern$ tail log.txt 
<---> Logfile Initialized on 2-5-2012 at 21:16:32
<---> Preferences from lantern.ini have been read.
<---> Loading zone: gfaydark
<---> Screen width: 800 - Screen height: 600
Reply With Quote