Aller au contenu


Photo

Problème lancement jeu


  • Veuillez vous connecter pour répondre
21 réponses à ce sujet

Posté 27 avril 2015 - 14:00

#1
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris

Bonjour,

 

Je viens vers vous car j'ai un gros problème.

Je n'arrive plus à lancer mes jeux. Au moment de swapper, lorsque les leds clignotes en rouge et bleu ou en bleu et vert (ça dépend des fois),

le cd s'introduit mais s'éjecte tout de suite après. Il n'a même pas le temps de le lire pour booter.

 

J'ai essayé plusieurs configurations concernant le fichier cobra.cfg, mais ça ne change rien.

Mon lecteur blu-ray ne dois pas avoir de problème, vu que j'arrive à lancer des jeux en PT.

Jusqu'à présent ce problème était présent, mais c'est depuis 2 ou 3 semaines qu'il s'est accentué. Et depuis hier je n'arrive plus à lancer de jeu.

Je ne sais pas si ça vient de la mise à jour 4.70 ou de celle du cobra en 2.4

 

Je suis en OFW 4.70 (que j'ai fait depuis le premier jour de sa libération) avec une PS3 3004B. Le DMC est installé et le Cobra est en version 2.4.

 

Merci de votre aide.

 


PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 27 avril 2015 - 14:15

#2
Probe530

Probe530

    Sunriseur

  • Members
  • PipPip
  • 253 messages
  • Sexe:Male

Bonjour,

 

Tu peux nous publier ton cobra.cfg?


PS3 OFW 4.75 2k Cobra ODE V4.30A + DMC

PS3 CFW 4.75 v1.00 HABIB 2k

  • Retour en haut

Posté 29 avril 2015 - 13:37

#3
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris

Désolé du retard et merci de m'avoir répondu.

 

La configuration que j'ai actuellement est celle-ci :

 

 

###########################################
####### Cobra ODE Configuration file ######
###########################################
# This sample cobra.cfg file lists all the options that the Cobra ODE supports
# Each option is explained and an example is given
# Uncomment the option by removing the # in front of it to enable the option
#
# PS3 superslim users who updated to the 4.55 firmware must enable the protection bypass
# and must refer to the user manual for instructions on how to use their ODE on 4.55
#bypass.4.55=1
#
# PS3 superslim users who updated to the 4.60 firmware, must use the new SWAP creation tools
# and enable the following two options:
#bypass.4.55=1
#games.encrypted=1
#
# PS3 users (FAT, 2k, 2k5, 3k) who updated to the 4.60 firmware, must use the DMC module and the
# new SWAP creation tools and enable the following three options:
#bypass.4.55=1
#bypass.dmc=1
#games.encrypted=1
 
 
 
 
################
# manager.type
# Sets the type of manager for game selection.
# Options are :
# disabled: Manager is disabled, iso game is loaded directly from game.path option
# browser: Cobra Browser is generated. Requires browser.iso file (default)
# homebrew: Cobra Manager is loaded. Requires manager.iso file
# custom: A custom manager is loaded. Requires manager.iso file and iso.X options
# custom+homebrew: A custom manager is loaded and /COBRA directory is populated. Requires manager.iso file and iso.X options
manager.type=browser
 
################
# eject.on_selection
# Tells the ODE to eject the manager or browser as soon as a game is selected and switch to ISO mode.
# Without this option, the user needs to manually eject the disc or reboot the console
# This option is enabled by default and can be disabled by setting eject.on_selection=0
eject.on_selection=1
 
################
# manager.on_reboot
# Return to manager mode when the PS3 reboots
# Default value is 0
manager.on_reboot=0
 
################
# manager.on_eject
# Return to manager mode when a disc is ejected
# Default value is 1
manager.on_eject=1
 
################
# game.path
# Sets the path of the iso to load if manager.type=disabled is set
#game.path=/PS3_GAMES/game.iso
 
################
# manager.disctype
# Defines the type of disc to appear when the manager is loaded
# This is useful for increased stealth by making the browser appear as a bluray disc
# or for experimenting with custom managers appearing as ps1 games or DVD movies for example
# Options are :
# cd: Appear as a burned CD-ROM
# dvd: Appear as a burned DVD
# bd: Appear as a Bluray Disc
# ps1: Appear as a PS1 game
# ps2: Appear as a PS2 game
# ps3 : Appear as a PS3 game (default)
manager.disctype=ps3
 
################
# game.disctype
# Defines the type of disc to appear when an iso is loaded
# This is only useful for experimenting with custom types of discs when the game is of a different
# type. Like for example, a PS2 game appearing as a DVD data disc to explore its content from the XMB
# Options are :
# cd: Appear as a burned CD-ROM
# dvd: Appear as a burned DVD
# bd: Appear as a Bluray Disc
# ps1: Appear as a PS1 game
# ps2: Appear as a PS2 game
# ps3 : Appear as a PS3 game
# If the value is not set, the default setting will depend on the type of iso being loaded
game.disctype=ps3
 
################
# iso.X.sector
# Set a custom trigger sector in the manager to load the iso specified at X.
# Up to 500 iso can be specified and the sector value specified must be in hexadecimal
# Only valid when manager.type=custom or manager.type=custom+homebrew
#iso.0.sector=A00
 
################
# iso.X.path
# Set the path of the iso to load when the associated sector is trigger.
# Up to 500 iso can be specified and the sector value specified must be in hexadecimal
# Only valid when manager.type=custom or manager.type=custom+homebrew
# Options are :
# dvd: Iso is a DVD Movie
# bd: Iso is as a BD Movie
# ps1: Iso is a PS1 game
# ps2: Iso is a PS2 game
# ps3 : Iso is a PS3 game (default)
#iso.0.path=/PS3_GAMES/game.iso
 
################
# iso.X.type
# Set the type of the iso to load when the associated sector is trigger.
# Only valid when manager.type=custom or manager.type=custom+homebrew
#iso.0.type=ps3
 
################
# eject.sector
# Set a custom trigger sector in the manager to enable the auto-eject feature.
# The sector value specified must be in hexadecimal
# Only valid when manager.type=custom or manager.type=custom+homebrew
#eject.sector=B800
 
################
# hdd.poll
# Set the interval in seconds for the ODE to poll the HDD to prevent it from idling.
# Set to 0 to disable the feature. Default value is 1
hdd.poll=1
 
################
# game.type
# Defines the type of game of the iso specified in game.path if manager.type=disabled is set
# Options are :
# dvd: Iso is a DVD Movie
# bd: Iso is as a BD Movie
# ps1: Iso is a PS1 game
# ps2: Iso is a PS2 game
# ps3 : Iso is a PS3 game (default)
game.type=ps3
 
################
# disc.unsupported
# Disables the "Inserted disc is not supported by the COBRA database"
# Is useful for switching to a PS2 game or dumping an unsupported game
# If the disc is not supported in the database, the game will not launch.
#disc.unsupported=ignore
 
################
# eject.add_menu
# Adds a menu to the XMB when a PS3 game is loaded to return back to the manager
# This is useful for superslim users who do not have the "Remove Disc" option in XMB
# This option is enabled by default and can be disabled by setting eject.add_menu=0
eject.add_menu=1
 
################
# game.pt
# Forces the ODE to work in Passthrough Mode
game.pt=0
 
################
# eject.delay
# Specify the delay in milliseconds between the moment the disc is ejected and the moment the
# disc is reloaded into the tray for QSB systems (2k, 2k5, 3k and 4k)
# The default value is 1000ms
eject.delay=500
 
 
################
# leds.disable
# Disable a LED color. This is useful for people who find the LED annoying when trying to sleep
# Disabling one color can affect combined colors. For example, when loading a DVD movie
# which shows a white LED (green, red and blue), disabling the green LED will show a
# purple (blue, red) color instead.
# Options are :
# 0: No color disabled (default)
# 1: Disable blue LED
# 2: Disable red LED
# 3: Disable blue and red LED
# 4: Disable green LED
# 5: Disable green and blue LED
# 6: Disable red and green LED
# 7: Disable all LED colors
leds.disable=0
 
################
# bypass.4.55
# Bypass the new 4.55 (and 4.60) firmware authentication on superslim models. Refer to the user manual for
# instructions on how to bypass the new authentication system
bypass.4.55=1
 
 
################
# mcu.underclock
# Underclock the MCU to 180MHz. This will make the ODE use less power and generate less heat.
# This can be helpful if your ODE heats up and freezes often.
# By default, the MCU runs at 270MHz.
# This option does not do anything on Cobra ODE v5.x boards
mcu.underclock=0
 
################
# bypass.delay
# Allows to set the delay for switching discs in the 4.55 bypass.
# The value is in milliseconds which the default being 10000 (10 seconds)
# The value and can be set to any value, where 0 disables the bypass and can be set up to 30000 which is 30 seconds
# Values up to 30 seconds have been tested and working, higher values can be set, but can cause the console to freeze
bypass.delay=30000
 
 
################
# folders.ps3_games
# Sets the directory to search for ps3 games, default is /PS3_GAMES
folders.ps3_games=/PS3_GAMES
 
################
# folders.ps2_games
# Sets the directory to search for ps2 games, default is /PS2_GAMES
folders.ps2_games=/PS2_GAMES
 
################
# folders.ps1_games
# Sets the directory to search for ps1 games, default is /PS1_GAMES
folders.ps1_games=/PS1_GAMES
 
################
# folders.dvd_movies
# Sets the directory to search for dvd movies, default is /DVD_MOVIES
folders.dvd_movies=/DVD_MOVIES
 
################
# folders.bd_movies
# Sets the directory to search for bluray movies, default is /BD_MOVIES
folders.bd_movies=/BD_MOVIES
 
################
# games.encrypted
# Disable ODE encryption of iso files
# This option is required when using the new swap tools for 4.60 bypass
games.encrypted=1
 
################
# psx.region
# Enables automatica region patching for PSX games.
# The PSX_JAP.BIN, PSX_USA.BIN and PSX_PAL.BIN files must be in the COBRA directory
# Available options are :
# usa: USA PSX region
# jap: Japanese PSX region
# pal: PAL PSX region
psx.region=pal
 
################
# bypass.dmc
# Enables the use of the DMC module for swap
# This option is required when using the DMC module
bypass.dmc=1

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 30 avril 2015 - 00:34

#4
Dnijbox974

Dnijbox974

    Sunriseur PRIVILEGE

  • Technicien
  • 3 074 messages
  • Sexe:Male

Tu as quoi comme erreur ? J'ai une 3004B qui ne lance pas certains jeux aussi en ce moment.


  • Retour en haut

Posté 30 avril 2015 - 14:01

#5
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris

Quand je swap en mettant le boot disc (led rouge et bleu) et qu'il s'éjecte directement, j'ai différente erreur 800.... (cd endommagé etc)

et quand j'arrive (rarement) à l'étape 2 (led bleu et verte), le swap disc s'éjecte directement et j'ai encore les erreurs de l'étape 1, ainsi que l'erreur FFF...

 

 

Le swap disc a été fait par logic sunrise, et je n'avais pas de problème, je ne pense pas que ça vient de la.

 

Je vais démonter ma PS3 pour voir si'il y a un problème dans le montage.


PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 30 avril 2015 - 14:03

#6
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris

J'ai une question HS, où peut-on trouver les IRD des nouveau jeu, vu que le site 3k3y est fermé ?


Modifié par biko955, 30 avril 2015 - 14:04.

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 01 mai 2015 - 17:30

#7
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris

Me revoilà.

 

J'ai résolu mon problème, si ça peut aider certaines personnes, j'explique comment.

 

J'ai donc démonter ma PS3, pour voir s'il n'y avait pas un problème sur le montage du DMC.

 

En premier lieu, j'ai vu que certaines nappes du DMC étaient compressé (trop peut-être?) par le cache supérieur de la PS3.

J'ai quand même vérifié le montage du DMC, et il n'y avait pas de problème de ce côté la.

 

J'ai donc redisposé les nappes du DMC et j'ai aussi enlevé la nappe qui relie le DMC au dongle usb (qui ne sert à rien jusqu'à présent).

J'ai enfin coupé les plastiques du cache supérieur (qui sont sur le couvercle, coté intérieur), pour qu'ils ne compressent pas les nappes.

 

Voilà, pour moi le problème est réglé, tous mes jeux ce lance, même ceux avec une mise à jour.


PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 10 juin 2015 - 14:40

#8
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris

Bonjour, je relance ce sujet que j'avais moi même ouvert.

 

Je pensais avoir régler mon problème, mais il persiste.

 

Après avoir insérer le boot disc (quand les leds clignotent rouge et bleu), il s'éjecte tout de suite après. Parfois il se bloque et je ne peux insérer le swap disc (quand les leds clignote vert et bleu), c'est très aléatoire.

Pour régler ce problème faut que je démonte le lecteur blu-ray et que je refait l’assemblage du DMC. Sa marche ensuite très bien... mais pour un certains moment seulement ( environ 1 jour).

 

Voila, c'est très embêtant, car il faut que je fait cette manipulation tout les jours pour pouvoir lancer les jeux.

 

Si quelqu'un à une idée. Merci.


PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 11 juin 2015 - 21:30

#9
acide0

acide0

    Maître de la pu..

  • Banned
  • PipPipPipPipPip
  • 7 611 messages
  • Sexe:Male
Tu es sur que ce n est pas un problème de lentille bluray fatiguée ?
Modification, réparation,console xbox 360,PS3,psp,DS.Réparations diverses, changement de lecteur,lentille blueray, installation jtag et hack glitch, flash lecteur fat,slim. Installtion ode xkey pour xbox 360 ou ode E3 pour PS3, installation Cfw sur ps3 via downgrade Teensy Travail bien fait.(Montreal,QC,CA).Beaucoups d'experience, prix raisonnable.Xbox glitch et flashé a vendre, linker ds a Montreal pm moi Xbox 360 Jasper 250gig jtag,Xbox 360 slim GOW cdual nand, Xbox 360 Jasper 20gig glitch, PS3 cfw 4.46 rogero
  • Retour en haut

Posté 12 juin 2015 - 12:37

#10
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris
Peut-être, des fois le logo Cobra n'apparaît pas, comme s'il ne détectait pas de blu-ray.
Comment je peux être sûr que ça provient de la lentille ?

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 13 juin 2015 - 23:26

#11
Mart1

Mart1

    Sunriseur PRIVILEGE

  • Technicien
  • 2 386 messages
  • Sexe:Male
  • Lieu:Angers

ben met le cobra en mode emu et lance des jeux originaux.

Si c'est la lentille qui fatigue une fois sur deux tu ne verra pas apparaitre ton jeu !


Downgrade ; ODE ; vente de console en cfw ; reflow PS3/Ps4 (YLOD/BLOD) et toutes autres operations sur la ps3 ?

rendez-vous ici !

06.76.42.50.77

 

L'entraide est fruit de toutes solutions

  • Retour en haut

Posté 14 juin 2015 - 01:50

#12
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris
Le cobra est toujours en mode emu, mais je n'arrive plus à voir le logo cobra pour lancer des jeux... il ne détecte plus le blu-ray, même si je l'entend tourner.
J'ai même mis le cobra en mode PT, mais le jeu n'apparaît toujours pas.
Je pense que ça peut provenir que de la lentille

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 14 juin 2015 - 23:17

#13
Mart1

Mart1

    Sunriseur PRIVILEGE

  • Technicien
  • 2 386 messages
  • Sexe:Male
  • Lieu:Angers

la petite horloge en haut a droite tourne quelques secondes quand tu insere un jeu ?

Puis elle s'arrete au bout d'une dizaine de secondes et tu ne vois pas ton jeu c'est bien ça ?


Downgrade ; ODE ; vente de console en cfw ; reflow PS3/Ps4 (YLOD/BLOD) et toutes autres operations sur la ps3 ?

rendez-vous ici !

06.76.42.50.77

 

L'entraide est fruit de toutes solutions

  • Retour en haut

Posté 15 juin 2015 - 17:20

#14
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris
Non elle ne tourne pas du tout, bisare.

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 16 juin 2015 - 16:27

#15
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris
Est-il possible qu'une nappe du cobra, qui est endommagé, empêche la détection d'un jeu en mode PT ? Car j'ai plusieurs nappes dont le bout (la partie dorée) est endommagé.

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 16 juin 2015 - 16:55

#16
Hackstore59

Hackstore59

    Make Love Not War

  • Technicien
  • 9 471 messages
  • Sexe:Male
  • Lieu:59
Ba si tu as une ou plusieurs nappes avec des pins abîmés c'est sûr que ça aide pas...

Modification/Réparation dans le 59

[Softmod Xbox] [Hack Jtag/Puce Glitch/Xkey Xbox 360]

[Puce PS1][Softmod PS2] [Jailbreak/CFW/ODE PS3]

[Sofmod Wii/Wii U] [Config Retrogaming PC/Raspberry]

~

>> Consulter mes services

  • Retour en haut

Posté 16 juin 2015 - 20:58

#17
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris
C'est ce que je me dis.
J'hésite a acheter une nouvelle lentille sur le store...

Modifié par biko955, 16 juin 2015 - 21:00.

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 16 juin 2015 - 21:05

#18
Hackstore59

Hackstore59

    Make Love Not War

  • Technicien
  • 9 471 messages
  • Sexe:Male
  • Lieu:59
Si tu as des nappes hs faut les remplacer déjà.

Modification/Réparation dans le 59

[Softmod Xbox] [Hack Jtag/Puce Glitch/Xkey Xbox 360]

[Puce PS1][Softmod PS2] [Jailbreak/CFW/ODE PS3]

[Sofmod Wii/Wii U] [Config Retrogaming PC/Raspberry]

~

>> Consulter mes services

  • Retour en haut

Posté 17 juin 2015 - 00:43

#19
biko955

biko955

    Sunriseur

  • Members
  • PipPip
  • 100 messages
  • Sexe:Male
  • Lieu:Paris
Et où je peux en acheter ?

PS3 SLIM 2004A CFW FERROX 4.82 STANDARD v1.01
COBRA ODE 4.30A + DMC

PS3 SLIM 3004B OFW 4.75

  • Retour en haut

Posté 17 juin 2015 - 10:08

#20
Hackstore59

Hackstore59

    Make Love Not War

  • Technicien
  • 9 471 messages
  • Sexe:Male
  • Lieu:59
Tech du forum ou boutiques sur le net.
Mp moi si tu veux je dois avoir ça.

Modification/Réparation dans le 59

[Softmod Xbox] [Hack Jtag/Puce Glitch/Xkey Xbox 360]

[Puce PS1][Softmod PS2] [Jailbreak/CFW/ODE PS3]

[Sofmod Wii/Wii U] [Config Retrogaming PC/Raspberry]

~

>> Consulter mes services

  • Retour en haut




0 utilisateur(s) li(sen)t ce sujet

0 invité(s) et 0 utilisateur(s) anonyme(s)