Package Details: simulationcraft-data 830_01-1

Git Clone URL: https://aur.archlinux.org/simulationcraft.git (read-only, click to copy)
Package Base: simulationcraft
Description: A tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm). Multi-player event-driven simulator written in C++ that models raid damage. Data
Upstream URL: https://github.com/simulationcraft/simc
Licenses: GPL3
Submitter: skogler
Maintainer: MarcinWieczorek (skogler)
Last Packager: skogler
Votes: 2
Popularity: 0.000000
First Submitted: 2015-07-14 10:34 (UTC)
Last Updated: 2020-05-12 10:01 (UTC)

Latest Comments

skogler commented on 2020-05-12 10:03 (UTC)

I also made an upstream fix for the realm selection that was not working, it will be in the next release.

You can use the simulationcraft-git package that I just updated to get the working realm selection for now.

skogler commented on 2020-05-12 10:01 (UTC)

Thanks gstv, I integrated your changes, worked fine!

gstv commented on 2020-05-10 21:13 (UTC)

this should work for version 830_01

diff --git a/PKGBUILD b/PKGBUILD
index d199472..b63547e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _gui=true
 pkgbase=simulationcraft
 pkgname=simulationcraft
 _pkgname=simc
-_simver=820
+_simver=830
 _simrel=01
 pkgver=${_simver}_${_simrel}
 pkgrel=1
@@ -20,7 +20,7 @@ source=("${pkgname}-${_simver}-${_simrel}.tar.gz::https://github.com/simulationc
         '0001-set-welcome-path.patch'
         'SimulationCraft.desktop')

-sha256sums=('33197263f755b7671907dd2538cf229d90ce083c2af0b5c341d6d428b73353cd'
+sha256sums=('a67de54c3301aa34163d7a9ed083d617dd46ea0ef79044dc6fe71417fcfacfd2'
             '0755cfa21435dd3a019a686fd0e313abf631dcd02efa37ebcafe23546bacc048'
             '12cddfa8077e3f7c5c7d8bc445f27691072911d36e296ffe21281c6f4a0c1dd9')

mweinelt commented on 2017-11-29 12:32 (UTC)

The GUI always crashes on me, can anyone confirm that? *** Error in `SimulationCraft': free(): invalid pointer: 0x00007f6ccb1d33c0 *** [1] 31985 abort (core dumped) SimulationCraft I tried downgrading to 720-01 but that didn't resolve the issue.