neubejiita
Member

Posts: 425
Registered: 02-09 |
I will give that a try again, I had problems with Eureka detecting the Doom2 IWAD, maybe it should use $DOOMWADDIR or tweak the config file code, but that sounds like the best bet. I just hope you can fix up the Yadex texture alignment code, if you can do that I will be very happy.
#EDIT. I am trying to load the Eureka editor and I have the doom2.wad in /usr/local/games/doom with permissions thusly: -r--r--r-- and I only get this error seen with strace. It seems to be trying to load the wadfile read-write. So I maybe need to edit the code and fix this myself.
code:
open("doom2.ugh", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=18959, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb77a3000
read(4, "#-------------------------------"..., 4096) = 4096
read(4, "ling close flr+8\"\nline 73 C \"WR"..., 4096) = 4096
read(4, "\nline 201 c \"WR Ceiling down LEC"..., 4096) = 4096
read(4, "ctor 4 \"Flashes / 20% Damage\"\ns"..., 4096) = 4096
read(4, " \"Blue keycard\"\nthing 6 k l "..., 4096) = 2575
read(4, "", 4096) = 0
close(4) = 0
munmap(0xb77a3000, 4096) = 0
write(3, "Opening WAD file: doom2.wad\n", 28) = 28
open("doom2.wad", O_RDWR) = -1 EACCES (Permission denied)
write(3, "open failed: Permission denied\n", 31) = 31
write(2, "Error: ", 7Error: ) = 7
write(2, "Cannot find IWAD: doom2.wad\n", 28Cannot find IWAD: doom2.wad
) = 28
write(2, "\n", 1
) = 1
exit_group(2) = ?
thx@matrix Documents $
Last edited by neubejiita on 01-08-12 at 19:54
|