Gamestudio Links
Zorro Links
Newest Posts
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, juanex), 1,247 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19056 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
strange driver problem (?) #184286
02/16/08 14:33
02/16/08 14:33
Joined: Jun 2006
Posts: 214
Germany, NRW
T
TheThinker Offline OP
Member
TheThinker  Offline OP
Member
T

Joined: Jun 2006
Posts: 214
Germany, NRW
Hi,
Perhaps someone knows a solution for my problem. It is mainly 3dgamestudio related.
3dgamestudio: extra 7.07
driver: latest ATI
card: x1650
My Problem:
I do a lot of programming in sed and have to start the engine (with the run button) very often. After ca. 10 times the window (1024x768x32) is only displayed in 640x480x32 only. Sometimes the engine freeze the computer for 10 or more seconds. After this time it runs without problems. But I can be sure, that the engine is only diplayed in 640x480 window mode next time.
And the fullscreen doesn't work at all.
I have minor problems with other applications too. Some direct3d crashs of two strategygames. (But this games work, when i restart them).
Thank you for reading (and perhaps answering)
MfG
Patrick

Re: strange driver problem (?) [Re: TheThinker] #184287
02/16/08 18:03
02/16/08 18:03
Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
frazzle Offline
Expert
frazzle  Offline
Expert

Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
AFAIK, reinstalling it is your first option here
Btw, which OP do you operate on atm ??

Thanks in progress

Frazzle


Antec® Case
Intel® X58 Chipset
Intel® i7 975 Quad Core
8 GB RAM DDR3
SSD OCZ®-VERTEX2 3.5 x4 ; HD 600 GB
NVIDIA® GeForce GTX 295 Memory 1795GB
Re: strange driver problem (?) [Re: frazzle] #184288
02/16/08 18:37
02/16/08 18:37
Joined: Feb 2008
Posts: 337
V
Vadim647 Offline
Senior Member
Vadim647  Offline
Senior Member
V

Joined: Feb 2008
Posts: 337
About freezing, I know this.
It happens every time, when I run a script after playing several 3d games based on different engines.
Maybe it's because computer needs time to initialize new engine.
Screen gets black, but computer shows that its working about something - if I run a task manager before, perfomance diag shows maximum activity for those 4-7 seconds.
About fullscreen - try this:
Code:

video_window(nullvector,nullvector,1,"myApp");
video_switch(8,0,1);


this normally works.


I switched to other account since marth 2010. Guess which.
Re: strange driver problem (?) [Re: Vadim647] #184289
02/16/08 18:54
02/16/08 18:54
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
This is common for me as DX is called time and time again but never purged when shut down.
Even with a memory manager this happens so I get about 10 to 15 runs before I have to restart to purge and go hard out again.

No real solution yet but as you say, it generally happens with GStudio, mind you, its the only editor I have worked with for over 4 years so I cant say that it is inherently the faullt of GStudio hence the note on DX (above) related apps that are called often.

Re: strange driver problem (?) [Re: TheThinker] #184290
02/16/08 19:28
02/16/08 19:28
Joined: Jan 2004
Posts: 3,023
The Netherlands
Helghast Offline
Expert
Helghast  Offline
Expert

Joined: Jan 2004
Posts: 3,023
The Netherlands
nope, it's a SED bug i think.
it has nothing to do with the amount of times you run it, nor the size of the screen whatsoever.
this happens after you made a script error...
whenever you made a mistake (or accidentally ran the wrong file, not main but some other file that should be included) it gives you a crash, says something along the lines of user error, and then simply wont run ever again above 640x480.
i experienced this a lot as well XD and it sucks!

regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/
Re: strange driver problem (?) [Re: Helghast] #184291
02/16/08 20:31
02/16/08 20:31
Joined: Feb 2008
Posts: 4
V
vanste Offline
Guest
vanste  Offline
Guest
V

Joined: Feb 2008
Posts: 4
Sorry for that, I can`t help you I`m a total beginner.
And sorry for my next (maybe stupid) question.
I think I have a similar problem, with drivers (or something else):

- I have installed GS7 today (I can hear you laugh...)
- made a simple scene in WED
- pressed: build (it shows compiling screen with all ok)
- pressed: run
- that automatically started LITEC-7 (and again no mistakes reported)
- after that it showed a screen (engine, i suppose) but just for about 10 milli seconds and then closed it.

- I tried with a different options of (de)activating DirectX in Preferences.
- and so i tried many times - and always the same.

So, is this something familiar to you? Or somebody?
Thanks...

Re: strange driver problem (?) [Re: Helghast] #184292
02/16/08 21:20
02/16/08 21:20
Joined: Jun 2006
Posts: 214
Germany, NRW
T
TheThinker Offline OP
Member
TheThinker  Offline OP
Member
T

Joined: Jun 2006
Posts: 214
Germany, NRW
Hey, thank you all.
It helps to know that I am not alone

@frazzle: I use Windows XP edit: äh sorry I've red os I'am not so good in this shortcuts sorry I don't understand OP and atm <shame>
processor: AMD 3700+ 1GB ddr1 ram

@vadim647: I tried and tried, but until now I wasn't able to reproduce the error I will test your solution if the error apears again.

@nems: That's possible, but i've never experienced that problem with A6. I wonder if there is a way to reset the hole directx/driver or what ever

@helghast: It's possible to. But I wasn't able to reproduce the error with this "method" If it is an engine problem, there must be a way to reset the engine.

Thanks for replies.

@vanste:
Do you use a script? Which operatingsystem you are using?
Check your DirectX version (it has to be 9) with the dxdiag (execute -> dxdiag)

Last edited by TheThinker; 02/16/08 21:26.
Re: strange driver problem (?) [Re: TheThinker] #184293
02/16/08 22:07
02/16/08 22:07
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
Im running A7 latest update and use both SED and WED and get the same results, though not with the window size, usually a memory access problem.
This also happened for me when using A6 previously.

Re: strange driver problem (?) [Re: Nems] #184294
02/17/08 09:48
02/17/08 09:48
Joined: Feb 2008
Posts: 4
V
vanste Offline
Guest
vanste  Offline
Guest
V

Joined: Feb 2008
Posts: 4
@TheThinker:
Thanks man, yes, it was just a problem with a script (not using it...)
Regards

Re: strange driver problem (?) [Re: TheThinker] #184295
02/17/08 13:20
02/17/08 13:20
Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
frazzle Offline
Expert
frazzle  Offline
Expert

Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
Quote:

@frazzle: I use Windows XP edit: äh sorry I've red os I'am not so good in this shortcuts sorry I don't understand OP and atm <shame>
processor: AMD 3700+ 1GB ddr1 ram





OP stands for operating system which is the one you named
Btw, you don't need to shame since we're all learning new stuff everyday

About your problem, I've forgot to mention that I sometimes get the freeze/crash as well. But I only experience it via SED and not via WED.
What I do to overcome this issue is the follwing:
With A6 & A7:
Run in windows mode when debugging (video_screen = 2;)
Setting the maximum and minimum fps to 60 in the main function (fps_max = 60; fps_min = 60;)

This works good for me but it doesn't provide a real solution since I still experience the problem but not as often as before
Hope that help for you

Cheers

Frazzle


Antec® Case
Intel® X58 Chipset
Intel® i7 975 Quad Core
8 GB RAM DDR3
SSD OCZ®-VERTEX2 3.5 x4 ; HD 600 GB
NVIDIA® GeForce GTX 295 Memory 1795GB
Page 1 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1