Pages: 1 2 [3] 4   Go Down

Author Topic: An unexpected error occurred, because an error of type -110 occurred  (Read 44632 times)

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #40 on: May 07, 2018, 09:27:11 AM »

Last week I made an alias to the trash. I added this as a launcher to a Malph document. I use this instead of the trash. Since then I experienced not a single error -110.
Logged

IIO

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 4480
  • just a number
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #41 on: May 08, 2018, 03:49:34 AM »

this error is where my nick once came from. "cant write to file because file is still busy" describes my abuse of keybard and mouse best.
Logged
insert arbitrary signature here

mrhappy

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 1154
  • new to the forums
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #42 on: May 08, 2018, 07:08:08 AM »

this error is where my nick once came from. "cant write to file because file is still busy" describes my abuse of keybard and mouse best.

I like!! ;D  Sounds like my brain in the morning before I've had a few coffees too!! Haha!
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #43 on: August 12, 2018, 01:25:03 AM »

I disabled all my weird extensions and it's still happening. It seemed gone after I removed all extensions which patch PPC or FAT with 68K. When I disabled TSM Fix too the error returned.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #44 on: February 21, 2019, 05:00:13 AM »

I identified the toolbox function which causes error -110. Now I try to log which program is usually responsible. I have to be sure before I announce it.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #45 on: March 06, 2019, 08:10:40 AM »

If your volumes have the same creation date, then the Alias Manager may mistake one volume for another. Then it calls PBSetCatInfoSync with the wrong vRefNum, and it returns -110, which is undocumented, instead of -50. Finder doesn't know what to do with this error code and keeps repeating the same error message.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #46 on: September 25, 2019, 01:53:51 AM »

I'm testing a new solution that is remarkably simple. I patched SystemTask to flush the dirty volumes. I expected this to be slow, but there's no speed penalty. I expect it to be safer than DiskShield, which patches low level write and installs a GNE filter, which looks a bit fishy.

OS 9 flushes the cache once per second. Because I do things quickly, this wasn't fast enough. Programs have to be written to allow SystemTask to be called at least 10 times per second.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #47 on: September 30, 2019, 05:19:20 AM »

I had 5 days without -110 error.
Logged

DieHard

  • Global Moderator
  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 2383
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #48 on: September 30, 2019, 07:40:43 AM »

I had 5 days without -110 error.

Cliff, good thing that you don't "give up" on things easily :)

Rewards come to those with tenacity...
Logged

macStuff

  • Guest
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #49 on: October 01, 2019, 07:04:47 AM »

a very annoying error; would love to know what really causes this; + to be able to avoid it;
honestly one of the most frustrating things i can think of other than the btree... but possibly worse because most of the time. u have no idea what it meant.

did you ever try using macos9 with an SSD?
good chance that would solve the issue

Logged

mrhappy

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 1154
  • new to the forums
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #50 on: October 01, 2019, 09:35:12 PM »


OS 9 flushes the cache once per second. Because I do things quickly, this wasn't fast enough. Programs have to be written to allow SystemTask to be called at least 10 times per second.

Yeah, who's got time to wait around for that lazy ass, once per second cache... we want 'TPS' (ten per second)... lets get the show on the road!!! ;D
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #51 on: October 02, 2019, 03:46:57 AM »

Then I increased the disk cache to maximum and it works already 2 days without error.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #52 on: October 11, 2019, 08:32:49 AM »

I changed it to leave 1/10 second between 2 flushes.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #53 on: October 18, 2019, 10:09:59 AM »

It still works without error.
Logged

Custos

  • Veteran Member
  • ****
  • Offline Offline
  • Posts: 124
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #54 on: October 18, 2019, 11:27:07 AM »

Few months back pro tools was giving me this error at random. I disabled tons of plugins and extensions and slowly added them back one at a time to see where the culprit was hiding. Oddly enough I never did pinpoint any conflicting plug or extension. It hasn't happened since. Really annoying and even more so when you are busy recording.
Logged
"A mistake is only an error. It only becomes a mistake when you fail to correct it."  -John Lennon

IIO

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 4480
  • just a number
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #55 on: October 18, 2019, 05:07:56 PM »

that´s interesting, because PT has a custom disc access method.
Logged
insert arbitrary signature here

Custos

  • Veteran Member
  • ****
  • Offline Offline
  • Posts: 124
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #56 on: October 19, 2019, 05:09:02 AM »

I keep PT on separate drives too. The program the audio files and dae are all on different drives.
Logged
"A mistake is only an error. It only becomes a mistake when you fail to correct it."  -John Lennon

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #57 on: October 23, 2019, 07:01:55 AM »

The error happened again, but I must say, I was changing types and creators while Finder was very unresponsive because CW was linking projects in the background.
Logged

OS923

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 888
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #58 on: November 09, 2019, 01:49:45 AM »

I tried a less intrusive solution: if SystemClick has been called, then the next time that SystemTask is called it flushes the dirty volumes. This works, except if NoFinderZoom9 is installed, which suggests that this is the culprit. Apparently, the zooming effect serves a purpose: I guess it gives an asynchronous call from Finder time to complete before it processes the next Apple event. If NoFinderZoom9 is installed, then Finder processes the next Apple event with an invalid directory ID in the parameter block and this causes -110.
Logged

IIO

  • Platinum Member
  • *****
  • Offline Offline
  • Posts: 4480
  • just a number
Re: An unexpected error occurred, because an error of type -110 occurred
« Reply #59 on: November 09, 2019, 03:42:19 AM »

have you tried to replace nofinderzoom with something else?
Logged
insert arbitrary signature here
Pages: 1 2 [3] 4   Go Up
 

Recent Topics