Error

Wszystko o modach, patchach i błędach w OW oraz ogólnym programowaniu.
ODPOWIEDZ
Аватара пользователя
tex
Soldier level 3
Soldier level 3
Posty: 61
Rejestracja: Пн май 28, 2007 6:03 pm
Откуда: Czchów
Kontakt:

Error

Сообщение autor: tex »

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

Код: Выделить всё

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
Изображение
Аватара пользователя
Gothuk
Site Administrator
Site Administrator
Poland
Posty: 983
Rejestracja: Вт сен 04, 2007 6:10 pm
Откуда: Poland, Warsaw
Kontakt:

Re: Error

Сообщение autor: Gothuk »

tex писал(а):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
Аватара пользователя
tex
Soldier level 3
Soldier level 3
Posty: 61
Rejestracja: Пн май 28, 2007 6:03 pm
Откуда: Czchów
Kontakt:

Сообщение autor: 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 ;)
Изображение
Radzio
Site Administrator
Site Administrator
Poland
Posty: 2898
Rejestracja: Пт июл 28, 2006 10:58 am
Откуда: Bialystok, Poland

Сообщение autor: 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.
Аватара пользователя
stucuk
OWSupport.com Owner
Posty: 438
Rejestracja: Вт апр 18, 2006 12:10 am
Откуда: UK, Scotland

Сообщение autor: 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
Posty: 2898
Rejestracja: Пт июл 28, 2006 10:58 am
Откуда: Bialystok, Poland

Сообщение autor: 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
Аватара пользователя
stucuk
OWSupport.com Owner
Posty: 438
Rejestracja: Вт апр 18, 2006 12:10 am
Откуда: UK, Scotland

Сообщение autor: 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
Аватара пользователя
tex
Soldier level 3
Soldier level 3
Posty: 61
Rejestracja: Пн май 28, 2007 6:03 pm
Откуда: Czchów
Kontakt:

Сообщение autor: tex »

I thank you Stucuk, I rename on 01 the name of maps and 02 . And it is OK ;)
Изображение
ODPOWIEDZ