Curl Error 65

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on Photon Chat.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

Curl Error 65

steamcore
2021-07-31 10:21:21

I'm getting the following error randomly when using Photon Chat.

Curl error 65: necessary data rewind wasn't possible

0x00007ff69dbec36c (Unity) StackWalker::GetCurrentCallstack  
0x00007ff69dbf4749 (Unity) StackWalker::ShowCallstack  
0x00007ff69f0dd27c (Unity) GetStacktrace  
0x00007ff6a01df9b3 (Unity) DebugStringToFile  
0x00007ff69e35c954 (Unity) TransformCurlErrorToWebError  
0x00007ff69e3596d6 (Unity) CurlExecutor::CurlExecute  
0x00007ff69d234adb (Unity) JobQueue::Exec  
0x00007ff69d23c6f2 (Unity) JobQueue::Steal  
0x00007ff69d2354a0 (Unity) JobQueue::ExecuteJobFromQueue  
0x00007ff69d2370eb (Unity) JobQueue::ProcessJobs  
0x00007ff69d23daff (Unity) JobQueue::WorkLoop  
0x00007ff69d87b4d5 (Unity) Thread::RunThreadWrapper  
0x00007fff36517034 (KERNEL32) BaseThreadInitThunk  
0x00007fff37882651 (ntdll) RtlUserThreadStart

I am using Photon Chat to communicate between game clients, and not as a player to player chat service. This mostly includes sending JSON blobs of room states outside of a PUN room, so that players can be aware of something happening in a lobby they just left. Anyway, there's pitifully little info on this error in Unity and nothing I search for yields any results.

Comments

JohnTube
2021-08-11 14:16:32

Hey @steamcore,

Sorry we missed this discussion before...

I think this is not related to Photon Chat or Photon.
Did you manage to get rid of it?
Probably a Unity issue.

Back to top