[Techie]Is often CPU restarting a bad thing?
Moderator: Graf Zahl
- Paul
- DRD Team Admin (Inactive)
- Posts: 1058
- Joined: Thu Jun 30, 2005 13:30
- Location: Poland - Grojec / Radom
- Contact:
[Techie]Is often CPU restarting a bad thing?
I tought this would be rather offtopic, but since it's partially connected with Gzdoom and most of big heads hang around this subforum, I'll ask here.
Like I reported some time ago, Gzdoom screws up my tablet (not 100% sure, but my experimentation proves so). Graf, not in posession of this tool can't reproduce this bug to find the error, and I don't owe enough money to neither send him my comp nor bring him here for an inspection, so the only cure is to reset my machine often (restarting removes the effect, allowing me to work).
Since, working now on my project, I often do both-gfx work, and test test test and again test it in Gzdoom, restarts are often. Is this bad? Maybe I should seek help with the tablet itself? I really would have sacrifice something else for it, I don't have the money to buy a new pad and these things are expensive as hell!
Like I reported some time ago, Gzdoom screws up my tablet (not 100% sure, but my experimentation proves so). Graf, not in posession of this tool can't reproduce this bug to find the error, and I don't owe enough money to neither send him my comp nor bring him here for an inspection, so the only cure is to reset my machine often (restarting removes the effect, allowing me to work).
Since, working now on my project, I often do both-gfx work, and test test test and again test it in Gzdoom, restarts are often. Is this bad? Maybe I should seek help with the tablet itself? I really would have sacrifice something else for it, I don't have the money to buy a new pad and these things are expensive as hell!
- Paul
- DRD Team Admin (Inactive)
- Posts: 1058
- Joined: Thu Jun 30, 2005 13:30
- Location: Poland - Grojec / Radom
- Contact:
-
- Posts: 130
- Joined: Sat Oct 08, 2005 19:22
Make sure your not running Photoshop or similar when you do this:Rly? It may sound a bit lame, but how do you do that? I presume the procedure is roughly the same despite differences with our tablets.
With Wacom tablets you have two running processes TabUserW.exe and Tablet.exe - ALT+CRL+DEL will bring up task manager, there you can "End Process Tree" on both those apps.
After that simply start the "Wacom Tablet Properties" app via the XP Control Panel - That will bring the tablet manager back online and restart the tablet driver.
No I don't. I could probably look into this for Graf if I had the time to get a GZDoom build environment up and running but atm I don't (I heard rumblings that ZDoom was moving over to a Visual C++ 2005 Express environment. I have no desire to use that IDE so if I can't build via commandline with vc-tk2k3 or MinGW without rewriting the build/make system its a bit of a show stopper AFAIC).Also, since we're on this subject, do you happen to know why Gzdoom screws the tools in the first place?
I would suspect its got something to do with the mouse cursor position; Is it being forced to a different location via the WinAPI? - If so I bet a pound to penny thats the cause.
- Paul
- DRD Team Admin (Inactive)
- Posts: 1058
- Joined: Thu Jun 30, 2005 13:30
- Location: Poland - Grojec / Radom
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
DaniJ wrote: (I heard rumblings that ZDoom was moving over to a Visual C++ 2005 Express environment. I have no desire to use that IDE so if I can't build via commandline with vc-tk2k3 or MinGW without rewriting the build/make system its a bit of a show stopper AFAIC).
I got GZDoom converted to VC++2005 as well (I originally didn't want to but since Randy has already introduced some minor code incompatibilities it didn't make much sense to keep it at 2003.)
Why do you not want to use it? It's free and the only additional thing you need to install is the Platform SDK which you'd need anyway to create Windows applications if you don't want to be stuck with the compiler's native support.
-
- Posts: 130
- Joined: Sat Oct 08, 2005 19:22
Its mainly due to a fear of changeWhy do you not want to use it? It's free and the only additional thing you need to install is the Platform SDK which you'd need anyway to create Windows applications if you don't want to be stuck with the compiler's native support.

I have my own little IDE I've setup with custom toolbars built-in to my XP desktop, system shortcuts etc using various different tools and apps. The fact I'm so used to them and my own makeshift solution it would take me a while to get used to a new setup thus slowing me down.
Really, its not that I have no desire to, its more that I don't have the time to make the change at present.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
-
- Posts: 130
- Joined: Sat Oct 08, 2005 19:22
Nope, never. I'm not a professional programmer.
I started my programming carear about six years back when the web design company I worked for at the time suddenly realized (after years of badgering by my colleagues and I) that the future of web design was in dynamic sites with dynamic content and not static html.
At the time the only (web) programmer they had was only experienced with cgi and Java, he wanted to learn ASP. It was a pretty small company back then and for whatever reason they agreed to let him run with the ASP suggestion, creating a new team around that.
I didn't agree with that. It looked to me that things were not going in the ASP direction so I stepped forward and volunteered to learn to program in PHP using MySQL - in my own time.
Back then there were no IDE's tailored for development of dynamic web sites (not that I would have been able to afford one if there was) so I began the cycle of creating my own bespoke development setup using all sorts of programs and tools pulled from the web.
When I started to learn C, the only free IDE I could find for PC was DevC++ but I really didn't get on with it - so I continued doing what I had always done and built my own IDE. As my experience in C grew I started making my own tools too.
So here I am. Its 2006 and I'm still using my crazy bespoke setup.
I started my programming carear about six years back when the web design company I worked for at the time suddenly realized (after years of badgering by my colleagues and I) that the future of web design was in dynamic sites with dynamic content and not static html.
At the time the only (web) programmer they had was only experienced with cgi and Java, he wanted to learn ASP. It was a pretty small company back then and for whatever reason they agreed to let him run with the ASP suggestion, creating a new team around that.
I didn't agree with that. It looked to me that things were not going in the ASP direction so I stepped forward and volunteered to learn to program in PHP using MySQL - in my own time.
Back then there were no IDE's tailored for development of dynamic web sites (not that I would have been able to afford one if there was) so I began the cycle of creating my own bespoke development setup using all sorts of programs and tools pulled from the web.
When I started to learn C, the only free IDE I could find for PC was DevC++ but I really didn't get on with it - so I continued doing what I had always done and built my own IDE. As my experience in C grew I started making my own tools too.
So here I am. Its 2006 and I'm still using my crazy bespoke setup.
- Paul
- DRD Team Admin (Inactive)
- Posts: 1058
- Joined: Thu Jun 30, 2005 13:30
- Location: Poland - Grojec / Radom
- Contact: