Pierre Maurice Schwang

Results 103 comments of Pierre Maurice Schwang

https://github.com/EngineHub/lin-bus/pull/15

Yeah, sounds more reasonable. Can just dropWhile com.sk89q.we / com.fawe and check if the next / first frame is Bukkit I guess

Could be possible - would have to look further into it. iirc, I also tried to implement the more generic approach (like, don't just handle WG but also other third...

> This is caused by > > [FastAsyncWorldEdit/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/schematic/MinecraftStructure.java](https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/d73ff19d6c6438b927afdc923567f0264de218ae/worldedit-core/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/schematic/MinecraftStructure.java#L207) > > Line 207 in [d73ff19](/IntellectualSites/FastAsyncWorldEdit/commit/d73ff19d6c6438b927afdc923567f0264de218ae) > if (block.getBlockType() == BlockTypes.STRUCTURE_VOID || ordinals.containsKey(block.getOrdinalChar())) { > > The code iterates over the clipboard...

When we were writing in DMs, my first thought after seeing `Can't call commit when autocommit=true` was some kind of race condition. After looking at the code, PS sets auto...

Could you potentially share the part of that log output? ![Image](https://github.com/user-attachments/assets/0975b752-515b-4e34-9c45-ca967a73b437) (Including surrounding lines)

Can you reproduce that repeatedly? Using plain Spigot? Does the same apply to FAWE commands?

More information including the potential cause as identified by the paper team over at https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/2652

is this still an issue? the video is not available anymore - the log does not show any errors either

I'm quite concerned of any impact this might have on existing setups, i guess > there should not be any side effects to this as any uses this specific SCHEM_Y...