crash when rightclicking a facade
Turmfalke2 opened this issue ยท 4 comments
hi,
I got this crash when shift right clicked a facade to remove it from a basic lp pipe.
http://pastebin.com/b4AywrnC
E: and I can reproduce it..
Noticed this as well, but it only Sends me to the Main Menu. Its not a complete Crash for me. Just shutting down Internal Server(SSP) or Internal Server Error (SMP)
Oh sorry, yes that is what I meant. Crash as in crashs the server part. For some unkown reason it actually doesn't sends me to the main menu, but to the server selection screen, even thought it was a single player game.
@Turmfalke2 thats because even though youre in SSp, your Client runs a Server behind. Thats why its "Shutting down Internal Server". Because there is the Sided Proxy thing in forge that allows to run Code only on either Server or Client. Like the Client does all the Heavy rendering and the Server does the Tile Entity Computations eg.
And because you TECHNICALLY have a Server Crash even in SSp, you get send to the Multiplayer server Selection Screen.