Error

Wszystko o modach, patchach i błędach w OW oraz ogólnym programowaniu.
Antworten
Avatar de Usuario
tex
Soldier level 3
Soldier level 3
Beiträge: 61
Registriert: Lun May 28, 2007 6:03 pm
Ubicación: Czchów
Kontaktdaten:

Error

Mensaje von tex »

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

Código: Seleccionar todo

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
Imagen
Avatar de Usuario
Gothuk
Site Administrator
Site Administrator
Poland
Beiträge: 983
Registriert: Mar Sep 04, 2007 6:10 pm
Ubicación: Poland, Warsaw
Kontaktdaten:

Re: Error

Mensaje von Gothuk »

tex escribió: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
Avatar de Usuario
tex
Soldier level 3
Soldier level 3
Beiträge: 61
Registriert: Lun May 28, 2007 6:03 pm
Ubicación: Czchów
Kontaktdaten:

Mensaje von 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 ;)
Imagen
Radzio
Site Administrator
Site Administrator
Poland
Beiträge: 2898
Registriert: Vie Jul 28, 2006 10:58 am
Ubicación: Bialystok, Poland

Mensaje von 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.
Avatar de Usuario
stucuk
OWSupport.com Owner
Beiträge: 438
Registriert: Mar Abr 18, 2006 12:10 am
Ubicación: UK, Scotland

Mensaje von 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
Beiträge: 2898
Registriert: Vie Jul 28, 2006 10:58 am
Ubicación: Bialystok, Poland

Mensaje von 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
Avatar de Usuario
stucuk
OWSupport.com Owner
Beiträge: 438
Registriert: Mar Abr 18, 2006 12:10 am
Ubicación: UK, Scotland

Mensaje von 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
Avatar de Usuario
tex
Soldier level 3
Soldier level 3
Beiträge: 61
Registriert: Lun May 28, 2007 6:03 pm
Ubicación: Czchów
Kontaktdaten:

Mensaje von tex »

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