VDrift is a cross-platform, open source driving simulation made with drift racing in mind.
This is the comprehensive repository of content compatible with VDrift.
[WARN] Exception while dispatching incoming RPC call | |
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract java.lang.Boolean sp10g10.roborally.client.rpc.UserManagement.login(java.lang.String,int) throws sp10g10.roborally.shared.exception.RoboException' threw an unexpected exception: org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [sp10g10.roborally.shared.model.User#123] | |
at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:378) | |
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:581) | |
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:207) | |
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:243) | |
at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.jav |
JVM terminated. Exit code=1 | |
/usr/bin/java | |
-Dosgi.requiredJavaVersion=1.5 | |
-XX:MaxPermSize=256m | |
-Xms40m | |
-Xmx384m | |
-jar /home/bengt/Studium/git/1011/swp/eclipse_3.6/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
-os linux | |
-ws gtk | |
-arch x86_64 |
[ERROR] Errors in 'jar:file:/home/bengt/Studium/1011/swp/Projekt/Roborally/war/WEB-INF/lib/gquery-dnd-bundle-1.0.2.jar!/com/google/gwt/query/client/GQuery.java' | |
[ERROR] Internal compiler error | |
java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType, but class was expected | |
at com.google.gwt.query.rebind.LazyGenerator.generate(LazyGenerator.java:59) | |
at com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:48) | |
at com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:60) | |
at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:662) | |
at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41) | |
at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:74) | |
at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:259) |
#!/bin/sh | |
wget -c http://www.fpmurphy.com/gnome-shell-extensions/themeselector-0.9.tar.gz | |
tar -xvzf themeselector-*.tar.gz | |
rm themeselector-*.tar.gz | |
mkdir -p ~/.local/share/gnome-shell/extensions/[email protected]/ | |
mv ./extension.js ~/.local/share/gnome-shell/extensions/[email protected]/ | |
mv metadata.json ~/.local/share/gnome-shell/extensions/[email protected]/ | |
mv ./Adwaita/ ~/.themes/ | |
mv ./ANewHope ~/.themes/ |
r904 = afd0589ea3449e392b33c4d96f276bd3cc862e0a (refs/remotes/git-svn) | |
M vdrift-data/skins/simple/languages/German.lng | |
r905 = b551fbb5dbcb935c0921f31984e98fbb4f097060 (refs/remotes/git-svn) | |
M vdrift-data/skins/simple/languages/German.lng | |
r906 = 5a6908fd52c12cb48823118faa21c0077bc0a8c1 (refs/remotes/git-svn) | |
Auto packing the repository for optimum performance. You may also | |
run "git gc" manually. See "git help gc" for more information. | |
Counting objects: 7163, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (6765/6765), done. |
#!/bin/sh | |
# | |
# All-in-one script for system maintenance via APT | |
# | |
# sudo wget https://raw.github.com/gist/1293171/ -O /usr/local/sbin/maintenance | |
# sudo chmod +x /usr/local/sbin/maintenance | |
# sudo maintenance | |
echo "Updating Sources ..." | |
apt-get update -qq |
aptitude search -F %p '~i' | xargs sudo apt-get -y install --reinstall |
#! /bin/python | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# populate watchlists | |
watchlists = [] | |
for name in ['k', 'b', 'n']: | |
with open(name + '.list') as f and \ | |
open(name + '.list') as f and \ | |
open(name + '.list') as f: | |
watchlist = [] | |
for series in f.readlines(): | |
if series.endswith('\n'): series = series[:-1] |