Jeff McAffee
Jeff McAffee
I'm seeing this issue as well. Building against Java 1.6 using ABS 4.0.2. I've hacked up a test project that is currently exhibiting the issue in a 2.3.3 emulator and...
My issue was due to a race condition between ViewPager and ActionBar. If you're using both of these, you might want to look at [Issue #476](https://github.com/JakeWharton/ActionBarSherlock/issues/476#issuecomment-5751246). I've also written a...
@mikethejet Any update on this? Did you figure out a work around?
Same issue here: It'll show the bar on the top, Nei options in bottom corner, but no Item list will show up.
It also seems to crash when I am looking in the direction of a harvester and I open my inventory. Same error as shown above.
I found that changing: .sep.'*[^~]' to: .sep.'**[^~]' in lines 153 and 155 results in the 'after' dirs being included in the rtp. I don't know if it's an issue (or...
You are correct about every single directory being added. And it appears that there is a limit on the length of the runtimepath that I am now hitting... Here's the...
`:set runtimepath?` didn't work for me. The paths listed above are a result of `:echo &runtimepath` (with no plugins enabled).
Additionally, the directory `C:\tools\vim\vimfiles` doesn't actually exist on my system. So, I don't know where that is coming from.
I had added ruby_debugger plugin to the bundle directory and I started getting errors about spelling files not being found. When I checked the runtimepath at that point, it was...