I'm using Vista. I start up the game and it runs fine, but when I finish entering the name for my MMORPG and I press the enter key, the game crashes. I'd really like to play. Help?
Game crash before playing (Win32)
(9 posts) (4 voices)-
Posted 1 year ago #
-
I'm just guessing what might help trevor fix this, so far I haven't seen that bug before.
1. Sure you have the latest version? (1.0.16)
2. Try re-downloading it, maybe it broke at some point in the download.
3. If all else fails, copy-paste the stdout.txt file and beg trevor to fix it. :3Posted 1 year ago # -
Alright, a couple of updates.
It crashes also when I attempt to apply a change in the options.
I do have 1.0.16.
I re-downloaded it, it crashed similarly.
Here's stdout:VectorStorm engine version 0.0.1
Loading preferences...
Checking supported resolutions...
Available Modes
0: 640 x 480
1: 720 x 480
2: 720 x 576
3: 800 x 600
4: 1024 x 768
5: 1176 x 664
6: 1280 x 720
7: 1280 x 768
8: 1280 x 800
Initialising [800x600] resolution...Successfully detected all required extensions for bloom shader.
Screen Ratio: 1.333333
OpenGL Version 2.1.1
Red size: 8 bits
Blue size: 8 bits
Green size: 8 bits
Alpha size: 8 bits
Color buffer size: 32 bits
Depth bufer size: 24 bits
++ Initialising mixer
++ audio frequency=44100Hz format=S16LSB channels=2
?? No sound driver reported by SDL_AudioDriverName.
>> MEMORY STATUS
>> Heap current usage 0 / 16777216 (0.00% usage)
>> Heap highwater usage 0 / 16777216 (0.00% usage)
>> Heap largest free block 16777216 / 16777216 bytes free (0.00% fragmentation)
-- Initialising game "MMORPG"
No joystick found. Using keyboard input.
Failed assertion: fopen() returned 2, opening file 'Data/Preferences/global.prefs'
Failed condition: (m_Yes, it does end in "(m_".
Posted 1 year ago # -
Also, please, Trevor, please!
Posted 1 year ago # -
Okay. I'm improving that error handling in the next version. :)
But with that said.. the "2" return value is ENOENT, which translated from C-speak to english, is complaining that a directory doesn't exist.
This probably means that you don't have a Data directory in the same directory with the game executable, or that there's no "Preferences" directory inside that Data directory.
In the past, we've seen this happen because someone's unzip program just dumped all the game's files inside a single directory, rather than obey the directories specified in the zipfile. We've also seen it happen because some unzip programs don't create empty directories (such as the Preferences directory) even if they are specified in the zipfile.
Can you check whether one of these cases applies to you?
Posted 1 year ago # -
When I open "Data", I see another folder titled "MMORPG", and inside that folder are a variety of .cvec files, one media file, and a .txt file titled "Credits."
Posted 1 year ago # -
Yeah, your zip program isn't creating all the directories specified by the zip file. I'll make the next build of the game handle that situation more nicely. For now, though, if you create a Saves directory and a Preferences directory both inside the Data directory, the game should run successfully, then.
Posted 1 year ago # -
Yeah, it works now. I was a bit too engrossed in the game to reply before now, heh. I'm enjoying it. Thanks for your help.
Posted 1 year ago # -
lol, it's quite addictive I find. Sounds like you're enjoying it as much as I am :)
Posted 1 year ago #
Reply
You must log in to post.