Search found 4 matches
- January 4th, 2010, 12:01 pm
- Forum: General Help
- Topic: par2.exe error
- Replies: 14
- Views: 16204
Re: par2.exe error
I know that par2 does not need tbbmalloc. However, you can check with Process Monitor or similar tools, that after starting, it looks for tbbmalloc.dll and loads it if found. I checked the TBB docs but I could not find a reference to this behaviour. So I'm not sure why this happens. Matlab keeps its...
- January 3rd, 2010, 2:25 pm
- Forum: General Help
- Topic: par2.exe error
- Replies: 14
- Views: 16204
Re: par2.exe error
As I said above, the problem is that tbb.dll dynamically tries to load tbbmalloc.dll. It is not included with the par2 binary so usually this fails and tbb does its job without it. However, if some other software is installed that does include tbbmalloc.dll (like Matlab), tbb.dll will happily use th...
- May 31st, 2009, 5:49 pm
- Forum: General Help
- Topic: par2.exe error
- Replies: 14
- Views: 16204
Re: par2.exe error
Another workaround is of course to rename par2.exe to par2-multicore.exe and to copy par2-classic.exe to par2.exe.
This get's rid of the error message with the downside that par2-classic only uses one core...
Best,
Vornys
This get's rid of the error message with the downside that par2-classic only uses one core...
Best,
Vornys
- May 31st, 2009, 5:29 pm
- Forum: General Help
- Topic: par2.exe error
- Replies: 14
- Views: 16204
Re: par2.exe error
Hi, I'm having the same problem. The reason seems to be that the tbb library tries to load tbbmalloc.dll, which is not included with the par2 binary. In my case it is found in the Matlab directory, which is in the PATH. It is however linked against the 8.0 runtime and therefore causes the error mess...