Where file supertuxkart.exe on SVN?

Where file supertuxkart.exe on SVN?

Postby tux » 29 Apr 2012, 11:35

I'm downloaded the latest SVN and no file supertuxkart.exe on SVN. Where file supertuxkart.exe on SVN?
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby KroArtem » 29 Apr 2012, 11:37

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.
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Where file supertuxkart.exe on SVN?

Postby tux » 29 Apr 2012, 11:39

How compile easy?
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby tux » 29 Apr 2012, 13:48

Some files display message:

"No such file or directory"
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby KroArtem » 29 Apr 2012, 13:59

It's useless information, please next time provide steps to reproduce and explain what you've done to receive this or that error message.
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Where file supertuxkart.exe on SVN?

Postby tux » 05 May 2012, 12:11

There is no file supertuxkart_d.exe after compiling :(
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby tux » 12 May 2012, 21:03

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"
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby KroArtem » 12 May 2012, 21:29

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.
KroArtem
 
Posts: 375
Joined: 26 Aug 2010, 19:04

Re: Where file supertuxkart.exe on SVN?

Postby Auria » 12 May 2012, 22:48

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
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: Where file supertuxkart.exe on SVN?

Postby ctdabomb » 13 May 2012, 01:56

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?
Some people are like slinkies... not really good for anything, but you still can't help smiling when you shove them down the stairs.
ctdabomb
 
Posts: 1075
Joined: 13 Dec 2011, 21:21
Location: halfway there

Re: Where file supertuxkart.exe on SVN?

Postby sj04736 » 13 May 2012, 02:54

I've updated the VC 2010 project. You should be able to svn update and compile now.
Stephen
Role: STK-Addons Developer

Image
User avatar
sj04736
 
Posts: 146
Joined: 07 Dec 2009, 02:56
Location: Western Canada

Re: Where file supertuxkart.exe on SVN?

Postby tux » 13 May 2012, 18:40

"The application was unable to start correctly (0xc0150002). Click OK to close the application" :(
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby Auria » 13 May 2012, 19:09

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
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: Where file supertuxkart.exe on SVN?

Postby tux » 13 May 2012, 19:13

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.
"
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby hiker » 13 May 2012, 23:46

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
hiker
 
Posts: 1435
Joined: 07 Dec 2009, 12:15
Location: Melbourne, Australia

Re: Where file supertuxkart.exe on SVN?

Postby acme_pjz » 14 May 2012, 04:05

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 ;)
Some of my open source games on GitHub
User avatar
acme_pjz
 
Posts: 665
Joined: 10 Dec 2009, 15:32
Location: PeeKing, China

Re: Where file supertuxkart.exe on SVN?

Postby tux » 14 May 2012, 15:26

I have Windows 7 Enterprise 32-bit
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby acme_pjz » 15 May 2012, 04:58

Hi,

tux {l Wrote}:I have Windows 7 Enterprise 32-bit


Try installing VC2008 redistributable (downloading from Microsoft website)
Some of my open source games on GitHub
User avatar
acme_pjz
 
Posts: 665
Joined: 10 Dec 2009, 15:32
Location: PeeKing, China

Re: Where file supertuxkart.exe on SVN?

Postby hiker » 16 May 2012, 01:16

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
hiker
 
Posts: 1435
Joined: 07 Dec 2009, 12:15
Location: Melbourne, Australia

Re: Where file supertuxkart.exe on SVN?

Postby acme_pjz » 16 May 2012, 07:59

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...
Some of my open source games on GitHub
User avatar
acme_pjz
 
Posts: 665
Joined: 10 Dec 2009, 15:32
Location: PeeKing, China

Re: Where file supertuxkart.exe on SVN?

Postby tux » 16 May 2012, 16:19

"Unhandled exception at 0x00754cae in supertuxkart_d.exe: 0xC0000005: Access violation writing location 0x00738790."
tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Re: Where file supertuxkart.exe on SVN?

Postby hiker » 17 May 2012, 04:33

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
hiker
 
Posts: 1435
Joined: 07 Dec 2009, 12:15
Location: Melbourne, Australia

Re: Where file supertuxkart.exe on SVN?

Postby sj04736 » 17 May 2012, 06:32

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.
Stephen
Role: STK-Addons Developer

Image
User avatar
sj04736
 
Posts: 146
Joined: 07 Dec 2009, 02:56
Location: Western Canada

Re: Where file supertuxkart.exe on SVN?

Postby tux » 17 May 2012, 16:24

tux
 
Posts: 62
Joined: 02 Jan 2011, 13:48
Location: Warsaw, Poland

Who is online

Users browsing this forum: Bing [Bot] and 1 guest