Chaosforge Forum

  • March 28, 2024, 16:45
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: [1]

Author Topic: bug report doomrl  (Read 3909 times)

touchedcoder

  • Private
  • *
  • Offline Offline
  • Posts: 1
  • Lost Soul
    • View Profile
bug report doomrl
« on: April 21, 2021, 08:44 »

touchedcoder@penguin:~/doomrl-linux-x64-0997$ chmod +x doomrl
touchedcoder@penguin:~/doomrl-linux-x64-0997$ ./doomrl



Abnormal program termination!

Reason : Access violation

If this reason doesn't seem your fault, please submit a bug report at
http://forum.chaosforge.org/, be sure to include the last entries in
your error.log that will get created once you hit Enter.

An unhandled exception occurred at $00000000004D8ABA :
EAccessViolation : Access violation
  $00000000004D8ABA line 520 of ../fpcvalkyrie/src/vnode.pas
  $00000000004D8CD6 line 569 of ../fpcvalkyrie/src/vnode.pas
  $000000000048D5BB line 51 of ../fpcvalkyrie/src/vsystem.pas
  $00000000005C5277 line 66 of ../fpcvalkyrie/src/vio.pas
  $00000000004836BE line 386 of src/doomio.pas
  $000000000046C101 line 226 of src/doombase.pas

touchedcoder@penguin:~/doomrl-linux-x64-0997$
Logged

tehtmi

  • Programmer
  • Local Inquisitor
  • Lieutenant Colonel
  • *
  • *
  • Offline Offline
  • Posts: 458
    • View Profile
Re: bug report doomrl
« Reply #1 on: April 21, 2021, 09:28 »

Are you trying to run in graphics mode? If so, does the game work in console mode (-console or edit config.lua)?

If there's anything in log.txt, can you share it?

Not super familiar with Linux, but you might try fiddling with the graphics settings and double checking the dependencies as well.

(Seems like it's probably an error in the TDoomIO constructor forcing the object to be destroyed, although I'm not sure what exactly why this would cause a crash in the destructor, but that's not really the issue.)
Logged
Pages: [1]