Michael Kutschke

Results 33 comments of Michael Kutschke

This works for me: ``` package test_cmake4eclipse; import java.io.IOException; import java.lang.ProcessBuilder.Redirect; public class Main { public static void main(String[] args) throws IOException, InterruptedException { String[] cmdarray = new String[] {"cmd.exe",...

Tested the last staged version, didn't work, with similar error message as before.

The same array as above also works with Runtime.exec

I'll see if I can find that version and debug what went wrong.

#91 could also help here (although working prebuild step would maybe be nicer) Also, do you know [cmake-conan](https://github.com/conan-io/cmake-conan)? This is what I use to solve this problem, it calls conan...

Is the simulator simulating a specific players inventory? Because otherwise it is extremely lucky that some of these items do work.

I have to confess this isn't really a bug report, I just wanted to share what I found. :-P

Closing as I don't think this is a feature request, bug report, or anything else that has a good reason to stay open.

@rmitsch I didn't find a solution, but my workaround was this instead of using spellfix (I wanted to spellfix to get some string distance measure): ``` from Levenshtein import distance...

@kaismh No, I didn't encounter functional problems before or after the fix. I don't understand the code well enough to be 100% sure that I didn't overlook anything, though.