Coder Social home page Coder Social logo

Comments (7)

francis94c avatar francis94c commented on June 8, 2024

Checkout the latest commit on master, extract the zip into your tools folder as you did before and see if works.

from esp32partitions.

johannesmaibaum avatar johannesmaibaum commented on June 8, 2024

Now it throws:

java.lang.ArrayIndexOutOfBoundsException: 4
	at com.espressif.partitions.ESP32Partitions.run(ESP32Partitions.java:64)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

from esp32partitions.

francis94c avatar francis94c commented on June 8, 2024

My Bad, That line was still relating to windows... I'm moving it now.

from esp32partitions.

francis94c avatar francis94c commented on June 8, 2024

I guess the latest commit will fix the issue now.

from esp32partitions.

johannesmaibaum avatar johannesmaibaum commented on June 8, 2024

Now it doesn't throw an exception anymore, but I think that I'm now really affected by #1 , i.e. I don't see any message in the IDE, but there is also no GUI coming up.

Manually running python esp-partition.py from inside $HOME/Arduino/tools/ESP32Partitions/tool/ does bring up a GUI though.

In case you're wondering: python --version returns Python 2.7.15rc1 on my machine.

from esp32partitions.

francis94c avatar francis94c commented on June 8, 2024

@johannesmaibaum Do you have any other python version installed on your machine alongside the 2.7 you have?

from esp32partitions.

johannesmaibaum avatar johannesmaibaum commented on June 8, 2024

@francis94c Yes, I have both Python 2 and Python 3 installed:

$ python
Python 2.7.15rc1 (default, Nov 12 2018, 14:31:15) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 
$ python3
Python 3.6.7 (default, Oct 22 2018, 11:32:17) 
[GCC 8.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Both are installed from the standard Ubuntu repositories.

from esp32partitions.

Related Issues (8)

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.