Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
RestlessRodent

ReMooD Super Thread

Recommended Posts

Danfun64 said:

So this?

CC_CFLAGS = -fno-stack-protector -fno-stack-protector-all $(CC_SUBSYSTEMCFLAGS) $(CC_SYSTEMCFLAGS) $(CC_MODECFLAGS) -I$(INPUT_SRC) -I$(INPUT_ISRC)
With that code, this happens
danfun64@danfun64-Aspire-5560:~/Documents/doom-src/remoodsrc_09a$ make
gcc -c isrc/sdl/dosstr.c -o objs/lrdosstr.o -fno-stack-protector -fno-stack-protector-all -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DLINUX -DDIRECTFULLSCREEN -DSDL -DVID_X11 -DENABLEMULTITHREADING -g1 -O2 -DNDEBUG -Isrc -Iisrc
gcc-5.real: error: unrecognized command line option ‘-fno-stack-protector-all’
GNUmakefile:502: recipe for target 'objs/lrdosstr.o' failed
make: *** [objs/lrdosstr.o] Error 1


Remove the invalid option. If it fails to run following that, you can try installing the x86 development packages for SDL (`dpkg --add-architecture i386` to enable multi-arch, if not enabled already).

Share this post


Link to post

https://paste.debian.net/hidden/09d3a7e0/ for compile log
https://paste.debian.net/hidden/1b6a969d/ for terminal log

Spoiler

Starting program: /home/danfun64/Documents/doom/ports/remood/remood-dbg 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffedece700 (LWP 12822)]
[Thread 0x7fffedece700 (LWP 12822) exited]
[New Thread 0x7fffedece700 (LWP 12823)]

Thread 1 "remood-dbg" received signal SIGABRT, Aborted.
0x00007ffff7284418 in __GI_raise (sig=sig@entry=6)
    at ../sysdeps/unix/sysv/linux/raise.c:54
54	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

for gdb log

It actually ran a little more in the debug build. Got up to the title screen, but the moment i chose my difficulty, it crashed. Maybe typing VERBOSE=1 had something to do with things running a little more? IDK

Share this post


Link to post
Danfun64 said:

It actually ran a little more in the debug build. Got up to the title screen, but the moment i chose my difficulty, it crashed. Maybe typing VERBOSE=1 had something to do with things running a little more? IDK


When it crashes, can you give me the output of `bt full`?

Share this post


Link to post
Death Egg said:

Shouldn't this topic be added to the stickied threads, since it's the main topic for the port?


This depends if a moderator wants to sticky it or not.

Share this post


Link to post

Maybe they want active ports to be stickied and the newer release was not out then, the previous was from 2009?

Share this post


Link to post
VGA said:

Maybe they want active ports to be stickied and the newer release was not out then, the previous was from 2009?


ReMooD 0.9a released in 2016.

Share this post


Link to post
RestlessRodent said:

ReMooD 0.9a released in 2016.

But 8.5 months ago it wasn't released yet!

Share this post


Link to post
5 hours ago, Warolrack said:

 

ReMooD just doesn't see waphoto_2022-09-19_13-35-50.jpg.868955d2af2e7ffda66907d5b9d4a937.jpgd files and outputs this

Holy necroroni what a bump.

 

Try renaming DOOM1.wad to just DOOM.wad, as the very screenshot shows.

Share this post


Link to post

clicking the link to the website brings me here. never in my life have I been more confused. image.png.05a51f3e76d056e2e02b91aa5e560830.png

Edited by DoodlesGDX

Share this post


Link to post
On 10/15/2022 at 11:50 PM, DoodlesGDX said:

clicking the link to the website brings me here. never in my life have I been more confused. image.png.05a51f3e76d056e2e02b91aa5e560830.png

Looks like Crispy Doom now has a worthy rival!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×