IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

EDI Delphi Discussion :

delphi XE3 ne se lance plus


Sujet :

EDI Delphi

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Homme Profil pro
    Inscrit en
    Novembre 2005
    Messages
    88
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2005
    Messages : 88
    Par défaut delphi XE3 ne se lance plus
    bonjour à tous

    J'avais acheté rad studio XE3. Je l'avais installé sur un pc sous windows 8,1. il fonctionnait bien.
    Afin de moderniser mon ordinateur, j'ai fait une mise à jour de windows du 8,1 vers windows 10.
    Et depuis le lancement de RAD studio XE3 ne se fait plus.

    je n'ai ni message d'erreur, ni aucune fenêtre qui s'ouvre.

    j'ai réinstallé mais sans succès.

    je trouve qu'au prix ou j'ai payé le logiciel, c'est triste.

    Je sais pas si d'autres ont eu ce soucis? Mais sans aucune réaction de windows, je nepeux pas savoir ce qui ne va pas.

    D'autant que mes vieux logiciels compilés en delphi fonctionnent toujours correctement sur ce même ordinateur. même celui en delphi 2.

    Si quelqu'un a une solution, merci d'avance.
    C'est peut-être un path qui ne trouve plus ses petits?

  2. #2
    Modérateur
    Avatar de tourlourou
    Homme Profil pro
    Biologiste ; Progr(amateur)
    Inscrit en
    Mars 2005
    Messages
    3 940
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Yvelines (Île de France)

    Informations professionnelles :
    Activité : Biologiste ; Progr(amateur)

    Informations forums :
    Inscription : Mars 2005
    Messages : 3 940
    Billets dans le blog
    6
    Par défaut
    je trouve qu'au prix ou j'ai payé le logiciel, c'est triste.
    Lequel ? Delphi ou Windows ?
    Delphi 5 Pro - Delphi 11.3 Alexandria Community Edition - CodeTyphon 6.90 sous Windows 10 ; CT 6.40 sous Ubuntu 18.04 (VM)
    . Ignorer la FAQ Delphi et les Cours et Tutoriels Delphi nuit gravement à notre code !

  3. #3
    Membre confirmé
    Homme Profil pro
    Inscrit en
    Novembre 2005
    Messages
    88
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2005
    Messages : 88
    Par défaut
    Bonjour et merci de votre temps

    Delphi et c, enfin tout le RAD studio XE3 ne se lance plus. Je suis même allé dans le répertoire Windows x86 lancer le fichier bds.exe. mais à part un petit bout de sablier, rien ne se passe. Ni message d'erreur ni rien d'autre. Alors que ce même exécutable au même endroit fonctionnait bien avant le mise à jour vers Windows 10.

    J'ai essayé de mettre un environnement de Windows 8 ou 7, mais ça change rien.
    J'ai voulu laisser un message dans la résolution des soucis de Windows, mais fax studio XE3 n'allait pas dans les applications
    Je sais pas du tout quoi en penser?

    D'avance merci pour tout aide.

  4. #4
    Membre confirmé
    Homme Profil pro
    Inscrit en
    Novembre 2005
    Messages
    88
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2005
    Messages : 88
    Par défaut
    C'est une version payant de Delphi que j'ai installé à plus de 1000€ à l'époque.
    On avait pas beaucoup de version gratuite complète comme maintenant. Depuis j'ai installé Lazarus. Mais je n'arrive pas à convertir mon projet

  5. #5
    Rédacteur/Modérateur

    Avatar de SergioMaster
    Homme Profil pro
    Développeur informatique retraité
    Inscrit en
    Janvier 2007
    Messages
    15 663
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 69
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Développeur informatique retraité
    Secteur : Industrie

    Informations forums :
    Inscription : Janvier 2007
    Messages : 15 663
    Billets dans le blog
    65
    Par défaut
    Il faudrait essayer de lancer radstudio avec le paramètre -np

    par exemple :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    $(BDS)\bin\bds.exe -np -ns -pDelphi;CBuilder
    enfin, il s'agit peut-être d'un problème dans la base de registre windows

    explication paramètres :
    ns - pas d'écran de démarrage (ou renommer C:\Program Files (x86)\Embarcadero\RAD Studio\<version>\Welcomepage\default.htm pour en éviter le chargement ?)
    np - pas de projet
    p - personnalité(s) désirée(s)

    Il y en a d'autres mais docwiki est aux abonnés absents depuis maintenant une semaine j'ai pu récupérer une version anglaise et tenté une première mise en forme

    IDE command line switches

    The following options are available when starting the IDE from the command line.

    You must precede all options (unless otherwise noted) with either a dash (-) or a slash (/). The options are not case-sensitive. Therefore, the following options are all identical:

    -d /d -D /D

    Use the IDE command line switches with the startup command for the IDE:

    bds.exe

    Examples Using BDS.EXE
    Code Does this

    bds.exe -ns



    Starts the RAD Studio IDE with no splash screen.

    bds.exe -sd c:\test\source -d c:\test\myprog.exe \mbox{-}td



    Starts the RAD Studio IDE.
    Loads c:\test\myprog.exe into the debugger.
    Uses c:\test\source as the location for the source code while debugging.

    The -td and any other argument that appears after the debugger option (-d exename) are used as arguments to c:\test\myprog.exe.
    General options for BDS.EXE
    Option Description

    ?



    Launches the IDE and displays online help for IDE command-line options.

    -- (two hyphens)



    Ignore rest of command-line.

    ns No splash screen. Suppresses display of the splash screen during IDE startup.

    np No welcome page. Does not display the welcome page after starting the IDE.

    p personality

    Starts the specified personality of the RAD Studio IDE. The possible values for personality are:
    Delphi
    CBuilder

    r regkey
    Alternate registry key. Allows you to specify an alternate base registry key so you can run two copies of the IDE using different configurations. This allows component developers to debug a component at design time by using the IDE as the hosting application, without the debugging IDE interfering by trying to load the component package being developed.

    cleanregistryide
    Clean the registry entries for the IDE. Deletes the BDS current user registry key and files under appdata in the BDS directory. Caution: You will lose all your projects from the BDS directory, so back them up before starting BDS with this option. This is a last resort, not the first thing you should try when troubleshooting the IDE.
    Debugger options

    Option Description

    attach:%1;%2
    Performs a debug attach. Uses %1 as the process ID to attach to and %2 as the event ID for that process. The attach option can be used manually, but is used mostly for Just in Time debugging.

    d exename
    Loads the specified executable (exename) into the debugger. Any parameters specified after the exename are used as parameters to the program being debugged and are ignored by the IDE. A space is allowed between the -d and the exename.


    The following options can only be used with the -d option:
    • debugger=borwin32
    • debugger=embwin32
    • debugger=embwin64
    • debugger=embmacosx
    • debugger=embios
    • debugger=embios

    Indicates the debugger to use. If this option is omitted, the debugger that was first registered in the IDE is used.
    • borwin32 and embwin32 invoke the Win32 debugger, the standard 32-bit Windows debugger embedded in the IDE.
    • embwin64 invokes the Win64 Debugger (to debug 64-bit Windows applications).
    • embmacosx invokes the macOS Debugger (to debug macOS apps or iOS Simulator apps)
    • embios invokes the iOS Debugger (to debug apps on the iOS Device)
    • embandroid invokes the Android debugger (to debug apps on the Android Device)


    l
    (Lowercase L) Assembler startup. Do not execute startup code. Must be used with the -d option. Normally, when you specify the -d option, the debugger attempts to run the process to either main or WinMain. When -l is specified, the process is merely loaded and no startup code is executed.

    sd directories
    Source Directories. Must be used with the -d option. The argument is either a single directory or a semicolon delimited list of directories which are used as the Debug Source Path setting (can also be set using the Project > Options > Debugger page). No space is allowed between sd and the directory list argument.

    h hostname
    Remote debugger host name. Must be used with the -d option. A remote debug session is initiated using the specified host name as the remote host where debugging is performed. The remote debug server program must be running on the remote host.

    t workingdirectory
    Working directory for your debug session. Corresponds to "Working directory" setting on the Load Process dialog box.

    Project options

    filename
    (No preceding dash) Loads the specified filename in the IDE. It can be a project, project group, or a single file.

    b
    AutoBuild. Must be used with the filename option. When the -b option is specified, the project or project group is built automatically when the IDE starts. Any hints, errors, or warnings are then saved to a file. Then the IDE exits. This facilitates doing builds in batch mode from a batch file. The Error Level is set to 0 for successful builds and 1 for failed builds. By default, the output file has the same name as the filename specified with the file extension changed to .err. This can be overridden using the -o option.

    m
    AutoMake. Same as AutoBuild, but a make is performed rather than a full build.

    ooutputfile
    Output file. Must be used with the -b or -m option. When the -o option is specified, any hints, warnings, or errors are written to the file specified instead of the default file. Do not use a space between -o and the file name.

  6. #6
    Membre confirmé
    Homme Profil pro
    Inscrit en
    Novembre 2005
    Messages
    88
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Novembre 2005
    Messages : 88
    Par défaut
    Citation Envoyé par SergioMaster Voir le message
    Il faudrait essayer de lancer radstudio avec le paramètre -np

    par exemple :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    $(BDS)\bin\bds.exe -np -ns -pDelphi;CBuilder
    enfin, il s'agit peut-être d'un problème dans la base de registre windows

    explication paramètres :
    ns - pas d'écran de démarrage (ou renommer C:\Program Files (x86)\Embarcadero\RAD Studio\<version>\Welcomepage\default.htm pour en éviter le chargement ?)
    np - pas de projet
    p - personnalité(s) désirée(s)

    Il y en a d'autres mais docwiki est aux abonnés absents depuis maintenant une semaine j'ai pu récupérer une version anglaise et tenté une première mise en forme
    Bonjour et merci pour l'attention.

    Avant de lancer l'opération, je viens de rechercher mon application dans la liste les applications de Windows.
    Et je ne la trouve pas. Alors qu'elle est bien présente dans le répertoire programmes(x86)/embarcadère/Rad studio/10.0/bon

    Je sais pas pourquoi. Les autres applications embarcadère installé y sont bien?

    D'avance merci

Discussions similaires

  1. Delphi 7 Perso ne se lance plus
    Par scara dans le forum EDI
    Réponses: 3
    Dernier message: 01/01/2010, 20h41
  2. SQLPlus ne se lance plus
    Par Keke des Iles dans le forum Sql*Plus
    Réponses: 5
    Dernier message: 27/04/2006, 15h17
  3. msn ne se lance plus...
    Par t_o_7_ dans le forum Messagerie instantanée
    Réponses: 5
    Dernier message: 18/04/2006, 14h32
  4. [TOMCAT][ECLIPSE] Tomcat ne se lance plus
    Par elias dans le forum Tomcat et TomEE
    Réponses: 6
    Dernier message: 06/01/2006, 18h19
  5. [Tomcat] Tomcat ne se lance plus et lance Debug
    Par zev dans le forum Eclipse Java
    Réponses: 2
    Dernier message: 21/01/2005, 14h23

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo