When playing the 1.6.4 version, my worlds don't save, only the inventory gets saved. It's like when the game crashes (but it doesn't of course). Does anyone else have this problem?
EDIT: appearently this only happens when I select the world and press "Play selected world" instead of just double clicking it. Why is that??
EDIT 2: Okay, ignore the first edit, it sometimes even doesn't save when double clicking. It's random. Urgh.
It should work just fine as long as you follow the install instructions which I do hope are clear enough. If you have any problems with it, feel free to let me know!
I'm also just gonna note I have a fork of the mod with the changes I made which really isn't much at all, but it'd be helpful to know any bugs, minor changes, major changes, receive help in fixing the sound crash bug or anything else since I'm still learning Java. The fork can be found here: https://github.com/Spyro201/Minecraft-mods
Although I do wanna state, I have no plans to update it past 1.6.4 either since it'd be a lot of work. Although, what CaptainSwag101 was planning would probably be the best way to go for a mod like this, even if it ends up with fewer features.
Hmm... Well that's quite odd. Perhaps try a redownload of it and try following the instructions more carefully, unless you've done both that is. If that doesn't work, perhaps you could share a screenshot of the version tab in the instance window where you install the mod?
Hmmm.... I followed my own instructions with a fresh Multimc install and downloading the zip I gave out and everything worked out fine for me. Perhaps a fresh Multimc install could work? Unless you've also tried that out.
Well that's very odd... Well I don't really have many other ideas... I would suggest installing it the old fashioned way but of course you'll experience crashes if you use the old sounds feature...
Edit:
One last possibility which may or may not be it, who knows, but what version of Java are you running?
When playing the 1.6.4 version, my worlds don't save, only the inventory gets saved. It's like when the game crashes (but it doesn't of course). Does anyone else have this problem?
EDIT: appearently this only happens when I select the world and press "Play selected world" instead of just double clicking it. Why is that??
EDIT 2: Okay, ignore the first edit, it sometimes even doesn't save when double clicking. It's random. Urgh.
No Old Days for me then I guess..
is there an engine that makes minecraft look old? in terms of lighting
or an old ai mod
how can i download the 1.6.4 version?
I just wanted to come in here and say that I managed to fix the world not saving bug, which you can download here: http://www.mediafire.com/file/zwfozydgq8a5bci/OldDays+1.6.4.zip
It should work just fine as long as you follow the install instructions which I do hope are clear enough. If you have any problems with it, feel free to let me know!
I'm also just gonna note I have a fork of the mod with the changes I made which really isn't much at all, but it'd be helpful to know any bugs, minor changes, major changes, receive help in fixing the sound crash bug or anything else since I'm still learning Java. The fork can be found here: https://github.com/Spyro201/Minecraft-mods
Although I do wanna state, I have no plans to update it past 1.6.4 either since it'd be a lot of work. Although, what CaptainSwag101 was planning would probably be the best way to go for a mod like this, even if it ends up with fewer features.
So about this mod.
So has he not updated the Dropbox downloads?
Also I'm guessing that he's not updating it
and since that's probably not happening,
does anyone have a download for 1.7.10?
The mod was never updated past 1.6.4, but I did fix and recompile the final version of the mod which you can find right before your post.
Thanks! I can't believe I didn't notice it.
No problem!
Thank you so much for this!
I had to reinstall everything and for some reason MultiMC can't load in the OldDays module. Java.ClassNotFoundException mostly. ssp works fine.
Perhaps you could share the full log? That could help me a lot with figuring it out.
Here you go:
2019-04-03 14:18:33 [CLIENT] [INFO] Setting user: Timolino456
2019-04-03 14:18:33 [CLIENT] [INFO] (Session ID is token:<ACCESS TOKEN>:<PROFILE ID>)
2019-04-03 14:18:33 [CLIENT] [INFO] LWJGL Version: 2.9.0
2019-04-03 14:18:34 [CLIENT] [INFO] Reloading ResourceManager: Default
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODActions
java.lang.ClassNotFoundException: .ODActions
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODBugs
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODCrafting
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODEyecandy
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODGameplay
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODMobs
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODBugs
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODCrafting
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODEyecandy
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODGameplay
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODMobs
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODNBXlite
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODSounds
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
java.lang.ClassNotFoundException: .ODTextures
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
at mod_OldDays.loadModules(mod_OldDays.java:272)
at mod_OldDays.load(mod_OldDays.java:52)
at atv.loadMods(Minecraft.java:3232)
at atv.O(Minecraft.java:423)
at atv.d(Minecraft.java:766)
at net.minecraft.client.main.Main.main(SourceFile:101)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODNBXlite
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODSounds
OldDays: Failed to load module: java.lang.ClassNotFoundException: .ODTextures
Loaded OldDays 4.1 for Minecraft 1.6.4
Starting up SoundSystem...
Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
OpenAL initialized.
Hmm... Well that's quite odd. Perhaps try a redownload of it and try following the instructions more carefully, unless you've done both that is. If that doesn't work, perhaps you could share a screenshot of the version tab in the instance window where you install the mod?
I tried redownloading it and all but nothing changed. Changing the order in the "version" tab doesn't help (and I tried every possible combination).
I have MultiMc on German just so you know.
I tried doing it with "Loader-Mods" afterwards but that doesn't work of course.
Hmmm.... I followed my own instructions with a fresh Multimc install and downloading the zip I gave out and everything worked out fine for me. Perhaps a fresh Multimc install could work? Unless you've also tried that out.
Just tried it and didn't work, same problem.
Well that's very odd... Well I don't really have many other ideas... I would suggest installing it the old fashioned way but of course you'll experience crashes if you use the old sounds feature...
Edit:
One last possibility which may or may not be it, who knows, but what version of Java are you running?
I'm using Java 10.0.2 (64-bit), I downloaded it just a couple weeks ago.
Alright, I'm pretty sure that's the problem since I'm using the latest Java 8 version and experiencing no crashes at all.
I installed Java 8 and now it works! Great, thanks!