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

A .pyc file decompiled with Uncompyle6 generated an error #9

Open
x4317350 opened this issue Oct 29, 2020 · 2 comments
Open

A .pyc file decompiled with Uncompyle6 generated an error #9

x4317350 opened this issue Oct 29, 2020 · 2 comments

Comments

@x4317350
Copy link

When I decompiled the files in the attachment with Uncompyle6, he generated an error. I can't solve him right now. Can you give me some help!thanks!
12306034337828717009.pyc.zip

@x4317350
Copy link
Author

x4317350 commented Oct 30, 2020

15751130257378780334.pyc.zip

uncompyle6 15751130257378780334.pyc
# uncompyle6 version 3.7.3
# Python bytecode 2.7 (62211)
# Decompiled from: Python 2.7.16 (default, Jun  5 2020, 22:59:21)
# [GCC 4.2.1 Compatible Apple LLVM 11.0.3 (clang-1103.0.29.20) (-macos10.15-objc-
# Embedded file name: ui_new\ui_utility.py
Instruction context:

 L. 417       306  LOAD_CONST               <code object OnEnd at 0x1035a22b0, file "ui_new\ui_utility.py", line 416>
->               309  MAKE_FUNCTION_1       1  None
                 312  CALL_FUNCTION_1       1  None
                 315  STORE_FAST            6  'OnEnd'
import re, render, world, math, screenconfig
from cocosui import cc
from evetypes import TypeAttributeNotFoundException
from tornado import gen, local_storage
from localization.base import get_by_slim_item
from data_common.const.id_const import is_station
from eveuniverse import universe, security
from dogma_common.dogma_const import DogmaAttribute

@xforce
Copy link
Owner

xforce commented Oct 30, 2020

Hey, not all pyc files are fully supported yet. So some issues are expected in some files, generally though 99% of the pyc files should work fine.

I will leave this open, as I have planned to try and improve uncompyle6 in the future to fix those remaining files.

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

2 participants