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

Exporting Portal 2 crash error #2077

Open
Kyruzik opened this issue Sep 19, 2024 · 0 comments
Open

Exporting Portal 2 crash error #2077

Kyruzik opened this issue Sep 19, 2024 · 0 comments
Labels
App Crash Something is causing the app to crash Bug Something isn't working correctly

Comments

@Kyruzik
Copy link

Kyruzik commented Sep 19, 2024

BEE2 Application Version

4.45.2

BEE2 Package Version

2.4.45.0

What operating system are you running on?

Windows 10 (64bit)

Logs and Reports

+ Exception Group Traceback (most recent call last):
  |   File "ui_tk\core.py", line 247, in app_main
  |   File "trio\_core\_run.py", line 963, in __aexit__
  | ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
  +-+---------------- 1 ----------------
    | Exception Group Traceback (most recent call last):
    |   File "app\UI.py", line 732, in export_editoritems
    |   File "exporting\__init__.py", line 162, in export
    |   File "step_order.py", line 105, in run
    |   File "trio\_core\_run.py", line 963, in __aexit__
    | ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
    +-+---------------- 1 ----------------
      | Exception Group Traceback (most recent call last):
      |   File "step_order.py", line 45, in wrapper
      |   File "utils.py", line 692, in run_as_task
      |   File "trio\_core\_run.py", line 963, in __aexit__
      | ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
      +-+---------------- 1 ----------------
        | Traceback (most recent call last):
        |   File "urllib\request.py", line 1344, in do_open
        |   File "http\client.py", line 1331, in request
        |   File "http\client.py", line 1377, in _send_request
        |   File "http\client.py", line 1326, in endheaders
        |   File "http\client.py", line 1085, in _send_output
        |   File "http\client.py", line 1029, in send
        |   File "http\client.py", line 995, in connect
        |   File "socket.py", line 852, in create_connection
        |   File "socket.py", line 837, in create_connection
        | ConnectionRefusedError: [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение
        | 
        | During handling of the above exception, another exception occurred:
        | 
        | Traceback (most recent call last):
        |   File "exporting\compiler.py", line 111, in terminate_error_server
        |   File "urllib\request.py", line 215, in urlopen
        |   File "urllib\request.py", line 515, in open
        |   File "urllib\request.py", line 532, in _open
        |   File "urllib\request.py", line 492, in _call_chain
        |   File "urllib\request.py", line 1373, in http_open
        |   File "urllib\request.py", line 1347, in do_open
        | urllib.error.URLError: <urlopen error [WinError 10061] Подключение не установлено, т.к. конечный компьютер отверг запрос на подключение>
        | 
        | During handling of the above exception, another exception occurred:
        | 
        | Traceback (most recent call last):
        |   File "logging\__init__.py", line 1163, in emit
        |   File "encodings\cp1252.py", line 19, in encode
        | UnicodeEncodeError: 'charmap' codec can't encode characters in position 110-120: character maps to <undefined>
        | 
        | During handling of the above exception, another exception occurred:
        | 
        | Traceback (most recent call last):
        |   File "exporting\compiler.py", line 144, in step_terminate_error
        |   File "exporting\compiler.py", line 114, in terminate_error_server
        |   File "logging\__init__.py", line 1924, in info
        |   File "srctools\logger.py", line 137, in log
        |   File "logging\__init__.py", line 1684, in _log
        |   File "logging\__init__.py", line 1700, in handle
        |   File "logging\__init__.py", line 1762, in callHandlers
        |   File "logging\__init__.py", line 1028, in handle
        |   File "logging\__init__.py", line 1280, in emit
        |   File "logging\__init__.py", line 1168, in emit
        |   File "logging\__init__.py", line 1082, in handleError
        |   File "traceback.py", line 125, in print_exception
        |   File "traceback.py", line 1050, in print
        |   File "encodings\cp1252.py", line 19, in encode
        | UnicodeEncodeError: 'charmap' codec can't encode characters in position 41-51: character maps to <undefined>
        +------------------------------------

Additional information

No response

@Kyruzik Kyruzik added App Crash Something is causing the app to crash Bug Something isn't working correctly labels Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Crash Something is causing the app to crash Bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

1 participant