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

Crash with IC2 Classic #65

Open
Speiger opened this issue Dec 6, 2015 · 9 comments
Open

Crash with IC2 Classic #65

Speiger opened this issue Dec 6, 2015 · 9 comments

Comments

@Speiger
Copy link

Speiger commented Dec 6, 2015

It is cool that you made a @mod thingy for your function that loads the IC2 Oregen stuff but you forgot one thing. Ic2 Classic uses also IC2 as modID so your stuff will be not deleted... So he still tries to import exp classes when classic is loaded...
Sadly Player sees no reason to implement a second modID like Classic to solve these kind of problems... And also you can not make a inverted request of ModID with FML (which is a shame but who cares)... Find a better way to load your plugins. (check if classic and ic2 id are loaded)

@way2muchnoise
Copy link
Collaborator

Find a better way to load your plugins. (check if classic and ic2 id are loaded)

If only you could phrase that so it doesn't sound like a command. Then I might consider it.

@Speiger
Copy link
Author

Speiger commented Dec 6, 2015

I know that i type sometimes that hard... sry for that...

@bookerthegeek
Copy link

Please great and wonderful mod author, if it would not be to difficult, would you be able to find a way to fulfill the request from the asshat who commanded you to do this thing?

@bookerthegeek
Copy link

No hate @Speiger, you know we all love you. :)

@Speiger
Copy link
Author

Speiger commented Dec 7, 2015

Note: I am not trying to excuse.

For me it is hard to write any form of text. But i still try my best to do that...
But when i writed this thing here i simply got a trigger active which got activated by this thing here:
"- Fixes incompatibility with "IC2 Classic" which registers itself as mod-id ic2 for some sadistic reason"
where i just jump into i do not care about "You" mode and just told the problem no matter what you think about it. In combo with the text writing problem...

@way2muchnoise
Copy link
Collaborator

Could you provide a log of the crash?

@Speiger
Copy link
Author

Speiger commented Dec 27, 2015

@way2muchnoise simply as soon your IC2 Plugin gets loaded it crashes... Simply because the @optional thing does not work.. .(Can not find class crash) (because ic2classic does not have the MainConfig class)

@way2muchnoise
Copy link
Collaborator

Not really a crash log tho. Would still like to see one. Also got any contribution as to what you want to do to see it fixed. As you can't change your ModId, what can you do? Should I provide a hook? Do you have a compat class ready?

@Speiger
Copy link
Author

Speiger commented Dec 27, 2015

Well since ic2 Exp has not his own modID it will be hard to fix it with @optional... Only thing is you make a reflection based loading system that checks if IC2 Classic is not loaded which should be way easier since IC2 Classic has his own modID...
And if you want a crashlog then just make a little modpack with IC2 Classic NEI and NER... Then you have it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants