Jason Mitchell

Results 79 comments of Jason Mitchell
trafficstars

Thread saftey/concurrency issue in EIO exposed via Angelica

Current EFR Issues: * Enchant 200 collides, shift all enchants up by 1 to fix. * registerOre for Prismarine fails (crashes due to Null Recipe Check) due a missing GT_OreDictUnificator...

If there is a FOSS implementation we can use sure (LGPL, Apache, MIT, BSD, etc)

I'd prefer lgpl/mit/etc over GPL... could always fork upstream and make it compatible....

This doesn't seem very angelica related looking at the stacktrace ``` Current thread (0x00007caa9c0190f0): JavaThread "Client thread" [_thread_in_native, id=239685, stack(0x00007caaa2700000,0x00007caaa2800000) (1024K)] Stack: [0x00007caaa2700000,0x00007caaa2800000], sp=0x00007caaa27fd368, free space=1012k Native frames: (J=compiled Java...

Seems more driver related.... crashing in `nglGenBuffers` is odd

I'm still not seeing anything Angelica specific or related in there

The NanoWing renderer seems to be allocating a new Renderer each tick... which on vanilla seems to create a new DisplayList each tick..... but with Angelica it creates a new...

Fixed with https://github.com/GTNewHorizons/Electro-Magic-Tools/pull/77