Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old October 30, 2021, 17:04   #19
backwardsEric
Swordsman
 
Join Date: Aug 2019
Posts: 350
backwardsEric is on a distinguished road
Quote:
Originally Posted by lea2501 View Post
However, when i start the game with

Code:
./src/angband -uUser -mgcu -- -n1
it fails to start showing a message saying

Code:
Savefile does not exist. -more-
Any idea of where i need to create it?
The problem likely isn't with the savefile or the savefile directory but with getting stuck in an infinite loop in the random number generator (at least that's what happens when I follow your steps on a x86_64 system). Doing this (so compiling doesn't assume that long is a 32-bit type) for configuration seems to solve the infinite loop problem:

Code:
env CFLAGS=-DL64 ./configure --with-no-install
make clean
make
(the "make clean" step there is just to ensure that it's not using the previously compiled object files).
backwardsEric is offline   Reply With Quote
 

Tags
compiling, old version


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vanilla Angband back versions on live Gwarl Vanilla 7 August 15, 2019 13:33
Compile z+angband on linux garu Variants 2 November 5, 2009 15:20
How to compile Angband page PaulBlay Oook! 2 February 20, 2009 12:51
Angband VERSIONS Chulta Vanilla 6 January 15, 2009 07:35
Getting Visual C++ 2008 Express Edition to compile Angband 3.0.9 Orillian Vanilla 5 February 10, 2008 09:23


All times are GMT +1. The time now is 19:12.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.