Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.2.1 win Unable to open source file #55

Open
Menaxerius opened this issue Jun 28, 2018 · 8 comments
Open

v4.2.1 win Unable to open source file #55

Menaxerius opened this issue Jun 28, 2018 · 8 comments

Comments

@Menaxerius
Copy link

It seems it can't create a file, tried it with various paths and writing options, always the same error:

C:\Users\pasca\Documents\gpuPlotGenerator-4.2.1\new\Release>gpuPlotGenerator.exe generate direct C:\123456_50000_10000_2000_2

GPU plot generator v4.2.1

Author: Cryo
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL

Loading platforms...
Loading devices...
Loading devices configurations...
Initializing generation devices...

[ERROR] Unable to open the source file

@Menaxerius
Copy link
Author

same error on 4.2.2

C:\Users\pasca\Documents\gpuPlotGenerator-master\new\Release>gpuPlotGenerator.exe generate direct c://plots//1223456_10000_100000_8192_2

GPU plot generator v4.2.2

Author: Cryo
Bitcoin: 138gMBhCrNkbaiTCmUhP9HLU9xwn5QKZgD
Burst: BURST-YA29-QCEW-QXC3-BKXDL

Loading platforms...
Loading devices...
Loading devices configurations...
Initializing generation devices...

[ERROR] Unable to open the source file

@Menaxerius
Copy link
Author

Compiled using:
CMake 3.12.0-rc1
Visual Studio 2017
Cuda 9.0 Librarys

on win 10

@bhamon
Copy link
Owner

bhamon commented Jun 28, 2018

@Menaxerius It sounds like a right problem to me.
All the mentionned paths in your previous posts are system reserved on Win10.
You can try:

  • To launch your command in an elevated prompt. It is the recommended way if you want to use the "direct" writing strategy.
  • To use an user owned path (like C:\Users\pasca\Documents\plots, you'll need to create the directory first).

@Menaxerius
Copy link
Author

Menaxerius commented Jun 29, 2018

@bhamon
Thanks for responding to me, The issue happend due to missing files like the Kernel files, copying them from the 4.1.1 Version helped here. On one System it worked like its supposed to, on the other (That always worked flawless for plotting) it started throwing out bad allocation with buffer with the same settings as the other one with an "smaller" video card in it.

I'm gonna test it on few more systems today and let you know the results

@Menaxerius
Copy link
Author

It works on half of the computers, to make 1 plot, and throwing out an Bad allocation error if you try to make more then one plot at the same time (in one Window) and on other Computers with identical Hardware I get the same error direactly.

@bhamon
Copy link
Owner

bhamon commented Jul 2, 2018

@Menaxerius Please, if it's not done yet, use the latest stable version (4.2.2).

If you still experience bad alloc errors, ensure you have enough memory (the recap message when starting the plotter will tell you how much RAM is needed for each GPU and on the CPU side).

@Menaxerius
Copy link
Author

Yes I am on 4.2.2. All machines have 16 GB or 32 GB RAM and 5 or more GB free and I'm only using 1 GB each and still get that error.

@bhamon
Copy link
Owner

bhamon commented Jul 2, 2018

@Menaxerius Ok then, can you provide me the following elements to help me debug this issue:

  • The content of your devices.txt file.
  • The command line you typed (you can hide your address if that's a real one).
  • A screenshot of the program output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants