Error sometimes on startup

This forum is only for problems reports, not new features requests
Post Reply
DJSnoopy
Posts: 3
Joined: Wed Apr 19, 2023 2:33 pm

Error sometimes on startup

Post by DJSnoopy »

31.05.2023 09:28:25 : An error has occurred.
Visit https://jinglepalettereloaded.com/support, open a new thread in Help requests area, and explain how you got this error, with the following information:

Version: 5.3.1
Function: frmSett.btOK_Click
Error Number: 13
Error Description: Type mismatch
Last known line number: 120

Operating System: Windows 10 Enterprise Version 6.3 Build 19045

If you need additional debug infos, just ping me
User avatar
Couin
Site Admin
Posts: 290
Joined: Fri Feb 25, 2022 5:02 pm
Location: France
Contact:

Error sometimes on startup

Post by Couin »

Hi,

This is strange, as well as it happens on startup and not closing the Settings panel. The closing button (Function: frmSett.btOK_Click) is not called on startup, only on software exit, if the Settings panel is opened.

This line (120) is related with VU-meters peak delay (in ms) value.
I noticed a small error (if entered value is over 1000, the value is brought back to 1000 instead of limitation to 5000, this will be fixed in the next version) but this should not create an error report, just a limitation of value. In code, it is actually (with the wrong limitation to 1000) like that:

Code: Select all

if value > 1000 then value = 1000
Mismatch error means that the code is trying to compare a value that is not only numbers (like if you entered alphanumerci value, what that should not possible in this program).
It's like we trying to compare two different things, like if you ask the number of pages of a book and we answer you the title of the book.

I can't reproduce the bug, but I added some function to prevent wrong values before comparation.

I rebuilt an exe for testing and placed here . Can you:
- Rename jingle_palette.exe to another filename, in the installation folder
- Paste the downloaded exe into the installation folder
- Try to reproduce the problem

Thanks :)
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)
DJSnoopy
Posts: 3
Joined: Wed Apr 19, 2023 2:33 pm

Re: Error sometimes on startup

Post by DJSnoopy »

Changed the binaries and let´s see.
Until now, no new error message.
But i think this only happens if i add or remove an audio device.
Will test it later today this way
User avatar
Couin
Site Admin
Posts: 290
Joined: Fri Feb 25, 2022 5:02 pm
Location: France
Contact:

Re: Error sometimes on startup

Post by Couin »

Hmm, the error should not been related with adding/removing audio device.
Keep me informed, but for this specific error, I do'nt see what I could do more, it should not happen, and shound not happen anymore :)
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)
DJSnoopy
Posts: 3
Joined: Wed Apr 19, 2023 2:33 pm

Re: Error sometimes on startup

Post by DJSnoopy »

Today i started JP again and got following three error messages -> See attachments.
After the third error message the application started, butall audio settings are gone.
First error message
First error message
startup.png (46.75 KiB) Viewed 279 times
Second error message
Second error message
startup2.png (59.29 KiB) Viewed 279 times
Third error message
Third error message
startup3.png (61.77 KiB) Viewed 279 times
User avatar
Couin
Site Admin
Posts: 290
Joined: Fri Feb 25, 2022 5:02 pm
Location: France
Contact:

Re: Error sometimes on startup

Post by Couin »

Hi,
This is a different problem here. It looks that your soundcard is busy (with another audio software for example) or removed and could not be initialized.

Did not you got also this errror? :
Couldn't initialize Digital Output for the first device.
Something's really wrong, check your system.
Now running without sound.
Can you post here your Error.log and jp.ini files (zipped) ?
Even if I try to make a fix to not get the error at line 58, but it won't resolve the problem of busy/removed soundcard.
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)
Post Reply