Error

Wszystko o modach, patchach i błędach w OW oraz ogólnym programowaniu.
Odpovědět
Uživatelský avatar
tex
Soldier level 3
Soldier level 3
Příspěvky: 61
Registrován: pon kvě 28, 2007 6:03 pm
Bydliště: Czchów
Kontaktovat uživatele:

Error

Příspěvek od tex »

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

Kód: Vybrat vše

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
Obrázek
Uživatelský avatar
Gothuk
Site Administrator
Site Administrator
Poland
Příspěvky: 983
Registrován: úte zář 04, 2007 6:10 pm
Bydliště: Poland, Warsaw
Kontaktovat uživatele:

Re: Error

Příspěvek od Gothuk »

tex píše: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
Uživatelský avatar
tex
Soldier level 3
Soldier level 3
Příspěvky: 61
Registrován: pon kvě 28, 2007 6:03 pm
Bydliště: Czchów
Kontaktovat uživatele:

Příspěvek od 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 ;)
Obrázek
Radzio
Site Administrator
Site Administrator
Poland
Příspěvky: 2898
Registrován: pát črc 28, 2006 10:58 am
Bydliště: Bialystok, Poland

Příspěvek od 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.
Uživatelský avatar
stucuk
OWSupport.com Owner
Příspěvky: 438
Registrován: úte dub 18, 2006 12:10 am
Bydliště: UK, Scotland

Příspěvek od 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
Příspěvky: 2898
Registrován: pát črc 28, 2006 10:58 am
Bydliště: Bialystok, Poland

Příspěvek od 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
Uživatelský avatar
stucuk
OWSupport.com Owner
Příspěvky: 438
Registrován: úte dub 18, 2006 12:10 am
Bydliště: UK, Scotland

Příspěvek od 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
Uživatelský avatar
tex
Soldier level 3
Soldier level 3
Příspěvky: 61
Registrován: pon kvě 28, 2007 6:03 pm
Bydliště: Czchów
Kontaktovat uživatele:

Příspěvek od tex »

I thank you Stucuk, I rename on 01 the name of maps and 02 . And it is OK ;)
Obrázek
Odpovědět