Page 1 of 1

GetThreadID -> Kernelentrypoint not found

PostPosted: 03 Jun 2013 21:27
by queueclimber
System: XP SP3 32-bit
Compiler: VS2010 + Composer2011
Rev.: 9268

Installer was build successfully. Running it, the above error appears.
But maybe I dismissed something; was XP dropped, too ? Like VS2008
With Win8-64 same Installer runs errorfree. Doing on system.
And for some reason, Alpha-Warning displays, even when making Release-Builds.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 22 Jun 2013 19:15
by queueclimber
*BUMP*

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 31 Jul 2013 21:43
by raspopov
Try official daily builds.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 08 Aug 2013 19:02
by queueclimber
That's not the point when having /O3 Release Build. :D
Open Source is broken.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 10 Aug 2013 13:48
by old_death

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 11 Aug 2013 10:25
by queueclimber
No. I changed from Debug to Release in VS, changed to /multitask and /parallel, and some other settings.
Where can I find these commits ?

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 12 Aug 2013 00:27
by old_death
Here: https://sourceforge.net/p/shareaza/code/commit_browser
Have a look at r9169 for instance.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 14 Aug 2013 06:55
by siavoshkc
Running with SSE2/3 instructions while your CPU does not support it.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 17 Aug 2013 18:55
by queueclimber
Of course, there are all code changes displayed when looking to the commits.
esp. @9169
Can you please explain a little more in detail, what you are meaning creating a real release.

@siavoshkc: Good try, but it wasn't. Ryu updated XP issue @9284
Haven't tested lastest trunk because of beeing catched by an Abmahnkanzlei.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 30 Sep 2013 10:33
by siavoshkc
I should correct my mistake.
Illegal instruction error is for SSE.
Entry point error is because XP is dropped.

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 30 Sep 2013 12:56
by old_death

Re: GetThreadID -> Kernelentrypoint not found

PostPosted: 30 Sep 2013 13:48
by queueclimber