Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Intergration crash on startup #1870

Open
border999 opened this issue Jun 30, 2024 · 8 comments
Open

[Bug] Intergration crash on startup #1870

border999 opened this issue Jun 30, 2024 · 8 comments
Labels

Comments

@border999
Copy link

Minecraft version

1.20.x

CodeChickenLib version

CodeChickenLib-1.20.1-4.4.0.512-universal

CBMultipart version

CBMultipart-1.20.1-3.3.0.146-universal

ProjectRed version

ProjectRed-1.20.1-4.19.0-beta+3-integration

What happened?

"Crash" during startup

Crash log

https://gist.github.com/border999/6c3e1063ee0d8db2fd13a804abdb9d4f -debug.log
https://gist.github.com/border999/4f19503dba9c51b992f60cbe287157b2 -latest.log

How do you make it happen again?

attempt to start game.

@border999 border999 added the bug label Jun 30, 2024
@MrTJP
Copy link
Owner

MrTJP commented Jul 11, 2024

Hi. Are you using a texture/resource pack for Project Red? Looks like Gate models are having trouble loading.

Caused by: java.lang.ClassCastException: class [Lcodechicken.lib.vec.Vector3; cannot be cast to class codechicken.lib.render.model.ModelMaterial ([Lcodechicken.lib.vec.Vector3; and codechicken.lib.render.model.ModelMaterial are in module [email protected] of loader 'TRANSFORMER' @2801ccb3)
	at codechicken.lib.render.model.ModelMaterial$1.copyRange(ModelMaterial.java:14) ~[CodeChickenLib-1.20.1-4.4.0.512-universal.jar%23951!/:4.4.0.512]
	at codechicken.lib.render.CCModel.copy(CCModel.java:590) ~[CodeChickenLib-1.20.1-4.4.0.512-universal.jar%23951!/:4.4.0.512]
	at codechicken.lib.render.CCModel.combine(CCModel.java:777) ~[CodeChickenLib-1.20.1-4.4.0.512-universal.jar%23951!/:4.4.0.512]
	at mrtjp.projectred.integration.client.GateComponentModels.loadModel(GateComponentModels.java:171) ~[ProjectRed-1.20.1-4.19.0-beta+3-integration.jar%231310!/:?]
	at mrtjp.projectred.integration.client.GateComponentModels.loadBaseModel(GateComponentModels.java:175) ~[ProjectRed-1.20.1-4.19.0-beta+3-integration.jar%231310!/:?]
	at mrtjp.projectred.integration.client.GateComponentModels.<clinit>(GateComponentModels.java:42) ~[ProjectRed-1.20.1-4.19.0-beta+3-integration.jar%231310!/:?]
	at mrtjp.projectred.integration.client.GateModelRenderer.onTextureStitchEvent(GateModelRenderer.java:154) ~[ProjectRed-1.20.1-4.19.0-beta+3-integration.jar%231310!/:?]
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2387!/:?]
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2387!/:?]
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?]

@MrTJP MrTJP moved this from Todo to In progress in Project Red Jul 13, 2024
@ashi0-a
Copy link

ashi0-a commented Aug 2, 2024

Try just turning it off and on in curseforge, it works for me

@border999
Copy link
Author

not using curseforge modloader. I do not have a texture pack or anything for projectRed

@I2pRandom
Copy link

I seem to be getting the same issue, inconsistent random crashing on startup.
debug.log
latest.log
crash-2024-08-20_16.50.26-client.txt

@border999
Copy link
Author

border999 commented Sep 7, 2024

I assume this has been fixed in one of the version that has come out in intervening time? Just checking in on this so I know whether or not to close this. Can't confirm it's fixed on my end because I'm dealing with a different and new crash from this mod that I submitted an issue ticket for a few minutes ago.

@FocalFlare
Copy link

FocalFlare commented Sep 11, 2024

I assume this has been fixed in one of the version that has come out in intervening time? Just checking in on this so I know whether or not to close this. Can't confirm it's fixed on my end because I'm dealing with a different and new crash from this mod that I submitted an issue ticket for a few minutes ago.

For such issue (in my case it's with Entity Texture Features, as from #1888), I personally wouldn't get your hopes up for it to be addressed any time soon. I know that sounds a bit cold to say, but I had to close my issue as not planned since the lack of any responses forced me to assume that this issue (not this one that's open) wouldn't be looked into. 😔

@border999
Copy link
Author

border999 commented Sep 16, 2024

#1893
https://gist.github.com/border999/4dc16011d0c9481c153c0680ed51db84
This is still an issue two version later.

@MrTJP
Copy link
Owner

MrTJP commented Sep 19, 2024

For those of you still having this issue, we may have found the cause in CCL. Please try the test jar that @covers1624 has uploaded on this issue:

TheCBProject/CodeChickenLib#460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

No branches or pull requests

5 participants