Incompatibility with Windows 7
I'm having a problem of incompatibility in the server, users can log in to windows7.
why the error in game.exe to the spot, already in winxp not have this problem, anyone know how to solve.
The problem occurs after choosing the character, you choose the character, i change the theme to windows basic visualization
after a few seconds he's game.exe
Re: Incompatibility with Windows 7
Quote:
Originally Posted by
EfestokS
I'm having a problem of incompatibility in the server, users can log in to windows7.
why the error in game.exe to the spot, already in winxp not have this problem, anyone know how to solve.
The problem occurs after choosing the character, you choose the character, i change the theme to windows basic visualization
after a few seconds he's game.exe
Changing compatibility to Windows XP help?
BR:
Mudando de compatibilidade para o Windows XP ajuda?
Re: Incompatibility with Windows 7
Quote:
Originally Posted by
Vormav
Does not work even in compatibility mode, only in compatibility mode with Windows 95, but gets very laggy, as if he had no video driver installed.
BR ~> Nao funciona nem em modo de compatibilidade, somente em modo de compatibilidade com o windows 95, porem fica com muito lag, como se nao tivesse com driver de video instalado.
Re: Incompatibility with Windows 7
It must be some old PT version can you upload it? I have windows 7 64bit and my versions even old 1.66 work OK.
BR:
Deve ser alguma versão do velho PT pode carregá-lo? Eu tenho o Windows 7 64bit e minhas versões até trabalhar 1,66 velha OK.
Re: Incompatibility with Windows 7
You can accuse some virus but is a false positive
BR > Pode acusar algum virus porem é um falso positivo
MEGAUPLOAD - The leading online storage and file delivery service
Re: Incompatibility with Windows 7
Working
http://i54.tinypic.com/ldy4x.png
Must be your OS or GPU drivers... nVIDIA? ATI? Update them.
BR:
Deve ser o seu sistema operacional ou drivers de GPU ... nVIDIA? ATI? Atualizá-los.
Re: Incompatibility with Windows 7
but so far so it works, the error occurs after choosing the character
Re: Incompatibility with Windows 7
Quote:
Originally Posted by
EfestokS
but so far so it works, the error occurs after choosing the character
I cant connect with it to my server, maybe someone edit something he should not to.
Re: Incompatibility with Windows 7
game.exe use this file. Kwant.RGX
I need to send them to you
"WindowMode" "1"
"Graphic" "0"
"ColorBPP" "32"
"Network" "0"
"CameraInvert" "false"
"MotionBlur" "false"
"CameraSight" "ON"
"ScreenSize" "1"
"Sound" "On"
"Server1" "184.82.60.18"
"Server2" "184.82.60.18"
"Server3" "184.82.60.18"
Re: Incompatibility with Windows 7
I was searching on the game.exe from the Sandurr RealmPT, which works for seven, and found that in it there is a place where the d3dx9_42.dll, I suspect that must be why my does not work on Windows 7, I whether there is a way to add this DLL in my Game.exe?
BR > estive pesquisando no game.exe do Sandurr o do RealmPT, que funciona perfeitamente no seven, e descobri que dentro dele existe um local onde esta a d3dx9_42.dll, eu desconfio que deve ser por isso que o meu nao funciona no windows 7, queria saber se existe uma maneira de adicionar esta DLL no meu Game.exe ?
Re: Incompatibility with Windows 7
You can add it, but that won't make it use it. The game is written for DirectX 3-5 and Win95. It is not "compatible" with XP, though XP has backwards compatibility for Win95 which allows it to run. (just)
Tips for Vista / Seven?- Don't install in "Program Files" or "Program Files (x86)", install to C:\Games or preferably D:\. (have a second Hard Disk / Partition, that really helps)
- Run as Administrator, always (it's nasty, but helps compatibility a lot)
- Patch the game to use HKCU registry entries, not HKLM.
- Patch the paths of CAPTURE\, DDD.TXT, AssaLoading.txt, AssaError.txt, DDD2.txt, SaveData\* to a path somewhere off %UserProfile%... eg. %UserProfile%\Games\Priston Tale\Capture, %UserProfile%\Games\Priston Tale\AssaLoading.txt, %UserProfile%\Games\Priston Tale\AssaError.txt, %UserProfile%\Games\Priston Tale\DDD.TXT, %UserProfile%\Games\Priston Tale\DDD2.TXT (Especially everything in SaveData\, if your server supports Clans)
- Disable the "Loading" splash, it breaks DWM and most of the DirectX standards by writing to GDI over a DirectX overlay (not legal, but 95 allows it, XP isn't happy but doesn't grumble, Vista + don't like it at all and complain bitterly).
- Never have a PTTrans style "extra" section in your game.exe (ie, an extra section AFTER .rsrc, and especially not with characteristics "E00000E0", this contravenes DEP even on XP, instead add sections with characteristics "60000020" for code, "40000040" for constants and "C0000040" for Variable data storage, and insert them BEFORE .rsrc section)
- Open ports in Firewall, including specific Allow of port 80 (clan) and port 10006, 10007, 10008, 10009 or whatever you are using for game server.
- Launch game.exe, not the launcher.(PSTale.exe or whatever else... and especially nothing written in VB6 that requires WinInet.ocx or anything like that)
With even some of these things fixed, I have much better operation in Vista x64 with full DWM running, even in a Window... without, it's so-so. Glitchy and buggy.
With none of them, I can't get any character in to a server with Clans.
Re: Incompatibility with Windows 7
Okay, but did not understand much, can be a problem with my game.exe I looked into it and had some parts that were PPTrans with this, or will it be the full client?
Quote:
text............................... ..`.rdata...@.......>..................@..@.data........P...$...<..............@....rsrc...x............`/.............@..@_exp..................1.................KPTTrans..............1................._exp..... .......
Re: Incompatibility with Windows 7
Quote:
Originally Posted by
bobsobol
- Never have a PTTrans style "extra" section in your game.exe (ie, an extra section AFTER .rsrc, and especially not with characteristics "E00000E0", this contravenes DEP even on XP, instead add sections with characteristics "60000020" for code, "40000040" for constants and "C0000040" for Variable data storage, and insert them BEFORE .rsrc section)
That method of working is "unhealthy" in XP, it can be catastrophic in Vista / Seven.
Yes, I know people have gotten away with it... but that's just like marching an army over a frozen lake. You might get away with it, but are placing great faith in "luck".
In the Islamic world one would say "Trust the will of Allah, but never test it." with the popular saying "Trust in Allah; but tie up your Camel." :wink: (which I like BTW)