Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application crash #6

Open
inrepublica opened this issue Aug 19, 2013 · 0 comments
Open

Application crash #6

inrepublica opened this issue Aug 19, 2013 · 0 comments

Comments

@inrepublica
Copy link

Hi,

I trying to use your tool to convert a very simple sqm to biedi (4 objects) and it crash on load.

Windows 7 64bits say me:

Signature du problème :
  Nom d’événement de problème: APPCRASH
  Nom de l’application:   SQM2BIEdi.exe
  Version de l’application:   0.0.0.0
  Horodatage de l’application:    514bc971
  Nom du module par défaut:    SQM2BIEdi.exe
  Version du module par défaut:    0.0.0.0
  Horodateur du module par défaut: 514bc971
  Code de l’exception:    c0000005
  Décalage de l’exception:   00001fdf
  Version du système:  6.1.7601.2.1.0.256.1
  Identificateur de paramètres régionaux: 1036
  Information supplémentaire n° 1:   0a9e
  Information supplémentaire n° 2:   0a9e372d3b4ad19135b953a78882e789
  Information supplémentaire n° 3:   0a9e
  Information supplémentaire n° 4:   0a9e372d3b4ad19135b953a78882e789

This is my simple sqm:

version=11;
class Intro
{
    addOns[]={};
    addOnsAuto[]={};
    randomSeed=7826573;
    class Intel
    {
        startWeather=0.40000001;
        forecastWeather=0.25;
        year=2008;
        month=10;
        day=11;
        hour=14;
        minute=20;
    };
};
class Mission
{
    addOns[]={};
    addOnsAuto[]={};
    randomSeed=7826573;
    class Intel
    {
        startWeather=0.40000001;
        forecastWeather=0.25;
        year=2008;
        month=10;
        day=11;
        hour=14;
        minute=20;
    };
    class Groups
    {
        items=1;
        class Item0
        {
            side="west";
            class Vehicles
            {
                items=1;
                class Item0
                {
                    side="west";
                    id=0;
                    position[]={7240.6787,0, 7665.0151};
                    vehicle="CZ_Special_Forces_Scout_DES_EP1";
                    skill=0.60000002;
                    player="PLAYER COMMANDER";
                    leader=1;
                };
            };
        };
    };
    class Vehicles
    {
        items=3;
        class Item0
        {
            side="EMPTY";
            id=1;
            position[]={7242.2358, 0, 7671.7939};
            vehicle="Land_HBarrier5";
        };
        class Item1
        {
            side="EMPTY";
            id=2;
            position[]={7236.5859,0, 7671.7339};
            vehicle="Land_HBarrier5";
        };
        class Item2
        {
            side="EMPTY";
            id=3;
            position[]={7235.3311,0, 7674.0186};
            vehicle="Land_HBarrier5";
            azimut=90.444977;
        };
    };
};
class OutroWin
{
    addOns[]={};
    addOnsAuto[]={};
    randomSeed=7826573;
    class Intel
    {
        startWeather=0.40000001;
        forecastWeather=0.25;
        year=2008;
        month=10;
        day=11;
        hour=14;
        minute=20;
    };
};
class OutroLoose
{
    addOns[]={};
    addOnsAuto[]={};
    randomSeed=7826573;
    class Intel
    {
        startWeather=0.40000001;
        forecastWeather=0.25;
        year=2008;
        month=10;
        day=11;
        hour=14;
        minute=20;
    };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant