Search Criteria
Package Details: xmoto 0.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xmoto.git (read-only, click to copy) |
---|---|
Package Base: | xmoto |
Description: | A challenging 2D motocross platform game, where physics play an important role. |
Upstream URL: | http://xmoto.tuxfamily.org |
Keywords: | 2d game |
Licenses: | GPL |
Conflicts: | xmoto |
Provides: | xmoto |
Submitter: | soloturn |
Maintainer: | soloturn (Nikekson) |
Last Packager: | soloturn |
Votes: | 10 |
Popularity: | 0.000088 |
First Submitted: | 2019-01-02 20:59 (UTC) |
Last Updated: | 2023-03-08 02:10 (UTC) |
Dependencies (15)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- glu (glu-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxdg-basedir
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- lua
- ode
- sdl2_mixer
- sdl2_net
- sdl2_ttf
- sqlite (sqlite-fossilAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
Latest Comments
knillenhower commented on 2020-06-16 20:08 (UTC)
awesome, thanks for clearing this!
soloturn commented on 2020-06-16 15:44 (UTC) (edited on 2020-06-16 16:09 (UTC) by soloturn)
it was fixed here, and will be in release 0.6.1: https://github.com/xmoto/xmoto/commit/831bc02372f8e5bf34ab2f7d3411ade84dc86043 and xmoto-git works.
see: https://github.com/xmoto/xmoto/issues/86
knillenhower commented on 2020-06-11 13:43 (UTC)
why does this page list the AUR package of ode when there is also a ode package in the community repository (with the same version)?
knillenhower commented on 2020-06-11 13:37 (UTC)
having german localization when starting a level the game crashes, playing is not possible at all. the error message is:
ODE Message 2: inertia must be positive definite in dMassCheck() [mass.cpp:53]
ODE Message 2: inertia must be positive definite in dMassCheck() [mass.cpp:53]
ODE INTERNAL ERROR 1: assertion "dMassCheck(mass)" failed in dBodySetMass() [ode.cpp:489]
this also affects the git package. workaround is to temporarily set american localization:
export LANG=en_US.UTF-8 export LC_CTYPE=en_US.UTF-8 export LC_ALL=en_US.UTF-8
galloping over this:
https://github.com/RoboCup-SSL/grSim/issues/13
i think the cause are commas that are used as decimal separators in german language instead of dots. this bug should also affect other localizations without dot decimal separators.