Coder Social home page Coder Social logo

Random Quit about puloversmacrocreator HOT 8 CLOSED

pulover avatar pulover commented on July 22, 2024
Random Quit

from puloversmacrocreator.

Comments (8)

Pulover avatar Pulover commented on July 22, 2024

Hi,

Sorry for the late reply. I could not figure out what causes the crashes. I suggest you try to disable highlighting in settings.

If you can provide me with steps to reproduce the problem I will investigate. Thanks.

from puloversmacrocreator.

comtech1234 avatar comtech1234 commented on July 22, 2024

I think this issue is purely Windows XP related. I've used this on a laptop
at work with vista and haven't had any issues. I'm upgrading my workstation
to windows 7 in the close future and probably won't have this issue again.
I think it has something to do with windows xp specifically. I can't
produce this error at a specific time. It just randomly closes when I
sometimes click on buttons or sometimes when the scripts loaded via
scheduler it just quits and gives me a random error. I am also unfortunate
to not find the logs for this error. I wonder if I can check the windows
error console when this happens and get a vague idea of what happens. Also
if I use the software teamviewer from a remote computer I can not reproduce
this error. So it could be client side involving mouse calls or hooks. Not
100% sure. Thanks for replying.

On Wed, Dec 9, 2015 at 5:30 PM, Rodolfo U. Batista <[email protected]

wrote:

Hi,

Sorry for the late reply. I could not figure out what causes the crashes.
I suggest you try to disable highlighting in settings.

If you can provide me with steps to reproduce the problem I will
investigate. Thanks.


Reply to this email directly or view it on GitHub
#11 (comment)
.

from puloversmacrocreator.

comtech1234 avatar comtech1234 commented on July 22, 2024

Event Type: Error
Event Source: Application Error
Event Category: None
Event ID: 1000
Date: 12/10/2015
Time: 8:16:12 AM
User: N/A
Computer: TEST-632A58B706
Description:
Faulting application macrocreator.exe, version 4.1.3.0, faulting module
macrocreator.exe, version 4.1.3.0, fault address 0x000948e7.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 6d 61 63 ure mac
0018: 72 6f 63 72 65 61 74 6f rocreato
0020: 72 2e 65 78 65 20 34 2e r.exe 4.
0028: 31 2e 33 2e 30 20 69 6e 1.3.0 in
0030: 20 6d 61 63 72 6f 63 72 macrocr
0038: 65 61 74 6f 72 2e 65 78 eator.ex
0040: 65 20 34 2e 31 2e 33 2e e 4.1.3.
0048: 30 20 61 74 20 6f 66 66 0 at off
0050: 73 65 74 20 30 30 30 39 set 0009
0058: 34 38 65 37 0d 0a 48e7..

On Thu, Dec 10, 2015 at 8:12 AM
wrote:

I think this issue is purely Windows XP related. I've used this on a
laptop at work with vista and haven't had any issues. I'm upgrading my
workstation to windows 7 in the close future and probably won't have this
issue again. I think it has something to do with windows xp specifically. I
can't produce this error at a specific time. It just randomly closes when I
sometimes click on buttons or sometimes when the scripts loaded via
scheduler it just quits and gives me a random error. I am also unfortunate
to not find the logs for this error. I wonder if I can check the windows
error console when this happens and get a vague idea of what happens. Also
if I use the software teamviewer from a remote computer I can not reproduce
this error. So it could be client side involving mouse calls or hooks. Not
100% sure. Thanks for replying.

On Wed, Dec 9, 2015 at 5:30 PM, Rodolfo U. Batista <
[email protected]> wrote:

Hi,

Sorry for the late reply. I could not figure out what causes the crashes.
I suggest you try to disable highlighting in settings.

If you can provide me with steps to reproduce the problem I will
investigate. Thanks.


Reply to this email directly or view it on GitHub
#11 (comment)
.

from puloversmacrocreator.

Pulover avatar Pulover commented on July 22, 2024

Thanks but unfortunately the hex address doesn't help me at all. There are numerous routines running in the background while the main window is active, and I haven't tested the app on winxp very much. It could be a dll access but there are too many, it's impossible to tell. Again, my best guess is the highlight function, because it keeps listening to a very active message from the listview (even with any painted rows). Did you try to disable it?

from puloversmacrocreator.

comtech1234 avatar comtech1234 commented on July 22, 2024

I didn't see that in the settings menu? I looked over it twice today and
didn't think I missed it. A lot of times it errors out on double click of
the shortcut.

On Thu, Dec 10, 2015 at 11:47 AM, Rodolfo U. Batista <
[email protected]> wrote:

Thanks but unfortunately the hex address doesn't help me at all. There are
numerous routines running in the background while the main window is
active, and I haven't tested the app on winxp very much. It could be a dll
access but there are too many, it's impossible to tell. Again, my best
guess is the highlight function, because it keeps listening to a very
active message from the listview (even with any painted rows). Did you try
to disable it?


Reply to this email directly or view it on GitHub
#11 (comment)
.

from puloversmacrocreator.

Pulover avatar Pulover commented on July 22, 2024

Sorry, it's not described as highlighting, it's in general > Show Colors & Help Marks for Loops and Statements. You can also disable it by clicking on the index color header.

from puloversmacrocreator.

Pulover avatar Pulover commented on July 22, 2024

*Index column header.

from puloversmacrocreator.

comtech1234 avatar comtech1234 commented on July 22, 2024

I've disabled that and can still reproduce the error by loading the
program. I need to come to terms that it is probably an issue with my OS
and not your software. I was hoping it was an issue you could fix given the
circumstances of my operating system. So it's definitely not your fault.
I'm upgrading to windows 7 in a few weeks and this will no longer be an
issue. Thanks for your help Rodolfo.

On Thu, Dec 10, 2015 at 12:24 PM, Rodolfo U. Batista <
[email protected]> wrote:

*Index column header.


Reply to this email directly or view it on GitHub
#11 (comment)

from puloversmacrocreator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.