Forums » Linux

Closes after reaching 100% on loading screen

Mar 03, 2011 Cherrybloodsyrup link
The program completely closes after reaching 100% on the loading screen. This began Thursday morning.

Linux Mint, reinstall did nothing.
Mar 04, 2011 abortretryfail link
Did you try running the game from a terminal to see if there's any error messages that show up?
Mar 04, 2011 Cherrybloodsyrup link
Fatal Error: couldn't open window
Mar 05, 2011 Cherrybloodsyrup link
Setting up signal handlers...done.
archive returned 3
[Fri Mar 4 21:59:37 2011]
FXInfo: Error opening 'dat/effects.dat'.
[Fri Mar 4 21:59:37 2011]
FXInfo: Error opening 'dat/materials.dat'.
[Fri Mar 4 21:59:37 2011]
FXInfo: Error opening 'dat/effectcomponents.dat'.
[Fri Mar 4 21:59:37 2011] SetVideoMode failed, line 34: m_currentvideodriverinfo=(nil), m_videodriver=(nil)
Fatal Error: Couldn't open window.

Oh, I found this too.
Mar 05, 2011 mr_spuck link
With the loading screen do you mean the updater? I don't think the game would show anything with that log.

It looks like the game can't load the media file and drivers.

Did you install it with sudo or fiddle with the permissions?
Mar 05, 2011 Cherrybloodsyrup link
I don't think the updater has a "loading screen" more like a "progress bar", I mean the loading screen for the game before you log in.

I installed it by instructing the archive to install it in a folder called ~/.vendetta after setting the archive to executable file.
Mar 06, 2011 mr_spuck link
oh ok! I forgot how exactly the installer works. Was the updater installed in ~/bin/ and do you start the game with that?

I managed to get the same log by running the game from a different directory. I started it with ~/.vendetta/vendetta while in ~/. If you go through the updater that shouldn't be possible though.

What if you go into ~/.vendetta/ and launch ./vendetta from there?

Do you have a media.rlb in ~/.vendetta/ and do you have read permissions to it?
This is the checksum of the current version:
$ md5sum media.rlb
f4ecf34c96c97b207dda7fa639cf535b media.rlb
Mar 14, 2011 Cherrybloodsyrup link
"Was the updater installed in ~/bin/ and do you start the game with that?"
I reinstalled the game, specifying ~/bin/, made an alias to the updater in ~/bin/ and opened the game using that and the entire thing sorted itself out.

(Thanks mr_spuck.)