Jump to content

[SF]Titan2.Global


Desmint

Mensajes recomendados

  • 2 weeks later...
  • 3 weeks later...

easy fix for this error
ed: idk why its working but working tested 
ED2! : put the whole stlib folder to the root pack !  (unpack the rar) 

 

open system_python :

find this line :
 

def __execFileTrampoline(fileName, dict=None):



edit like this :

 

def __execFileTrampoline(fileName, dict=None):

ref = sys._getframe(1).f_code.co_filename
nameref = sys._getframe(1).f_code.co_filename

if not ref or not nameref:
errorMsg = "No such file or directory ({0}) Type 4 From ({1})".format(fileName, ref)
dbg.TraceError(errorMsg)
raise IOError(errorMsg)

so its will be look like this : 

Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.
Debes iniciar sesión para ver el contenido del enlace en esta publicación.

Enlace para comentar
Compartir en otros sitios

  • 3 weeks later...
En 25/8/2020 a las 8:32, Péter Práger dijo:

easy fix for this error
ed: idk why its working but working tested 
ED2! : put the whole stlib folder to the root pack !  (unpack the rar) 

 

open system_python :

find this line :
 


def __execFileTrampoline(fileName, dict=None):



edit like this :

 


def __execFileTrampoline(fileName, dict=None):

ref = sys._getframe(1).f_code.co_filename
nameref = sys._getframe(1).f_code.co_filename

if not ref or not nameref:
errorMsg = "No such file or directory ({0}) Type 4 From ({1})".format(fileName, ref)
dbg.TraceError(errorMsg)
raise IOError(errorMsg)

so its will be look like this : 

Debes iniciar sesión para ver el contenido del archivo adjunto en esta publicación.
Debes iniciar sesión para ver el contenido del enlace en esta publicación.

Me explicas como hago eso?

Enlace para comentar
Compartir en otros sitios

Justo ahora, GHoracio95 dijo:

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

0917 23:12:00577 :: Section: .edata can not found for: 00E90000
0917 23:12:00584 :: Section: .rdata can not found for: 77B60000
0917 23:12:00585 :: Section: .edata can not found for: 77B60000
0917 23:12:00588 :: Section: .edata can not found for: 755B0000
0917 23:12:00593 :: Section: .rdata can not found for: 76AE0000
0917 23:12:00593 :: Section: .edata can not found for: 76AE0000
0917 23:12:00596 :: Section: .rdata can not found for: 76D60000
0917 23:12:00596 :: Section: .edata can not found for: 76D60000
0917 23:12:00598 :: Section: .rdata can not found for: 77AF0000
0917 23:12:00598 :: Section: .edata can not found for: 77AF0000
0917 23:12:45534 :: Module creation for system_python failed
0917 23:12:45535 :: RunMain Error
[41893 refs]

 

Enlace para comentar
Compartir en otros sitios

  • 3 months later...
  • 1 month later...
En 17/9/2020 a las 19:19, GHoracio95 dijo:

Me explicas como hago eso?

el error es aqui pack.ExistInPack(ref)

	if not ref or not pack.ExistInPack(ref):
		errorMsg = "No such file or directory ({0}) Type 4 From ({1})".format(fileName, ref)
		dbg.TraceError(errorMsg)
		raise IOError(errorMsg)

solo lo cambias que te quede el código así

def __execFileTrampoline(fileName, dict=None):
	ref = sys._getframe(1).f_code.co_filename
	nameref = sys._getframe(1).f_code.co_filename

	import pack
	if not ref or not nameref:
		errorMsg = "No such file or directory ({0}) Type 4 From ({1})".format(fileName, ref)
		dbg.TraceError(errorMsg)
		raise IOError(errorMsg)

 

Enlace para comentar
Compartir en otros sitios

  • 3 weeks later...

Unirse a la conversación

Puedes publicar ahora y registrarte más tarde. Si tienes una cuenta, regístrate para publicar con su cuenta.

Guest
Responder a este tema...

×   Has pegado contenido con formato .   Eliminar formato

  Only 75 emoji are allowed.

×   Tu enlace se ha incorporado automáticamente.   Mostrar un enlace en su lugar

×   Se ha restaurado el contenido anterior. .   Borrar editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...