-
Hi,
I use bumblebee to run Starcraft 2 in archlinux (x86_64) with playonlinux. It used to work fine, but yesterday I did a package update (to 3.6 kernel) and now when I try to run the game (or any o…
-
the magic in sc2reader is as follows:
#!c:\Python27\python.exe
this is not good, it should be:
#!/usr/bin/env python
possibly followed by:
# coding: utf-8
or else it only works if yo…
-
Hey there,
Configrity seems to be throwing exceptions when parsing Files that contain whitespaces in the path. Is this a bug?
example of configuration:
```
managed {
directories = [C:\Users\arg\Do…
-
I get this failure with glretrace:
retrace_stdc.cpp:118: std::map::iterator retrace::lookupRegion(long long unsigned int): Assertion `it->first + it->second.size >= address' failed.
It's traced Star…
-
Hi,
this is my first post.
I'm using an ASUS U46S notebook with nVidia Geforce GT 540M, with Ubuntu 11.04 on it, and bumblebee (2.2.0-1~nattyubuntu10d ).
Starting any programs works without problems…
-
Using the latest version off Pypi...
``` bash
graylin@graylin-laptop:/home/sc2reader$ mpyq -x "/media/34A86959A8691A9E/Program Files/StarCraft II/Versions/Base19679/patch.SC2Archive"
Traceback (most …
-
Hi,
Have done the usual test with glxgears and everything works fine. The problem is that I get this "Could not open display :1." message when trying to run SC2 through wine:
optirun32 wine ./StarCr…
claos updated
13 years ago
-
Hi, I've been using your library for sometime now as a dependency to my sc2reader library. One of my users recently reported an issue that stems from your read_file function; in particular:
```
File…