Breadstick: You need to somehow clear your internet cache. Your getting an old version of the jnlp file. The updated one has “jorbis.jar” as on of it’s resources.
[quote]“There is no disk in the Drive. Please insert a disk into drive D:”
[/quote]
;D That is so funny.
It’s the same as the zip related traces others have pointed out. When I run the game in eclipse I use resources that is spread out in zip’s, pk3, directories, etc. In the final game all is added to a single jar. I forgot to change it so it don’t try too look in all the external resources this time. Even so I thought it would be harmless, as the files is not found and are not added to my FileLoader. However, it seems that if a ZipFile accept files that don’t exist, possibly if it is on a removable device. Every time a file is requested from the non existing zip file, it ask you to insert a disk. Fantastic!!
matzon: There is a bug in the renderer. Something related to drawElements. I usually get a native crash. You only get gl error I know about the problem, but I don’t know what it is. It’s a nightmare to fix.
cas: Have you tried it on the laptop with the broken perf timer? I use perf as the first option, but fall back on the lwjgl timer if I can detect a broken perf.