Giter Site home page Giter Site logo

truecrack-extended's People

Contributors

budenzauber avatar

truecrack-extended's Issues

Request for terminal-only or curses-based server interface instead of Qt and X

Hi,

This is an amazingly useful tool, and I plan to integrate it into my cluster 
platform, however, I'm trying to keep resources used on the server and nodes to 
a minimum and accessibility to a maximum (ssh and screen/tmux for everything). 
Among other things, this means no more X server, X libraries, or Qt. Could you 
possibly remove the Qt requirement and use dialog or ncurses instead? I would 
greatly appreciate it.

Original issue reported on code.google.com by [email protected] on 14 Feb 2013 at 5:38

OSX compile errors, warnings

What steps will reproduce the problem?
1. compile with "make GPU=false"
2.
3.

What is the expected output? What do you see instead?
   compiled truecrack_optimized version

   cc -c -I./Common/ -I./Crypto/ -I./Cuda/ -I./Main/ -I./ -lm Main/Utils.c -o Utils.o
   clang: warning: -lm: 'linker' input unused
   In file included from Main/Utils.c:37:
   ./Crypto/CpuAes.h:243:1: warning: '/*' within block comment [-Wcomment]
   /*
   ^
   ./Crypto/CpuAes.h:1221:9: warning: 'ALIGN' macro redefined
   #define ALIGN
           ^
   /usr/include/i386/param.h:83:9: note: previous definition is here
   #define ALIGN(p)        __DARWIN_ALIGN(p)
           ^
   Main/Utils.c:126:9: error: non-void function 'file_readHeader' should return a value [-Wreturn-type]
           return ;
           ^
   2 warnings and 1 error generated.
   make: *** [Utils.o] Error 1


What version of the product are you using? On what operating system?
OSX 10.9.2, Truecrack_optimized (May2012)

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 27 Feb 2014 at 10:09

Error cuda kernel

What steps will reproduce the problem?
1. I have this error when compile truecrack_optimized:
Cuda.cu(56): a __host__function("cuda_kernel") redeclare with __global__

What version of the product are you using? On what operating system?

Im using Cuda 5.0 with ubuntu 13.04 Gcc 4.4 & 4.7 (use gcc 4.4 when compile)

Please provide any additional information below.
Do you have newer version that can be run on Cuda 5.0?

Original issue reported on code.google.com by [email protected] on 1 Jul 2013 at 6:52

Build on OSX fails

What steps will reproduce the problem?
1. ./configure --enable-cpu
2. make
3. make fails

What is the expected output? What do you see instead?
Should compile.  Get the following error:

nvcc -c Cuda.cu -g -I./Common/ -I./Crypto/ -I./Cuda/ -I./Main/ -I./ 
-I/usr/local/cuda/include/ -DTC_MACOSX  -D_GPU_ -gencode 
arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode 
arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -ftz=true 
-use_fast_math --opencc-options -OPT:Olimit=0  -o Cuda.o
make[2]: nvcc: No such file or directory
make[2]: *** [Cuda.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Trunk

OS X 1.9

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Nov 2013 at 1:58

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.