Error

Wszystko o modach, patchach i błędach w OW oraz ogólnym programowaniu.
Post Reply
User avatar
tex
Soldier level 3
Soldier level 3
Posts: 61
Joined: Mon May 28, 2007 6:03 pm
Location: Czchów
Contact:

Error

Post by tex »

Mam taki błąd, jak przejdę 1 misje, zacznę 2 i wyjdę do menu.

Code: Select all

General Info
------------
Application            : Owarfull
Version                : 1.10b

ModName                : Fast America
ModDir                 : FA
ModVer                 : 0.1 (0.49)

ErrorType              : WndProc
ErrorText              : '1-' is not a valid integer value

Params                 : 
ParamCount             : 0

Game Info
---------
Multiplayer            : False
Multi.GameState        : Undef
Multi.ChatConnLost     : False
Multi.IAMServer        : False
Multi.Joined           : False
Multi.Loaded           : False
Multi.MapVersion       : 0
Multi.OffLine          : False
Multi.OnLine           : False
Multi.ServerLost       : False
Multi.StatusText       : 
MultiDef.MapName       : 

mission_number         : 2
mission_campaign       : 1
camp_names[mission_campaign] : Am
mission_names[mission_number] : 02 
game_difficulty        : 3
ingame_video           : False
stop_talking           : False
stop_action            : False
end_of_mission         : 0
end_the_mission_allowed : False
dialogue_skipped       : False
last_title_ident       : -1
last_title_unit        : 1
last_title_radio       : False
last_title             : 

Random Stuff
------------
GodMode                : False
DeveloperMode          : False
ModCBMode              : False
OfficialMod            : False
InterfSide             : 1

Windows Info
------------
Product                : Windows XP Professional
Win32MajorVersion      : 5
Win32MinorVersion      : 1
BuildNumber            : 2600
ServicePack            : Dodatek Service Pack 3
ServicePackMajor       : 3
ServicePackMinor       : 0

Physical Memory        : 2048MB
CPU Name               : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+
CPU Clock              : 2410Mhz
CPU Speed              : 4600Mhz
"Actual" CPU Speed     : 2411Mhz
Image
User avatar
Gothuk
Site Administrator
Site Administrator
Poland
Posts: 985
Joined: Tue Sep 04, 2007 6:10 pm
Location: Poland, Warsaw
Contact:

Re: Error

Post by Gothuk »

tex wrote:Mam taki błąd, jak przejdę 1 misje, zacznę 2 i wyjdę do menu. {...}
czyżby Fast America to Twój mod?
Jeżeli tak, to gdzies w kodzie dałeś ciąg '1-' jako integer (liczba całkowita), przez co gra wyrzuciła błąd bo "1-" nie jest liczbą całkowitą.
'1-' is not a valid integer value
User avatar
tex
Soldier level 3
Soldier level 3
Posts: 61
Joined: Mon May 28, 2007 6:03 pm
Location: Czchów
Contact:

Post by tex »

Tak mój mod, ale nigdzie nie dawałem " 1- " bo sprawdziłem. Dziwne to ;/ usunę wszystkie medale może tam coś jest nie tak ;)
Image
Radzio
Site Administrator
Site Administrator
Poland
Posts: 2898
Joined: Fri Jul 28, 2006 10:58 am
Location: Bialystok, Poland

Post by Radzio »

To WndProc, więc błąd zwracany przez menedżer procesów Windows, wątpię, czy błąd w kodzie wyrzuciłoby jako ten typ.
User avatar
stucuk
OWSupport.com Owner
Posts: 438
Joined: Tue Apr 18, 2006 12:10 am
Location: UK, Scotland

Post by stucuk »

Its most likley that eather the SAIL code has "1 -" or a map name has it. There are no "1 - " strings in the default Original War as since i started maintaining Original War there has never been this error.

If you send me the mod i will take a look.
The WndProc, so the error returned by the manager of Windows, I doubt whether the error in the code wyrzuciłoby as the type.
WinProc catches most errors that have nothing to do with window code. Most/All SAIL related problems don't have anything to catch the error, so it only gets caught in WinProc(Its just the main loop of the application). You have the following main "Catchers":

1. WndProc
2. Mouse thread
3. Sound thread
4. Music thread
5. Master Server thread
6. Anti Trainer thread
7. Multiplayer
8. Unknown (Used when it wasn't caught by any of the above)
- Stu
OWSupport
Radzio
Site Administrator
Site Administrator
Poland
Posts: 2898
Joined: Fri Jul 28, 2006 10:58 am
Location: Bialystok, Poland

Post by Radzio »

Your google translator has misunderstood me :P
It should be: "process's manager"
Anyway, my SAIL errors always landed in Unknown box. xD
So the error must (IMO) be connected with sth different :P
User avatar
stucuk
OWSupport.com Owner
Posts: 438
Joined: Tue Apr 18, 2006 12:10 am
Location: UK, Scotland

Post by stucuk »

Well in any case its the mod not the actual game and yes google translator sucks, unfortunatly i have to use it. Shame the entire world doesn't just only speak english.
- Stu
OWSupport
User avatar
tex
Soldier level 3
Soldier level 3
Posts: 61
Joined: Mon May 28, 2007 6:03 pm
Location: Czchów
Contact:

Post by tex »

I thank you Stucuk, I rename on 01 the name of maps and 02 . And it is OK ;)
Image
Post Reply