Error

Wszystko o modach, patchach i błędach w OW oraz ogólnym programowaniu.
Responder
Benutzeravatar
tex
Soldier level 3
Soldier level 3
Mensajes: 61
Registrado: Mo Mai 28, 2007 6:03 pm
Wohnort: Czchów
Contactar:

Error

Beitrag por tex »

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

Code: Alles auswählen

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
Bild
Benutzeravatar
Gothuk
Site Administrator
Site Administrator
Poland
Mensajes: 983
Registrado: Di Sep 04, 2007 6:10 pm
Wohnort: Poland, Warsaw
Contactar:

Re: Error

Beitrag por Gothuk »

tex hat geschrieben: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
Benutzeravatar
tex
Soldier level 3
Soldier level 3
Mensajes: 61
Registrado: Mo Mai 28, 2007 6:03 pm
Wohnort: Czchów
Contactar:

Beitrag por 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 ;)
Bild
Radzio
Site Administrator
Site Administrator
Poland
Mensajes: 2898
Registrado: Fr Jul 28, 2006 10:58 am
Wohnort: Bialystok, Poland

Beitrag por 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.
Benutzeravatar
stucuk
OWSupport.com Owner
Mensajes: 438
Registrado: Di Apr 18, 2006 12:10 am
Wohnort: UK, Scotland

Beitrag por 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
Mensajes: 2898
Registrado: Fr Jul 28, 2006 10:58 am
Wohnort: Bialystok, Poland

Beitrag por 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
Benutzeravatar
stucuk
OWSupport.com Owner
Mensajes: 438
Registrado: Di Apr 18, 2006 12:10 am
Wohnort: UK, Scotland

Beitrag por 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
Benutzeravatar
tex
Soldier level 3
Soldier level 3
Mensajes: 61
Registrado: Mo Mai 28, 2007 6:03 pm
Wohnort: Czchów
Contactar:

Beitrag por tex »

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