#"Visual Studio Code is unable to watch for file changes in this large workspace" (error ENOSPC)

52 messages · Page 1 of 1 (latest)

violet cipher
#

Currently stuck here modding my sabertrio Daemos. Can anyone help? It's a Proffie

violet cipher
#

'C:\Users\This' is not recognized as an internal or external command,
operable program or batch file.

#

seems like the code cant go pass the space in C:/User/THis PC/

#

sorry using the wrong /

violet cipher
#

Nah that's not it... i made a new user with no "This PC" space and it also said it was invalid

green gale
#

Is it possible that you are using one drive or something similar? Arduino doesn't like that either.

violet cipher
#

onedrive as in the could thing?

#

cloud

green gale
#

Yes

violet cipher
#

I don't think so, might have it installed before but never touched it

#

here's the error

green gale
#

Seems it's still hanging on the name.

scarlet sorrel
#

it's the space in your username

#

downgrade to arduino 1.8.x

green gale
#

I agree. Try to downgrade the program.

violet cipher
#

I made a new user with just 3 letters in the user name, it didn't have a space in that thing

#

anyhow lemme try downgrade

scarlet sorrel
#

if you didn't reinstall, the package may have still been installed under the original username

#

even if you changed users

violet cipher
#

for the new user i had to install everything again, yeah

#

that's from 1.8.1 arduino

scarlet sorrel
#

it's not finding your board

violet cipher
#

So... driver?

narrow rampartBOT
#

GG @violet cipher, you just advanced to level 3!

scarlet sorrel
#

potentially. you're sure you're using a data cable?

violet cipher
#

Yeah i use the one Sabertrio shipped with

scarlet sorrel
#

you chose the right port?

violet cipher
#

port on the saber?

scarlet sorrel
#

in arduino you have to choose the port

violet cipher
#

oh, there's only 1, com3

scarlet sorrel
#

tools -> port

#

it should say proffieboard next to one of them

#

post a screenshot of your tools menu?

violet cipher
scarlet sorrel
#

try usb type serial + mass storage + webusb and see if that does anything

violet cipher
#

ok one sec

#

c:/users/this pc/appdata/local/arduino15/packages/proffieboard/tools/arm-none-eabi-gcc/9-2020-q2-update/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe:C:\Users\This PC\AppData\Local\Arduino15\packages\proffieboard\hardware\stm32l4\3.6\variants\STM32L433CC-ProffieboardV2/linker_scripts/STM32L433CC_FLASH.ld:224: warning: memory region `SRAM2' not declared
Sketch uses 239440 bytes (91%) of program storage space. Maximum is 262144 bytes.
An error occurred while uploading the sketch
The current directory is invalid.

#

error seems shorter lmao

#

OH SNAP I THINK I FOUND THE SOLUTION

#

Update:

I figured out what the issue was, so for anyone who might stumble in here someday with a similar issue here's what worked for me.

While the test compile worked, the crash would happen while uploading the arduino sketch to the proffieboard. I did a little googling and found an obscure post from a couple of years ago, where someone mentioned a solution. There seems to be a problem if you load, and edit, the ProffieOS .ino directly. Instead of opening that file with Arduino, open Arduino and then navigate file>open(or load)>your .ino file. Once the file is loaded, you can make your changes such as specifying a new config.h file or whatever else you need to do, save, then upload. It should hopefully work this time.

#
#

it looks like it's uploading now!

#

ok it's uploading but no new font added

#

xD

#

i guess it's the config file

#

ah nope i just did not delete the preset file

#

oh snap it worked!

#

sweet jesus i worked on this for 3 weeks

#

xD

#

thank you everyone