Timothy Miller

Results 37 comments of Timothy Miller

This might be relevant. Not sure. Thread 1: status = VgTs_Runnable (lwpid 771) ==4967== at 0x108361801: _dispatch_alloc_continuation_from_heap (in /usr/lib/system/libdispatch.dylib) ==4967== by 0x108361702: _dispatch_alloc_continuation_alloc (in /usr/lib/system/libdispatch.dylib) ==4967== by 0x108348901: _dispatch_source_set_handler (in...

Here's the cad file zipped. [card case.FCStd.zip](https://github.com/FreeCAD/FreeCAD/files/15143904/card.case.FCStd.zip)

Thanks, @Revvilo. For my sake and anyone else using the mod, can you provide some hints on how to do this? I found all the mod jars at: Documents\Curse\Minecraft\Instances\FoolCraft 3\mods...

I downloaded an update to the mod from here, installed it, and it seems to be working: https://minecraft.curseforge.com/projects/pams-harvestcraft/files

Those messages are a bit spammy. I reduced the debugging level to 2, and this is what I got: [0:] USBH DEVICE ATTACH Full Speed [0:0] Open EP0 with Size...

The panic is coming from "hdc_rp2040.c", here: ``` tusb_speed_t hcd_port_speed_get(uint8_t rhport) { (void) rhport; assert(rhport == 0); // TODO: Should enumval this register switch ( dev_speed() ) { case 1:...

Can you give me a hint about how this example overcomes the problem? I've looked through the mount code, and I'm not seeing it do anything special with regard to...

I don't know anything about USB, so this is slow going for me, but it looks like the problem is being caused by an attempt to set power management on...

It also occurred to me that perhaps the end point it's trying to get the speed for doesn't really exist, so I modified hcd_port_speed_get to return TUSB_SPEED_INVALID on an invalid...

I'm comparing the success and failure cases. The success case is when only the keyboard (with its internal hub) is plugged in, while the failure case has the mouse also...