Git Product home page Git Product logo

Comments (5)

MyztikJenz avatar MyztikJenz commented on September 14, 2024 6

My son and I just ran into this problem... turns out his keyboard had Chinese characters in the manufacture's name, which causes the output from ioreg to be mangled and plistlib chokes. Couldn't find a bug on Python for this, so we worked around it by using a different keyboard for the install.

from docs.

potirlon avatar potirlon commented on September 14, 2024

Hello !
I have the same issue on Mac mini M2:

12-25 20:16 root         INFO     Startup
12-25 20:16 root         INFO     Environment:
12-25 20:16 root         INFO       INSTALLER_BASE=https://cdn.asahilinux.org/installer
12-25 20:16 root         INFO       INSTALLER_DATA=https://github.com/AsahiLinux/asahi-installer/raw/prod/data/installer_data.json
12-25 20:16 root         INFO       REPO_BASE=https://cdn.asahilinux.org
12-25 20:16 root         INFO       IPSW_BASE=None
12-25 20:16 root         INFO       EXPERT=None
12-25 20:16 root         INFO       REPORT=https://stats.asahilinux.org/report
12-25 20:16 root         INFO       REPORT_TAG=alx-prod
12-25 20:16 root         INFO     Version: v0.7.1
12-25 20:16 root         INFO     MSG: Welcome to the Asahi Linux installer!
12-25 20:16 root         INFO     MSG: This installer will guide you through the process of setting up
12-25 20:16 root         INFO     MSG: Asahi Linux on your Mac.
12-25 20:16 root         INFO     MSG: Please make sure you are familiar with our documentation at:
12-25 20:16 root         INFO     MSG:   �[34;1mhttps://alx.sh/w�[m�[m
12-25 20:16 root         INFO     MSG: Press enter to continue.
12-25 20:17 root         INFO     MSG: Collecting system information...
12-25 20:17 root         ERROR    Exception caught
Traceback (most recent call last):
  File "/private/tmp/asahi-install/main.py", line 1058, in <module>
    InstallerMain(installer_version).main()
  File "/private/tmp/asahi-install/main.py", line 831, in main
    self.sysinfo = system.SystemInfo()
  File "/private/tmp/asahi-install/system.py", line 8, in __init__
    self.fetch()
  File "/private/tmp/asahi-install/system.py", line 18, in fetch
    self.ioservice = plistlib.loads(result.stdout)
  File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/plistlib.py", line 883, in loads
    return load(fp, fmt=fmt, dict_type=dict_type)
  File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/plistlib.py", line 875, in load
    return p.parse(fp)
  File "/private/tmp/asahi-install/Frameworks/Python.framework/Versions/3.9/lib/python3.9/plistlib.py", line 177, in parse
    self.parser.ParseFile(fileobj)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 289457, column 34
12-25 20:17 root         INFO     MSG: If you need to file a bug report, please attach the log file:
12-25 20:17 root         INFO     MSG:   /private/tmp/asahi-install/installer.log

For what I saw, it might be due to a too long xml file generated by the command ioreg -alp IOService (around 15 Mo)

from docs.

terese0815 avatar terese0815 commented on September 14, 2024

Strange. Do you run some third party backup system?

from docs.

potirlon avatar potirlon commented on September 14, 2024

No I didn't run any backup system, is there any usefull data that I can send to you ?

from docs.

zeph avatar zeph commented on September 14, 2024

@potirlon is this still happening? I installed my Mac Mini M2 Pro the other week, following the installation step by step, and I did not run into this... are you doing something particular/unexpected during the installation?

I had a plain box, never partitioned before, I followed the instructions to resize OsX and that's it. No issues

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.