Page 1 of 2
Where file supertuxkart.exe on SVN?

Posted:
29 Apr 2012, 11:35
by tux
I'm downloaded the latest SVN and no file supertuxkart.exe on SVN. Where file supertuxkart.exe on SVN?
Re: Where file supertuxkart.exe on SVN?

Posted:
29 Apr 2012, 11:37
by KroArtem
No supertuxkart.exe on SVN.
If you want to play/test the latest version of Supertuxkart downloaded from subversion, you need to compile it by yourself.
Re: Where file supertuxkart.exe on SVN?

Posted:
29 Apr 2012, 11:39
by tux
How compile easy?
Re: Where file supertuxkart.exe on SVN?

Posted:
29 Apr 2012, 11:41
by KroArtem
Re: Where file supertuxkart.exe on SVN?

Posted:
29 Apr 2012, 13:48
by tux
Some files display message:
"No such file or directory"
Re: Where file supertuxkart.exe on SVN?

Posted:
29 Apr 2012, 13:59
by KroArtem
It's useless information, please next time provide steps to reproduce and explain what you've done to receive this or that error message.
Re: Where file supertuxkart.exe on SVN?

Posted:
05 May 2012, 12:11
by tux
There is no file supertuxkart_d.exe after compiling

Re: Where file supertuxkart.exe on SVN?

Posted:
12 May 2012, 21:03
by tux
I find the error:
"Error 1 error C1083: Cannot open source file: '..\..\karts\emergency_animation.cpp': No such file or directory C:\Users\Tux\Desktop\main\src\ide\vc10\c1xx supertuxkart"
Re: Where file supertuxkart.exe on SVN?

Posted:
12 May 2012, 21:29
by KroArtem
Please check whether this file '..\..\karts\emergency_animation.cpp' exists there. Also you shouldn't be able to compile the game if you have errors.
Re: Where file supertuxkart.exe on SVN?

Posted:
12 May 2012, 22:48
by Auria
The visual studio 2010 project may be out of date, because Joerg uses visual studio 2008. Normally the 2010 project should be updated once in a while
Re: Where file supertuxkart.exe on SVN?

Posted:
13 May 2012, 01:56
by ctdabomb
Auria {l Wrote}:The visual studio 2010 project may be out of date, because Joerg uses visual studio 2008. Normally the 2010 project should be updated once in a while
how could 2008 work but not 2010?
Re: Where file supertuxkart.exe on SVN?

Posted:
13 May 2012, 02:54
by sj04736
I've updated the VC 2010 project. You should be able to svn update and compile now.
Re: Where file supertuxkart.exe on SVN?

Posted:
13 May 2012, 18:40
by tux
"The application was unable to start correctly (0xc0150002). Click OK to close the application"

Re: Where file supertuxkart.exe on SVN?

Posted:
13 May 2012, 19:09
by Auria
ctdabomb {l Wrote}:how could 2008 work but not 2010?
Visual studio 2010 is not fully compatible with Visual studio 2008, so we need to manually maintain separate projects for both of them
"The application was unable to start correctly (0xc0150002). Click OK to close the application"

Generally this means a missing DLL. Unfortunately Windows is too stupid to tell you which one. Make sure you put all dependencies DLLs in the same directory as the executable. If you still have the issue, download application "Dependency Walker" to find which DLL is missing
Re: Where file supertuxkart.exe on SVN?

Posted:
13 May 2012, 19:13
by tux
Dependency Walker display a errors:
"Error: The Side-by-Side configuration information for "c:\users\tux\desktop\main\IRRLICHT.DLL" contains errors. Nie mona uruchomi aplikacji, poniewa jej konfiguracja rwnoczesna jest niepoprawna. Wicej szczegw mona znale w dzienniku zdarze aplikacji lub przy uyciu narzdzia wiersza polecenia sxtrace.exe (14001).
Error: At least one required implicit or forwarded dependency was not found.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
"
Re: Where file supertuxkart.exe on SVN?

Posted:
13 May 2012, 23:46
by hiker
Do you have a 32- or 64-bit version of windows?
I actually had the same problem with my new Laptop (with 64-bit Windows 7), but forgot about this. It might be that we have to provide a separate 64-bit dependency package.
Thanks!
Joerg
Re: Where file supertuxkart.exe on SVN?

Posted:
14 May 2012, 04:05
by acme_pjz
Auria {l Wrote}:Generally this means a missing DLL. Unfortunately Windows is too stupid to tell you which one.
It varies from different versions of Windows. In fact, it's Bill Gates who doesn't want to tell you which one DLL is missing

Re: Where file supertuxkart.exe on SVN?

Posted:
14 May 2012, 15:26
by tux
I have Windows 7 Enterprise 32-bit
Re: Where file supertuxkart.exe on SVN?

Posted:
15 May 2012, 04:58
by acme_pjz
Hi,
tux {l Wrote}:I have Windows 7 Enterprise 32-bit
Try installing VC2008 redistributable (downloading from Microsoft website)
Re: Where file supertuxkart.exe on SVN?

Posted:
16 May 2012, 01:16
by hiker
acme_pjz {l Wrote}:tux {l Wrote}:I have Windows 7 Enterprise 32-bit
Try installing VC2008 redistributable (downloading from Microsoft website)
That shouldn't be necessary if you have VS installed.
I have zipped up my irrlicht.dll and include files, and put that file into our dependencies file at:
http://sourceforge.net/projects/supertu ... p/download Can you try using these files (you should be able to just unzip this file in the STK root folder).
If this works, we might need a special dependency package for windows7.
Thanks!
Joerg
Re: Where file supertuxkart.exe on SVN?

Posted:
16 May 2012, 07:59
by acme_pjz
hiker {l Wrote}:That shouldn't be necessary if you have VS installed.
Not really, for example if you installed Visual Studio 2010 then VC2008 redistributable is still missing...
Re: Where file supertuxkart.exe on SVN?

Posted:
16 May 2012, 16:19
by tux
"Unhandled exception at 0x00754cae in supertuxkart_d.exe: 0xC0000005: Access violation writing location 0x00738790."
Re: Where file supertuxkart.exe on SVN?

Posted:
17 May 2012, 04:33
by hiker
tux {l Wrote}:"Unhandled exception at 0x00754cae in supertuxkart_d.exe: 0xC0000005: Access violation writing location 0x00738790."
I forgot to mention: you have to do a clear recompile (not just compile, I had problems with that before and had to fore a 'rebuild solution'). Did you do that?
Then I am not sure that I can help you, since I do not have access to a 32 bit Windows 7 machine

Anyone else here who can try?
Ideally you should try to compile your own irrlicht version, and see if this makes a difference (it's straight forward, checkout/download irrlicht, and in .../source/Irrlicht you will find the solution files for VS).
Cheers,
Joerg
Re: Where file supertuxkart.exe on SVN?

Posted:
17 May 2012, 06:32
by sj04736
On windows 7 x64, the provided dependency package seems to work perfectly as is, assuming it was copied in the correct location. I can't speak for 32-bit though.
Re: Where file supertuxkart.exe on SVN?

Posted:
17 May 2012, 16:24
by tux