Chaosforge Forum

  • March 28, 2024, 08:09
  • Welcome, Guest
Please login or register.



Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - motadol

Pages: [1]
1
When I tried to run ./doomrl, the "Valkyrie SDL Application" window opened but is blank and the console said:

Code: [Select]
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.
^C
An unhandled exception occurred at $00007F585CF0B818 :
EAccessViolation : Access violation
  $00007F585CF0B818
  $00007F585CE3B670
  $0000000000428BCC

----------------------------------------------------------------------
Timestamp   : 
Error level : FATAL EXCEPTION
Message     : Fatal exception encountered

An unhandled exception occurred at $00007F0681B031F0 :
An unhandled exception occurred at $00007F0681B031F0 :
EAccessViolation :
EAccessViolation :
  $00007F0681B031F0
  $00007F0681B031F0


----------------------------------------------------------------------

This was completely unhelpful. Eventually I realized that I was missing a necessary library. On Ubuntu 19.04, I needed to install the following:

Code: [Select]
$ sudo apt install libsdl-image1.2 libsdl-mixer1.2 libsdl1.2debian libsmpeg0 lua5.1 timidity libpng16-16
In my case, it was libsdl-image1.2 that was missing.

Hope this helps!

Pages: [1]