Search Criteria
Package Details: xmoto 0.6.3-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: | 11 |
| Popularity: | 0.032109 |
| First Submitted: | 2019-01-02 20:59 (UTC) |
| Last Updated: | 2025-04-30 00:49 (UTC) |
Dependencies (15)
- curl (curl-gitAUR, curl-c-aresAUR)
- glu (glu-gitAUR)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libxdg-basedir
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- lua (pallene-luaAUR)
- ode
- sdl2_mixer
- sdl2_net
- sdl2_ttf
- sqlite (sqlite-fossilAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
Latest Comments
soloturn commented on 2025-05-04 19:12 (UTC)
ok, created pull request upstream to remove: https://github.com/xmoto/xmoto/pull/206
simona commented on 2025-05-03 12:45 (UTC)
soloturn commented on 2025-05-03 10:23 (UTC)
where this output comes simona?
simona commented on 2025-04-30 13:16 (UTC)
ok but warning:
/usr/bin/msgmerge: L'opzione "--sort-output" è obsoleta.
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.